Libraries & objects
About Archicad and BIMcloud libraries, their management and migration, objects and other library parts, etc.

Interface Script issues

Erich
Contributor
Hey folks,

I am teaching myself the ins and outs of creating an interface script. So far this has gone well. However, I ran into a small issue this afternoon when I moved a radio button from one page of the script to an earlier page. Now all the pages are displaying the top sliver of the radio button and the button is not really working anymore (It will turn off but not back on).

Not that I see how it could affect things but the code was moved with a copy paste and appears to be complete:

UI_OUTFIELD 'Turn on all', 220, dy+10, if1, led
UI_INFIELD "OnAll", ind1+60, dy, 4, led

Has anyone else experience anything like this? If so do you know a cure?

Thanks
Erich

AC 19 6006 & AC 20
Mac OS 10.11.5
15" Retina MacBook Pro 2.6
27" iMac Retina 5K
1 REPLY 1
Erich
Contributor
OK,

I think I have this one figured out. It appears that is the width provided for the check box is too small it causes issues. By increasing the width to 20 the ghosting issue on other pages disappeared.


Perhaps this can help someone else in the future. [/img]
Erich

AC 19 6006 & AC 20
Mac OS 10.11.5
15" Retina MacBook Pro 2.6
27" iMac Retina 5K