• Display Items in Group Box Item

    Ole Gottwald
    Ole Gottwald
    Hello, In my DialogBox, I want to group dialog items like text-inputs, labels and buttons. The Group Box Item can draw a rectangle around a group of dialog items. How am I able to group dialog items, so that they are shown in the box. My Code…
    • Answered
    • over 2 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • C++ ListModel Manager for ComboBox and ListBox Hook Classes

    Jon Summers
    Jon Summers
    For many years we have written dialog item hook functions using procedural code. You can continue that way with MicroStation CONNECT, but the MicroStationAPI offers a better way: dialog and dialog item hook classes. The hook classes replace the MDL…
    • over 4 years ago
    • MicroStation Programming
    • MicroStation Programming Blog
  • [CONNECT] Duplicate resource type xAtl

    Jon Summers
    Jon Summers
    I've done something wrong while editing my dialog resource. I'm seeing this message: ### Error: Duplicate: File=(G:\PROGRA~1\Bentley\MICROS~2\MICROS~1\mdlapps\AreaAnnotator.ma), TypeId=('xAtL') RscId=(20) [Edit] Well, it's an RTYPE_ExtAttrList…
    • over 5 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • [CONNECT C++] Dialog Items Access String

    Jon Summers
    Jon Summers
    An MDL dialog item usually has an access string that connects it to a published global variable. Here's an example taken from the delivered DialogBoxDemo ... DItem_TextRsc TEXTID_DialogDemoColor = { NOCMD, LCMD, SYNONYMID_DialogDemoColor, NOHELP,…
    • Answered
    • over 5 years ago
    • MicroStation Programming
    • MicroStation Programming Forum