Ahh, that worked! You guys are awesome, I tell ya!
Thanks so much,
Kwiz
Search found 30 matches
- Mon Sep 12, 2011 8:11 pm
- Forum: Technical / Scripting
- Topic: Having a tough time with Set_Focus and child windows
- Replies: 2
- Views: 3570
- Fri Sep 09, 2011 1:59 pm
- Forum: Technical / Scripting
- Topic: Having a tough time with Set_Focus and child windows
- Replies: 2
- Views: 3570
Having a tough time with Set_Focus and child windows
I'm using eSignal, which is stock charting software. I can undock the charts from the main software, so they are free-floating. I guess you would call these floating charts "child windows", no? So one of these charts I simply call 1.ach. When I use the SetFocus command, it sets focus to 1.ach (or wh...
- Thu Sep 01, 2011 1:46 am
- Forum: Beginners
- Topic: How to use the integer function?
- Replies: 4
- Views: 8138
- Wed Aug 31, 2011 6:14 pm
- Forum: Beginners
- Topic: How to use the integer function?
- Replies: 4
- Views: 8138
- Wed Aug 31, 2011 4:41 pm
- Forum: Beginners
- Topic: How to use the integer function?
- Replies: 4
- Views: 8138
How to use the integer function?
I've tried several variations of the following script, but cannot figure out how to get the integer portion of a variable.
let>a=65.3
let>b=(int(a))
messagemodal>%b%
What am I doing wrong?
Thanks,
Kwiz
let>a=65.3
let>b=(int(a))
messagemodal>%b%
What am I doing wrong?
Thanks,
Kwiz
- Sun Feb 21, 2010 6:22 pm
- Forum: Technical / Scripting
- Topic: A hotkey which brings me back to the previous application?
- Replies: 10
- Views: 8818
Wow, there's a couple of good macros right there! Now that you've gone to the trouble of writing those two wonderful macros, I'm feeling a little bit guilty. The reason? Well, I wasn't aware of two little features which Bob pointed out in his last message: 1. When a window is minimized, it goes to t...
- Sun Feb 21, 2010 1:56 am
- Forum: Technical / Scripting
- Topic: A hotkey which brings me back to the previous application?
- Replies: 10
- Views: 8818
Well, Alt+Tab works, but not the way I want it to. Sure, Alt+Tab will bring up a new window with all of the icons of all the currently open applications. But if you minimized your previous application, that application will not be NEXT in line. You will have to tab over, as you say, until you find t...
- Sun Feb 21, 2010 12:36 am
- Forum: Technical / Scripting
- Topic: A hotkey which brings me back to the previous application?
- Replies: 10
- Views: 8818
- Sat Feb 20, 2010 8:59 pm
- Forum: Technical / Scripting
- Topic: A hotkey which brings me back to the previous application?
- Replies: 10
- Views: 8818
- Sat Feb 20, 2010 7:57 pm
- Forum: Technical / Scripting
- Topic: A hotkey which brings me back to the previous application?
- Replies: 10
- Views: 8818
A hotkey which brings me back to the previous application?
Hi, I want to create a macro (a hotkey specifically) which will toggle my current window (/application) back to the previous window (/application) that I was looking at most recently. Is there a way to do this? For example, let's say that I have 5 windows (/applications) open: 1. Notepad 2. Wordpad ...
- Thu Mar 12, 2009 2:10 am
- Forum: Enhancement Suggestions
- Topic: Add option to move mouse over YES when confirming save.
- Replies: 4
- Views: 9313
- Sun Mar 08, 2009 8:32 pm
- Forum: Enhancement Suggestions
- Topic: Add option to move mouse over YES when confirming save.
- Replies: 4
- Views: 9313
Add option to move mouse over YES when confirming save.
Suggestion: After making changes to a macro, and trying to close the window, a dialog comes up that says "Confirm....Do you want to save your changes?" It would be nice if I could get the mouse to automatically move to the YES button. Perhaps you could make this an option under Tools/Options? Thanks...
- Sun Mar 08, 2009 8:23 pm
- Forum: Enhancement Suggestions
- Topic: installing, could you put sample files into a SAMPLES group?
- Replies: 1
- Views: 5752
installing, could you put sample files into a SAMPLES group?
Suggestion:
In future releases, when users have the choice to install sample macros with their Macroscheduler program, could you put those sample files into a new group called SAMPLES, instead of putting them all into the General folder?
That would be very helpful.
Thanks,
Kwiz
In future releases, when users have the choice to install sample macros with their Macroscheduler program, could you put those sample files into a new group called SAMPLES, instead of putting them all into the General folder?
That would be very helpful.
Thanks,
Kwiz
- Sun Mar 08, 2009 8:21 pm
- Forum: Technical / Scripting
- Topic: How to get the main window to remember it's location & s
- Replies: 3
- Views: 3883
I'm using MS11, and I have WinXP SP3. I'm the administrator of my computer (I'm the only one using it), so I have "permissions"..(?). Maybe I don't know how to apply them, but I have them, lol. I looked at the Registry keys. Interesting. For whatever reason, they weren't all there until I just reins...
- Sun Mar 08, 2009 4:16 pm
- Forum: Technical / Scripting
- Topic: How to get the main window to remember it's location & s
- Replies: 3
- Views: 3883
How to get the main window to remember it's location & s
Every time I reboot my computer, and start Macroscheduler, it starts up as a relatively tiny window, and I have to stretch it out. So that's part of the problem. The other part of the problem is that it doesn't remember the width of the columns that I had specified earlier. Is there a way to get Mac...