We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2013-11-14 05:06 PM
! interface script UI_PICT "arch.png", 0, 0, 320, 240, 1Nothing is seen in the preview, nor in the saved Library object. Any hints?
! interface script UI_PICT 0, 0, 0, 320, 240, 1
2013-11-14 05:46 PM
2013-11-14 09:17 PM
! UI_PICT picture_reference, x, y [, width, height, alpha (0/1)+ratio(0,2,4) sX = 396 sY = 462 s = 0.5 if (SB_style = "Romaans") THEN pict = "arches-roman" if (SB_style = "Gotisch") THEN pict = "arches-gothic" if (SB_style = "Lancet") THEN pict = "arches-lancet" UI_PICT pict, 10, 10, sX*s,sY*s, 1
2013-11-14 09:25 PM
2013-11-15 05:22 AM