Mario Lacunza | 1 Dec 2006 06:13
Picon
Gravatar

Sizers again...

Hi,

What is the correct order for work with sizers in Boa CVS version 0.5.2?

1. Add frame
2. Add BoxSizer
3. Add wxPanel
4. Add Flex
5. Add controls

or 

1. Add frame
2. Add BoxSizer
3. Add Flex
4. Add wxPanel
5. Add controls

another??

Thanks!

Mi configuracion/My config:

Ubuntu Edgy Eft 6.10
Linux Kernel 2.6.17-10-386
Gnome 2.16.1
Python 2.4.4c1
wxPython 2.7.2.0 Unicode
Boa Constructor cvs 0.5.2
(Continue reading)

Andrew Wilson | 1 Dec 2006 13:33
Picon
Favicon

Notebook pages right justified

Hello,
  Is there a way to have the notebook pages tabs right justified instead of left justified?
  Thanks
  Andrew

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boa-constructor-users mailing list
Boa-constructor-users@...
https://lists.sourceforge.net/lists/listinfo/boa-constructor-users
Mario Lacunza | 5 Dec 2006 01:18
Picon
Gravatar

[Fwd: Sizers again...]

--------- Mensaje reenviado --------
De: Mario Lacunza <mlacunza@...>
Para: Lista Boa <boa-constructor-users@...>
Asunto: [Boa Constr] Sizers again...
Fecha: Fri, 01 Dec 2006 00:13:34 -0500

Hi,

What is the correct order for work with sizers in Boa CVS version 0.5.2?

1. Add frame
2. Add BoxSizer
3. Add wxPanel
4. Add Flex
5. Add controls

or 

1. Add frame
2. Add BoxSizer
3. Add Flex
4. Add wxPanel
5. Add controls

another??

Thanks!

Mi configuracion/My config:

Ubuntu Edgy Eft 6.10
Linux Kernel 2.6.17-10-386
Gnome 2.16.1
Python 2.4.4c1
wxPython 2.7.2.0 Unicode
Boa Constructor cvs 0.5.2

--

-- 
Mario Lacunza <mlacunza@...>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Werner F. Bruhin | 5 Dec 2006 12:33
Picon
Favicon

Re: [Fwd: Sizers again...]

Hi Mario,

Mario Lacunza wrote:
> --------- Mensaje reenviado --------
> De: Mario Lacunza <mlacunza@...>
> Para: Lista Boa <boa-constructor-users@...>
> Asunto: [Boa Constr] Sizers again...
> Fecha: Fri, 01 Dec 2006 00:13:34 -0500
> 
> Hi,
> 
> What is the correct order for work with sizers in Boa CVS version 0.5.2?
> 
> 1. Add frame
> 2. Add BoxSizer
> 3. Add wxPanel
> 4. Add Flex
> 5. Add controls
I would think it is along these lines, but I haven't had much time to 
play around doing new designs.

Werner
> 
> or 
> 
> 
> 1. Add frame
> 2. Add BoxSizer
> 3. Add Flex
> 4. Add wxPanel
> 5. Add controls
> 
> another??
> 
> Thanks!
> 
> Mi configuracion/My config:
> 
> Ubuntu Edgy Eft 6.10
> Linux Kernel 2.6.17-10-386
> Gnome 2.16.1
> Python 2.4.4c1
> wxPython 2.7.2.0 Unicode
> Boa Constructor cvs 0.5.2
> 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
max | 5 Dec 2006 22:44
Picon

Re: CVS updated, fixes and code templates

