Philro;427619 Wrote: 
> Hi there,
> 
> the current status:
> 
> I tuned a little bit and got a realy nice interface which could be
> controlled trough finger.
> 
Nice! How is the speed?

> 
> The resize of the Album Artwork in the now playing screen doesnt work
> until now, i didn't find the settings. The placeholder works fine....
> 
Ok strange, I assumed it would be governed by this setting.

        s.nowplayingitem.icon.w = 156
        s.nowplayingitem.icon.h = 156

> 
> The Exit Button doesn't work
> 
Yes I lived with that problem for a long while. In the beginning it did
not matter, as the app would crash after a couple of minutes;)

I looked into that right now, does not seem to be a problem of the
Windows Mobile port, it does not work in Windows either. I did not
understand the intended logic (somewhere an event flag is getting lost).
So I made a small workaround probably not a clean solution but it seems
to work. (directory lua/applets/Quit/)

Code:
--------------------
    
  Index: QuitMeta.lua
  ===================================================================
  --- QuitMeta.lua      (revision 5275)
  +++ QuitMeta.lua      (working copy)
  @@ -19,6 +19,7 @@
  local oo            = require("loop.simple")
  
  local AppletMeta    = require("jive.AppletMeta")
  +local Framework = require("jive.ui.Framework")
  
  local appletManager = appletManager
  local jiveMain      = jiveMain
  @@ -49,6 +50,8 @@
                        -- disconnect from Player/SqueezeCenter
                        appletManager:callService("disconnectPlayer")
  
  +                                     Framework:quit()
  +
                        return (EVENT_CONSUME | EVENT_QUIT)
                end,
                weight = 1000,
  
  
--------------------


> 
> Text input doesn't work (I think this is the biggest stuff to rewrite)
> 
I originally hoped, the CE keyboard would be usable, but unfortunately
that is not easy to do with SDL.

In general, do you have problems switching from Squeezeplay to other
applications, on the Touch I have to close SqueezePlay. I really tried a
lot, but could not find a clean solution.


> 
> The list of Interprets isnt sorted.
> 
Works for me, maybe it is one of your SqueezeCenter settings?

Rudolf


-- 
rudolf_j
------------------------------------------------------------------------
rudolf_j's Profile: http://forums.slimdevices.com/member.php?userid=29177
View this thread: http://forums.slimdevices.com/showthread.php?t=61925

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

Reply via email to