Search found 40 matches
- Tue Feb 23, 2010 5:49 pm
- Forum: Technical / Scripting
- Topic: GetWindowPos then find Pixel
- Replies: 2
- Views: 3657
Thanks for the reply mtettmar. I downloaded the Findcolor.dll, and that seems to work perfect. However, since I changed the search area to my whole screen, it takes about 2 seconds to find the pixel. This is much expected since it has a much larger space to search, but is there any way to speed it u...
- Tue Feb 23, 2010 7:39 am
- Forum: Technical / Scripting
- Topic: GetWindowPos then find Pixel
- Replies: 2
- Views: 3657
GetWindowPos then find Pixel
Hello, I would like a shove in the right direction. I'm attempting to write a script that will wait for a window to open, get the position of the window, and then if a pixel exists wherever the location of the window, click it. Here is what I'm thinking so far, however, I cannot find out how to prop...
- Thu Feb 18, 2010 10:46 pm
- Forum: Technical / Scripting
- Topic: Radiogroup (three, each on seperate tabs) help.
- Replies: 4
- Views: 4631
- SOLVED - Thanks to JRL. I just tried saying "Thank you" by giving you REP, but I receive an error saying: "Information To give reputation the same user you should spread it around." The sentence doesn't make too much sense, but I believe what it's telling me is that I gave you too much REP. Haha. ...
- Thu Feb 18, 2010 6:42 pm
- Forum: Technical / Scripting
- Topic: Radiogroup (three, each on seperate tabs) help.
- Replies: 4
- Views: 4631
I'm beginning to this it's something with the IF statements I will post below. Because, when the dialog starts, I can click the "About" button I created, and the "Pause" button I created, but when I click the "Start button, it freezes up. Here is the code below where I think it might be getting stuc...
- Thu Feb 18, 2010 6:50 am
- Forum: Technical / Scripting
- Topic: Radiogroup (three, each on seperate tabs) help.
- Replies: 4
- Views: 4631
Radiogroup (three, each on seperate tabs) help.
Hello, I have three tabs on my dialog. Each tab has one radiogroup on it. What I'm currently struggling with is this below. It will not respond for some odd reason? Am I able to use this code below? Label>dialogoptions GDA>dialog1,res1 If>res1=2,exit If>res1=10,check_settings If>res1=20,pause If>res...
- Wed Feb 17, 2010 5:22 pm
- Forum: Technical / Scripting
- Topic: Adding a background color to dialog. Show Labels above it?
- Replies: 5
- Views: 6198
- Wed Feb 17, 2010 7:20 am
- Forum: Technical / Scripting
- Topic: Adding a background color to dialog. Show Labels above it?
- Replies: 5
- Views: 6198
Adding a background color to dialog. Show Labels above it?
Hello, In paint, I made a one color background, it's an off blue color. I have have it the way I want it, but the labels wont show over it. When the program runs, the background color takes over the labels. I have used the "Send to back" for the background color, and "Send to front" for all the labe...
- Fri Feb 12, 2010 6:15 pm
- Forum: Technical / Scripting
- Topic: setting a radiogroup selection as default
- Replies: 3
- Views: 4451
- Thu Feb 11, 2010 9:11 pm
- Forum: Technical / Scripting
- Topic: setting a radiogroup selection as default
- Replies: 3
- Views: 4451
setting a radiogroup selection as default
Hello,
I have a radiogroup with the 3 options. At the start-up I want one of them to always be ticked. How do I do this?
Thanks
I have a radiogroup with the 3 options. At the start-up I want one of them to always be ticked. How do I do this?
Thanks
- Thu Feb 11, 2010 9:00 pm
- Forum: Technical / Scripting
- Topic: Adding a PAUSE button
- Replies: 3
- Views: 4582
JRL, I tried your code and couldn't get it working the way I had intended. However, I was messing around with stuff for about a half hour, and constructed a small code that works perfectly! Label>pause If>dialog1.msEdit1= Press start when ready... Let>dialog1.msEdit1= Paused... RDA>dialog1 Endif GDA...
- Thu Feb 11, 2010 8:29 pm
- Forum: Technical / Scripting
- Topic: Dialog will not respond
- Replies: 4
- Views: 4980
- Thu Feb 11, 2010 4:24 pm
- Forum: Technical / Scripting
- Topic: Dialog will not respond
- Replies: 4
- Views: 4980
- Thu Feb 11, 2010 6:44 am
- Forum: Technical / Scripting
- Topic: Dialog will not respond
- Replies: 4
- Views: 4980
Dialog will not respond
Hello, Recently somehow I lost the script I was in the process of making. I am currently trying to re-create it, however I'm running into what I'm sure is a very simple fix I'm looking past. When I run my program, I have it set so the dialog remains open. So if the user clicks "Start" the dialog is ...
- Thu Feb 11, 2010 6:39 am
- Forum: Technical / Scripting
- Topic: Adding a PAUSE button
- Replies: 3
- Views: 4582
- Mon Feb 08, 2010 6:22 am
- Forum: Technical / Scripting
- Topic: Adding a PAUSE button
- Replies: 3
- Views: 4582
Adding a PAUSE button
Hello, I have been trying to add a "pause" button feature to my dialog. For example, if the user clicks "start" the script will run, and if they want to pause the script they click pause, and when they want it to continue, they click start. I have tried this below, but I could be going in the comple...