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 - Giacomo1982

Pages: 1 ... 5 6 [7]
91
Scripting / Re: Progress Bar
« on: April 20, 2018, 11:49:43 PM »
Thanks for the fast reply keilmillerjr, but I'm not a coder, could you correct this line? Thanks

local width = (1.00 / fe.list.size) * fe.list.index;
local bar = fe.add_image("white.png", flx*0.10, fly*0.05, flw*progress, flh*0.05);

92
Scripting / Progress Bar
« on: April 20, 2018, 03:22:04 PM »
Hi coders! I want to put in my new theme a simple rectangular progress bar, with [ListEntry] as a variable of width, I try this but doesn't work

local progress = [ListEntry]*0.01;
local bar = fe.add_image("white.png", flx*0.10, fly*0.05, progress, flh*0.05);


Please help me

Pages: 1 ... 5 6 [7]