Weblink works fine. But not very useful for me, as it closes iPeng and opens Safari with no clean way of getting back.
I have two new bugs for you, one important. If you fix my trac account (shell I just create new?), I'll report them. Bug #1 (critical): -------------------- I have a menu displayed, each item has two lines (newline character in the string). Now I refresh menu contents (by going to submenu and going back with refresh). In new content each item has only one line (no newline char). What happens, it shows two lines for each item, first coming from the new item, and the second coming from the item before refresh. Bug #2: ------- This one is not important to me, because I made a workaround. Just so you know. I set "ID" for each of my menu. Then I use this in "nextWindow" so iPeng goes to the window I want. I use it instead of using 'parent', 'grandparent' (because I need 'grandgrandparent'). Now, all my menus have the same ID. This should be allowed. Behaviour in SP: it goes back until it finds the menu with given ID (correct). Behaviour in iPeng: it goes to the first menu (starting from plugin root) which has given ID (wrong). It is specified, it should search menus -backwards- here: http://wiki.slimdevices.com/index.php/SBS_SqueezePlay_interface Code: -------------------- Valid nextWindow directives are: * nowPlaying: push to the Now Playing browse window * [...] * (7.4+)any other value of a window that is present on the window stack and has a "windowId" in it's window fields. Search the window stack backwards until a window with this windowId is found and pop all windows above it. -------------------- -- azaz44 ------------------------------------------------------------------------ azaz44's Profile: http://forums.slimdevices.com/member.php?userid=21080 View this thread: http://forums.slimdevices.com/showthread.php?t=83474 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
