Hello,
When I would like to use predefined value in the section Position & Size of an object, when clicking, it impacts the row below and not the current row as expected.
ex : I would like to change the width by clicking on the button 300. it impacts the row below (height row) and not the width row.
BRegards,
Yves
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Bug when using predefined size in object Position & Size
-
- nuBuilder Team
- Posts: 4416
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 74 times
- Been thanked: 472 times
- Contact:
Re: Bug when using predefined size in object Position & Size
Thanks for reporting!
This update statement will fix it:
This update statement will fix it:
Code: Select all
UPDATE `zzzzsys_event` SET `sev_javascript` = 'nuSetValue(\'sob_all_width\', nuGetValue(this.id));' WHERE `zzzzsys_event`.`zzzzsys_event_id` = 'nu60e97365095aa8c';