Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Bug when using predefined size in object Position & Size

Questions related to using nuBuilder Forte.
Post Reply
yvesf
Posts: 337
Joined: Sun Mar 14, 2021 8:48 am
Location: Geneva
Has thanked: 92 times
Been thanked: 11 times

Bug when using predefined size in object Position & Size

Unread post by yvesf »

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
kev1n
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

Unread post by kev1n »

Thanks for reporting!

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';
Post Reply