Re: monthcalendar
- Posted by George Walters <gwalters at sc.rr.com> Aug 27, 2001
- 488 views
Derek, I'm using v0.55.1. I could try to package the program and files to send privately to you if you like... ...george ----- Original Message ----- From: "Derek Parnell" <ddparnell at bigpond.com> To: "EUforum" <EUforum at topica.com> Subject: Re: monthcalendar > > What version of win32lib are you using. This sounds like an early bug that > was fixed. I can't reproduce the effect in v0.55.1 > > ----- Original Message ----- > From: "George Walters" <gwalters at sc.rr.com> > To: "EUforum" <EUforum at topica.com> > Sent: Saturday, August 25, 2001 1:20 AM > Subject: monthcalendar > > > > 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 > > > > > >