Search found 69 matches
- Tue Mar 08, 2011 4:12 pm
- Forum: Technical / Scripting
- Topic: Rename leaves original file
- Replies: 2
- Views: 5064
- Tue Dec 07, 2010 10:55 pm
- Forum: Technical / Scripting
- Topic: How do you set Dialog height programatically?
- Replies: 3
- Views: 5512
- Tue Dec 07, 2010 10:35 pm
- Forum: Technical / Scripting
- Topic: How do you set Dialog height programatically?
- Replies: 3
- Views: 5512
Hey Jerry, This should work for you. //This would retrieve the current height of the dialog GetDialogProperty>Test2,,ClientHeight,ht //This would set the height to 500 let>ht=500 SetDialogProperty>Test2,,clientheight,ht Anytime you want to make a change to the Dialog using setdialogproperty you leav...
- Thu Nov 18, 2010 5:46 pm
- Forum: Beginners
- Topic: Fundamental question on logging
- Replies: 4
- Views: 6452
- Thu Nov 18, 2010 5:18 pm
- Forum: Beginners
- Topic: Fundamental question on logging
- Replies: 4
- Views: 6452
- Thu Nov 18, 2010 4:26 pm
- Forum: Beginners
- Topic: Dialog Designer Info
- Replies: 5
- Views: 6905
Hey Fthomas, Do you just want a dialog to appear and then in the background your script runs? If so if your dialog name was dialog1 you would use this command. show>dialog1 If you want your dialog to appear and halt the script until you put some sort of input into your dialog or press buttons etc. Y...
- Fri Oct 15, 2010 2:38 am
- Forum: Technical / Scripting
- Topic: Issue with compiled minimized dialog
- Replies: 2
- Views: 4177
- Thu Oct 14, 2010 8:36 pm
- Forum: General Discussion
- Topic: Embed animated gif in dialog/window
- Replies: 5
- Views: 23317
- Thu Oct 14, 2010 7:28 pm
- Forum: General Discussion
- Topic: Screen Capture Help Needed (NEW)
- Replies: 2
- Views: 6841
What if you just tell your script to press alt tab which should then go to the window directly behind your current window and then just grab window name? So something like this //your code here that grabs the screen shot press alt press tab release alt GetActiveWindow>windowtitle,xvar,yvar,width,hei...
- Thu Oct 14, 2010 6:40 pm
- Forum: Technical / Scripting
- Topic: Issue with compiled minimized dialog
- Replies: 2
- Views: 4177
Issue with compiled minimized dialog
Hey guys, I don't know if maybe I'm missing a setting or something in my dialog but I've encountered a peculiar issue. I'm using windows 7 ultimate x64 on MS 12.0.9 I created a dialog, configured it to be minimizable, compiled it into an application and it minimizes to the taskbar fine. The odd issu...
- Fri Sep 24, 2010 10:29 pm
- Forum: Technical / Scripting
- Topic: Using a INI file for If statement results
- Replies: 4
- Views: 7503
- Fri Sep 24, 2010 10:27 pm
- Forum: Enhancement Suggestions
- Topic: [Open] Mass Export/Import to sync Macros on two machines
- Replies: 10
- Views: 17966
I would like to point out that you need to make sure that your username or your profile paths to the my documents folders are the same. Because groups.ini uses literal paths. So if your login at home is homeuser then in the groups.ini path is Name=General Path=C:\Users\ homeuser \Documents\Macro Sch...
- Fri Sep 24, 2010 9:57 pm
- Forum: Technical / Scripting
- Topic: Using a INI file for If statement results
- Replies: 4
- Views: 7503
Gil, I don't have to many suggestions cause I'm not entirely sure what you are trying to do. Here is an example of logging results to an ini file depending on whether it was a true result or false result to your if statement. Can you expand a bit on what you are trying to do with the inifile? Not su...
- Fri Sep 24, 2010 9:31 pm
- Forum: Technical / Scripting
- Topic: Help with Dialog ComboBox
- Replies: 20
- Views: 20602
And end up getting the list of Shippers from the dynamic varShipper: list. Have any ideas why this would be happing? Are you saying that the dialog box is getting updated with values from you label varshipping instead of varslcode? Do both of these labels use the combolist variable to store these l...
- Sun Sep 05, 2010 6:04 am
- Forum: Technical / Scripting
- Topic: Problem with Variable breakpoints
- Replies: 6
- Views: 6732