Joachim Sühlo

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 71 total)
  • Author
    Posts
  • in reply to: Roof Tag Help #4102
    Joachim Sühlo
    Participant

    Check this: 2 END statements (there should be only one); Subroutine 500 has no RETURN.

    GDL Object Developer
    b-prisma
    MAC OSx 10.14

    in reply to: Zone Area with corner windows #3946
    Joachim Sühlo
    Participant

    And 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.14

    in reply to: XML Extension #3650
    Joachim Sühlo
    Participant

    Michael, you can use a tool like this (for expanding the code on separate lines):
    https://www.freeformatter.com/xml-formatter.html

    GDL Object Developer
    b-prisma
    MAC OSx 10.14

    in reply to: Array in interface not displaying text #3597
    Joachim Sühlo
    Participant

    In 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.14

    in reply to: Array in interface not displaying text #3594
    Joachim Sühlo
    Participant

    Which UI_INFIELD command do you use?

    GDL Object Developer
    b-prisma
    MAC OSx 10.14

    in reply to: GDL object + SQL #3550
    Joachim Sühlo
    Participant

    I have a document named “Graphisoft SQL Language Reference”, which I could send to you.

    GDL Object Developer
    b-prisma
    MAC OSx 10.14

    in reply to: Scripting tool #3310
    Joachim Sühlo
    Participant
    in reply to: Open object with current parameters #3294
    Joachim Sühlo
    Participant

    I 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 i

    OUTPUT ch1, 1, 0, ”, ‘</ArrayValues>’
    OUTPUT ch1, 1, 0, ‘</String>’

    GDL Object Developer
    b-prisma
    MAC OSx 10.14

    in reply to: Hiding vertical lines in holes in Prisms #3280
    Joachim Sühlo
    Participant

    In AC 19 as well as in 20.

    GDL Object Developer
    b-prisma
    MAC OSx 10.14

    in reply to: Code blocks not showing on Mac, Safari or Chrome #3274
    Joachim Sühlo
    Participant

    All white letters

    GDL Object Developer
    b-prisma
    MAC OSx 10.14

    in reply to: DEFINE TEXTURE does not work in AC 20 #3205
    Joachim Sühlo
    Participant

    Thanks, 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.14

    in reply to: DEFINE TEXTURE does not work in AC 20 #3187
    Joachim Sühlo
    Participant

    Hi 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.14

    in reply to: DEFINE TEXTURE does not work in AC 20 #3185
    Joachim Sühlo
    Participant

    Attached yoe see a screenshot from AC 20 with both bits.

    Defining Textures

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

    in reply to: Macros and hotspot2 #2954
    Joachim Sühlo
    Participant

    I 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.14

    in reply to: Macros and hotspot2 #2951
    Joachim Sühlo
    Participant

    Please 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

Viewing 15 posts - 31 through 45 (of 71 total)