Well, thanks for the feedback! It is true that some messages are not
consistently triggered. But in your case the PanelMoved might be
usable. I found that it was always raised after the palette was
docked/undocked. So in the PanelMoved handler the ...
Unfortunately there is no dedidated notification or API function to get
the info about the docking orientation change of palettes.However I
found that the PanelMoved notification is always sent when the palette
is docked or undocked. I think this can...
Hi, this control still exist in Dialog Manager.You can use the
IconMenuCheck 0 96 33 22 32168 32274 32283 32314 as earlier. Although it
is straightforward to use the C++ API of DG instead of the C API, the C
API can still be used as follows: GetItemV...
Hi, if the ANSI characters look fine but Japanese don't, it's more
likely a character encoding problem. I assume the problem is in the
GS::UniString constructor. In general, raw strings in ArchiCAD are UTF-8
encoded. If in this case the name is a cha...
You can add a DG::SearchEdit control to your dialog to achieve this
(please see DGEditControl.hpp). Use a TextEdit entry in the resource for
this control. You can add some info hint that appears with gray color
when the edit control is empty by calli...