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!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Bug when using predefined size in object Position & Size Topic is solved
-
- nuBuilder Team
- Posts: 4568
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 532 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';