Python-spe-users digest, Vol 1 #33 - 1 msg

python-spe-users-request-tdrK/[email protected] Thu, 01 Dec 2005 12:00:28 +0100
Newsgroups gmane.comp.python.spe.user
Message-ID <[email protected]>
Send Python-spe-users mailing list submissions to
	[email protected]

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.berlios.de/mailman/listinfo/python-spe-users
or, via email, send a message with subject or body 'help' to
	[email protected]

You can reach the person managing the list at
	[email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Python-spe-users digest..."


_______________________________________________
http://pythonide.stani.be
http://pythonide.stani.be/manual/html/manual.html
http://pythonide.stani.be/blog/sm_donate _______________________________________________


Today's Topics:

   1. NotebookCtrl Widget Problem On Mac FIXED!! (SPE Stani's Python Editor)

--__--__--

Message: 1
Date: Wed, 30 Nov 2005 21:15:31 +0100
From: "SPE Stani's Python Editor" <[email protected]>
To: wxPython-mac-/[email protected], [email protected],
   wxPython-users-/[email protected], python-spe-dev-tdrK/[email protected],
   python-spe-mac-tdrK/[email protected], python-spe-users-tdrK/[email protected]
Subject: [spe-users] NotebookCtrl Widget Problem On Mac FIXED!!
Reply-To: [email protected]

------=_Part_41099_7441644.1133381731849
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Hi Andrea,

Thanks to SPE Mac users who sponsered SPE with a Mini Mac, I was able to
debug your control with winpdb debugger. So now the light is green to get
your control into SPE.

After plunging in the code, I managed to get the control working. The
problem is that wxMac doesn't seem to support the wx.DefaultSize (-1,-1)
which is always transformed in (0,0). So setting the size to like
wx.Size(28,28)
solves the issue. I'll email you privately with the patch.

I'm not sure if it is 100% stable. I found some bugs, which I also will sen=
d
to you.

For those who like to see the screenshot:
http://pythonide.stani.be/images/NotebookCtrl.png

Best regards,
Stani

--
http://pythonide.stani.be
http://pythonide.stani.be/manual/html/manual.html

------=_Part_41099_7441644.1133381731849
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Hi Andrea,<br>
<br>
Thanks to SPE Mac users who sponsered SPE with a Mini Mac, I was able
to debug your control with winpdb debugger. So now the light is green
to get your control into SPE.<br>
<br>
After plunging in the code, I managed to get the control working. The
problem is that wxMac doesn't seem to support the wx.DefaultSize
(-1,-1) which is always transformed in (0,0). So setting the size to
like wx.Size(28,28) solves the issue. I'll email you privately with the
patch.<br>
<br>
I'm not sure if it is 100% stable. I found some bugs, which I also will sen=
d to you.<br>
<br>
For those who like to see the screenshot:<br>
<a href=3D"http://pythonide.stani.be/images/NotebookCtrl.png">http://python=
ide.stani.be/images/NotebookCtrl.png</a><br>
<br>
Best regards,<br>
Stani<br clear=3D"all"><br>-- <br><a href=3D"http://pythonide.stani.be">htt=
p://pythonide.stani.be</a><br><a href=3D"http://pythonide.stani.be/manual/h=
tml/manual.html">http://pythonide.stani.be/manual/html/manual.html</a>

------=_Part_41099_7441644.1133381731849--


--__--__--

_______________________________________________
Python-spe-users mailing list
[email protected]
http://lists.berlios.de/mailman/listinfo/python-spe-users


End of Python-spe-users Digest