Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - loukoum

Pages: [1]
1
Themes / Re: very basic theme (320x240)
« on: June 19, 2018, 12:14:16 PM »
and the vertical one but ... it's not a good job because i don't use fe.layout.orient  ... texts are "scrappy" with this font so :
- the layout stay in horizontal position
- rotation of each elements



https://mega.nz/#!L55DiAJT!5QfKHs3qgkx3KCgiLNnLFeKHIOb4shGk7LshWMvtfKA

2
Themes / very basic theme (320x240)
« on: June 19, 2018, 08:54:10 AM »
Here a very basic theme for 320x240 resolution



https://mega.nz/#!20wWlKKL!qfkUQfmM21V6l-y2UtNBYRSRmC-krB7UftXVY3kLxAY

Do you want vertical one ? :)

3
Themes / Re: Animate selected text color ?
« on: July 29, 2017, 02:16:28 AM »
We can animate the "non selected" text (with color property) but not the selected text ?

It is strange  :o

I reas the source code and i don't find anything ... maybe a dev can help me ?

4
Themes / Animate selected text color ?
« on: July 28, 2017, 11:08:15 AM »
Hello,

I want to ùknow if it'is possible to annimate the listbox's selected color

i try this but not working :
Code: [Select]
local overlay_lb = fe.add_listbox(lbx,lby-4*ith,lbw,lbh);
overlay_lb.rows=9;
overlay_lb.align=Align.Left;
overlay_lb.selbg_alpha=0;
overlay_lb.visible=false;

fe.overlay.set_custom_controls( overlay_l, overlay_lb );

local pulse3= { when = Transition.ShowOverlay , property = "****SelectionColor*****", end = { red = 255, green = 0, blue = 50 }, start = { red = 255, green = 255, blue = 255 }, time = 250, loop=true }
animation.add( PropertyAnimation( overlay_lb, pulse3 ) );


What is the "property" of the "selected color", in a fe.listbox element ?

Thank you for reading me

Pages: [1]