Search found 14 matches
- Mon Feb 03, 2020 3:53 pm
- Forum: Technical / Scripting
- Topic: Win10 Keyboard has new key "fn" to activate Fn keys
- Replies: 3
- Views: 4942
Re: Win10 Keyboard has new key "fn" to activate Fn keys
Thank you for your information. I verified that my macros with Pressing function keys work normally. However, the suggestion for locking the fn key function for "Normal" operation [ fn-lock function: Fn + Shift (first press fn, then shift)] did not appear to work. Looking at your references, I tried...
- Mon Feb 03, 2020 2:50 am
- Forum: Technical / Scripting
- Topic: Win10 Keyboard has new key "fn" to activate Fn keys
- Replies: 3
- Views: 4942
Win10 Keyboard has new key "fn" to activate Fn keys
I just received a new HP Computer with Windows 10. It came with a keyboard that has dual actions for the normal function keys. Unfortunately the default action is to execute some Windows 10 function. In order to press the normal "F12" key you have to hold down the "fn" key. There is no "fn" key in t...
- Fri Sep 17, 2010 11:36 pm
- Forum: Technical / Scripting
- Topic: Dialog Edit box returning NO_SUCH_PROPERTY
- Replies: 2
- Views: 4026
Thanks JRL. In the back of my mind I thought the variable name could be a problem. The code I posted was a paraphrase of a portion of a much larger application which was written many releases ago. I had to make a few changes and used the Dialog Designer and Presto the Dialog took on a whole new look...
- Fri Sep 17, 2010 4:21 pm
- Forum: Technical / Scripting
- Topic: Dialog Edit box returning NO_SUCH_PROPERTY
- Replies: 2
- Views: 4026
Dialog Edit box returning NO_SUCH_PROPERTY
I have a test dialog with an EditBox and two buttons. The EditBox Text is initialized. If I click the Ok button and Get the Text Property, the result is ok. If I modify the contents of the Edit Box, I get the NO_SUCH_PROPERTY result for the Text Property. I am at a loss as to why. The code follows: ...
- Sun Jan 31, 2010 3:02 am
- Forum: Technical / Scripting
- Topic: DeleteFolder and DeleteFile Results
- Replies: 3
- Views: 4438
- Sat Jan 30, 2010 3:11 pm
- Forum: Technical / Scripting
- Topic: DeleteFolder and DeleteFile Results
- Replies: 3
- Views: 4438
DeleteFolder and DeleteFile Results
I have a macro where I am deleting certain files and folders. I have run into a problem when the file/folder cannot be deleted due to being protected or in use. How can I determine if the operation was successful, or if not, how do I determine why?.
- Sat Apr 25, 2009 2:15 am
- Forum: General Discussion
- Topic: Operation difference between Version 10 and Version 11
- Replies: 6
- Views: 8671
Marcus thanks for answering my questions. I do run my never ending macro from the command line. Actually, I use the shortcut to the macro that Msched created. One more Question if I may. When the Run Immediate Anyway is selected in the Advanced Run When options, what order do the macros run? Is it i...
- Sat Apr 25, 2009 2:07 am
- Forum: General Discussion
- Topic: Operation difference between Version 10 and Version 11
- Replies: 6
- Views: 8671
Thanks for posting JPuziano and Bnc1. It's interesting that I have the same disappearing Systray icons problem. I had come across a fix in Kelly's Corner. However, it was a temporary fix for the current boot. In subsequent boots, the problem returned. In my case it was independent of Msched versions...
- Fri Apr 24, 2009 2:41 am
- Forum: General Discussion
- Topic: Operation difference between Version 10 and Version 11
- Replies: 6
- Views: 8671
Operation difference between Version 10 and Version 11
First a little background. I am running XP home SP3. I have a number of Macro Scheduler macros that I use. Some run on start up others by Hot Key or time of day. I wrote a new never ending macro which presents a dialog; processes the input and redisplays the dialog. While I was running Version 10, I...
- Wed Jul 26, 2006 8:18 pm
- Forum: General Discussion
- Topic: Selecting an icon from system tray
- Replies: 3
- Views: 6973
- Tue Jun 27, 2006 8:27 am
- Forum: General Discussion
- Topic: Selecting an icon from system tray
- Replies: 3
- Views: 6973
Selecting an icon from system tray
I am looking for a way to be able to right click on an icon in the system tray and select a menu item from the popup. E.G. right click on the MSched icon and click "Show".
I am running 8.0.2
I am running 8.0.2
- Wed Feb 05, 2003 9:12 am
- Forum: General Discussion
- Topic: Size of Message window
- Replies: 5
- Views: 12830
Ah! Thank you Lumumba. The part of the parameter passing I missed was wrapping the parameter variable in the called macro with %'s:oops:. My resulting msgbox macro now looks exactly what I used to get in the previous release for message., no scroll bars and visable OK button:) . Thanks for your help...
- Tue Feb 04, 2003 3:07 pm
- Forum: General Discussion
- Topic: Size of Message window
- Replies: 5
- Views: 12830
Sorry for the delay in getting back. I had some serious system problems and was unable to play around with this. I have created a maro to issue a Displaymessage. which does the job. However I am having a problem passing the message to this macro from my calling macro. I am obviosly missing something...
- Wed Jan 22, 2003 8:19 pm
- Forum: General Discussion
- Topic: Size of Message window
- Replies: 5
- Views: 12830
Size of Message window
Having moved to 7.15 from 6.x, I notice that the message window is displayed with scroll bars. I was told to use ResizeWindow. This does put the scrollbars to the top left of the window so that I can see the message, but no matter what size I try, there are still scroll bars shown which must be mani...