JJZolx wrote: 
> For whatever reason, I get only an empty dialog box for Preferences. 
> 
Please check your browser's javascript console (Tools menu,
<shift><ctrl>J in Chrome) after the application has loaded. It should
show something like:

Code:
--------------------
    
  prefs loaded app.js:73
  applying prefs:store.TrackSearchResults.pageSize=400 Utils.js:62
  applying prefs:store.AllAlbums.pageMap=400 Utils.js:62
  applying prefs:store.AllAlbums.leadingBufferZone=200
  ...
--------------------


Have you tried resetting the preferences? If you reload the application
after that, the javascript console should show these lines:

Code:
--------------------
    
  no prefs app.js:77
  default prefs saved: true app.js:90
  
--------------------


> Also missing the two rightmost icons at the top-right.
Can you pls check if the following 2 urls load correctly:

Code:
--------------------
    
  http://yourserver:9000/plugins/LMSnewGUI/html/app.css
  http://yourserver:9000/plugins/LMSnewGUI/html/images/wrench.png
  
--------------------

The first one should load some text containing:

Code:
--------------------
    
  .x-tool-prefs{
        background-image: url(images/wrench.png) !important;
  }
  
--------------------

the second an icon


------------------------------------------------------------------------
Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=98186

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to