Let me guess: Is GTK the underlying graphics system ?
I’m just a bit MSW-centric, so I added ( back !) a check for GTK
graphics in the attached code.
PopupWidowWithTransparency.zip (12.2 KB)
Let me guess: Is GTK the underlying graphics system ?
I’m just a bit MSW-centric, so I added ( back !) a check for GTK
graphics in the attached code.
PopupWidowWithTransparency.zip (12.2 KB)
Yes, all Linux wx versions are GTK based. I tried your new version, and It works the same on Linux as the previous one, that is, no transparency. I’m not surprised that it is difficult to get something like this to work cross-platform. But it is very nice on Windows.
On Sat, Jun 5, 2010 at 10:45 PM, Ray Pasco pascor@verizon.net wrote:
Let me guess: Is GTK the underlying graphics system ?
I’m just a bit MSW-centric, so I added ( back !) a check for GTK
graphics in the attached code.
–
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en
–
Best Regards,
Michael Moriarity
Hi Ray,
Nice !
Instead of wx.Exit(), you should use self.Close() or self.Destroy().
With wx.Exit(), the image remains on the screen (on my machine: with
XP, python2.5 and wxPython 2.8.10.1)
Dominique
Hi Ray,
XP Pro SP3 32 bits with an old AMD Athlon 64 3200+ processor.
Dominique
On Jun 7, 9:20 pm, Ray Pasco <raoulpa...@yahoo.com> wrote:
Are you using a 64-bit version of either ?
How about an AMD version ?
Ray
[[ This group prefers bottom-posting. Top Posting and Bottom Posting ]]
On 6/8/10 10:08 AM, Ray Pasco wrote:
Hi again,
Your processor is new enough in that it can run the 64-bit version of
Python:
"Python 2.6.5 Windows X86-64 installer (Windows AMD64 / Intel 64 /
X86-64 binary)"as opposed to the generic Intel/AMD 32-bit version:
"Python 2.6.5 Windows installer"Are you using the 64-bit version ?
He said he's running 32-bit XP so the answer is surely no.
--
Robin Dunn
Software Craftsman
> Are you using the 64-bit version ?
He said he's running 32-bit XP so the answer is surely no.
--
Robin Dunn
Software Craftsmanhttp://wxPython.org
Hi Robin and Ray,
Robin is right.
I am running a 32 bit XP.
Dominique