cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

2024 Technology Preview Program:
Master powerful new features and shape the latest BIM-enabled innovations

Libraries & objects
About Archicad and BIMcloud libraries, their management and migration, objects and other library parts, etc.

Edit dropdown box using 2D Dynamic Hotspot

JGoode
Expert
Hello,

I've come across an object that has a dropdown box that you can select using a dynamic hotspot.
I was just wondering how you could do this?

Here's a link to the gif of it in use.
http://www.masterscript.nl/WebRoot/StoreNL2/Shops/78066077/MediaGallery/Total_Keynote/SelectKeynoteName.gif

Thanks
ArchiCAD 23

Windows 10
4 REPLIES 4
the parameter has to be defined with values{2} with corresponding text strings.
If the hotspot has to be not movable - but changing the parameter by it - it has to be put as a "reference parameter"

Piotr
JGoode
Expert
Thanks Piotr, interesting!

How would you use this script to do for example, if *parameter* = "Select value 1" then *do this* ?
ArchiCAD 23

Windows 10
just plainly if... then
of course GLOB_MODPAR_NAME can be used as well with it

In the example I have placed the way that the hotspot will go back to default (the other parameters is changed)

Piotr
Nader Belal
Mentor
@jGoode Thank you a ton

And for that person that created that script

A good friend of mine have once told me that I´m so brute that I´m capable of creating a GDL script capable of creating GDLs.