On 27 Jul 2007, at 22:13, Stan wrote: > The answer to this is probably obvious, but I'm stumped. > > When the program below starts up, the output window is > empty. Because of the line brw->select(1), line "One" > of the browser is highlighted on the screen. So far, so good. > > When the user clicks in the browser, the selection is > copied to the output box. That's fine too. > > When the button is pressed, the item in the output > is located in the browser, and is supposed to be > highlighted by the brw->select(i) call. But its not > happening.
Do you maybe want Fl_Hold_Browser instead? I think a Select-Browser usually own shows the highlight when you are clicking on it or something, so a "hold" browser might be more what you want..? -- Ian _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

