2005-06-30 11:01 AM
2005-07-26 11:58 AM
2005-07-26 12:00 PM
2005-07-26 04:53 PM
2005-07-27 03:14 AM
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 10:25 AM
2005-07-28 11:07 PM
2005-07-29 03:42 AM
!!! 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 05:14 AM
2005-07-29 08:41 AM
2005-08-04 12:27 PM