boa-constructor-users Mailing List for Boa Constructor - wxPython GUI Builder (Page 150)
Status: Beta
Brought to you by:
riaan
You can subscribe to this list here.
2000 |
Jan
|
Feb
(1) |
Mar
(18) |
Apr
(4) |
May
(17) |
Jun
(14) |
Jul
(18) |
Aug
(3) |
Sep
(30) |
Oct
(16) |
Nov
(11) |
Dec
(9) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(19) |
Feb
(10) |
Mar
(4) |
Apr
(6) |
May
(27) |
Jun
(37) |
Jul
(44) |
Aug
(44) |
Sep
(49) |
Oct
(4) |
Nov
(6) |
Dec
(12) |
2002 |
Jan
(27) |
Feb
(22) |
Mar
(48) |
Apr
(21) |
May
(20) |
Jun
(6) |
Jul
(33) |
Aug
(34) |
Sep
(9) |
Oct
(41) |
Nov
(14) |
Dec
(35) |
2003 |
Jan
(75) |
Feb
(75) |
Mar
(59) |
Apr
(22) |
May
(18) |
Jun
(36) |
Jul
(50) |
Aug
(106) |
Sep
(71) |
Oct
(63) |
Nov
(81) |
Dec
(58) |
2004 |
Jan
(48) |
Feb
(42) |
Mar
(57) |
Apr
(64) |
May
(81) |
Jun
(30) |
Jul
(15) |
Aug
(39) |
Sep
(56) |
Oct
(61) |
Nov
(27) |
Dec
(20) |
2005 |
Jan
(74) |
Feb
(62) |
Mar
(237) |
Apr
(83) |
May
(138) |
Jun
(132) |
Jul
(61) |
Aug
(51) |
Sep
(17) |
Oct
(22) |
Nov
(59) |
Dec
(32) |
2006 |
Jan
(7) |
Feb
(7) |
Mar
(24) |
Apr
(15) |
May
(19) |
Jun
(46) |
Jul
(26) |
Aug
(51) |
Sep
(35) |
Oct
(90) |
Nov
(27) |
Dec
(23) |
2007 |
Jan
(22) |
Feb
(17) |
Mar
(14) |
Apr
(28) |
May
(38) |
Jun
(44) |
Jul
(34) |
Aug
(40) |
Sep
(29) |
Oct
(44) |
Nov
(16) |
Dec
(15) |
2008 |
Jan
(12) |
Feb
(37) |
Mar
(48) |
Apr
(35) |
May
(37) |
Jun
(32) |
Jul
(30) |
Aug
(28) |
Sep
(33) |
Oct
(19) |
Nov
(44) |
Dec
(45) |
2009 |
Jan
(30) |
Feb
(16) |
Mar
(48) |
Apr
(56) |
May
(100) |
Jun
(4) |
Jul
(1) |
Aug
|
Sep
|
Oct
(7) |
Nov
|
Dec
(3) |
2010 |
Jan
(8) |
Feb
(3) |
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(6) |
Nov
(22) |
Dec
|
2011 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
(1) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(2) |
Dec
(1) |
2012 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
(5) |
Feb
(1) |
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Riaan B. <riaan@e.co.za> - 2001-06-14 14:24:06
|
Hello everybody, I've updated the CVS repository. Major changes: * PyChecker support * Better Zope support, merging of the ZOA branch * No more ftp * Editing Python Scripts, SQL Methods and local ExternalMethods * You have to import ZopeLib/ZOA.zexp into the root of your Zope tree * WebDAV support in the explorer * Preference editing support in the explorer * Models are now transport independent. This means that Python modules or any supported file type, can be opened/edited on all supported transports (File, SSH, FTP, DAV) * Improved code completion, locals are now available * Added simple Syntax Checking support to the editor. Invalid syntax is underlined with a red squily line and the error displayed in the status bar. It's not 100% accurate yet but it helps. * Improved parsing, class/function/method declarations can now span multiple lines * Modules are now run non-blocking so Boa is no longer frozen while a module runs. * Works with wxPython 2.3.0 * Still a problem running Boa within Boa with 2.3.0 HYBRID. It freezes on close down :( Enjoy! Feedback on whether still runs on 1.5.2 will be appreciated. On that note, I'd like to find out how many 1.5.2 Boa users are out there. I'd really like to start using some new language features! Feel free to reply on the list or to me directly if you are not vocal about it. -- Riaan Booysen ___________________________________________________ Boa Constructor - RAD GUI building IDE for wxPython http://boa-constructor.sourceforge.net |
From: Patrick K. O'B. <po...@or...> - 2001-06-11 19:38:50
|
What is the process for expanding the calltips and autocompletion capabilities of the boa editor and shell so that it is on par with IDLE and PythonWin? (And if you want to respond by saying "feel free to modify the source and make this work" I can only say that I fully intend to help out as I get up to speed. In the mean time I'm just looking for some basic background info and hoping that you've already finished this. <grin> --- Patrick K. O'Brien Orbtech "I am, therefore I think." |
From: Patrick K. O'B. <po...@or...> - 2001-06-11 19:02:11
|
I'd like to be able to add boa to my SendTo list under windows so I can right click on a .py file, select SendTo, Boa and have Boa open the file up in its editor window. I can add notepad, excel, PFE and so forth to my SendTo list but I can't get it to work with Boa. Is this possible? --- Patrick K. O'Brien Orbtech "I am, therefore I think." |
From: Patrick K. O'B. <po...@or...> - 2001-06-11 18:49:21
|
When I am in the shell, how do I reexecute a previous command? In other shells you can go to a previous line and hit return and that line gets copied down to the lowest prompt, then you can hit return again and it is executed. I'm rather in the habit of doing this while experimenting with things interactively. Is there a way to get the same behavior with boa? In addition, IDLE has Alt-p and Alt-n to retrieve commands and Alt-/ to expand words. PythonWin shares some of these same conventions. While it doesn't have Alt-p or Alt-n it does allow you to hit return on previous lines and do Alt-/ to expand words. >From the IDLE help file: Python Shell window: ^C interrupts executing command ^D sends end-of-file; closes window if typed at >>> prompt Command history: Alt-p retrieves previous command matching what you have typed Alt-n retrieves next Return while on any previous command retrieves that command Alt-/ (Expand word) is also useful here --- --- Patrick K. O'Brien Orbtech "I am, therefore I think." |
From: Patrick K. O'B. <po...@or...> - 2001-06-11 18:22:01
|
I dug a little more into PythonWin because they are also using Scintilla, and I found that they use a configuration file with the excerpts I've pasted below. Then I looked for something similar in boa and couldn't find anything. I looked at PrefsKeys.py, PrefsMSW.py and ShellEditor.py but didn't see anything that stood out as relevant. I think a keybinding configuration file would be nice. PythonWin lets you have a configuration file that is based on another and overrides it (kind of like inheritance). That way you leave the default bindings file alone. I like that approach. An example of that is included below as well. Is any of this doable? Reasonable? Desireable (to anyone else)? --- [Keys] # Auto-complete, call-tips, etc. Alt+/ = <<expand-word>> Ctrl+Space = <<expand-word>> Shift+( = <<paren-open>> Shift-) = <<paren-close>> Up = <<check-calltip-cancel>> Down = <<check-calltip-cancel>> Left = <<check-calltip-cancel>> Right = <<check-calltip-cancel>> . = KeyDot [Keys:Interactive] # Key bindings specific to the interactive window. # History for the interactive window Ctrl+Up = <<history-previous>> Ctrl+Down = <<history-next>> Enter = ProcessEnter Ctrl+Enter = ProcessEnter Shift+Enter = ProcessEnter Esc = ProcessEsc Alt+I = WindowBack # Toggle back to previous window. Home = InteractiveHome # A sample Event defined in this file. Shift+Home = InteractiveHomeExtend # A sample Event defined in this file. --- Sample custom configuration that provides keybindings like IDLE: [General] # We base this configuration on the default config. # You can list "Based On" as many times as you like Based On = default [Keys] # Only list keys different to default. # Note you may wish to rebind some of the default # Pythonwin keys to "Beep" or "DoNothing" Alt+L = LocateSelectedFile Ctrl+Q = AppExit # Other non-default Pythonwin keys Alt+A = EditSelectAll Alt+M = LocateModule # Movement Ctrl+D = GotoEndOfFile # Tabs and other indent features Alt+T = <<toggle-tabs>> Ctrl+[ = <<indent-region>> Ctrl+] = <<dedent-region>> [Keys:Interactive] Alt+P = <<history-previous>> Alt+N = <<history-next>> --- Patrick K. O'Brien Orbtech "I am, therefore I think." |
From: Patrick K. O'B. <po...@or...> - 2001-06-11 18:00:05
|
While nothing breaks, there are some warnings, fyi. C:\Python21\Boa-0.0.5\ZopeLib\Client.py:108: DeprecationWarning: the regex module is deprecated; please use the re module import sys, regex, socket, mimetools c:\python21\lib\regsub.py:15: DeprecationWarning: the regsub module is deprecated; please use re.sub() DeprecationWarning) --- Patrick K. O'Brien Orbtech "I am, therefore I think." ----- Original Message ----- From: "Patrick K. O'Brien" <po...@or...> To: <boa...@li...> Sent: Thursday, May 10, 2001 5:18 PM Subject: [Boa Constr] Python 2.1 > Has Boa been tested with Python 2.1 yet? Is anyone using it with 2.1 or > should I hold back and use it with 2.0? Thanks. There has been (and should be) no incompatible language changes. Please change over and tell me if something breaks. Riaan |
From: Riaan B. <riaan@e.co.za> - 2001-06-09 04:48:54
|
Hi Patrick, Ok, this is now added to Boa, like IDLE, use the commandline switch -s to run it. Thanks. "Patrick K. O'Brien" wrote: > > Might be better to do something like: > > import os > filename = os.environ.get('PYTHONSTARTUP') > try: > execfile(filename) > except: > print "Unable to load startup script", filename > del os # Unless you want to leave os in the namespace. > > --- > Patrick K. O'Brien > Orbtech > "I am, therefore I think." > > -----Original Message----- > From: boa...@li... > [mailto:boa...@li...]On Behalf Of > Patrick K. O'Brien > Sent: Friday, June 08, 2001 1:05 PM > To: Boa Constructor Users > Subject: [Boa Constr] PYTHONSTARTUP > > Is there a way to have boa automatically execute the script pointed to by > the PYTHONSTARTUP environment variable when boa starts? > > By way of example, the regular python shell started at the DOS prompt runs > PYTHONSTARTUP automatically and IDLE does so if launched with the -s command > line switch. One possible bit of code would look like this (taken from the > python tutorial): > > import os > filename = os.environ.get('PYTHONSTARTUP') > if filename and os.path.isfile(filename): > execfile(filename) > > --- > Patrick K. O'Brien > Orbtech > "I am, therefore I think." > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > http://lists.sourceforge.net/lists/listinfo/boa-constructor-users > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > http://lists.sourceforge.net/lists/listinfo/boa-constructor-users -- Riaan Booysen ___________________________________________________ Boa Constructor - RAD GUI building IDE for wxPython http://boa-constructor.sourceforge.net |
From: Patrick K. O'B. <po...@or...> - 2001-06-08 18:39:49
|
Might be better to do something like: import os filename = os.environ.get('PYTHONSTARTUP') try: execfile(filename) except: print "Unable to load startup script", filename del os # Unless you want to leave os in the namespace. --- Patrick K. O'Brien Orbtech "I am, therefore I think." -----Original Message----- From: boa...@li... [mailto:boa...@li...]On Behalf Of Patrick K. O'Brien Sent: Friday, June 08, 2001 1:05 PM To: Boa Constructor Users Subject: [Boa Constr] PYTHONSTARTUP Is there a way to have boa automatically execute the script pointed to by the PYTHONSTARTUP environment variable when boa starts? By way of example, the regular python shell started at the DOS prompt runs PYTHONSTARTUP automatically and IDLE does so if launched with the -s command line switch. One possible bit of code would look like this (taken from the python tutorial): import os filename = os.environ.get('PYTHONSTARTUP') if filename and os.path.isfile(filename): execfile(filename) --- Patrick K. O'Brien Orbtech "I am, therefore I think." _______________________________________________ Boa-constructor-users mailing list Boa...@li... http://lists.sourceforge.net/lists/listinfo/boa-constructor-users |
From: Patrick K. O'B. <po...@or...> - 2001-06-08 18:03:59
|
Is there a way to have boa automatically execute the script pointed to by the PYTHONSTARTUP environment variable when boa starts? By way of example, the regular python shell started at the DOS prompt runs PYTHONSTARTUP automatically and IDLE does so if launched with the -s command line switch. One possible bit of code would look like this (taken from the python tutorial): import os filename = os.environ.get('PYTHONSTARTUP') if filename and os.path.isfile(filename): execfile(filename) --- Patrick K. O'Brien Orbtech "I am, therefore I think." |
From: Robert B. <ro...@bl...> - 2001-05-26 02:59:35
|
confirm 638500 |
From: Patrick K. O'B. <po...@or...> - 2001-05-25 17:19:01
|
What you are seeing in the first line of the menu is the menu title. To get rid of it, set the title property to an empty string ("") instead of "File". Perhaps the Boa tutorial should be changed, since most people will not want titles on their menus (I would think). At least not under Windows. I'm not sure about the Gnome and KDE standards but this behavior still strikes me as a bit odd. Is this a boa thing or a wxWindows thing? Should the title property be left blank (which in effect renders it useless) or should something else be changed? Or do I need a clue? Hold on while I RTFM... --- wxMenu::SetTitle void SetTitle(const wxString& title) Sets the title of the menu. Parameters title The title to set. Remarks This is relevant only to popup menus. --- That last line seems like a big clue - the title only applies to popup menus (though apparently it shows up on regular menus if you do set it). Hmmm... So is this a bug or should we not set the title for normal menus? --- Patrick K. O'Brien Orbtech "I am, therefore I think." -----Original Message----- From: boa...@li... [mailto:boa...@li...]On Behalf Of Sasa Zivkov Sent: Friday, May 25, 2001 5:19 AM To: boa...@li... Subject: [Boa Constr] Building menu bar Hi, Let's add one wxMenu to a wxFrame... let's set the title to "File" and add two menu items "Open" and "Exit" Let's now add a wxMenuBar, edit its Menus collection and add the "File" wxMenu to the menu bar. When I start the application menu looks like: File File ---- Open Exit instead of: File Open Exit This also happens with the example from Boa tutorial. -- Sasa _______________________________________________ Boa-constructor-users mailing list Boa...@li... http://lists.sourceforge.net/lists/listinfo/boa-constructor-users |
From: Patrick K. O'B. <po...@or...> - 2001-05-25 15:49:30
|
Look for PrefsGTK.py (notice the "s" in the name) in the boa directory. --- Patrick K. O'Brien Orbtech "I am, therefore I think." -----Original Message----- From: boa...@li... [mailto:boa...@li...]On Behalf Of Albert Wagner Sent: Thursday, May 24, 2001 9:34 PM To: boa...@li... Subject: [Boa Constr] help file paths? In the Getting Started Guide, 1.8 Help, it says I can change the paths for help in PrefGTK.py. Yet, there is no such file. Where might I change the paths to my help files? Thanks ahead. _______________________________________________ Boa-constructor-users mailing list Boa...@li... http://lists.sourceforge.net/lists/listinfo/boa-constructor-users |
From: Sasa Z. <sa...@sp...> - 2001-05-25 10:20:34
|
Hi, Let's add one wxMenu to a wxFrame... let's set the title to "File" and add two menu items "Open" and "Exit" Let's now add a wxMenuBar, edit its Menus collection and add the "File" wxMenu to the menu bar. When I start the application menu looks like: File File ---- Open Exit instead of: File Open Exit This also happens with the example from Boa tutorial. -- Sasa |
From: Sasa Z. <sa...@sp...> - 2001-05-25 09:38:27
|
> > Hi, > > > > I just have tried Boa Constructor... looks quite impressive! > > > > What happens to me is that after some period of time all icons > in toolbars > > just disappear. > > > > I am using the latest version (extracted today from CVS). > > Platfrom: win98, python 2.1 > > This is a resource problem. > > The first big bug is that you are running win98 instead of an OS > (like NT or > 2000) ;) > > wxPython does not release all the GDI objects it uses (mainly > bitmaps). For > normal wxPython applications this isn't really a problem, but Boa > uses many > bitmaps and widgets. Hmm, does it mean that wxPython has some serious limitations on win98 platform ? Maybe I should raise this question on wxPython mailing list ? > In ImageSource.py change > return wx.wxBitmap(filename, wx.wxBITMAP_TYPE_BMP) > to > return wx.wxImage(filename, > wx.wxBITMAP_TYPE_BMP).ConvertToBitmap() > > and similarly for .jpg images. Changed! Works fine until now... thanks! -- Sasa |
From: Albert W. <alw...@tc...> - 2001-05-25 03:14:29
|
All of my list selections are white print on a yellow background. I prefer the yellow for highlighting but don't want the foreground toggled to white. White on yellow is unreadable. Can someone point me to where this behavior might be altered? Thanks ahead for any help. |
From: Albert W. <alw...@tc...> - 2001-05-25 02:32:01
|
In the Getting Started Guide, 1.8 Help, it says I can change the paths for help in PrefGTK.py. Yet, there is no such file. Where might I change the paths to my help files? Thanks ahead. |
From: Riaan B. <riaan@e.co.za> - 2001-05-24 23:04:44
|
Hello Patrick, ----- Original Message ----- From: "Patrick K. O'Brien" <po...@or...> To: "Boa Constructor Users" <boa...@li...> Sent: Thursday, May 24, 2001 11:43 PM Subject: RE: [Boa Constr] Icons get lost > Did you mean to say ImageStore.py (as opposed to ImageSource.py)? I'm > working with 0.0.5, btw, not the CVS version. Argh, I did indeed intend to say ImageStore.py. Thanks for clearing it up. Riaan > > --- > Patrick K. O'Brien > Orbtech > "I am, therefore I think." > > -----Original Message----- > From: boa...@li... > [mailto:boa...@li...]On Behalf Of Riaan > Booysen > Sent: Thursday, May 24, 2001 7:07 AM > To: Sasa Zivkov; boa...@li... > Subject: Re: [Boa Constr] Icons get lost > > Hi Sasa, > > ----- Original Message ----- > From: "Sasa Zivkov" <sa...@sp...> > To: <boa...@li...> > Sent: Wednesday, May 23, 2001 6:21 PM > Subject: [Boa Constr] Icons get lost > > > > Hi, > > > > I just have tried Boa Constructor... looks quite impressive! > > > > What happens to me is that after some period of time all icons in toolbars > > just disappear. > > > > I am using the latest version (extracted today from CVS). > > Platfrom: win98, python 2.1 > > This is a resource problem. > > The first big bug is that you are running win98 instead of an OS (like NT or > 2000) ;) > > wxPython does not release all the GDI objects it uses (mainly bitmaps). For > normal wxPython applications this isn't really a problem, but Boa uses many > bitmaps and widgets. > > In ImageSource.py change > return wx.wxBitmap(filename, wx.wxBITMAP_TYPE_BMP) > to > return wx.wxImage(filename, > wx.wxBITMAP_TYPE_BMP).ConvertToBitmap() > > and similarly for .jpg images. > > This uses less resources. The only other suggestion is to have as few other > applications open as possible when running Boa. > > Riaan > > > > > -- Sasa > > > > _______________________________________________ > > Boa-constructor-users mailing list > > Boa...@li... > > http://lists.sourceforge.net/lists/listinfo/boa-constructor-users > > > > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > http://lists.sourceforge.net/lists/listinfo/boa-constructor-users > > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > http://lists.sourceforge.net/lists/listinfo/boa-constructor-users > |
From: Riaan B. <riaan@e.co.za> - 2001-05-24 23:04:13
|
Hi Patrick, Thanks, this had been reported before and is fixed in CVS. ----- Original Message ----- From: "Patrick K. O'Brien" <po...@or...> To: "Boa Constructor Users" <boa...@li...> Sent: Thursday, May 24, 2001 11:01 PM Subject: [Boa Constr] Small glitch in Getting Started Guide html > The Getting Started Guide page 1.5 The Inspector Window > (C:\Python21\Boa-0.0.5\Docs\Guide\node5.html on my machine) points to the > wrong location for the graphic. The line: > > <p><img SRC="Boa5.png" height=940 width=607><!--Start of Navigation Panel--> > > should be changed to: > > <p><img SRC="./image/Boa5.png" height=940 width=607><!--Start of Navigation > Panel--> > > --- > Patrick K. O'Brien > Orbtech > "I am, therefore I think." > > > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > http://lists.sourceforge.net/lists/listinfo/boa-constructor-users > |
From: Patrick K. O'B. <po...@or...> - 2001-05-24 21:43:27
|
Did you mean to say ImageStore.py (as opposed to ImageSource.py)? I'm working with 0.0.5, btw, not the CVS version. --- Patrick K. O'Brien Orbtech "I am, therefore I think." -----Original Message----- From: boa...@li... [mailto:boa...@li...]On Behalf Of Riaan Booysen Sent: Thursday, May 24, 2001 7:07 AM To: Sasa Zivkov; boa...@li... Subject: Re: [Boa Constr] Icons get lost Hi Sasa, ----- Original Message ----- From: "Sasa Zivkov" <sa...@sp...> To: <boa...@li...> Sent: Wednesday, May 23, 2001 6:21 PM Subject: [Boa Constr] Icons get lost > Hi, > > I just have tried Boa Constructor... looks quite impressive! > > What happens to me is that after some period of time all icons in toolbars > just disappear. > > I am using the latest version (extracted today from CVS). > Platfrom: win98, python 2.1 This is a resource problem. The first big bug is that you are running win98 instead of an OS (like NT or 2000) ;) wxPython does not release all the GDI objects it uses (mainly bitmaps). For normal wxPython applications this isn't really a problem, but Boa uses many bitmaps and widgets. In ImageSource.py change return wx.wxBitmap(filename, wx.wxBITMAP_TYPE_BMP) to return wx.wxImage(filename, wx.wxBITMAP_TYPE_BMP).ConvertToBitmap() and similarly for .jpg images. This uses less resources. The only other suggestion is to have as few other applications open as possible when running Boa. Riaan > > -- Sasa > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > http://lists.sourceforge.net/lists/listinfo/boa-constructor-users > _______________________________________________ Boa-constructor-users mailing list Boa...@li... http://lists.sourceforge.net/lists/listinfo/boa-constructor-users |
From: Patrick K. O'B. <po...@or...> - 2001-05-24 21:01:42
|
The Getting Started Guide page 1.5 The Inspector Window (C:\Python21\Boa-0.0.5\Docs\Guide\node5.html on my machine) points to the wrong location for the graphic. The line: <p><img SRC="Boa5.png" height=940 width=607><!--Start of Navigation Panel--> should be changed to: <p><img SRC="./image/Boa5.png" height=940 width=607><!--Start of Navigation Panel--> --- Patrick K. O'Brien Orbtech "I am, therefore I think." |
From: Riaan B. <riaan@e.co.za> - 2001-05-24 12:12:48
|
----- Original Message ----- From: "Albert Wagner" <alw...@tc...> To: <boa...@li...> Sent: Thursday, May 24, 2001 3:11 AM Subject: [Boa Constr] Boa needs ogl? What else? > Suse-7.1, KDE2.1.1, Python-2.1, GTK-1.2.8, wxGTK-2.2.6, wxPython-2.2.5 > > Boa died on startup because wxPython didn't contain ogl. Is there anything > else that needs to be compiled into any of the dependents? The only other seperate module I know of is the STC. Good luck, Riaan > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > http://lists.sourceforge.net/lists/listinfo/boa-constructor-users > |
From: Riaan B. <riaan@e.co.za> - 2001-05-24 12:08:18
|
Hi Sasa, ----- Original Message ----- From: "Sasa Zivkov" <sa...@sp...> To: <boa...@li...> Sent: Wednesday, May 23, 2001 6:21 PM Subject: [Boa Constr] Icons get lost > Hi, > > I just have tried Boa Constructor... looks quite impressive! > > What happens to me is that after some period of time all icons in toolbars > just disappear. > > I am using the latest version (extracted today from CVS). > Platfrom: win98, python 2.1 This is a resource problem. The first big bug is that you are running win98 instead of an OS (like NT or 2000) ;) wxPython does not release all the GDI objects it uses (mainly bitmaps). For normal wxPython applications this isn't really a problem, but Boa uses many bitmaps and widgets. In ImageSource.py change return wx.wxBitmap(filename, wx.wxBITMAP_TYPE_BMP) to return wx.wxImage(filename, wx.wxBITMAP_TYPE_BMP).ConvertToBitmap() and similarly for .jpg images. This uses less resources. The only other suggestion is to have as few other applications open as possible when running Boa. Riaan > > -- Sasa > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > http://lists.sourceforge.net/lists/listinfo/boa-constructor-users > |
From: Albert W. <alw...@tc...> - 2001-05-24 01:03:59
|
Suse-7.1, KDE2.1.1, Python-2.1, GTK-1.2.8, wxGTK-2.2.6, wxPython-2.2.5 Boa died on startup because wxPython didn't contain ogl. Is there anything else that needs to be compiled into any of the dependents? |
From: Sasa Z. <sa...@sp...> - 2001-05-23 16:23:40
|
Hi, I just have tried Boa Constructor... looks quite impressive! What happens to me is that after some period of time all icons in toolbars just disappear. I am using the latest version (extracted today from CVS). Platfrom: win98, python 2.1 -- Sasa |
From: Riaan B. <riaan@e.co.za> - 2001-05-23 07:58:07
|
----- Original Message ----- From: "Albert Wagner" <alw...@tc...> To: <boa...@li...> Sent: Wednesday, May 23, 2001 3:42 AM Subject: [Boa Constr] Boa doesn't run for me... > Suse-7.1, KDE2.1.1, Python-2.1, GTK-1.2.8, wxGTK-2.2.6, wxPython-2.2.5 > > I can find little documentation to help with installation. Surely I've done > something wrong. Attempts to run Boa yield: > > $ ~/pkg/language/python/Boa > $ Boa.py > : command not foundpy: > : command not foundpy: > > $ ~/pkg/language/python/Boa > $ python Boa.py > importing Prefs > importing wxPython... > Traceback (most recent call last): > File "Boa.py", line 62, in ? > import About > File "About.py", line 7, in ? > import Preferences, Utils > File "Utils.py", line 16, in ? > from ExternalLib.ConfigParser import ConfigParser > ImportError: No module named ExternalLib.ConfigParser > > Any help appreciated. Thanks ahead. Please make sure that when unzipping the sources, the directory structure is preserved. It looks like it wasn't. Good luck, Riaan > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > http://lists.sourceforge.net/lists/listinfo/boa-constructor-users > |