2005-06-30 11:01 AM
2005-06-30 11:31 AM
2005-06-30 05:43 PM
2005-07-02 10:41 AM
2005-07-02 11:01 AM
Joachim wrote:Danke sehr Joachim
There was a thread in the german GDL-Talk of the ArchiCAD-Forum some years ago, where I described different methods for UI-Pageturn.
2005-07-04 10:41 AM
2005-07-04 01:00 PM
2005-07-04 03:25 PM
2005-07-04 05:39 PM
But this looks a bit like a workaround,...which GS could stop anytime and your objects will not work anymore.
2005-07-15 03:46 AM
Joachim wrote:Hi Joachim,
There was a thread in the german GDL-Talk of the ArchiCAD-Forum some years ago, where I described different methods for UI-Pageturn.
www.a-null.com/ubb/ultimatebb.php?ubb=get_topic;f=6;t=000041
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