Forum Replies Created
-
AuthorPosts
-
Joachim Sühlo
ParticipantCheck this: 2 END statements (there should be only one); Subroutine 500 has no RETURN.
GDL Object Developer
b-prisma
MAC OSx 10.14Joachim Sühlo
ParticipantAnd how do I reduce the area if I have plaster on the inner reveals, see picture?
Attachments:
GDL Object Developer
b-prisma
MAC OSx 10.14Joachim Sühlo
ParticipantMichael, you can use a tool like this (for expanding the code on separate lines):
https://www.freeformatter.com/xml-formatter.htmlGDL Object Developer
b-prisma
MAC OSx 10.14Joachim Sühlo
ParticipantIn my opinion this must be a bug in AC 19, 20, 21. I have no idea for a woraround, except using old VALUES (without {2})
GDL Object Developer
b-prisma
MAC OSx 10.14Joachim Sühlo
ParticipantWhich UI_INFIELD command do you use?
GDL Object Developer
b-prisma
MAC OSx 10.14Joachim Sühlo
ParticipantI have a document named “Graphisoft SQL Language Reference”, which I could send to you.
GDL Object Developer
b-prisma
MAC OSx 10.14Joachim Sühlo
ParticipantSublime Text with GDL theme plus eventually GDL nucleus;
see: https://www.b-prisma.de/object-shop/index.php?cPath=10&MODsid=fa5254130320afdd8c5c04fc28716d19
and: https://www.youtube.com/watch?v=i7zEu4wtVvE
and: https://www.opengdl.org/Default.aspx?tabid=9748GDL Object Developer
b-prisma
MAC OSx 10.14Joachim Sühlo
ParticipantI just had to do the same thing for Parameter transfer from objects set by the client:
For this I wrote an export routine via GDL TEXT addon. The placed objects then can
export their parameters, which I replace in the XML-Version of the object.Example:
OUTPUT ch1, 1, 0, ‘<String Name=”best_names”>’
OUTPUT ch1, 1, 0, ”, ‘<Description><![CDATA[“Bestückungs-Namen”]] ></Description>’
OUTPUT ch1, 1, 0, ”, ‘<Flags>’
OUTPUT ch1, 1, 0, ”, ”, ‘<ParFlg_Child/>’
OUTPUT ch1, 1, 0, ”, ‘</Flags>’
OUTPUT ch1, 1, 0, ”, ‘<ArrayValues FirstDimension=”14″ SecondDimension=”1″>’FOR i = 1 TO VARDIM1(best_names)
ergebnis = best_names[i]
OUTPUT ch1, 1, 0, ”, ”, ‘ <AVal Column=”1″ Row=”‘ + STR(i, 1, 0) + ‘”>’ + ergebnis + ‘</AVal>’
NEXT iOUTPUT ch1, 1, 0, ”, ‘</ArrayValues>’
OUTPUT ch1, 1, 0, ‘</String>’GDL Object Developer
b-prisma
MAC OSx 10.14Joachim Sühlo
ParticipantIn AC 19 as well as in 20.
GDL Object Developer
b-prisma
MAC OSx 10.14Joachim Sühlo
ParticipantAll white letters
GDL Object Developer
b-prisma
MAC OSx 10.14Joachim Sühlo
ParticipantThanks, Barry. This was in AC 19 the first time, where the Shadow is missing with mask 1.
GDL Object Developer
b-prisma
MAC OSx 10.14Joachim Sühlo
ParticipantHi Barry,
no, that was not the problem. In 3D main window the shadows are missing too.
And it seems not to be a platform problem, because on Windows for me
and my colleague (who works only on Windows) it is the same.GDL Object Developer
b-prisma
MAC OSx 10.14Joachim Sühlo
ParticipantAttached yoe see a screenshot from AC 20 with both bits.
The Bits of 512 and 514 (512 + 2) are not documented, but they are auto created by ArchiCAD 17, if I use the Special Menu with save GDL as master.gdl.
GDL Object Developer
b-prisma
MAC OSx 10.14Joachim Sühlo
ParticipantI don’t understand why you set STX to -0.075 in the CALL. If STX has a fixed VALUE, you cannot change it by Hotspot. If you want to change STX by a Hotspot, you must set STX = STX.
GDL Object Developer
b-prisma
MAC OSx 10.14Joachim Sühlo
ParticipantPlease check your Script, there is at least one script error at this line:
HOTSPOT2 ST +AA +TU +0.075 , 0, unID, STX, 1+128: unID=unID+1 !!!POINT BASE
You wrote STX where I have corected it to zero.
Now that hotspots maybe work correctly.GDL Object Developer
b-prisma
MAC OSx 10.14 -
AuthorPosts