Riaan Booysen wrote:
<snip>
> 
> A Code Template is a small idiomatic snippet of code that can be
> selected from a popup list and inserted at the current caret position.
> 
> The plugin is at Plug-ins/CodeTemplates.plug-in.py and the
> code template definitions are under Plug-ins/CodeTemplates/*.cfg
> 
> The action is available from Source Views under Edit->Code Templates
> and currently bound to Alt-T.
> 
> Later a Code Template Manager may be available under
> Tools->Code Template Manager.
> 
> I would appreciate if people could suggest a few more python and
> wxpython idioms.

I can't think of any more idioms at the moment but as a Boa beginner I 
want to point out the the tutorial should be updated to reflect this 
change.  In section 2.6 "Adding file menu functionality" a reference is 
made to the old Dialog tab.  I should probably read "Select from the the 
menu 'Edit -> Code Templates -> wx.FileDialog'.  Or something like that.

> The Dialogs page is no longer available on the Palette as this
> feature replaces that functionality.

thanks for all the work.

Max

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Werner F. Bruhin | 6 Dec 2006 19:54
Picon
Favicon

Re: CVS updated, fixes and code templates

Hi Max,

max wrote:
...
> 
> I can't think of any more idioms at the moment but as a Boa beginner I 
> want to point out the the tutorial should be updated to reflect this 
> change.  In section 2.6 "Adding file menu functionality" a reference is 
> made to the old Dialog tab.  I should probably read "Select from the the 
> menu 'Edit -> Code Templates -> wx.FileDialog'.  Or something like that.
> 
> 
>> The Dialogs page is no longer available on the Palette as this
>> feature replaces that functionality.
Good catch, will add it to my TODO list.

Werner

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Patrick Smith | 8 Dec 2006 22:16
Favicon

BoaConstructor with Zope 2.9

I've been trying out BoaConstructor v0.5.2 for some Zope/Plone development on
Windows.

I can run a zope instance from within BoaConstructor as a module but am unable
to debug, break, and step through the code. I only seem to be able to do this if
I have an application that I am working with. Any pointers as to how I can make
the existing Zope code into an application so I can debug it in BoaConstructor?

Is anyone using BoaConstructor for Zope 2.9 or Zope3 development?

Thanks,
Patrick Smith

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Duane Kaufman | 15 Dec 2006 16:03

Latest CVS wx.animate problem

Hi,

I just updated my Linux Debian distribution to the latest Boa from CVS.
Unfortunately, this version relies on wx.animate, which my wxpython
distribution (latest Debian package, wxpython 2.6.2) does not seem to
have.

Is there any mods I can make to make this work?

Thanks,
Duane

NOTICE: These communications may contain privileged or other confidential information for the sole use
of the designated recipients. If you have received it in error, please advise the sender by reply email and
immediately delete the message and any attachments without reviewing, copying or disclosing the contents.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Werner F. Bruhin | 15 Dec 2006 19:01
Picon
Favicon

Re: Latest CVS wx.animate problem

Hi Duane,

Duane Kaufman wrote:
> Hi,
> 
> I just updated my Linux Debian distribution to the latest Boa from CVS.
> Unfortunately, this version relies on wx.animate, which my wxpython
> distribution (latest Debian package, wxpython 2.6.2) does not seem to
> have.
> 
> Is there any mods I can make to make this work?
Looks like this is a 2.7 control, either update to 2.7 or 2.8 or a 
change Boa Companions.BasicCompanions, i.e. comment out the references 
to animate.

You will probably have to do the same with media in the same file.

Hopefully Riaan will see this and create a patch to only import this if 
we are on 2.7 or higher.

Werner

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Werner F. Bruhin | 15 Dec 2006 19:11
Picon
Favicon

Re: Latest CVS wx.animate problem

Hi Duane,

Duane Kaufman wrote:
> Hi,
> 
> I just updated my Linux Debian distribution to the latest Boa from CVS.
> Unfortunately, this version relies on wx.animate, which my wxpython
> distribution (latest Debian package, wxpython 2.6.2) does not seem to
> have.
> 
> Is there any mods I can make to make this work?
I spoke to early and must not have had my glasses on, both media and 
animate were added in 2.5 but some fixes were done in 2.7.

I just checked in my second copy of Boa and updated it to latest CVS. 
This copy uses wxPython 2.6.3.3 and it does have both wx.animate and 
wx.media and I don't have a problem with Boa.

What is your actual problem after updating to latest CVS?

Werner

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

Gmane