Search found 12 matches
- Tue Oct 21, 2008 2:12 am
- Forum: Technical / Scripting
- Topic: Dialog Box script
- Replies: 1
- Views: 3310
Dialog Box script
I am trying to write a script that I can use to run a "selection" of scripts by either checking a checkbox or using radio buttons. I can setup the dialog box so that it looks the way I want it to look, however I am having some difficulty in working out how to detect if a checkbox is set to true or f...
- Fri Oct 17, 2008 1:27 am
- Forum: Beginners
- Topic: EditIniFile> Tip
- Replies: 2
- Views: 4365
EditIniFile> Tip
A tip that I learned today ...
When you are writing a variable to an INI file using the EditIniFile> command -
DO NOT make the variable in the script the same as the Entry Name in the INI File.
When you are writing a variable to an INI file using the EditIniFile> command -
DO NOT make the variable in the script the same as the Entry Name in the INI File.
- Fri Oct 17, 2008 1:21 am
- Forum: Technical / Scripting
- Topic: EditIniFile Question / Query
- Replies: 9
- Views: 8099
EditIniFile Question / Query
Hi everyone,
I've fixed it!!
The problem was that I was using a variable in a script that was the same name as an entry name in the INI file.
My Fault entirely!
Thanks.
I've fixed it!!
The problem was that I was using a variable in a script that was the same name as an entry name in the INI file.
My Fault entirely!
Thanks.
- Thu Oct 16, 2008 2:23 am
- Forum: Technical / Scripting
- Topic: EditIniFile Question / Query
- Replies: 9
- Views: 8099
EditIniFile Question / Query
Hi Bob, Interesting - that you should point that out ... Hmmm I'll have a look and let you know ... I don't think that it copied very well originally ... this is what it SHOULD look like ... ----- IF>Lgendselect=2 //make sure that if first name is below 10 then middle needs to be below 5 Let>LGender...
- Thu Oct 16, 2008 12:14 am
- Forum: Technical / Scripting
- Topic: EditIniFile Question / Query
- Replies: 9
- Views: 8099
EditIniFile Question / Query
Marcus, Further to my previous post - I have tried what you suggested and the ini file brings up the ini file that I was looking at - no middle name. However, I'm also using the MDL> command and it brings up the middle name ... Therefore I'm still confused about this one. I will keep trying and let ...
- Wed Oct 15, 2008 11:57 pm
- Forum: Enhancement Suggestions
- Topic: View System Windows
- Replies: 1
- Views: 6543
View System Windows
On the tool bar in Macro Scheduler Pro there is an option to "View System Windows". I've had a bit of a play around with this and I can see loads of potential here in helping to identify objects on windows (similar to how the likes of QTP etc work). Are there any plans to develop this tool further a...
- Wed Oct 15, 2008 11:50 pm
- Forum: Technical / Scripting
- Topic: EditIniFile Question / Query
- Replies: 9
- Views: 8099
EditIniFile Question / Query
Marcus, The contents of the two variables is as follows: Let>iniloc=c:\program files\macro scheduler\gh\ini\ Let>Inifile=ePAS.ini Interesting that you suggested something that I suspect - only problem is that I've done a search for the ini file and couldn't find any duplicates ... so I'm quite confu...
- Wed Oct 15, 2008 4:58 am
- Forum: Technical / Scripting
- Topic: EditIniFile Question / Query
- Replies: 9
- Views: 8099
EditIniFile Question / Query
Bob, Thanks for the reply ... The file does already exist and I have gone over the script again to check that it is using the correct tags in the INI file - without success. Here is a short excerpt from the script: //make sure that if first name is below 10 then middle needs to be below 5 IF>Lgendse...
- Wed Oct 15, 2008 2:39 am
- Forum: Technical / Scripting
- Topic: EditIniFile Question / Query
- Replies: 9
- Views: 8099
EditIniFile Question / Query - More information
Hi agian, Further to this, I deleted the contents of each ini file setting to see what would happen (I had been writing three different settings in the one ini file). However, when I ran the script again, only TWO of the items were updated EVEN THOUGH when I read the ini file contents, it said that ...
- Wed Oct 15, 2008 2:19 am
- Forum: Technical / Scripting
- Topic: EditIniFile Question / Query
- Replies: 9
- Views: 8099
EditIniFile Question / Query
I am using the EditIniFile function to write details to an ini file for later use. However, it appears that even though the script states that it is writing the details to the ini file, and has the ability to read the information back again, if I open the ini file up, the details HAVE NOT been writt...
- Tue Oct 14, 2008 12:37 am
- Forum: Technical / Scripting
- Topic: send> question / query
- Replies: 2
- Views: 3528
send> question / query
Hi Bob,
I've gone for the down button press option and this appears to be working. It's a little more work but in the scheme of things not too bad.
Thanks for your assistance.
Cheers,
Rob - Melbourne Australia
I've gone for the down button press option and this appears to be working. It's a little more work but in the scheme of things not too bad.
Thanks for your assistance.
Cheers,
Rob - Melbourne Australia
- Mon Oct 13, 2008 10:27 pm
- Forum: Technical / Scripting
- Topic: send> question / query
- Replies: 2
- Views: 3528
send> question / query
I am in the midst of building a test regression suite for an application at my place of work. In order to test it, I am using randomly selected items including title, marital status and gender (as well as a few other things). However, when I get to the combo box that I need to select the item in que...