> Stan wrote: > > Sort of. If the calendar is a (normal) subwindow, the automatic > > navigation leads off the end of the calendar back onto the main > > window. At least I think it does. > > It shouldn't. > > If you can verify that, tell us the window manager/platform > and fltk version. > I'll see if I can do that.
> > If you want several, make one for each calendar button > on app initialization. That way they're all there, so when > you need them, just show() or hide() them as needed. That's what I ended up doing. It works okay. Actually, having decided to only have 1 calendar visible at a time (you were spot on about that aspect, Greg), I'd just as soon have only 1 calendar for the whole app. But I haven't worked out how to get the memory management right. Thanks again, Stan _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

