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
Advocate
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
Advocate
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.