Gergely Fehér

Forum Replies Created

Viewing 9 posts - 241 through 249 (of 249 total)
  • Author
    Posts
  • in reply to: HEY!!! #1510
    Gergely Fehér
    Keymaster

    Any chance of an RSS feed for the forum?

    You can simply add “https://gdl.graphisoft.com/forums/feed” to any RSS readers, and it works.

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: HEY!!! #1500
    Gergely Fehér
    Keymaster

    I can’t always remember when I last read the posts and even when I can it doesn’t work.

    Barry,

    Today we activated a plugin that shows a “NEW” label on each forums and topics, which contains new posts since you last opened that topic. I hope it helps.

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: I need a coordinate object that are "schedule able" #1499
    Gergely Fehér
    Keymaster

    I think objects placed on a worksheet can’t be scheduled. You should place them on the floor plan.

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: Less complex examples #1494
    Gergely Fehér
    Keymaster

    Hi Frank,

    When writing sample codes, there are a lot of reasons for us to consider beyond simplicity. Instead using less lines in an example, we want to create codes in accordance with GRAPHISOFT’s coding style and standards, since these are important parts of learning scripting, too. Our goal is to have examples with a common base in related topics, and have each post adding a different function to it. We hope this could benefit the regular readers in longer terms. Tips&Tricks examples should be close to real use cases, meaning extra parameters and functions appear besides the example function itself.
    In the near future examples are going to be added as downloadable content to the posts (for your convenience:)), so there will be no need to create all parameters manually, you can go ahead and test the function right away in ARCHICAD.

    One recommendation: Learning pages and Tips&Tricks posts can be commented at the end of each article, so any related remark commented there is automatically linked to the post itself, making it easier for others to follow.

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: Wishes – categiories #1477
    Gergely Fehér
    Keymaster

    Frank, what do you mean on this categories? Do you want them as categories in the forum, or categories of pages and posts?

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: take a look at the german GDL Webpages #1464
    Gergely Fehér
    Keymaster

    Holger, if the owners of these sites send us a short description about them, then we can add them to the GDL sites page.

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: I need a coordinate object that are "schedule able" #1460
    Gergely Fehér
    Keymaster

    Hi Odd,
    If it is enough to schedule the objects relative position to the project origin, then you can make a simple object to solve the problem. Simply add 3 parameters, for example xPos, yPos, zPos, then add the following 3 lines to the parameter script:

    parameters xPos = SYMB_POS_X
    parameters yPos = SYMB_POS_Y
    parameters zPos = SYMB_POS_Z

    You can make a simple 2d representation for this object, place it, and then you can list these 3 parameters if you make your own schedule for that.

    If you need world coordinates, then there is no proper solution for that in GDL, please check GDL-Related Changes in ARCHICAD 19.

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: Display and editing features #1402
    Gergely Fehér
    Keymaster

    Changed a bit on colors… Is it better?

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

    in reply to: Display and editing features #1401
    Gergely Fehér
    Keymaster

    Thanks for the ideas!

    Line numbering is now available in the post of Tips & Tricks and Learning sections. With double-click the code changes back to raw formatting for copy-paste. 2 buttons on the top right for raw formatting or opening the code in a new window.

    Gergely Fehér
    Team Leader, Library Team
    GRAPHISOFT SE

Viewing 9 posts - 241 through 249 (of 249 total)