Onscreen Keyboard
Onscreen Keyboard
Windows XP has a onscreen keyboard (osk.exe). Is there a way to intergrate this into MM? So I don't need a keyboard anymore?
-
- Posts: 9
- Joined: Sun Sep 17, 2006 8:13 am
Hmmm.... If it support docking then a Script could manage docking part, but maybe I'm wrong.
Anyone?
Anyone?
Best regards,
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying



How to attach PICTURE/SCREENSHOTS to forum posts
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying



How to attach PICTURE/SCREENSHOTS to forum posts
To get the onscreen keyboard in Windows XP go to Start > All Programs > Accessories > Accessibility > On Screen keyboard. I don't know how it works though.
Download MediaMonkey ♪ License ♪ Knowledge Base ♪ MediaMonkey for Windows 2024 Help ♪ MediaMonkey for Android Help
Lowlander (MediaMonkey user since 2003)
Lowlander (MediaMonkey user since 2003)
Script Could be made to start OSK.exe within MM button in toolbar, will that be enough?
Best regards,
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying



How to attach PICTURE/SCREENSHOTS to forum posts
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying



How to attach PICTURE/SCREENSHOTS to forum posts
I have no idea how you'd dock the OSK into MM, but presumably similar to however Steegy managed to do it with MiniLyrics.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Hi
Try the following files. Copy them to MediaMonkey's Scripts\Auto folder (usually C:\Program Files\MediaMonkey\Scripts\Auto) and (re)start MediaMonkey.
Program: http://home.scarlet.be/ruben.castelein/ ... bedder.exe
Script: http://home.scarlet.be/ruben.castelein/ ... bedder.vbs
If the (re)positioning goes to slow, you can it up by making the timer interval in the script file (OSK Embedder.vbs) smaller.
in the source code: e.g. TimerTimeout = 1000 (1 seconds) instead of TimerTimeout = 5000 (5 seconds).
You can also enable "realtime-resizing" be uncommenting line 24 (remove the ' in front of it). Due to the nature of this functionality, it works somewhat strange (high cpu%, flickering and possible slight (very slight and temporarily) mouse problem after releasing the button).
It looks like this: http://home.scarlet.be/ruben.castelein/ ... screen.gif
Cheers
Steegy
Try the following files. Copy them to MediaMonkey's Scripts\Auto folder (usually C:\Program Files\MediaMonkey\Scripts\Auto) and (re)start MediaMonkey.
Program: http://home.scarlet.be/ruben.castelein/ ... bedder.exe
Script: http://home.scarlet.be/ruben.castelein/ ... bedder.vbs
If the (re)positioning goes to slow, you can it up by making the timer interval in the script file (OSK Embedder.vbs) smaller.
in the source code: e.g. TimerTimeout = 1000 (1 seconds) instead of TimerTimeout = 5000 (5 seconds).
You can also enable "realtime-resizing" be uncommenting line 24 (remove the ' in front of it). Due to the nature of this functionality, it works somewhat strange (high cpu%, flickering and possible slight (very slight and temporarily) mouse problem after releasing the button).
It looks like this: http://home.scarlet.be/ruben.castelein/ ... screen.gif
Cheers
Steegy
Last edited by Steegy on Thu Sep 21, 2006 7:19 pm, edited 2 times in total.
Extensions: ExternalTools, ExtractFields, SongPreviewer, LinkedTracks, CleanImport, and some other scripts (Need Help with Addons > List of All Scripts).
@Steegy
Good Work I knew that someone will be capable to make this
Good Work I knew that someone will be capable to make this

Best regards,
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying



How to attach PICTURE/SCREENSHOTS to forum posts
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying



How to attach PICTURE/SCREENSHOTS to forum posts
Hey Steegy, this works well. There is only one issue where if you resize the keyboard screen in MediaMonkey that the keyboard size doesn't get update. Changing keyboard settings will resize the keyboard according to the window size.
Download MediaMonkey ♪ License ♪ Knowledge Base ♪ MediaMonkey for Windows 2024 Help ♪ MediaMonkey for Android Help
Lowlander (MediaMonkey user since 2003)
Lowlander (MediaMonkey user since 2003)
This isn't something I need - but it's very cool! 

Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
2 more issues. I would like the script to remember if it is enabled or not. Now with every restart of MediaMonkey the keyboard comes up.
Secondly, but I don't know if this is a script issue, it shows the onscreen keyboard welcome message each time MediaMonkey start. I've told it to not show anymore, but it still does.
Secondly, but I don't know if this is a script issue, it shows the onscreen keyboard welcome message each time MediaMonkey start. I've told it to not show anymore, but it still does.
Download MediaMonkey ♪ License ♪ Knowledge Base ♪ MediaMonkey for Windows 2024 Help ♪ MediaMonkey for Android Help
Lowlander (MediaMonkey user since 2003)
Lowlander (MediaMonkey user since 2003)
Hmm.. Do you wait long enough? The script embeds and repositions the On-screen keyboard program every 10 seconds (by default, using SDB.CreateTimer(10000)). So if you resize the panel withing MediaMonkey, you'll have to wait maximum 10 seconds to get the OSK resized accordingly.There is only one issue where if you resize the keyboard screen in MediaMonkey that the keyboard size doesn't get update.
If this isn't the problem, then I'm afraid I didn't understand your question well enough.
Yep. This should definately be done. I have noticed this sometimes annoying behaviour too.I would like the script to remember if it is enabled or not.
This is a problem of the OSK, caused by the fact that it is embedded. The only way (I see) to get rid of this message box is to close it programmatically (automaticly by the embedder program).it shows the onscreen keyboard welcome message each time MediaMonkey start ...
Cheers
Steegy
Extensions: ExternalTools, ExtractFields, SongPreviewer, LinkedTracks, CleanImport, and some other scripts (Need Help with Addons > List of All Scripts).
Well I thought it would work and I did wait those 10 seconds. Trying it once more and now it works as expected, must have needed a restart of Windows.
Thanks
Thanks
Download MediaMonkey ♪ License ♪ Knowledge Base ♪ MediaMonkey for Windows 2024 Help ♪ MediaMonkey for Android Help
Lowlander (MediaMonkey user since 2003)
Lowlander (MediaMonkey user since 2003)
The embedder script&program have been updated. Please see http://www.mediamonkey.com/forum/viewto ... 9894#59894
It works completely allright for me. Please post all issues, should you have any.
Cheers
Steegy
It works completely allright for me. Please post all issues, should you have any.
Cheers
Steegy
Extensions: ExternalTools, ExtractFields, SongPreviewer, LinkedTracks, CleanImport, and some other scripts (Need Help with Addons > List of All Scripts).