Bentley Communities
Site
Search
User
Site
Search
User
Welcome
Products
Support
About
More
Cancel
Browse By Tags
All tags
ListModel
C++
Cell Editor
connect
Dialog Item
DialogItemHandler
DialogItemHookHandler
Hook Class
Hook Handler Classes
MicroStationAPI
template
[CONNECT C++] ListModel Manager for ComboBox and ListBox Hook Classes
Jon Summers
The MicroStationAPI DialogItemHookHandler class lets us write simpler hook handlers for MicroStation dialog items. They let you avoid the giant MDL switch statement in your procedural hook handler code. The ComboBox and ListBox dialog items share the…
over 4 years ago
MicroStation Programming
MicroStation Programming Forum
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++] DataSheet Example
Jon Summers
I've updated Mark Anderson's DataSheet project for CONNECT. DataSheet shows how to create cell editors that modify a ListModel displayed in a ListBox . Each of six columns uses a different editor: simple text combo box binary choice color…
over 5 years ago
MicroStation Programming
MicroStation Programming Forum