Search found 128 matches
- 26. Jan 13, 04:21
- Forum: Main Forum
- Topic: Adding files
- Replies: 8
- Views: 8846
Re: Adding files
Hi friends, I don't use Sj that much now because I have a lot of albums (mp3) that won't update my library. When scanning my files Silverjuke will exit. on restart it asks me if I want to use this file. I checked al files that gave me an error, but they all play in another player. I removed the file...
- 12. Aug 10, 14:11
- Forum: Main Forum
- Topic: more big button touch screen skins
- Replies: 21
- Views: 32636
- 3. May 09, 06:48
- Forum: Main Forum
- Topic: virtual keyboard
- Replies: 1
- Views: 1508
virtual keyboard
Hi all,
I found a little bug with the virtual keyboard.
I can't use it with the music-selection dialog.
Best regards,
John
I found a little bug with the virtual keyboard.
I can't use it with the music-selection dialog.
Best regards,
John
- 16. Apr 09, 10:06
- Forum: Developer Network
- Topic: I learn scripting
- Replies: 65
- Views: 22391
- 16. Apr 09, 06:10
- Forum: Developer Network
- Topic: I learn scripting
- Replies: 65
- Views: 22391
Re: I learn scripting
hi SilverEagle, Thanks for your reply, I can't work this out. I tried to work it out, but I think my way of creating a keyboard is not the good way. I have abc keys like: function a_Callback() { if(!program.search=="") { program.search= program.search + "a&qu...
- 5. Apr 09, 03:04
- Forum: Developer Network
- Topic: I learn scripting
- Replies: 65
- Views: 22391
Re: I learn scripting
Hi all,
I'm trying to create a keyboard myself and it works ok!, BUT...
I can't find out, how to script the "backspace".
Can please someone tell me how to do this?
I'm trying to create a keyboard myself and it works ok!, BUT...
I can't find out, how to script the "backspace".
Can please someone tell me how to do this?
- 4. Mar 09, 15:11
- Forum: Developer Network
- Topic: I learn scripting
- Replies: 65
- Views: 22391
Re: I learn scripting
SilverEagle,
You...are...the...best.
many thanks for your help.
Best regards,
John
You...are...the...best.
many thanks for your help.
- konijn_bedankt.gif (34.92 KiB) Viewed 3156 times
Best regards,
John
- 4. Mar 09, 13:39
- Forum: Developer Network
- Topic: I learn scripting
- Replies: 65
- Views: 22391
- 4. Mar 09, 10:49
- Forum: Developer Network
- Topic: I learn scripting
- Replies: 65
- Views: 22391
Re: I learn scripting
Hi SE, When I leave it out I can't get it to work hahaha. I tried this one: { if(!program.getSelection(1)=="" && program.viewMode == "1") { program.layout = "2"; program.viewMode = "0"; program.search = ("");...
- 4. Mar 09, 08:07
- Forum: Developer Network
- Topic: I learn scripting
- Replies: 65
- Views: 22391
Re: I learn scripting
Hi SilverEagle, Yep I'm an early birdy, But a men's brain works best in the morning. ...lol... Thanks for your reply. I'm trying to create a singleclick by myself. So maybe this is not a nice one, and still need some work to do but it works: { var re = new RegExp("C:"); {...