Oleg
Expert
since ‎2003-10-27
an hour ago

User Statistics

  • 233 Posts
  • 13 Solutions
  • 3 Likes given
  • 17 Likes received

User activity

From the Dialog Managet help: "A mouse click on the empty client area of a list box (where there is no list item) removes all the previous selections." This is true for a MultiSelListBox. But SingleSelListBox does not remove a selection.I did not fou...
Inside ListBoxTabFieldUpdate event handler, I need in some ListBox items to draw tabfield just like it has no owner draw flag. TabField can contans icon and trext, has different justification, font, color. It may be disabled etc.To implement generic ...
Current the ShapePrims function for LibPart can works for default parameters or for placed object instance's parameters.I would like to extend the function with custom parametes ( API_AddParType handle ).This will help to use addon's libparts as a gd...
Is there any way to edit custom data fields of the Layout book ? I can to get API_LayoutBook by APIDb_GetLayoutBookID, but I dont know how to change it.
Call the APIEnv_Get3DImageSetsID crashed Archicad ( exception thrown in debugger).It seems APIEnv_Change3DImageSetsID too.Both in our Addon and the Environment_Control example.Is there an API bug ?Update: The Environment_Control example works for Rel...