monthcalendar
- Posted by George Walters <gwalters at sc.rr.com> Aug 24, 2001
- 495 views
There seem to be some bugs in monthcalendar. Only the top half of the buttons are sensitive to the mouse. When the window is opened portions of the window are on top of the parent window and some portions are under the parent window. If I window away and back the window shows up correctly. Am I doing something wrong?? Here's my code. global procedure pickDate() wx = 261 wy = 120 wl = 250 wh = 200 winIdDate = create(MonthCalendar,"Date Selection",grpActive,wx,wy,wl,wh,0) procedure end ...george