Search found 12 matches
- Tue Nov 15, 2022 10:16 pm
- Forum: Technical / Scripting
- Topic: Iterating through a string beginning with character '0'
- Replies: 2
- Views: 2614
Re: Iterating through a string beginning with character '0'
Thanks, that works.
- Tue Nov 15, 2022 8:55 pm
- Forum: Technical / Scripting
- Topic: Iterating through a string beginning with character '0'
- Replies: 2
- Views: 2614
Iterating through a string beginning with character '0'
[snippet=] // Control speed of printing the clipboard Let>delay=.5 Getclipboard>clipboard Let>clipboard_size={length(%clipboard%)} Let>iterator=0 While>iterator<%clipboard_size% let>SK_IGNORECAPS=1 Let>clipboard_text={copy(%clipboard%,%iterator%,1)} sendtext>%clipboard_text% let>iterator=iterator+1 ...
- Mon Feb 07, 2022 3:21 am
- Forum: Technical / Scripting
- Topic: Getting the definition from a book
- Replies: 2
- Views: 3018
Getting the definition from a book
I am using the Macro Scheduler "MouseButtons" executable to place some buttons at the top of my screen. I use reading software to read books. Unfortunately, the ability to get definitions of words is not included. So what I wanted to do is be able to double-click the word and then single click on on...
- Sat Apr 10, 2021 3:53 pm
- Forum: Technical / Scripting
- Topic: Coordinates box at the top, The relative starting point
- Replies: 1
- Views: 1969
Coordinates box at the top, The relative starting point
I'm using the coordinates box with a little drop down arrow. I'm using it to calculate offsets. However, the relative selector seems to be relative only to the drop-down arrow. How do I select the relative starting point? https://i.imgur.com/sGwUYyQ.jpg Relative is selected, no change in the Coordin...
- Sat Apr 10, 2021 1:53 am
- Forum: Technical / Scripting
- Topic: Browser automation: how to handle pop-up windows?
- Replies: 1
- Views: 2653
Browser automation: how to handle pop-up windows?
For example, I try to login, and it pops up a new window to type my login information.
I'm using chrome, and it says that the browser is being controlled by automation. But I don't know how to refer to the 2nd window. I tried using SetFocus, but I think I need an ID.
I'm using chrome, and it says that the browser is being controlled by automation. But I don't know how to refer to the 2nd window. I tried using SetFocus, but I think I need an ID.
- Thu Mar 11, 2021 1:55 am
- Forum: Technical / Scripting
- Topic: Help clicking a webpage button
- Replies: 8
- Views: 5511
Re: Help clicking a webpage button
Well well, I got something to work! :D This is neat. For the person who tries to read this in the future, the fix is to make sure your browser is updated to the same version as the chromedriver. I still get all of those errors spamming to the console, but they appear to be harmless, overeager warnin...
- Wed Mar 10, 2021 3:03 am
- Forum: Technical / Scripting
- Topic: Help clicking a webpage button
- Replies: 8
- Views: 5511
Re: Help clicking a webpage button
DevTools listening on ws://127.0.0.1:55582/devtools/browser/7f9d956a-aa74-4376-b58e-f0632063f98f [3216:19036:0309/220154.939:ERROR:device_event_log_impl.cc(211)] [22:01:54.938] USB: usb_device_handle_win.cc:1049 Failed to read descriptor from node connection: A device attached to the system is not ...
- Tue Mar 09, 2021 1:22 pm
- Forum: Technical / Scripting
- Topic: Help clicking a webpage button
- Replies: 8
- Views: 5511
Re: Help clicking a webpage button
Looks like I have to upgrade.
1 x Macro Scheduler Pro 1 User (Non-Business)
Is there an upgrade for those with version 14 or is it just year-over-year?
1 x Macro Scheduler Pro 1 User (Non-Business)
Is there an upgrade for those with version 14 or is it just year-over-year?
- Sun Mar 07, 2021 9:50 pm
- Forum: Technical / Scripting
- Topic: Help clicking a webpage button
- Replies: 8
- Views: 5511
Re: Help clicking a webpage button
It tries to use Internet Explorer, which IFTTT says is an incompatible browser. It also tries to open Microsoft Edge. As someone new to the browser automation, what is the recommended behavior here?
- Sun Mar 07, 2021 4:18 pm
- Forum: Technical / Scripting
- Topic: Help clicking a webpage button
- Replies: 8
- Views: 5511
Help clicking a webpage button
Hi, I'm working on my smart home this morning, and I have ~150 applets in my IFTTT account. There is some weird behavior where my Google home smart speaker "forgets" commands, and you have to click the "Check Now." Now, having 150 or so applets, I can't be bothered, so I would like to automate this ...
- Wed Jun 10, 2020 2:01 pm
- Forum: Technical / Scripting
- Topic: FindImagePos not staying within the WINDOW given
- Replies: 1
- Views: 2873
FindImagePos not staying within the WINDOW given
[snippet=] GetWindowHandle>SM-G955U,nHandle Let>WIN_USEHANDLE=1 GetWindowPos>nHandle,nXPos,nYPos FindImagePos>C:\Users\MyUser\Documents\Macro Scheduler 14\FGLair Powerful (blast heat)\image_5.bmp,WINDOW:SM-G995U,0.4,1,XArr,YArr,NumFound,CCOEFF If>NumFound>0 MouseMove>XArr_0,YArr_0 LClick Endif [/sni...
- Sun Oct 20, 2019 3:29 pm
- Forum: Enhancement Suggestions
- Topic: Trigonometric functions
- Replies: 2
- Views: 8239
Trigonometric functions
Would it be possible to fill out the rest of the trigonometric functions? Yes, I know that you can calculate some from the others, but I'm only mediocre in mathematics. I'm using formulas. The purpose here is, I have an application with a radial dial, and I want to calculate offsets by providing the...