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

Pages: [1]
1
Scripting / Re: [ListEntry] ### Format Instead Of #?
« on: March 23, 2020, 12:39:11 PM »
That's exactly what I tried last night!

But what I'm trying to achieve, is:

001
009
010
099
100
101
etc.

2
Scripting / Re: [ListEntry] ### Format Instead Of #?
« on: March 23, 2020, 11:59:24 AM »
Thank you for your reply.

So far, I have this:

local listbox = fe.add_listbox( x, y, w, h );
listbox.charsize = 25;
listbox.align = Align.Left;
listbox.format_string = "[ListEntry]";

But I don't understand how to do what you said. Could you please give me an example? perhaps for 01 or 00001?

3
Scripting / [ListEntry] ### Format Instead Of #?
« on: March 23, 2020, 02:12:44 AM »
Is it possible to have a [ListEntry] that looks like this:

001
002
003
etc.

...instead of the default 1, 2, 3?

Thank you in advance.

Pages: [1]