Search found 2 matches

by blixel
07 May 2017, 20:03
Forum: Ask for Help (v1)
Topic: Choose menu option then exit program Topic is solved
Replies: 4
Views: 1236

Re: Choose menu option then exit program Topic is solved

You should use IfWinActive, IfWinNotActive, or WinActive() to verify it's focused. Ah, I see. I changed it from !WinExist to !WinActive and now it does seem to ignore the script if I'm not in Fritzing. So that part is working now, thanks. Send ^q ;Performs Ctrl+Q keystroke In the part where I had i...
by blixel
07 May 2017, 12:52
Forum: Ask for Help (v1)
Topic: Choose menu option then exit program Topic is solved
Replies: 4
Views: 1236

Choose menu option then exit program Topic is solved

I'm working on a script that will allow me to choose an option from the menu bar for the purposes of exporting the current page as a PNG image. Once the export is complete, the program will exit. The script I have works about half way, but I can't seem to figure out how to complete it. The general i...

Go to advanced search