Search found 1131 matches
- Wed Sep 25, 2024 6:23 am
- Forum: General Discussion
- Topic: [added in 15.0.27] Scrollable menu/dialog
- Replies: 27
- Views: 35701
Re: Scrollable menu/dialog
This now works like a charm! 15.0.27 Dialog>Dialog1 object Dialog1: TForm ClientWidth = 250 ClientHeight = 120 object MSHTMLViewer1: tMSHTMLViewer Left = 0 Top = 0 Width = 250 Height = 120 end end EndDialog>Dialog1 LabelToVar>form_html,TEMP_html,1,1,*/ SetDialogProperty>Dialog1,MSHTMLViewer1,HTML,TE...
- Wed Sep 25, 2024 5:03 am
- Forum: General Discussion
- Topic: Topic to discuss the TMSWebBrowser dialog object
- Replies: 9
- Views: 3054
Re: Topic to discuss the TMSWebBrowser dialog object
Thanks for clearing that up Marcus.
- Wed Sep 25, 2024 5:02 am
- Forum: General Discussion
- Topic: Macro Scheduler 15.0.25 released
- Replies: 12
- Views: 4920
Re: Macro Scheduler 15.0.25 released
Woohoo! You're the greatest Marcus! I know I bug the day out of you but you do like me just a little bit I can tell
- Tue Sep 24, 2024 7:39 am
- Forum: General Discussion
- Topic: Topic to discuss the TMSWebBrowser dialog object
- Replies: 9
- Views: 3054
Re: Topic to discuss the TMSWebBrowser dialog object
This version is IE11 based, TMS software seem to have an Edge-based object too but the one in this release isn't that one.
- Mon Sep 23, 2024 6:31 pm
- Forum: General Discussion
- Topic: Topic to discuss the TMSWebBrowser dialog object
- Replies: 9
- Views: 3054
Re: Topic to discuss the TMSWebBrowser dialog object
This event will trigger when the URL is downloaded or a file is downloaded. Dialog>Dialog1 object Dialog1: TForm BorderIcons = [biSystemMenu] Caption = 'CustomDialog' ClientHeight = 365 ClientWidth = 594 Color = clBtnFace object MSWebBrowser1: tMSWebBrowser Left = 0 Top = 0 Width = 594 Height = 365 ...
- Mon Sep 23, 2024 6:16 pm
- Forum: General Discussion
- Topic: Topic to discuss the TMSWebBrowser dialog object
- Replies: 9
- Views: 3054
Re: Topic to discuss the TMSWebBrowser dialog object
OnBeforeNavigate2 have more variables but they are all blank and MS will crash: Dialog>Dialog1 object Dialog1: TForm BorderIcons = [biSystemMenu] Caption = 'CustomDialog' ClientHeight = 365 ClientWidth = 594 Color = clBtnFace object MSWebBrowser1: tMSWebBrowser Left = 0 Top = 0 Width = 594 Height = ...
- Mon Sep 23, 2024 6:01 pm
- Forum: General Discussion
- Topic: Topic to discuss the TMSWebBrowser dialog object
- Replies: 9
- Views: 3054
Re: Topic to discuss the TMSWebBrowser dialog object
This event captures a link being clicked but no info about the new URL is attached. Dialog>Dialog1 object Dialog1: TForm BorderIcons = [biSystemMenu] Caption = 'CustomDialog' ClientHeight = 365 ClientWidth = 594 Color = clBtnFace object MSWebBrowser1: tMSWebBrowser Left = 0 Top = 0 Width = 594 Heigh...
- Mon Sep 23, 2024 5:53 pm
- Forum: General Discussion
- Topic: Topic to discuss the TMSWebBrowser dialog object
- Replies: 9
- Views: 3054
Re: Topic to discuss the TMSWebBrowser dialog object
This event trigger when I start downloading a file. Download complete isn't working correctly for me. Dialog>Dialog1 object Dialog1: TForm BorderIcons = [biSystemMenu] Caption = 'CustomDialog' ClientHeight = 365 ClientWidth = 594 Color = clBtnFace object MSWebBrowser1: tMSWebBrowser Left = 0 Top = 0...
- Mon Sep 23, 2024 5:45 pm
- Forum: General Discussion
- Topic: Topic to discuss the TMSWebBrowser dialog object
- Replies: 9
- Views: 3054
Re: Topic to discuss the TMSWebBrowser dialog object
This event will update download progress: Dialog>Dialog1 object Dialog1: TForm BorderIcons = [biSystemMenu] Caption = 'CustomDialog' ClientHeight = 365 ClientWidth = 594 Color = clBtnFace object MSWebBrowser1: tMSWebBrowser Left = 0 Top = 0 Width = 594 Height = 365 Anchors = [akLeft, akTop, akRight,...
- Mon Sep 23, 2024 5:41 pm
- Forum: General Discussion
- Topic: Topic to discuss the TMSWebBrowser dialog object
- Replies: 9
- Views: 3054
Topic to discuss the TMSWebBrowser dialog object
Just wanted to have a thread that we could use to discuss how to use the experimental object TMSWebBrowser. Events: OnBeforeNavigate2 OnClientToHostWindow OnCommandStateChange OnDocumentComplete OnDownloadBegin OnDownloadComplete OnDragDrop OnDragOver OnEndDrag OnEnter OnExit OnFileDownload OnFullSc...
- Mon Sep 23, 2024 4:34 pm
- Forum: General Discussion
- Topic: [Fixed in 15.0.26] ONERROR not capturing string error
- Replies: 18
- Views: 24616
Re: ONERROR not capturing string error
Thanks Marcus! This fixed it.
Code: Select all
Let>ONERROR=PROCESS_ERROR
//DBQuery>dbH,,rset,NumRecs,NumFields,0
Let>VALUE=string
Let>CALCULATE={Round(%VALUE%)}
//CALCULATE=PROCESS_ERROR
SRT>PROCESS_ERROR
**BREAKPOINT**
END>PROCESS_ERROR
- Mon Sep 23, 2024 4:26 pm
- Forum: General Discussion
- Topic: Macro Scheduler 15.0.25 released
- Replies: 12
- Views: 4920
Re: Macro Scheduler 15.0.25 released
The tMSHTMLViewer is great and "only a little change" would make it a super object in terms of creating forms, the new browser object seems much more powerful but at the same time hard to act on. I'm just writing stuff from the top of my mind here :) There are no plans to do this and probably beyon...
- Mon Sep 23, 2024 10:58 am
- Forum: General Discussion
- Topic: Macro Scheduler 15.0.25 released
- Replies: 12
- Views: 4920
Re: Macro Scheduler 15.0.25 released
Got you!
Sounds like a great approach and very powerful given the way you describe it.
Sounds like a great approach and very powerful given the way you describe it.
- Sun Sep 22, 2024 6:01 pm
- Forum: Enhancement Suggestions
- Topic: JSONParse, return object name(s)
- Replies: 2
- Views: 14114
Re: JSONParse, return object name(s)
Feedback on this?
- Sun Sep 22, 2024 6:00 pm
- Forum: Enhancement Suggestions
- Topic: Hovering variables in watchlist = popup
- Replies: 4
- Views: 17095