Search found 1131 matches

by Grovkillen
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...
by Grovkillen
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.
by Grovkillen
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 :P
by Grovkillen
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.
by Grovkillen
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 ...
by Grovkillen
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 = ...
by Grovkillen
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...
by Grovkillen
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...
by Grovkillen
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,...
by Grovkillen
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...
by Grovkillen
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
by Grovkillen
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...
by Grovkillen
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! :D

Sounds like a great approach and very powerful given the way you describe it.
by Grovkillen
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?
Sign up to our newsletter for free automation tips, tricks & discounts