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
[quote]There is only one issue where if you resize the keyboard screen in MediaMonkey that the keyboard size doesn't get update.[/quote]Hmm.. Do you wait long enough? The script embeds and repositions the On-screen keyboard program every 10 seconds (by default, using [color=darkblue]SDB.CreateTimer(10000)[/color]). 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.
[quote]I would like the script to remember if it is enabled or not.[/quote]Yep. This should definately be done. I have noticed this sometimes annoying behaviour too.
[quote]it shows the onscreen keyboard welcome message each time MediaMonkey start ...[/quote]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