1. monthcalendar
- Posted by George Walters <gwalters at sc.rr.com> Aug 24, 2001
- 496 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
2. Re: monthcalendar
- Posted by Derek Parnell <ddparnell at bigpond.com> Aug 25, 2001
- 473 views
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> 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 > > > > >
3. Re: monthcalendar
- Posted by George Walters <gwalters at sc.rr.com> Aug 27, 2001
- 487 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 > > > > > >
4. Re: monthcalendar
- Posted by Derek Parnell <ddparnell at bigpond.com> Aug 27, 2001
- 445 views
Yep, that'd be nice. ----- Original Message ----- From: "George Walters" <gwalters at sc.rr.com> To: "EUforum" <EUforum at topica.com> Subject: Re: monthcalendar > > 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> > Sent: Saturday, August 25, 2001 11:32 PM > 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 > > > > > > > >