Brilliant. It looked so smooth I didn’t even think about the fact you had to script that. I’m thinking of some ways to incorporate this into my next desktop
How do you get all the icons within the folders to stay at the top and not automatically center themselves on the screen? Mine keep centering themselves vertically if I don’t have enough items to fill the full page.
I mean within the folder. My folder is aligned top right, but my items inside the folder are centering themselves. The only way I can make them stay at the top is to make the folder just big enough for what’s inside
< ![CDATA[
6 folders, some standard settings and one script.
]]>
< ![CDATA[
Veeeery impressive.
]]>
< ![CDATA[
If someone is interested, this is the script
var editor=LL.getEvent().getContainer().getOpener().getProperties().edit();
editor.getBox(“i.box”).setColor(“c”,”ns”,LL.getEvent().getSource()==”C_RESUMED”?0x83ffffff:0x836c6a6a);
editor.commit();
Set it in resume and paused event of each folder
]]>
< ![CDATA[
Cool, thx.
]]>
< ![CDATA[
Very nice.
]]>
< ![CDATA[
Lukas Morawietz Thanks for this, its exactly what Ive been thinking of using on my set top android
]]>
< ![CDATA[
Great idea ! You made this in the “My Drawer” desktop ?
]]>
< ![CDATA[
Benoît de Chezelles yes
]]>
< ![CDATA[
Lukas Morawietz What does the script contribute here?
]]>
< ![CDATA[
The Script changes the background color of the folders to mark the opened one.
]]>
< ![CDATA[
Brilliant. It looked so smooth I didn’t even think about the fact you had to script that. I’m thinking of some ways to incorporate this into my next desktop
]]>
< ![CDATA[
How do you get all the icons within the folders to stay at the top and not automatically center themselves on the screen? Mine keep centering themselves vertically if I don’t have enough items to fill the full page.
]]>
< ![CDATA[
This is a folder option. just set it’s position to top right.
]]>
< ![CDATA[
I mean within the folder. My folder is aligned top right, but my items inside the folder are centering themselves. The only way I can make them stay at the top is to make the folder just big enough for what’s inside
]]>
< ![CDATA[
That’s what i did. Set the width to 2/3 of the screenwidth
]]>