Re: IDE PushButton Placement
- Posted by "C. K. Lester" <cklester at yahoo.com> Feb 06, 2003
- 418 views
> >I put a flat toolbar down, then wondered what would happen if I added a > >rebar item above it (giving me two button bars). Well, that screwed > >everything up such that I had to start over... I kept getting the "Msg 197" > >message, "ToolBar/FTB index not found." > > I don't follow what you were trying to do. Could you explain a little more. > I'd like to provide a better message than the one you got. This message > really should not appear since it was in a routine I expected never to > happen. The routine was more or less a dummy test to prevent a crash. 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!