#Hidden Button in grid

1 messages · Page 1 of 1 (latest)

neat rampart
#

Hey the problem is that the first 6 buttons of the actionform is hidden but they are still in the grid

#

Pls help me

tight beacon
#

Well grids behave that way

You can use the last 6 buttons instead of the first 6 as a workaround

neat rampart
#

but then the scroller will continue even if there are no visible buttons

tight beacon
#

This can be adjusted by the bindings
Subtract 6 from #form_button_length and it should be fixed

neat rampart
#

that sounds good thanks

neat rampart
tight beacon
#

{
"binding_name": "#form_button_length",
"binding_name_override": "#length",
"binding_condition": "once"
},
{
"binding_type": "view",
"source_property_name": "(#length - 6)",
"target_property_name": "#maximum_grid_items"
}

#

Should work

neat rampart
#

But where in my code do I need to put it in?

tight beacon
#

Replace the bindings of the grid

neat rampart
#

It works thanks a lot

tight beacon
#

No problem

velvet hemlock
neat rampart
tight beacon
#

The buttons should not lose functionality because of this
It's probably something else
Did you remove bindings from the button itself?

agile crater
neat rampart
agile crater
#

how much?

agile crater
#

also do u know chest form by a chance

neat rampart
agile crater
neat rampart
neat rampart
agile crater
#

i made a custom one but half of it broken

neat rampart
#

Basically if the payment is high I would do a commission when I have time but not right now, my server releases tomorrow