Notices, bugs, requests :)
Posted: 02 Jun 2006 04:15
Hi, here's some stuff I found while making my skin
Bugs / Notices
- Preferences -> Advanced (Advanced options) -> Allow only on"e"
- Open File dialog opens on background (desktop) with action="dialogs.fileSimple()"
- For some reason text scrolling takes "a lot" of cpu ^^
- Problem with <text> and visible option with overlaying (when overlaying 2, only one is working, the other is hidden),
without the visible option the 2 overlay normally
exemple:
<Text x="28" y="6" width="345" font="mainfont" color="#000000" text="$N - VLC" scrolling="none" visible="vlc.isPlaying"/>
<Text x="28" y="6" width="345" font="mainfont" color="#000000" text="VLC" scrolling="none" visible="not vlc.isPlaying"/>
- Crash when resizing embedded playlist to minimum or maximum size with default interface
Requests
- "special" action="resize..." for left / top too
- Centering images
- Actions and right click menu over Text
- When using lefttop="lefttop" rightbottom="righttop" to scale text width, text is duplicated (mosaic, even with resize="scale"),
to display text as title of the window for exemple we need the text area width to fit when window is resized (without text duplication ^^)
- Anchor positioning (anchors are not (?) using lefttop / rightbottom attributes)
exemple:
<Anchor x="454" y="0" range="20" priority="2" lefttop="righttop" rightbottom="righttop"/>
anchor stays at x=454 while window is resized
- When switching layouts with WindowID.setLayout(LayoutID) (or windows) would it be possible to keep the video inside the <Video> element (seamlessly) ? (for exemple one layout has video only, and a second layout has video + playlist, actually when switching, the video pops in another window, we have to close it and press play to get it playing inside the <Video> element again)
Hope it makes sense ^^
Bugs / Notices
- Preferences -> Advanced (Advanced options) -> Allow only on"e"
- Open File dialog opens on background (desktop) with action="dialogs.fileSimple()"
- For some reason text scrolling takes "a lot" of cpu ^^
- Problem with <text> and visible option with overlaying (when overlaying 2, only one is working, the other is hidden),
without the visible option the 2 overlay normally
exemple:
<Text x="28" y="6" width="345" font="mainfont" color="#000000" text="$N - VLC" scrolling="none" visible="vlc.isPlaying"/>
<Text x="28" y="6" width="345" font="mainfont" color="#000000" text="VLC" scrolling="none" visible="not vlc.isPlaying"/>
- Crash when resizing embedded playlist to minimum or maximum size with default interface
Requests
- "special" action="resize..." for left / top too
- Centering images
- Actions and right click menu over Text
- When using lefttop="lefttop" rightbottom="righttop" to scale text width, text is duplicated (mosaic, even with resize="scale"),
to display text as title of the window for exemple we need the text area width to fit when window is resized (without text duplication ^^)
- Anchor positioning (anchors are not (?) using lefttop / rightbottom attributes)
exemple:
<Anchor x="454" y="0" range="20" priority="2" lefttop="righttop" rightbottom="righttop"/>
anchor stays at x=454 while window is resized
- When switching layouts with WindowID.setLayout(LayoutID) (or windows) would it be possible to keep the video inside the <Video> element (seamlessly) ? (for exemple one layout has video only, and a second layout has video + playlist, actually when switching, the video pops in another window, we have to close it and press play to get it playing inside the <Video> element again)
Hope it makes sense ^^