Search found 16 matches

by chriskeith21
11 Oct 2021, 15:10
Forum: Ask for Help (v1)
Topic: Help with ACC controls. Quick question
Replies: 2
Views: 425

Re: Help with ACC controls. Quick question

Thanks for the feedback. I will try to mess around with that and see if it helps. Thanks
by chriskeith21
08 Oct 2021, 16:19
Forum: Ask for Help (v1)
Topic: Help with ACC controls. Quick question
Replies: 2
Views: 425

Help with ACC controls. Quick question

Hello, I currently use ACC controls for my work's software. Everything is working fine except there is a delay when the script first runs, I assume because the script is reading all of the path names and then firing off? Does anyone have any tips or tricks on avoiding that delay? So for the example ...
by chriskeith21
12 Aug 2021, 18:34
Forum: Ask for Help (v1)
Topic: Trying to export 3 excel columns to a pdf
Replies: 1
Views: 211

Trying to export 3 excel columns to a pdf

I am trying to export 3 columns from excel into a pdf and loop until column A is empty but I'm stuck on next steps. The below script will loop through column A, then Column B, then column C. But that is not what I need it to do. I need to take A1, B1, and C1 and put them into a current pdf form. The...
by chriskeith21
19 Jul 2021, 22:51
Forum: Ask for Help (v1)
Topic: if then depending on day of the week
Replies: 2
Views: 701

Re: if then depending on day of the week

Thank you so much for the quick response. Works perfect! It would have taken me forever to figure that out. Thanks so much!
by chriskeith21
19 Jul 2021, 22:25
Forum: Ask for Help (v1)
Topic: if then depending on day of the week
Replies: 2
Views: 701

if then depending on day of the week

Hello, I'm having trouble figuring out how to use if/then statements for the day of the week, depending on the variable. I was able to use A_Wday= for getting a certain script to only run on a certain day of the week but it uses today's date. I'm using a gui calendar to get a date variable. what is ...
by chriskeith21
24 Feb 2021, 10:47
Forum: Ask for Help (v1)
Topic: WindowSpy not working for Work Resources Remoteapp
Replies: 2
Views: 235

Re: WindowSpy not working for Work Resources Remoteapp

Thanks. That looks like it could be it but i'm not sure how to apply that. Is that some code that I need to put at the top of the script to get it to see the remoteapp?
by chriskeith21
23 Feb 2021, 18:31
Forum: Ask for Help (v1)
Topic: WindowSpy not working for Work Resources Remoteapp
Replies: 2
Views: 235

WindowSpy not working for Work Resources Remoteapp

I use AHK in regular RDP sessions just fine but I have one computer at work that is using the Remoteapp in Windows 'Work Resources'. I can send key commands with ahk just fine but I can't use WindowSpy because it doesn't see a distinct class, visible text or anything else. And normally inside the so...
by chriskeith21
07 Jan 2020, 01:11
Forum: Ask for Help (v1)
Topic: Regex help
Replies: 7
Views: 593

Re: Regex help

Thanks so much. You're a lifesaver.
by chriskeith21
07 Jan 2020, 00:04
Forum: Ask for Help (v1)
Topic: Regex help
Replies: 7
Views: 593

Re: Regex help

Thanks so much. I got it to work when I used the long made up variable but when I use the second example, I can't get it to work. I'm sure it's user error. I even tried to force activate the program's window. I'll keep at it. Thanks for your time. WinActivate, ahk_class ThunderRT6MDIForm WinGetTitle...
by chriskeith21
06 Jan 2020, 23:36
Forum: Ask for Help (v1)
Topic: Regex help
Replies: 7
Views: 593

Re: Regex help

Thanks. If that long number with the parentheses is constantly changing, what would I replace that with in the code?
by chriskeith21
06 Jan 2020, 23:04
Forum: Ask for Help (v1)
Topic: Regex help
Replies: 7
Views: 593

Re: Regex help

Caveat...I just realized all of the wintitles have two sets of parentheses so I'm trying to extract the text from the second set of parentheses.
example dfjakfdjkajfkfkjajfd(12345) aadfafadjkjlskjdfkj (6789)

I need to copy 6789 to a variable.
by chriskeith21
06 Jan 2020, 22:22
Forum: Ask for Help (v1)
Topic: Regex help
Replies: 7
Views: 593

Regex help

Hello, I'm trying to extract information within my windowtitle. I had it working using Substr but that only worked when the desired outcome was 4 digits. But I found not all of them are. For example, all of my windowtitles within this program end with an ID that is in parenthesis. I tried the code b...
by chriskeith21
08 Nov 2019, 19:08
Forum: Ask for Help (v1)
Topic: How do I make Acc.ahk do a basic action like clicking? Topic is solved
Replies: 15
Views: 4675

Re: jeeswg's homepage Topic is solved

Great! Thanks. I’ll try this out when I get home.
by chriskeith21
08 Nov 2019, 18:59
Forum: Ask for Help (v1)
Topic: How do I make Acc.ahk do a basic action like clicking? Topic is solved
Replies: 15
Views: 4675

Re: jeeswg's homepage Topic is solved

Ok, thanks. I will do more testing. I had one more question that I can't figure out. I'm trying to use ACC to select several items in a list box. The main issue with this listbox is that it's not static. But I have figured out how to highlight an item but I can't get it to highlight more than one it...
by chriskeith21
08 Nov 2019, 17:13
Forum: Ask for Help (v1)
Topic: How do I make Acc.ahk do a basic action like clicking? Topic is solved
Replies: 15
Views: 4675

Re: jeeswg's homepage Topic is solved

Awesome! Thanks so much. I also just tried using the accvalue and it seems to work. If value is not true then ... Do you find Value or State to be more reliable?
by chriskeith21
08 Nov 2019, 15:59
Forum: Ask for Help (v1)
Topic: How do I make Acc.ahk do a basic action like clicking? Topic is solved
Replies: 15
Views: 4675

Re: jeeswg's homepage Topic is solved

Hello jeeswg , can you give me an example of checking a box with ACC only if it's unchecked or value is false? What I have below will toggle the checkbox but I only want it the action performed if it's unchecked. Anything that is already checked, I want to leave checked. I tried to search it and can...

Go to advanced search