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.


Topics - loukoum

Pages: [1]
1
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 ? :)

2
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]