Learning Sizers

And I answered my own question in under 30 seconds. Thanks Google.
http://wxglade.sourceforge.net/

I'd suggest to install SPE, that has wxGlade included.
http://spe.pycs.net/

Best regards,
Henning Hraban Ramm
Südkurier Medienhaus / MediaPro
Support/Admin/Development Dept.

Wow Thanks!!!! That's the closest thing to Delphi for Python I've seen
yet. I might give up emacs for this. The Intellisense is a god-send.

···

On Mon, 14 Feb 2005 08:55:51 +0100, Ramm, Henning <Henning.Ramm@mediapro-gmbh.de> wrote:

>And I answered my own question in under 30 seconds. Thanks Google.
>http://wxglade.sourceforge.net/

I'd suggest to install SPE, that has wxGlade included.
http://spe.pycs.net/

Best regards,
Henning Hraban Ramm
Südkurier Medienhaus / MediaPro
Support/Admin/Development Dept.

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org

--
Thomas G. Willis
http://paperbackmusic.net

Yeah, SPE is cool. There is another IDE called boa-constructor that
tries to be a delphi clone, but it's not as stable as SPE.

···

On Mon, 14 Feb 2005 09:37:40 -0500, Tom Willis <tom.willis@gmail.com> wrote:

Wow Thanks!!!! That's the closest thing to Delphi for Python I've seen
yet. I might give up emacs for this. The Intellisense is a god-send.

On Mon, 14 Feb 2005 08:55:51 +0100, Ramm, Henning > <Henning.Ramm@mediapro-gmbh.de> wrote:
> >And I answered my own question in under 30 seconds. Thanks Google.
> >http://wxglade.sourceforge.net/
>
> I'd suggest to install SPE, that has wxGlade included.
> http://spe.pycs.net/
>
> Best regards,
> Henning Hraban Ramm
> Südkurier Medienhaus / MediaPro
> Support/Admin/Development Dept.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
> For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
>
>

--
Thomas G. Willis
http://paperbackmusic.net

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org

Tom Willis wrote:

The only thing missing in SPE is an integrated debugger it looks like.
I wonder if it is because of a lack of perceived need or that it's
just so darned hard to do.

well... the editor leaves a bit to be desired still... certain cut-and-paste functions are crippled on Windows, but the guy has done great work with the code-completion. I'm tempted to blow my minimal available spare time in enhancing SPE a little.

Has anybody seen or written anything to take the wxGlade generated code and automate the addition of event handlers to the widgets? Thats another thing I would like to have some spare time to play with.

···

--
Les Ferguson
Software developer
Waitakere, NZ

well... the editor leaves a bit to be desired still... certain
cut-and-paste functions are crippled on Windows, but the guy has done
great work with the code-completion. I'm tempted to blow my minimal
available spare time in enhancing SPE a little.

Has anybody seen or written anything to take the wxGlade generated code
and automate the addition of event handlers to the widgets? Thats
another thing I would like to have some spare time to play with.

CVS Head of wxGlade does let you capture a few events here and
there... like when you've selected a listbox, you can Click on the
Events tab of the Properties window and add a handler for EVT_LISTBOX
or EVT_LISTBOX_DCLICK.

The thought crossed my mind that this is really close to giving
developers a Visual Basic workflow (a very good thing.)

I'm amazed how fast the start-up time is with SPE, I do wish it
remembered my prefered window layout (one mdi window maximized so it
doesn't look like mdi.)

-Jim

···

--
Les Ferguson
Software developer
Waitakere, NZ

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org

I was playing around with spe a little more and it really does seem to
be the closest I've seen to a VB workflow. I don't know if it has this
or not but it needs function signatures popping up in a tooltip. That
would do wonders to keep me in the editor instead of jumping into
Ipython or various documentation.

As far as events go. There was an article a few months back in Linux
Journal that took a glade xml file and spun through wiring up the
event handlers, IIRC it made light work of all the plumbing you have
to do. I remember the implementation being insanely easy.

I'm sure something similair could be done with wxglade.

If I find a link to the article I'll post it, got to get to work right now.

···

On Tue, 15 Feb 2005 07:22:59 -0500, James Carroll <mrmaple@gmail.com> wrote:

> well... the editor leaves a bit to be desired still... certain
> cut-and-paste functions are crippled on Windows, but the guy has done
> great work with the code-completion. I'm tempted to blow my minimal
> available spare time in enhancing SPE a little.
>
> Has anybody seen or written anything to take the wxGlade generated code
> and automate the addition of event handlers to the widgets? Thats
> another thing I would like to have some spare time to play with.

CVS Head of wxGlade does let you capture a few events here and
there... like when you've selected a listbox, you can Click on the
Events tab of the Properties window and add a handler for EVT_LISTBOX
or EVT_LISTBOX_DCLICK.

The thought crossed my mind that this is really close to giving
developers a Visual Basic workflow (a very good thing.)

I'm amazed how fast the start-up time is with SPE, I do wish it
remembered my prefered window layout (one mdi window maximized so it
doesn't look like mdi.)

-Jim

>
> --
> Les Ferguson
> Software developer
> Waitakere, NZ
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
> For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org

--
Thomas G. Willis
http://paperbackmusic.net