Nate Lowrie wrote: > On Wed, Jul 2, 2008 at 9:03 AM, Ed Leafe <[EMAIL PROTECTED]> wrote: >> On Jul 2, 2008, at 9:47 AM, Nate Lowrie wrote: >> >>> My problem as well. It was especially bad for controls near the >>> bottom of a Form. >> As long as the dDateTextBox's parent container can fit the form, the >> calendar should move 'up' so that it is fully visible. Is that not >> happening? Or is the parent container too small? > > Parent container too small...
I'd make the calendar popup a modal borderless dialog that contains the calendar widget plus a textbox to type the date in. The textbox can receive all the key events and send some of them to the calendar widget. Trying to generically squeeze the calendar into the parent form's design sounds a little like abuse to me. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
