Onscreen Keyboard

Download and get help for different MediaMonkey for Windows 4 Addons.

Moderators: Peke, Gurus

scraane

Onscreen Keyboard

Post by scraane »

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?
bal~D~J~erk
Posts: 9
Joined: Sun Sep 17, 2006 8:13 am

Post by bal~D~J~erk »

I'm pretty sure you already can, as with any application. Use the keyboard in hover mode & make sure MM is your top level window & it should work fine.
scraane

Post by scraane »

True, but it will cover a part of MM, and I would like to see it as a part of MM. Also, in party mode the keyboard is send to the back.

A onscreen keyboard would be ideal for a bar or something.
Peke
Posts: 18251
Joined: Tue Jun 10, 2003 7:21 pm
Location: Earth
Contact:

Post by Peke »

Hmmm.... If it support docking then a Script could manage docking part, but maybe I'm wrong.

Anyone?
Best regards,
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying
Image
Image
Image
How to attach PICTURE/SCREENSHOTS to forum posts
Lowlander
Posts: 58575
Joined: Sat Sep 06, 2003 5:53 pm

Post by Lowlander »

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.
Peke
Posts: 18251
Joined: Tue Jun 10, 2003 7:21 pm
Location: Earth
Contact:

Post by Peke »

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
Image
Image
Image
How to attach PICTURE/SCREENSHOTS to forum posts
trixmoto
Posts: 10024
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK
Contact:

Post by trixmoto »

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.
Steegy
Posts: 3452
Joined: Sat Nov 05, 2005 7:17 pm

Post by Steegy »

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
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).
Peke
Posts: 18251
Joined: Tue Jun 10, 2003 7:21 pm
Location: Earth
Contact:

Post by Peke »

@Steegy
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
Image
Image
Image
How to attach PICTURE/SCREENSHOTS to forum posts
Lowlander
Posts: 58575
Joined: Sat Sep 06, 2003 5:53 pm

Post by Lowlander »

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.
trixmoto
Posts: 10024
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK
Contact:

Post by trixmoto »

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.
Lowlander
Posts: 58575
Joined: Sat Sep 06, 2003 5:53 pm

Post by Lowlander »

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.
Steegy
Posts: 3452
Joined: Sat Nov 05, 2005 7:17 pm

Post by Steegy »

There is only one issue where if you resize the keyboard screen in MediaMonkey that the keyboard size doesn't get update.
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.
If this isn't the problem, then I'm afraid I didn't understand your question well enough.
I would like the script to remember if it is enabled or not.
Yep. This should definately be done. I have noticed this sometimes annoying behaviour too.
it shows the onscreen keyboard welcome message each time MediaMonkey start ...
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).

Cheers
Steegy
Extensions: ExternalTools, ExtractFields, SongPreviewer, LinkedTracks, CleanImport, and some other scripts (Need Help with Addons > List of All Scripts).
Lowlander
Posts: 58575
Joined: Sat Sep 06, 2003 5:53 pm

Post by Lowlander »

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
Steegy
Posts: 3452
Joined: Sat Nov 05, 2005 7:17 pm

Post by Steegy »

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
Extensions: ExternalTools, ExtractFields, SongPreviewer, LinkedTracks, CleanImport, and some other scripts (Need Help with Addons > List of All Scripts).
Post Reply