New xControls - Help!
- Posted by Greg Haberek <ghaberek at gmail.com> Dec 12, 2005
- 607 views
I'm calling in backup on my new xControls library. I've got Geometry, HSplitter and VSplitter working, but there are some issues I still can't resolve. I need all the help I can get, because I'm at the end of my rope on these issues. Issue 1: When creating controls on a the in-focus TabItem, they don't show up until a resize event is triggered. Maybe I'm missing something somewhere, I don't know. Issue 2: HSplitters and VSplitters can overlap each other. I need a way to prevent this. I'm stuck in a loop, since Geometry can't see HSplitter and VSplitter, and I need manage() in HSplitter.ew and VSplitter.ew. I need to know which Windows border the Splitter and set their outer bounds at the limit of the Splitter. Currently, the Splitters are bound by their parent window. I've uploaded a pre-release to the Archive: http://www.rapideuphoria.com/uploads/xcontrols2.zip ~Greg