Search found 9 matches
- Fri Jun 24, 2011 1:38 am
- Forum: Technical / Scripting
- Topic: TabletPC input possible?
- Replies: 2
- Views: 3868
- Fri Jun 24, 2011 1:37 am
- Forum: General Discussion
- Topic: Smartphone support?
- Replies: 7
- Views: 17775
- Fri Jun 24, 2011 1:35 am
- Forum: General Discussion
- Topic: Smartphone support?
- Replies: 7
- Views: 17775
- Thu Jun 23, 2011 12:52 pm
- Forum: General Discussion
- Topic: Smartphone support?
- Replies: 7
- Views: 17775
Smartphone support?
Can MacroScheduler applications run on any of the smartphones?
- Thu Jun 23, 2011 11:48 am
- Forum: Technical / Scripting
- Topic: TabletPC input possible?
- Replies: 2
- Views: 3868
TabletPC input possible?
I'm running Windows XP Pro, Tablet PC Edition. I want to know if I can use my stylus as an input device. I want to create a flashcards application. The subject matter is primarily Math, and so using a keyboard is not practical. For example, describing a sequence or series using limit notation with a...
- Wed May 03, 2006 7:59 pm
- Forum: Technical / Scripting
- Topic: Send focus to another open program from dialog
- Replies: 5
- Views: 7132
Thanks mtettmar
Dear mtettmar:
Wow, what a clear (and again timely) explanation! Once more, I'm really impressed.
Thanks so much for your help!
(No need to waste your time responding to this post.)
--Eric
Wow, what a clear (and again timely) explanation! Once more, I'm really impressed.
Thanks so much for your help!
(No need to waste your time responding to this post.)
--Eric
- Tue May 02, 2006 10:29 pm
- Forum: Technical / Scripting
- Topic: Send focus to another open program from dialog
- Replies: 5
- Views: 7132
It works but why
Dear mtettmar: You're a genius! (It worked.) Now my question is: Why did it work? I NEVER would have figured this trick out from the MSP documentation. The "WF_TYPE=0" that solved the problem is supposed to prevent SetFocus from affecting child windows. I guess that my dialog is considered a child w...
- Tue May 02, 2006 8:38 pm
- Forum: Technical / Scripting
- Topic: Send focus to another open program from dialog
- Replies: 5
- Views: 7132
Thanks
Dear mtettmar: Wow, you got back to me fast! I'm impressed! I'll try your suggestion. By the way, I think your "Wait>0.2" is redundant. I already put the "Wait>0.5" in there to keep the loop from hogging all the CPU time. Again, thanks so much for the speedy response! I'll try your suggestion. --Eric
- Tue May 02, 2006 7:47 pm
- Forum: Technical / Scripting
- Topic: Send focus to another open program from dialog
- Replies: 5
- Views: 7132
Send focus to another open program from dialog
This is probably an easy question. I think I'm overlooking something obvious. I need to move the focus from a Macro Scheduler Pro (MSP) dialog to an already-open program called VueScan. I have no problem using the SetFocus command by itself: Rem>Sends focus to VueScan. SetFocus>VueScan* The above wo...