We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2006-03-20 04:42 PM - last edited on 2023-05-24 11:03 AM by Rubia Torres
2006-03-20 09:58 PM
SwissHokie wrote:I'll answer the other part shortly, but there should be a PDF in your installation directory called "GDL Reference Guide".
Is there a coding reference book?
2006-03-20 10:12 PM
HardWareText = "" xx = REQUEST ("ASSOCLP_PARVALUE", "gs_list_hwsetno", pIndex, typeVar, flags, dim1, dim2, HardWareText) TEXT2 0, -0.05", HardWareText
2006-03-20 10:18 PM
unID = 1 HOTSPOT2 locX, 0, unID, locY, 1+128 : unID = unID +1 HOTSPOT2 locX, -1, unID, locY, 3: unID = unID +1 HOTSPOT2 locX, locY, unID, locY, 2: unID = unID +1 HOTSPOT2 0, locY, unID, locX, 1+128: unID = unID +1 HOTSPOT2 -1, locY, unID, locX, 3: unID = unID +1 HOTSPOT2 locX, locY, unID, locX, 2: unID = unID +1This is boiler-plate code for graphic hotspots. It will work in any object that has the parameters we just created. I keep a file of all kinds of code like that so I can re-use it whenever I need it.
2006-03-20 10:35 PM
2006-03-20 11:01 PM
2006-03-20 11:07 PM
SwissHokie wrote:What does it do? Do you at least have the diamond-shaped hotspot in the middle?
OH SO CLOSE!
I've managed to get it all working, but I'm still unable to move the Door Marker independantly of the door. Any ideas?
Thanks for all your help!!!
HOTSPOT2 0'-0.0000", 0'-0.0000"
2006-03-20 11:08 PM
Weston wrote:For those in the Philly area, I'll be teaching this exact topic (of making your own objects and adding some script) in our next user meeting (Tuesday, March 28 at AIA HQ in Center City).
For info on gdl scripting...
You can also try your local ArchiCAD user group - there are a number of us in the DC area that do some GDL... PM me for details.
Wes
ps. go Hokies!
2006-03-21 02:52 PM
2006-03-21 03:04 PM
SwissHokie wrote:Do you get the "Stretch" option on the Pet Palette?
Tom,
I don't have the diamond shaped hotspot showing up. I also tried deleting the HOTSPOT2 0'-0.0000", 0'-0.0000"...but to no avail.
2006-03-21 03:08 PM