Jump to content

Horizontal/Vertical Button List doesn't work?

Not a Bug 1.1.4

xNullPointer95

Posted

Hi,

thanks for this tool - So far i struggled around and i got it now, its straight forward.

But, i have issues at the Horizontal/Vertical List - There is no error, but its not showing up, the referenced button is not visible in the game then, but also i dont see any list. I also tried to decrease the opacity of the panel, no success.

I've also tried with buttons, but i think its not supposed to use a button and add there the buttons, since its also missing in the code.

Could you quickly show me how to do a list correctly, please? This (the list) was the initial buy reason for me 😅

 

Just a quick information (Syntax Error, improvement for next version): When exporting a Panel which contains a Button List, the export code is using a float for "maxx" and "miny", but isntead of using a dot (.) its using a comma (,) + variable used in iteration which doesn't exist.

> See here: float maxx = -130,6171f; float miny = 109,4894f; (I just changed it to a dot)

+

> See here (directly under the maxx, miny declaration): 

for (int i = 0; i < option.Count; i++) {

    if (i != 0) {

        miny -= 0f;

 

"option" isn't defined, so we couldn't iterate through the loop. I'm not sure if we are supposed to create it, buts its an improvement for the next version for sure 🙂

 

spacer.png

Billy Joe

Posted

Changed Status from Pending to Not a Bug

Billy Joe

Posted

I have not added implementation for using the sort panels. I usually just create lists using a for loop and creating buttons while moviung the anchor of button down with for loop itteration. 

xNullPointer95

Posted

Ah okay, i also add it dynamically but as of the Button List settings i thought it lets me scroll horizontally/vertically then instead of Page 1,2,3 etc. - Thanks

1.8m

Downloads

Total number of downloads.

8.2k

Customers

Total customers served.

124.3k

Files Sold

Total number of files sold.

2.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.