Entering music is always a blank screen?
#1
Using dharma, nightlies and everything else, when I enter Music, I always get a blank screen. I have to press "back" to go to genres, albums, etc. Should I be using different code in the onclick?

I currently use:

Code:
<onclick>ActivateWindow(Music,return)</onclick>

OR


Code:
<onclick>ActivateWindow(MusicLibrary,return)</onclick>

They both return a blank screen.
Image
To learn more, click here.
Reply
#2
I can't recall if this is what fixed it for me on the nightlies or not, but try removing MyMusicSongs.xml.

EDIT: Never mind - I still have that in place. I know it drove me crazy trying to get it fixed...I think I had to tweak the default control in MyMusicNav??

EDIT 2: How about <onclick>ActivateWindow(MusicFiles)</onclick> - does that at least get you to filemode?
-stoli-
Reply
#3
stoli Wrote:EDIT 2: How about <onclick>ActivateWindow(MusicFiles)</onclick> - does that at least get you to filemode?

That gets me to a blank screen and when I press "back" I am in files mode.

Edit* Ok, If I remove the ,return and make it ActivateWindow(music), I can get to file mode directly.
Image
To learn more, click here.
Reply
#4
Remove the ,return and try that...
-stoli-
Reply
#5
stoli Wrote:Remove the ,return and try that...

Lol, I already posted that. Smile

So we cant use ,return for music, that sucks. No
Image
To learn more, click here.
Reply
#6
return is only available if you specify a library node like this:
Code:
<onclick>ActivateWindow(MusicLibrary,Albums,return)</onclick>
Reply
#7
indeed it only works when a subdir is present int he command so it "return"s straight to the homescreen instead of going up levels to the root folders.
What you are effectively doing is opening up a a folder/share called "return"
Reply

Logout Mark Read Team Forum Stats Members Help
Entering music is always a blank screen?0