Version 15.0.27. I appreciate that the update allows me to use The HTMLViewer as Form to get a Submit response.
It's a really good feature!
I'm using Grovkillen's example.
I hope the post below will be helpful to others as well.
viewtopic.php?f=1&t=11314
Search found 33 matches
- Wed Sep 25, 2024 5:11 am
- Forum: General Discussion
- Topic: Macro Scheduler 15.0.25 released
- Replies: 12
- Views: 2547
- Tue Sep 24, 2024 6:31 am
- Forum: General Discussion
- Topic: Topic to discuss the TMSWebBrowser dialog object
- Replies: 9
- Views: 1473
Re: Topic to discuss the TMSWebBrowser dialog object
I like this 15.0.25 update as long as I've waited. Thank you for opening this thread. PDF and WebBrowser are both good, but it's a bit unfortunate that TMSWebBrowser is not Chrome or Edge-based, so it's not possible to display web pages that browser doesn't support. Does TMSWebBrowser work with the ...
- Fri Jul 26, 2024 5:55 am
- Forum: General Discussion
- Topic: Read User Input in compiled console app
- Replies: 0
- Views: 4095
Read User Input in compiled console app
Hello, I want to capture content from an app compiled by the console app in macro scheduler, is it possible? SOWriteLn>Simple Questions I would like to proceed with the script according to the answers I wrote on the console afterwards. It would be nice to be able to read user input and store it in a...
- Fri Jun 21, 2024 1:14 am
- Forum: Technical / Scripting
- Topic: How to hide or remove Windows title bar
- Replies: 5
- Views: 5290
Re: How to hide or remove Windows title bar
This technique changes the title of a window. Removing it would simply be make the title blank. After reading Grovkillen's response I'm not sure whether you want to rename a window, remove it from the taskbar or remove the titlebar from the window. If you want to remove the titlebar, things get a l...
- Thu Jun 20, 2024 2:27 pm
- Forum: Technical / Scripting
- Topic: How to hide or remove Windows title bar
- Replies: 5
- Views: 5290
How to hide or remove Windows title bar
Hello, I'm trying to hide or remove the title bar of a particular window using the SetWindowLongA function of User32.dll. I tried the code below, but it failed. LibFunc>User32,SetWindowLongA,r,%nHandle%,-16,0 Pages referenced: https://learn.microsoft.com/ko-kr/windows/win32/api/winuser/nf-winuser-se...
- Thu Jun 20, 2024 5:03 am
- Forum: Technical / Scripting
- Topic: How to put an array as a combo box item
- Replies: 6
- Views: 5374
Re: How to put an array as a combo box item
Here's an example: Dialog>Dialog1 object Dialog1: TForm Left = 2496 Top = -1121 HelpContext = 5000 BorderIcons = [biSystemMenu] Caption = 'CustomDialog' ClientHeight = 211 ClientWidth = 476 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS ...
- Wed Jun 19, 2024 3:00 am
- Forum: Enhancement Suggestions
- Topic: Plans for future updates?
- Replies: 4
- Views: 7022
Plans for future updates?
I'm not sure if it's the right topic for this bulletin board.
First of all I've been using macro scheduler very well since a few years ago, and thank you for that.
The last update was about a year ago.
Are there any updates to the new features you're preparing?
First of all I've been using macro scheduler very well since a few years ago, and thank you for that.
The last update was about a year ago.
Are there any updates to the new features you're preparing?
- Wed Jun 19, 2024 2:44 am
- Forum: Technical / Scripting
- Topic: How to put an array as a combo box item
- Replies: 6
- Views: 5374
Re: How to put an array as a combo box item
Here's an example: Dialog>Dialog1 object Dialog1: TForm Left = 2496 Top = -1121 HelpContext = 5000 BorderIcons = [biSystemMenu] Caption = 'CustomDialog' ClientHeight = 211 ClientWidth = 476 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS ...
- Tue Jun 04, 2024 12:14 am
- Forum: Technical / Scripting
- Topic: How to put an array as a combo box item
- Replies: 6
- Views: 5374
Re: How to put an array as a combo box item
Thank you for your interest.
I want to put Name1, Name2, Name3, Name4, and Name5 as items in one combo box. (As many as the number of arrays)
- Mon Jun 03, 2024 1:18 pm
- Forum: Technical / Scripting
- Topic: How to put an array as a combo box item
- Replies: 6
- Views: 5374
How to put an array as a combo box item
Hello, if there is an array as below, I would like to put it in the combo box item as many as the number of those arrays. 0: SHEETARRAY_1_1=No. 0: SHEETARRAY_1_2=Name 0: SHEETARRAY_1_3=Test 0: SHEETARRAY_1_4= 0: SHEETARRAY_1_COUNT=4 0: SHEETARRAY_2_1=A 0: SHEETARRAY_2_2=Name1 0: SHEETARRAY_2_3=Test1...
- Thu Sep 14, 2023 12:00 pm
- Forum: Technical / Scripting
- Topic: Text in HTML Viewer is not copied.
- Replies: 8
- Views: 13695
Re: Text in HTML Viewer is not copied.
Oh, Dear Grovkillen. I've already read your post before writing this question. I thought it didn't help me because I would return the same Massage for all hotspot points. But once again, I pasted the code into my IDE and tested it, and there was a text I wanted to find in 'SRT Name_SRC' on the Watch...
- Thu Sep 14, 2023 7:32 am
- Forum: Technical / Scripting
- Topic: Text in HTML Viewer is not copied.
- Replies: 8
- Views: 13695
Text in HTML Viewer is not copied.
hello It is possible to drag some of the text in the HTML Viewer, but it does not seem to be copied using Control+C. I would like to drag the mouse over some text within the viewer and then bring that text to the clipboard. GetTextInPoint in the macro scheduler works as I intended, but I keep gettin...
- Sat Sep 02, 2023 1:37 am
- Forum: General Discussion
- Topic: Will Win App Driver support be available in the future?
- Replies: 1
- Views: 24486
Will Win App Driver support be available in the future?
Hello, I recently noticed that Win App Driver is very similar to Chrome/Edge's Driver feature in the macro scheduler. All can be automated through XPath, and the difference is that they are controlled by Windows applications and the web. I wonder if this could be included in future improvements. tha...
- Mon Aug 28, 2023 1:11 pm
- Forum: Technical / Scripting
- Topic: Is there a way to access UI objects through XPath?
- Replies: 1
- Views: 7820
Re: Is there a way to access UI objects through XPath?
With View System Windows, I was able to find the elements I wanted in the UI accessible list.
I'm closing this post because I've fixed the problem.
Thank you.
I'm closing this post because I've fixed the problem.
Thank you.
- Mon Aug 28, 2023 12:32 pm
- Forum: Technical / Scripting
- Topic: Is there a way to access UI objects through XPath?
- Replies: 1
- Views: 7820
Is there a way to access UI objects through XPath?
First of all, I am using the functions of macro schedulers well for work. Thank you. However, there has been a problem recently. The application I'm going to use for automation is displayed in the View System Window as Chrome_RenderWidgetHostHWND "Chrome Legacy Window". So it's hard to access the el...