Java Script and the Web Viewer
How to take your solution to the next level with a little JS and the Web Viewer.
19 topics in this forum
-
I would like to present my TinyMCE solution that I have programmed. Source code: https://github.com/0-don/fm-tinyMCE Filemaker file: https://github.com/0-don/fm-tinyMCE/blob/master/fm-tinymce.fmp12 I have only tested it on the current Filemaker version and webdirect but the program is very clean. I would be glad about feedback. Operating system: Windows 11 FileMaker version: 19.4.2.204
-
-
- 24 replies
- 13.1k views
- 4 followers
-
-
Some years ago I had encounterd the same error. Now I retrieve it using FileMakerPro Advanced 18. After the message FMP runs but the Scriptmaster is not active I don't find the way to run FMP with Scriptmaster. Thanks for your help
-
- 0 replies
- 423 views
- 1 follower
-
-
Hi everyone, I’m working on adding interactive charts to a FileMaker project and exploring JavaScript libraries for this purpose. I need something that supports various chart types, real-time data updates, and good customization options. I’ve looked into a few libraries, including Syncfusion JavaScript Charts, which seems to have a wide range of features. Has anyone here integrated JavaScript charts with FileMaker? What challenges should I be aware of? Any recommendations for libraries that work well with FileMaker? Looking forward to your suggestions and experiences. Thanks!
-
- 1 reply
- 552 views
- 2 followers
-
-
There are two single-row portals on my layout (stacked in orange). The first one shows a count of records where no Set is specified in the related Performances table. The second portal counts records in Performances where no Singer is specified. I'd like to hide the portals entirely based on whether or not there are no records to show; so if the count is zero, just hide it because it's not helpful information. It's colored red to alert the user that a set or singer hasn't been assigned. In the example below, the portal circled in blue has 1 record because there is a song in the list that doesn't have a Singer assigned to it. In the second portal (circle…
-
- 11 replies
- 1.3k views
- 2 followers
-
-
I have a C3 pie chart created from my data and showing in a web viewer. I've been attempting to create a chart with my data. Thankfully, on another post, a user came up with a helpful method which has allowed me to create a scaleable pie chart. Now I'm trying to adjust the background. I understand on Windows it is not possible to create a transparent background, so my second choice was to use the background color of the layout so that it appeared transparent. However, I'm getting what I think is odd results. The following screen grabs show different colors specified in the webviewer code. Any ideas? …
-
- 4 replies
- 873 views
- 1 follower
-
-
Dear all. I have a quick question for you regarding the production of charts. I came across a screenshot of a chart that I would like to replicate, and I was wondering if you could advise me on how to achieve it. Specifically, I was wondering if you knew which JavaScript library could be used to produce a chart like the one shown in the screenshot. I appreciate any insight or guidance you can offer on this matter. Thank you again for your help, and I look forward to hearing from you soon. Thanks Mg
-
- 5 replies
- 1.2k views
- 2 followers
-
-
Hi All, I wonder if have any mothed to open the browser Microsoft teams on web viewer for this URL "https://teams.microsoft.com/l/call/0/[email protected]&withVideo=true" I created one button if pressed should open on the web viewer.
-
-
- 4 replies
- 1.4k views
- 1 follower
-
-
I have a solution which can play audio files which are cloud hosted, using a web viewer with this code: "data:text/html, <body style='border=0;overflow:hidden'> <body topmargin=0> <body leftmargin=0> <audio controls preload='metadata' autoplay style='width:480px;'> <source src=" & tempmaster::global_track_path & " type='audio/mp4'> <source src="& tempmaster::global_track_path & " type='audio/mp3'> <p>Your browser does not support HTML5 audio.</p> </audio> <p> <strong>Download Audio:</strong> <a href=" & tempmaster::global_track_path & ">M4A</a> </p>…
-
- 1 reply
- 1.3k views
- 1 follower
-
-
https://stackoverflow.com/questions/70785249/fullcalendar-filemaker-webviewer-has-lost-interactivity-when-rendered-i-think?noredirect=1#comment125146163_70785249 I have created this post and rather than write it all out again I thought it is easier to link to it. I have not had much luck so far. Could anyone take a look and help me out. I'm going mad. It is to do with a fullcalendar project I am working on. I have used the frudens file as a template, I have heavily modified it. In the single file that I have modified it is working beautifully, however, I now need to integrate it into a current file. I have copied all of the scripts, custom functions layout obje…
-
- 0 replies
- 1.6k views
-
-
Hello I copied the directory of a runtime solution in v14 of Filemaker running fine under a Windows 10 machine. Pasting and launching it on another PC (same windows 10 system) I have the following message : Throuhg menu Edition / Preferences / Plugins the check box for Scriptmaster is not checked ; if I try to check, I get the message (translation) Hope in your help and thank you Noël
-
- 0 replies
- 1.1k views
- 1 follower
-
-
I am having a hard to getting my head around how to make this work. The ad on works great and I can get it to regenerate a code in the client via one record at a time. However if we decide to change the settings of the barcode and want to "regenerate" them all? I thought ok cool I Will just run a loop through all the records and call the script. however because it sets the web viewer those are called as scripts to be ran after the main and just "pile up" waiting to be ran once the script with the loop is done. any ideas on how to get around this?
-
- 6 replies
- 1.5k views
- 1 follower
-
-
I'm trying out the new Rich Text Editor and one thing which doesn't seem to work is 'Go to Object' with it. It doesn't work in FileMaker (Windows) or WebDirect. Does anyone have any idea how to get it working? I tested Go to Object with a standard Web Viewer and it worked fine so it seems to be an issue with Quill.
-
- 0 replies
- 900 views
-
-
Digging deeper into JS I'm also musing about what JS-Framework may make the most sense!? ”Most sense" means: • What is easy to learn? • What does not have dependencies? • What is currently the most popular one? So may I ask around: 1) What is the JS-Framework you're using? 2) Why? 3) What are the Pros and Cons (if that's different from 2)
-
- 0 replies
- 730 views
- 1 follower
-
-
I posted this one earlier on a different part of this forum, but it be more appropriate here. Until recently, I have used jQuery and the jQueryUI slider widget to display a slider in FileMaker Pro (v17-18-19). This works fine but now I also need to have it work on FileMaker Go, so I tried my luck on jQuery Mobile 1.4.5. Not a very modern product (2017) but as long as it does what it promises... The slider Widget of jQuery Mobile is working nicely on FileMaker Pro, but not on FmGo 17, 18 or 19: it doesn't load, keeps displaying a spinning logo. When I publish the HTML page on a website and open it in Safari Mobile the slider works fine. Any help appreciated!
-
- 0 replies
- 872 views
-
-
I am experimenting with Javascript libraries for my solution. Its easy enough to substitute a JS field for the javascript. and a CSS field for the style. However, how do I handle a CSS that points to an assets folder (images) locally?
-
- 0 replies
- 1k views
-
-
I have a solution that is using the BRILLIANT offline QR generator found here: https://www.facebook.com/groups/filemakertips/permalink/636169319785317/ Google Drive link if you don't have facebook: https://drive.google.com/file/d/17SYNdOdkKQX4troqeA-BFzg3B2y22JLR/view?usp=sharing It works great on my mac, but I cannot get it working on any version of Filemaker Go on my ipad or iphone. Any idea on where to start digging to see what the issue is?
-
- 6 replies
- 1.6k views
- 1 follower
-
-
Hi all We are considering a javascript based task list to be shown in the web viewer. My query is how this can work in terms of ensuring everyone sees the most up to date data. e.g. user A adds a task in to the web viewer page, that then executes a FIleMaker script which adds that data in to the appropriate table. User B will not see that new task until they refresh the browser. Refreshing is not ideal because it might mean they lose what they were working on. Instead a Javascript function would need to be executed, either from within the web viewer or from FileMaker. This would pull in any new data in to the appropriate html element without refreshing the …
-
- 1 reply
- 940 views
- 2 followers
-
-
I want to create dynamically a set of buttons to filter a portal, so when a button is clicked a FM Script is executed. Here you can see the pen: https://codepen.io/naio/pen/NWxJExP, where the alert() is called, in FM I call the FM Script with FileMaker.PerformScript() and pass the inner content as parameter. When I try this with static code in WebViewer it runs normally but when I substitute the set of buttons with a List(option_as_html_button) –the 'dynamic' part–, the FileMaker.PerformScript() doesn't work, even thought the HTML code is rendered correctly and there seems to be no error. What's going on? are there limitations to the use of FileMaker.Perfor…
-
- 1 reply
- 1.1k views
-
-
A lot of customers have asked for more efficient ways to get sales leads scheduled for appointments or tasks put on their calendar, but up until FileMaker 19 that had been a multi-step process. I can tell you from experience it is not the best user experience when you jump to a calendar and realize you do not have all the information you need to complete the action. In this case, it's filling out a task or event on a calendar. FM Starting Point 2020 by Richard Carlton Consulting has been enhanced for FileMaker 19 and it is a great starting point for any business that wants a full-featured CRM for their operations. A lot of work has been put into FM Starting Point by man…
-
- 0 replies
- 1.2k views
-
Recently Browsing 0
- No registered users viewing this page.
Who's Online (See full list)
- There are no registered users currently online