Search found 510 matches

by PepsiHog
Tue Jul 14, 2020 3:41 pm
Forum: Technical / Scripting
Topic: Key Stroke "Intercept" Concept
Replies: 8
Views: 13884

Re: Key Stroke "Intercept" Concept

I copied the last posted version of this script.
I pasted it.
I ran it.
I pressed F1.
I got absolutely nothing.
The only key that works is esc, to end the macro.

Can someone tell me what I'm missing here, please?

Would like to use this, but I can not get the dang thing to work,
PepsiHog
by PepsiHog
Fri Jul 10, 2020 7:59 pm
Forum: Beginners
Topic: Retrieving text from a terminal window
Replies: 3
Views: 4493

Re: Retrieving text from a terminal window

Ok, Here's more on the last idea. Use sendtext to send some "text" that there is no way would be there otherwise. Then use OCRWindow to get all the text. By processing the text, the sent text will tell what the prompt before it is. Once you know the prompt you need to answer, you can use Press> to s...
by PepsiHog
Fri Jul 10, 2020 7:41 pm
Forum: Beginners
Topic: Retrieving text from a terminal window
Replies: 3
Views: 4493

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...
by PepsiHog
Mon Jul 06, 2020 12:36 pm
Forum: Technical / Scripting
Topic: LibFunc Iconic Window
Replies: 5
Views: 5532

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...
by PepsiHog
Sun Jul 05, 2020 4:18 pm
Forum: Technical / Scripting
Topic: WaitWindowOpen and IfWindowOpen Failures
Replies: 2
Views: 4017

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...
by PepsiHog
Sun Jul 05, 2020 4:03 pm
Forum: Technical / Scripting
Topic: WaitWindowOpen and IfWindowOpen Failures
Replies: 2
Views: 4017

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...
by PepsiHog
Sun Jul 05, 2020 3:48 pm
Forum: Technical / Scripting
Topic: LibFunc Iconic Window
Replies: 5
Views: 5532

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...
by PepsiHog
Thu Feb 20, 2020 2:37 am
Forum: The Water Cooler
Topic: Macro Scheduler 15 is here!
Replies: 4
Views: 15575

Re: Macro Scheduler 15 is here!

AWESOME!! But I have to wait til payday. Sorry.

PepsiHog

Not so late here.
by PepsiHog
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: 3156

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 ...
by PepsiHog
Thu Feb 20, 2020 12:26 am
Forum: The Water Cooler
Topic: DelArray / DelVariable
Replies: 6
Views: 17243

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...
by PepsiHog
Wed Jan 29, 2020 11:59 am
Forum: The Water Cooler
Topic: DelArray / DelVariable
Replies: 6
Views: 17243

Re: DelArray / DelVariable

I hate being wrong. It sucks. Especially, when you do it *right* in front of people. :oops:
by PepsiHog
Wed Jan 29, 2020 11:51 am
Forum: Beginners
Topic: HIGHLIGHTER
Replies: 5
Views: 3969

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
by PepsiHog
Wed Jan 29, 2020 11:13 am
Forum: The Water Cooler
Topic: DelArray / DelVariable
Replies: 6
Views: 17243

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...
cron
Sign up to our newsletter for free automation tips, tricks & discounts