2005-06-30 08:01 PM
2005-07-26 08:58 PM
2005-07-26 09:00 PM
2005-07-27 01:53 AM
2005-07-27 12:14 PM
Rob wrote:Hi Rob,
Olivier,
I quite like your concept with buttons as it is really easy to code that crossplatformly but you're getting a bit ugly artefacts when double-clicking on a button (see attached image)...and that makes me wonder if it's worth it...
2005-07-28 07:25 PM
2005-07-29 08:07 AM
2005-07-29 12:42 PM
!!! additional method for usage in archicad 7 by gerd schneider !!! change size of buttons for archicad versions 7.0 and maybe 6.5 !!! maybe the limit value for the gdl version is not correct gdlv = req("GDL_Version") if gdlv < 1.279 and bpos = 0 then ! archicad 7.0r3 gdlv1.278 xx = 44 ! button length yy = 22 ! button height else xx = 63 ! button length yy = 22 ! button height endifthe same method can be used in the script changing the parameters of but1, but2...
2005-07-29 02:14 PM
2005-07-29 05:41 PM
2005-08-04 09:27 PM