Search found 493 matches
- Fri Jul 10, 2020 7:41 pm
- Forum: Beginners
- Topic: Retrieving text from a terminal window
- Replies: 3
- Views: 2558
Re: Retrieving text from a terminal window
@ kmarlowe, You could use the Screen OCR Wizard to get the text from the console window. You could then process the text info as you see fit. Screen OCR is easy to use because of the wizard that helps you create the command. I used VLC with the console window and then grabbed the text from that wind...
- Mon Jul 06, 2020 12:36 pm
- Forum: Technical / Scripting
- Topic: LibFunc Iconic Window
- Replies: 5
- Views: 3628
Re: LibFunc Iconic Window
@ Grovkillen, Thanks for the help. I was thinking it might come down to that. But wasn't expecting anyone(you) to provide the script. Simply because, as you said, I was asking for LibFunc. However, I am glad you did. I do not believe LibFunc would be able to do it either without being a separate scr...
- Sun Jul 05, 2020 4:18 pm
- Forum: Technical / Scripting
- Topic: WaitWindowOpen and IfWindowOpen Failures
- Replies: 2
- Views: 2691
Re: WaitWindowOpen and IfWindowOpen Failures
Okay, attempt two. How about getting a list of all windows and checking for the "window name". // "LowerRightCon" is the window name. GetWindowList>wl RegEx>(?is)LowerRightCon.*,wl,0,match,nom,0 mdl>%nom% In case you don't have experience with RegEx, nom is a result for the search. If not found it w...
- Sun Jul 05, 2020 4:03 pm
- Forum: Technical / Scripting
- Topic: WaitWindowOpen and IfWindowOpen Failures
- Replies: 2
- Views: 2691
Re: WaitWindowOpen and IfWindowOpen Failures
Hey shadowesq, I fall back on IfWindowOpen>. I'd put it in a loop, like "While>some flag is not set". When the window is there then set the flag to end the While loop. let>NoWindow=0 While>NoWindow=0 ifWindowOpen>CupCake let>NoWindow=1 endif EndWhile I just wrote the above at this moment. I'm sure i...
- Sun Jul 05, 2020 3:48 pm
- Forum: Technical / Scripting
- Topic: LibFunc Iconic Window
- Replies: 5
- Views: 3628
LibFunc Iconic Window
Hello Everyone, Two things. I am trying to find a reference on Microsoft for LibFunc with no luck. Please share the link if you have or know it. And could someone give me an example of minimizing a window using LibFunc? I know I've used it, and I seached my macros, with no luck. I know it's IsWindow...
- Thu Feb 20, 2020 2:37 am
- Forum: The Water Cooler
- Topic: Macro Scheduler 15 is here!
- Replies: 4
- Views: 4256
Re: Macro Scheduler 15 is here!
AWESOME!! But I have to wait til payday. Sorry.
PepsiHog
Not so late here.
PepsiHog
Not so late here.
- Thu Feb 20, 2020 1:40 am
- Forum: Technical / Scripting
- Topic: How do I populate a StringGrid using a reference to row & column?
- Replies: 3
- Views: 1362
Re: How do I populate a StringGrid using a reference to row & column?
Just
Really
Lavish
Really
Lavish
- Thu Feb 20, 2020 1:13 am
- Forum: Technical / Scripting
- Topic: How do I populate a StringGrid using a reference to row & column?
- Replies: 3
- Views: 1362
Re: How do I populate a StringGrid using a reference to row & column?
mmmmm.....wonder if we could clone him......
- Thu Feb 20, 2020 1:03 am
- Forum: Technical / Scripting
- Topic: How do I populate a StringGrid using a reference to row & column?
- Replies: 3
- Views: 1362
Re: How do I populate a StringGrid using a reference to row & column?
@bossydog9, The short of it is, right now, you can't. I feel your pain. I wanted the same thing. I hope Marcus has a very short To-Do list, because I would REALLY like to have this functionality. PepsiHog That post, you refer to, is only a month or so old. And it was mine. Also, JRL is an extremely ...
- Thu Feb 20, 2020 12:26 am
- Forum: The Water Cooler
- Topic: DelArray / DelVariable
- Replies: 6
- Views: 4498
Re: DelArray / DelVariable
@JRL, AHHHHH! Shucks! You made me feel better. So much support. Who'd ever expect support on a forum? BTW, life interrupted again. Hence, late response. (way past 10,000 here, baby!) @Dorian, You got that right. I know exactly what you're saying. Sometimes I think we all feel like, "it's just me". A...
- Wed Jan 29, 2020 11:59 am
- Forum: The Water Cooler
- Topic: DelArray / DelVariable
- Replies: 6
- Views: 4498
Re: DelArray / DelVariable
I hate being wrong. It sucks. Especially, when you do it *right* in front of people. 

- Wed Jan 29, 2020 11:51 am
- Forum: Beginners
- Topic: HIGHLIGHTER
- Replies: 5
- Views: 1569
Re: HIGHLIGHTER
@Dorian,
Boy! Isn't that true! I don't know about you, but I seem to like experimenting with being WRONG!
But, I'd like to see how it feels to stop learning and just know. I'm learning that's not gonna happen!
Thanks for the reply, Dorian,
PepsiHog
Boy! Isn't that true! I don't know about you, but I seem to like experimenting with being WRONG!
But, I'd like to see how it feels to stop learning and just know. I'm learning that's not gonna happen!
Thanks for the reply, Dorian,
PepsiHog
- Wed Jan 29, 2020 11:13 am
- Forum: The Water Cooler
- Topic: DelArray / DelVariable
- Replies: 6
- Views: 4498
Re: DelArray / DelVariable
@JRL, Below you will see my original post that was going to be. I don't know what the hell. I'm 50 years old. Probably already have some old person disease. I can't re-create it. OnEvent>ERROR.........mud in face. But, my theory, you did something to it. Enjoy the mud on my face, on me. And you know...
- Sun Jan 26, 2020 4:07 pm
- Forum: Beginners
- Topic: Passing back parameters from sub to calling script
- Replies: 3
- Views: 1253
Re: Passing back parameters from sub to calling script
@Marcus, At present Macro Scheduler doesn't have native functions, just subroutines. Great idea! Is this in your to-do list? It should be. At the top, preferably. I mean, I'm just saying that's like the best idea in the last 5 minutes. Which raises the question, when do you think v15 might hit the m...
- Sun Jan 26, 2020 3:45 pm
- Forum: Beginners
- Topic: HIGHLIGHTER
- Replies: 5
- Views: 1569
Re: HIGHLIGHTER
Goes to show what I know. I thought it was the tab order. So when I wanted to get rid of the highlight I'd place a "not visible" edit and change the tab order so the highlight would be in the unused edit. You skin your cat, I'll skin mine. However, I like how you skin, so I'm gonna do that from now ...