1. RE: I need help.
Derek,
I thought I might have mentioned this one earlier when XP first came
out. I saw this issue but I think only when using fancy XP shell (as
opposed to "Windows Classic" theme).
Anyway, I'm not seeing this using 0.57.9 and if I come across any old
emails regarding it I'll let you know. My guess is that he's using an
older version of the lib...
-- Brian
Derek Parnell wrote:
> Hi Philip,
>
> ----- Original Message -----
> From: "Philip D." <philip1987 at hotmail.com>
> To: "EUforum" <EUforum at topica.com>
> Sent: Tuesday, December 24, 2002 2:06 AM
> Subject: I need help.
>
>
> > I am almost done with a game I am programming. There are a couple
> > problems though. Can you help me? The program uses win32lib.
> >
> > 1) How do I make a window resize in my program code?
>
> Try the routine ...
>
> setRect( mywindow, left, top, width, height, True )
>
>
> > 2) How do I make the text on the status bar change?
>
> The routine setText() will do this.
> Eg.
> setText(statbar, "This is the new message")
>
> > Also, when I run any win32lib application, there is one row of
> > pixels below the menus that let you see what was behind the window when
> > it was made. Is this a win32lib bug?
>
> I've never seen this nor has this been reported before. What version of
> the
> library are you using and what version of Windows does it happen on?
>
> ----------------
> cheers,
> Derek Parnell
>
>
2. RE: I need help.
Derek Parnell wrote:
> Hi Philip,
>
> ----- Original Message -----
> From: "Philip D." <philip1987 at hotmail.com>
> To: "EUforum" <EUforum at topica.com>
> Subject: I need help.
>
>
> > I am almost done with a game I am programming. There are a couple
> > problems though. Can you help me? The program uses win32lib.
> >
> > 1) How do I make a window resize in my program code?
>
> Try the routine ...
>
> setRect( mywindow, left, top, width, height, True )
>
>
> > 2) How do I make the text on the status bar change?
>
> The routine setText() will do this.
> Eg.
> setText(statbar, "This is the new message")
>
> > Also, when I run any win32lib application, there is one row of
> > pixels below the menus that let you see what was behind the window when
> > it was made. Is this a win32lib bug?
>
> I've never seen this nor has this been reported before. What version of
> the
> library are you using and what version of Windows does it happen on?
>
> ----------------
> cheers,
> Derek Parnell
>
>
win32lib 0.57.11
Windows XP Pro
Thanks for the advice.
Philip
3. RE: I need help.
Sorry wrong info:
win32lib 0.57.9
Derek Parnell wrote:
> Hi Philip,
>
> ----- Original Message -----
> From: "Philip D." <philip1987 at hotmail.com>
> To: "EUforum" <EUforum at topica.com>
> Subject: I need help.
>
>
> > I am almost done with a game I am programming. There are a couple
> > problems though. Can you help me? The program uses win32lib.
> >
> > 1) How do I make a window resize in my program code?
>
> Try the routine ...
>
> setRect( mywindow, left, top, width, height, True )
>
>
> > 2) How do I make the text on the status bar change?
>
> The routine setText() will do this.
> Eg.
> setText(statbar, "This is the new message")
>
> > Also, when I run any win32lib application, there is one row of
> > pixels below the menus that let you see what was behind the window when
> > it was made. Is this a win32lib bug?
>
> I've never seen this nor has this been reported before. What version of
> the
> library are you using and what version of Windows does it happen on?
>
> ----------------
> cheers,
> Derek Parnell
>
>
4. RE: I need help.
> > I've never seen this nor has this been reported before. What version of
> > the
> > library are you using and what version of Windows does it happen on?
> >
I've seen this "see-through" line of pixels before on Windows (non-Eu)
programs -- I think it is Windows quirk (I have Win ME). Usually it
goes away just by forcing a redraw (minimize, maximize) but not always
and happens most often in programs with "grabbable" toolbars that are
docked at the top...
5. RE: I need help.
> > Also, when I run any win32lib application, there is one row of
> > pixels below the menus that let you see what was behind the window
when
> > it was made. Is this a win32lib bug?
>
> I've never seen this nor has this been reported before. What version
of the
> library are you using and what version of Windows does it happen on?
I remember telling people about this perhaps a few months ago, and
nobody believed me. It's almost 3 AM, and about to head off to bed, so
I'm going to be brief. On my XP Home system, I noticed a one pixel line
just under the menu bar that stretches from one side of the window to
the other, inside the Windows-drawn border. Without any menus, it works
fine. I have not tried it with different themes, so I can't say if it's
a specific problem with frames that are not the same size as those of
older Windows versions.
A while back I tried using code to draw a line on that portion of the
window. I can't remember if I was ever successful, but I don't think I
was. It's worth a shot, for those of you who are having this issue..
Good night everybody!
~!tar!~