Search found 1131 matches
- Sat Sep 21, 2024 6:55 pm
- Forum: Enhancement Suggestions
- Topic: PDF Display in a Dialog
- Replies: 9
- Views: 10019
Re: PDF Display in a Dialog
Experimental 15.0.25 have this feature. One thing I didn't find too fun was the fact that if I have a window/dialog with a PDF object inside and maximize the window Adobe Reader will display the "evaluate a trail version for 7 days" on the right hand side, only way to remove it is to use the CTRL+H ...
- Sat Sep 21, 2024 5:37 pm
- Forum: Scripts and Tips
- Topic: Only run script when pc is locked (lock screen)
- Replies: 3
- Views: 19268
Re: Only run script when pc is locked (lock screen)
The issue with the array count missing was fixed in 15.0.25
- Sat Sep 21, 2024 5:35 pm
- Forum: Technical / Scripting
- Topic: [fixed in 15.0.25] GetDialogProperty not working for HTML
- Replies: 3
- Views: 6620
Re: GetDialogProperty not working for HTML
This is fixed in 15.0.25
- Sat Sep 21, 2024 1:06 pm
- Forum: General Discussion
- Topic: Macro Scheduler 15.0.25 released
- Replies: 12
- Views: 4920
Re: Macro Scheduler 15.0.25 released
The PDF object kinda grows on me. I can really see it in use to make popups showing the PDF without any status bar etc. Good job on that one! If we can act on events inside it (like click and select etc.) it would be really powerful. The link in the blog post is incorrect by the way. https://get.ado...
- Sat Sep 21, 2024 12:50 pm
- Forum: General Discussion
- Topic: Macro Scheduler 15.0.25 released
- Replies: 12
- Views: 4920
Re: Macro Scheduler 15.0.25 released
Some feedback. I will edit this post if I find more. RegisterAsDropTarget should be default set to false since it will (probably) mess up stuff if it happens unintentionally. SetDialogProperty>Dialog1,MSWebBrowser1,RegisterAsDropTarget,False GetWindowChildList is now part of the gutter but missing i...
- Fri Sep 20, 2024 8:22 pm
- Forum: General Discussion
- Topic: Macro Scheduler 15.0.25 released
- Replies: 12
- Views: 4920
Re: Macro Scheduler 15.0.25 released
Dialog>Dialog1 object Dialog1: TForm Left = 641 Top = 288 HelpContext = 5000 BorderIcons = [biSystemMenu] Caption = 'CustomDialog' ClientHeight = 365 ClientWidth = 594 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style...
- Fri Sep 20, 2024 7:59 pm
- Forum: Technical / Scripting
- Topic: Run from Top Bug?
- Replies: 5
- Views: 2453
Re: Run from Top Bug?
Yeah, I'm with Marcus on this one... cannot duplicate the problem on my machine.
- Fri Sep 20, 2024 7:56 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
Latest version (15.0.25): Let>ONERROR=PROCESS_ERROR //DBQuery>dbH,,rset,NumRecs,NumFields,0 Let>VALUE=string Let>CALCULATE={Round(%VALUE%)} //CALCULATE=0 SRT>PROCESS_ERROR **BREAKPOINT** END>PROCESS_ERROR This will not render an error, but it will not catch the error either. Instead it will result i...
- Fri Sep 20, 2024 7:51 pm
- Forum: General Discussion
- Topic: Macro Scheduler 15.0.25 released
- Replies: 12
- Views: 4920
Re: Macro Scheduler 15.0.25 released
I got PDF XChange installed and when I load a local pdf for the tMSWebBrowser object (URL property) the PDF-XChange interface is showing up. Pretty great if you ask me :) Not sure if this part of the scoop? The Acrobat Reader object seems to work too but I'm hoping to use SumatraPDF instead, not sur...
- Thu Sep 19, 2024 11:07 am
- Forum: General Discussion
- Topic: Macro Scheduler 15.0.25 released
- Replies: 12
- Views: 4920
- Sat Sep 14, 2024 6:38 pm
- Forum: Enhancement Suggestions
- Topic: Dialog (interaction) trigger Windows sound
- Replies: 5
- Views: 10212
Re: Dialog (interaction) trigger Windows sound
Bump on this one
- Sat Sep 14, 2024 12:45 pm
- Forum: Technical / Scripting
- Topic: Help Connecting to Chat GPT's API
- Replies: 1
- Views: 1130
Re: Help Connecting to Chat GPT's API
Like most other APIs I imagine you'll use python to do the requests.
- Fri Sep 13, 2024 4:11 pm
- Forum: General Discussion
- Topic: [added in 15.0.27] Scrollable menu/dialog
- Replies: 27
- Views: 35701
Re: Scrollable menu/dialog
No for this to work we need the internal mechanism of MS to give us the data.
- Fri Sep 13, 2024 4:09 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
That would be much appreciated if you could find a way to do that. Thanks Marcus for your support and help.
- Fri Sep 13, 2024 11:11 am
- Forum: General Discussion
- Topic: [Fixed in 15.0.26] ONERROR not capturing string error
- Replies: 18
- Views: 24616
Re: ONERROR not capturing string error
Aha, then I understand.