Home › Forums › General discussions › Ghost UI page in doors
Tagged: reveal sill ac_wido_hide_options
- This topic has 10 replies, 3 voices, and was last updated 5 years, 9 months ago by Péter Baksa.
-
AuthorPosts
-
-
December 12, 2018 at 09:19 #4370Frank BeisterParticipant
I have programmed a door and since a few changes I get a common sill settings dialog page additional to mine. It looks like it would depend of the subtype of the object, because there is no code or call out of the UI script, which could lead to GS code.
Can I turn it off?GDL developer | www.opengdl.org | Hamburg, Germany
-
December 12, 2018 at 13:01 #4372Péter BaksaKeymaster
Hi,
Check the master script also, it is run before the UI script. Also check master scripts of macros called from the master script, and so on… The macro structure of Doors and Windows is quite complicated.
Péter Baksa
Library Platform, Software Engineer
GRAPHISOFT SE -
December 12, 2018 at 16:27 #4373Frank BeisterParticipant
I know. This is a 2 year neartlly fulltime programming job. I used the GS macros so far and got NO ghost UI page. Now, since I have deleted definively all GS macro calls I get the UI page of unknown source.
GDL developer | www.opengdl.org | Hamburg, Germany
-
December 12, 2018 at 17:16 #4375Péter BaksaKeymaster
The “Sill” macro displays a tabpage, which can be shown using the bSillPage or bSillPageUSA boolean parameters. “Sill” is called from “WallholeFraming”. Maybe one of your macros uses “WallholeFraming” (directly or indirectly)?
Péter Baksa
Library Platform, Software Engineer
GRAPHISOFT SE -
December 13, 2018 at 16:24 #4383Joachim SühloParticipant
Peter, please check this:
If I create a new door object with subtype Door, I always get the sill’s tabpage.
If I choose a door subtype wit “GS” in the name, I will get no sill’s tabpage.GDL Object Developer
b-prisma
MAC OSx 10.14 -
December 13, 2018 at 17:53 #4384Frank BeisterParticipant
“If I choose a door subtype wit “GS” in the name, I will get no sill’s tabpage.”
And if I do that, I get a very lot of subtype parameters, I do not need inside my object. I haven’t changed the subtype a long time ago, so it has to be something else.
I think, I have deleted a GS parameter with a default value, that disables the ui page provided by the subtype. If the subtype wouldn’t be inside of a DLL, I could open and have a look on it.GDL developer | www.opengdl.org | Hamburg, Germany
-
December 13, 2018 at 17:57 #4385Frank BeisterParticipant
Habe sie gerade doch öffnen können. Ist aber nichts drin zu erkennen.
Tür (Wand).gsmAttachments:
GDL developer | www.opengdl.org | Hamburg, Germany
-
December 13, 2018 at 17:59 #4387Frank BeisterParticipant
Sorry: I was able to open it by the SHIFT-STRG-O Command. 😉 But nothing intersting inside. 🙁
GDL developer | www.opengdl.org | Hamburg, Germany
-
December 13, 2018 at 18:00 #4388Péter BaksaKeymaster
Sorry, I concentrated on a “Sill” page, I will check with my colleagues.
Péter Baksa
Library Platform, Software Engineer
GRAPHISOFT SE -
December 14, 2018 at 07:44 #4391Frank BeisterParticipant
I think, I got it:
It is the following parameter, which makes the UI page invisible, if is part of te parameter list:ac_wido_hide_options, Integer, default/value 3
Attachments:
GDL developer | www.opengdl.org | Hamburg, Germany
-
December 14, 2018 at 08:15 #4393Péter BaksaKeymaster
Yes, that’s it. Here is some help about the automatic page: https://gdl.graphisoft.com/tips-and-tricks/reveal-options-automatic-or-scripted
Péter Baksa
Library Platform, Software Engineer
GRAPHISOFT SE
-
-
AuthorPosts
- The forum ‘General discussions’ is closed to new topics and replies.