First of all, I want to thank the group for being so helpful, and putting up with my dumb questions.
What I'm trying to do now is put together a pop-up calendar for date input. The idea is that the user clicks a symbol to pop up a little calendar, then clicks a box on the calendar, causing a date to be transferred into a text box on the main window, and the popup to be dismissed. You've seen it on a million websites, I'm sure. I want the popup to be anchored to the main window at a spot of my choosing. I'd like to be able to pop up more than one of these things at a time. I'd like to have keyboard navigation enabled inside the popup. I've got the guts of the little calendar worked out, but I'm having trouble with the top level design. Would you suggest a separate window? A sub window? An overlay? And, as the subject line suggests, what's the preferred way of communicating a result back to the main window and dismissing the child? TIA, Stan _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

