Change parameter with button
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-10-15 06:22 PM
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-10-15 07:11 PM
‎2018-10-15
07:11 PM
You never know how much the Parameter Script ist run.
My suggestion:
Create 2 new parameters for the Buttons
and write in the PARAMETER Script
IF GLOB_MODPAR_NAME = "thisParameter1" THEN
...
ENDIF
IF GLOB_MODPAR_NAME = "thisParameter2" THEN
...
ENDIF
My suggestion:
Create 2 new parameters for the Buttons
and write in the PARAMETER Script
IF GLOB_MODPAR_NAME = "thisParameter1" THEN
...
ENDIF
IF GLOB_MODPAR_NAME = "thisParameter2" THEN
...
ENDIF
Jochen Suehlo . AC12-27 . MAC OSX 14.4 . WIN11
GDL object creation: b-prisma.de
GDL object creation: b-prisma.de
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-10-15 07:15 PM
‎2018-10-15
07:15 PM
Thanks for fast reply. But you way does not work. I foun a solution on https://archicad-talk.graphisoft.com/viewtopic.php?f=6&t=34828