Advanced Topics
In this section we discuss some advanced topics regarding the implementation of Objective Grid.
- When I fill a large grid with SetValueRange(), it is very slow. How should I fill the grid with cells?
- What does the TRACE message "Warning - more than one redraw ...." in the output window mean?
- Objective Grid and multiple threads
- CGXWndWrapper and printing
- Problems with the expression GetUserAttribute(IDS_MYATTRIBUTE) == "1"
- Is there a way to get a pointer to a style object instead of a copy? GetStyleRowCol() only gets a copy.
- Is it possible to integrate Objective Grid into applications written in plain C? That means the grid has to do all its initialization itself because we cannot call any C++ methods.
- What are the reserved ranges for resource ids in Objective Grid?