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...
Sorry, but the answer is no. The owner drawn status is set to the whole
column of the listbox. So all tab fields in that column will be owner
drawn for each list row and the listbox will not draw any content for
those tabfields. So you should do the ...
Hi, you can get the drawing context of the listbox tabfield easily then
draw anything on that surface. Please check this sample code: void
SampleDialog::ListBoxTabFieldUpdate (const
DG::ListBoxTabItemUpdateEvent& ev) { if (ev.GetSource () ==
&sampleL...