Search found 23 matches

by mhcha
Thu Sep 14, 2023 12:00 pm
Forum: Technical / Scripting
Topic: Text in HTML Viewer is not copied.
Replies: 8
Views: 6720

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...
by mhcha
Thu Sep 14, 2023 7:32 am
Forum: Technical / Scripting
Topic: Text in HTML Viewer is not copied.
Replies: 8
Views: 6720

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...
by mhcha
Sat Sep 02, 2023 1:37 am
Forum: General Discussion
Topic: Will Win App Driver support be available in the future?
Replies: 1
Views: 20244

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...
by mhcha
Mon Aug 28, 2023 1:11 pm
Forum: Technical / Scripting
Topic: Is there a way to access UI objects through XPath?
Replies: 1
Views: 5012

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.
by mhcha
Mon Aug 28, 2023 12:32 pm
Forum: Technical / Scripting
Topic: Is there a way to access UI objects through XPath?
Replies: 1
Views: 5012

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...
by mhcha
Mon Aug 28, 2023 12:24 pm
Forum: Technical / Scripting
Topic: how to boilerplate macros
Replies: 5
Views: 6908

Re: how to boilerplate macros

Thank you Dorian and Grovkillen for responding to my post. I just checked my post. Dorian's method worked for me and is currently being used with some minor modifications. Thank you. Grovkillen's idea was what I needed, but unfortunately it doesn't work as a bug. I hope you both have a good day. Tha...
by mhcha
Tue Aug 22, 2023 2:41 pm
Forum: Technical / Scripting
Topic: how to boilerplate macros
Replies: 5
Views: 6908

Re: how to boilerplate macros

Dear Dorian, thank you as always. The method you gave above gave me an idea. Currently in testing, I am looking for a way to recognize ".hi" using the OnEvent function. Repeat> OnEvent>KEY_DOWN,VK190,0,H Until> SRT>H Repeat> OnEvent>KEY_DOWN,VK72,0,I Until> End>H SRT>I Repeat> OnEvent>KEY_DOWN,VK73,...
by mhcha
Tue Aug 22, 2023 8:32 am
Forum: Technical / Scripting
Topic: how to boilerplate macros
Replies: 5
Views: 6908

how to boilerplate macros

hello,
If ".hi" is written,
"hello, Thank you for your inquiry." I want to write less.
I can use the OnEvent function to assign a hotkey to a specific key,
but this is not boilerplate. Is there any way to solve this?
by mhcha
Fri Jul 07, 2023 4:05 am
Forum: Technical / Scripting
Topic: To break a single statement into multiple lines
Replies: 4
Views: 8334

Re: To break a single statement into multiple lines

Yes I will post an example for others.

Ex)

Code: Select all

MDL>text1%CRLF%text2%CRLF%text3%CRLF%text4%CRLF%text5%CRLF%text6%CRLF%text7%CRLF%text8
In the case of the example above, you can change it to:

Code: Select all

/*
Text:
text1
text2
text3
text4
text5
text6
text7
text8
*/

LabelToVar>Text,MyText,1,0,*/
MDL>%MyText%
by mhcha
Wed Jul 05, 2023 7:20 am
Forum: Technical / Scripting
Topic: To break a single statement into multiple lines
Replies: 4
Views: 8334

Re: To break a single statement into multiple lines

excellent!
Now it works as i want.
Thank you Grovkillen.
by mhcha
Wed Jul 05, 2023 2:05 am
Forum: Technical / Scripting
Topic: To break a single statement into multiple lines
Replies: 4
Views: 8334

To break a single statement into multiple lines

hello,

If one line of code is long, is there a way to change it to the next line and continue writing? Long code makes it less readable.

ex)
cmd.CommandText = _
"SELECT * FROM Titles JOIN Publishers " _
& "ON Publishers.PubId = Titles.PubID " _
& "WHERE Publishers.State = 'CA'"
by mhcha
Tue Jun 27, 2023 5:04 am
Forum: Technical / Scripting
Topic: HTTPRequest Help
Replies: 2
Views: 5206

Re: HTTPRequest Help

Grovkillen, thanks for your advice.

I was just testing the HttpRequest function.
by mhcha
Mon Jun 26, 2023 1:14 pm
Forum: Technical / Scripting
Topic: HTTPRequest Help
Replies: 2
Views: 5206

HTTPRequest Help

hello

How can I access the content of url=main\index.php if strHTML variable via HTTPRequest prints <meta http-equiv="refresh" content="0;url=main\index.php"> ?

Is there any way to refresh?

I need help.
by mhcha
Sun Jun 11, 2023 1:39 pm
Forum: Beginners
Topic: PostMessage mouse click to background window
Replies: 0
Views: 26159

PostMessage mouse click to background window

LibFunc>User32,FindWindowA,res1,0,Messenger LibFunc>User32,FindWindowExA,res2,res1,0,0,Chrome Legacy Window Let>Xpos=570 Let>Ypos=579 Let>lparam={(%Ypos% * 65536) OR (%Xpos% AND 65535)} LibFunc>User32,PostMessageA,res3,%res2%,200,0,%lparam% LibFunc>User32,PostMessageA,res3,%res2%,201,1,%lparam% Lib...
by mhcha
Tue Mar 07, 2023 6:35 am
Forum: Technical / Scripting
Topic: Loop script keeps clicking on same image instead of moving through Array
Replies: 7
Views: 2405

Re: Loop script keeps clicking on same image instead of moving through Array

Hello,
for webpages, chromebrowser automation can help. If you can post an example page I can help.


Helpful URL
https://www.mjtnet.com/manuals/b/v15/in ... ntext=4320
Sign up to our newsletter for free automation tips, tricks & discounts