Re: IDE PushButton Placement
- Posted by Judith Evans <camping at txcyber.com> Feb 06, 2003
- 412 views
I made some tests outside of IDE and determined that no matter what row you give ReBar in the createEx statement, it gets located at 0,0. However, I was able to create a Flat toolbar (Toolbar also worked) below the Rebar. However, IDE wants to position toolbars at 0,0. I was also able to create a Toolbar at 0,0 and a Flat toolbar below it but not visa-versa. If there are no other bars and the Flat toolbar (or Toolbar) is createEx somewhere besides at 0,0 it gets located there anyway. I'll add to my ToDo list for IDE to react accordingly. A Rebar may contain multiple ReBarBands. One might contain a Flat toolbar and others also Flat toolbar or Toolbar. Or you can mix and match Flat toolbar and Toolbar. This already works in IDE. The situation you attempted definitely needs a different error message. HTH --judith C. K. Lester wrote: I was determining if I could have both a FlatToolbar and ReBar at the top of my window. I put the FlatToolbar in first, then put in the ReBar. It didn't appear to work well... and I don't know if it should be legal or not!