Page 1 of 1

Setup numerical value through progressbar

Posted: Sun Jan 22, 2017 12:28 pm
by Hermios
Hi
Is that possible to set up a progressbar as input, followed by a field for the concret integer value, similar to what you have for the constantcombinator (or the "Others Options", or the required inventory of the player etc.)
My final aim is to reproduce the bottom screen of the constant combinator (table of items with a quantity for each of them). I already built the table (add rows etc.).
This is for a train, so I cannot create a prototype derived from the constant combinator himself (or can I?).
If any advice, I am glad to take them

Thanks

Niko

Re: Setup numerical value through progressbar

Posted: Sun Jan 22, 2017 3:39 pm
by Adil
Progressbar is read-only, what are you trying to do is slider, no such thing is provided to us as of now, you may write a request for that.

You could also spawn invisible combinator and open its gui for player, but then you'd have to clean up correctly, so that map is not littered with billion of invisible combinators.