Bentley Communities
Site
Search
User
Site
Search
User
Welcome
Products
Support
About
More
Cancel
Browse By Tags
All tags
Dialog Item
C++
access string
connect
DialogItemHookHandler
Hook Class
ListModel
template
C++ ListModel Manager for ComboBox and ListBox Hook Classes
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 C++] Dialog Items Access String
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 6 years ago
MicroStation Programming
MicroStation Programming Forum