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> - 2002-04-18 01:48:00
|
Hello John, Bell John wrote: > > I tend to design my frames and dialogs from templates > for consistency, efficiency and QA reasons. Thus I > oftem change the specifics of copy of a template to > generate the skeleton of a new frame. I have considered adding just such a feature, a page called Templates on the Palette. In the Preferences you would specify a directory for your templates. > When changing a > frame id for a frame with a menu bar I get: <snip> > AttributeError: MenuBarDTC instance has no attribute > 'suppressWindowId' Nasty bug :( The quickest fix is to move the suppressWindowId class attribute from BaseCompanions.ControlDTC (line 525 for me) to BaseCompanions.DesignTimeCompanion (line 69). Thanks, Riaan. |
From: Bell J. <jbe...@ya...> - 2002-04-17 07:37:19
|
I tend to design my frames and dialogs from templates for consistency, efficiency and QA reasons. Thus I oftem change the specifics of copy of a template to generate the skeleton of a new frame. When changing a frame id for a frame with a menu bar I get: Traceback (most recent call last): File "/usr/lib/python2.2/site-packages/boa/Inspector.py", line 1109, in OnEnter nv.propEditor.inspectorPost(false) File "/usr/lib/python2.2/site-packages/boa/PropEdit/PropertyEditors.py", line 142, in inspectorPost self.setCtrlValue(cv, v) File "/usr/lib/python2.2/site-packages/boa/PropEdit/PropertyEditors.py", line 204, in setCtrlValue self.companion.checkTriggers(self.name, oldValue, value) File "/usr/lib/python2.2/site-packages/boa/Companions/BaseCompanions.py", line 276, in checkTriggers self.triggers[name](oldValue, newValue) File "/usr/lib/python2.2/site-packages/boa/Companions/Companions.py", line 97, in SetName self.designer.renameFrame(oldValue, newValue) File "/usr/lib/python2.2/site-packages/boa/Views/Designer.py", line 291, in renameFrame self.dataView.renameFrame(oldName, newName) File "/usr/lib/python2.2/site-packages/boa/Views/InspectableViews.py", line 372, in renameFrame if not comp.suppressWindowId: AttributeError: MenuBarDTC instance has no attribute 'suppressWindowId' __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ |
From: Bell J. <jbe...@ya...> - 2002-04-16 07:09:58
|
With the latest Boa CVS if a notebook is added to a frame, and seversl pages each with a pPage panel are added, then whenever the designer is invoked the following error is generated once for each page in the notebook: Gtk-CRITICAL **: file gtkcontainer.c: line 726 (gtk_container_remove): assertion `container != NULL' failed. John Bell __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ |
From: Bell J. <jbe...@ya...> - 2002-04-16 06:27:20
|
Hi Riaan, Test driving the latest Boa CVS (downloaded 13 Apr) I found a couple of Gtk problems: (1) Setting the menu bar property for a frame results in the following errors on Post: ** CRITICAL **: file ../src/gtk/win_gtk.c: line 823 (gtk_pizza_remove): assertion `GTK_IS_WIDGET (widget)' failed. Gtk-CRITICAL **: file gtkwidget.c: line 4871 (gtk_widget_ref): assertion `GTK_IS_WIDGET (widget)' failed. Gtk-CRITICAL **: file gtkwidget.c: line 1251 (gtk_widget_unparent): assertion `GTK_IS_WIDGET (widget)' failed. Gtk-CRITICAL **: file gtkwidget.c: line 1692 (gtk_widget_unrealize): assertion `GTK_IS_WIDGET (widget)' failed. Gtk-CRITICAL **: file gtkwidget.c: line 1388 (gtk_widget_destroy): assertion `GTK_IS_WIDGET (widget)' failed. (2) Blanking the 'Value' in a wxTextCtrl after changing the style to wxTE_MULTILINE in the constructor immediately results in the following error and the field is not cleared. Oddly, if I change to some other styles the value is still not cleared, but I don't get the Gtk error. Do the Value change first and all is OK.: Gtk-CRITICAL **: file gtktext.c: line 906 (gtk_text_get_length): assertion `GTK_IS_TEXT (text)' failed. __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ |
From: Bell J. <jbe...@ya...> - 2002-04-11 03:31:27
|
Hmmm, works fine here. My wxFrame1.py for this example is attached. I am using Python2.2/wxPython2.3.2.1/boaCVS Regards, John Bell --- ufechner <ufe...@cs...> wrote: > Hello Bell, > > Monday, April 08, 2002, 9:56:52 AM, you wrote: > > BJ> Uwe, > > BJ> The signature for the instantiation of a > wxStatusBar > BJ> has changed in wxpython2.3.2. You will need to > remove > BJ> the initialisers for the pos and size parameters > of > BJ> the wxStatusBar instantiation on line 64. > > BJ> John > > >> Now I have one little problem: > >> > >> I tried to compile the example notebook, and get > the > >> following error > >> when running the application: > ... > >> I am using wxPython-2.3.2.1-Py22-hybrid. > >> > >> Any idea? > > Thanks for that hint. > > But this change isn't sufficient. I can compile the > example > now, but the status bar is at the top of the form > now, instead > at the bottom (when using the current code from > cvs). > > Regards: > > Uwe > > > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ |
From: ufechner <ufe...@cs...> - 2002-04-10 19:25:51
|
Hello Esteban, Wednesday, April 10, 2002, 5:14:18 PM, you wrote: EUCC> I haven't followed the discussion, but have you set the status EUCC> bar as 'the' status bar of the frame? You do it by opening the EUCC> inspector and finding the field statusBar in the parent frame. EUCC> Click the '...' button and choose your status bar. Post the EUCC> form and reopen. I can't remember if it appears correctly in EUCC> the designer next time you reopen, but I remember it appeared EUCC> correctly for me when running the ouput code standalone. EUCC> Hope this helps, sorry otherwise EUCC> Esteban well, I opend the form in the designer and moved the statusBar to the right place, and now it works as it should. Thanks: Uwe |
From: Robert B. <ro...@bl...> - 2002-04-10 16:42:12
|
Access Zope Objects: 1.) Import the file zoa.zexp, located in Boas subdirectory ZopeLib into the Root of your Zope using the import feature of the ZMI. 2.) Add/Configure a new Zope Instance in the Boa Explorer Transports/Zope Branch via Inspector 3.) Use it. Debug running Zope: 1.) Open z2.py in Editor 2.) In the Editor select File - Set Command Line Parameters Enter at least -D and evt. other stuff like -P 10000 for another port offset and -t 1 for threading 3.) Start it via File-Debug module 4.) enter breakpoints in even multithreaded environments via a code line like this: import sys if hasattr(sys,'breakpoint'): sys.breakpoint() I noticed, that when the debugger once has stopped at a hard coded breakpoint, you can use the soft breakpoints also from that moment on. Hope this helps Robert Boulanger At 17:41 09.04.2002 -0400, Kevin Light wrote: >Would it be possible for someone "in the know" to give a 30 second guide on >how to install Boa to be used with Zope? > >TIA > >Kevin > > > >_______________________________________________ >Boa-constructor-users mailing list >Boa...@li... >https://lists.sourceforge.net/lists/listinfo/boa-constructor-users |
From: Kevin L. <kl...@wa...> - 2002-04-10 16:26:26
|
Would it be possible for someone "in the know" to give a 30 second guide on how to install Boa to be used with Zope? TIA Kevin |
From: ufechner <ufe...@cs...> - 2002-04-10 14:58:34
|
Hello Bell, Monday, April 08, 2002, 9:56:52 AM, you wrote: BJ> Uwe, BJ> The signature for the instantiation of a wxStatusBar BJ> has changed in wxpython2.3.2. You will need to remove BJ> the initialisers for the pos and size parameters of BJ> the wxStatusBar instantiation on line 64. BJ> John >> Now I have one little problem: >> >> I tried to compile the example notebook, and get the >> following error >> when running the application: ... >> I am using wxPython-2.3.2.1-Py22-hybrid. >> >> Any idea? Thanks for that hint. But this change isn't sufficient. I can compile the example now, but the status bar is at the top of the form now, instead at the bottom (when using the current code from cvs). Regards: Uwe |
From: Bell J. <jbe...@ya...> - 2002-04-09 11:30:45
|
I'm trying to move from using layout constraints to the wonderful world of wxSizers. However, I have come across what is undoubtedly a pretty basic problem that I can't see my way through. The problem boils down to the behaviour of spacers in nested sizers. If I create a wxStaticText control (lbl1) and a wxTextCtrl (fld1) I can lay them out vertically with spacers above and below with: box=wxBoxSizer(wxVERTICAL) box.Add(1,1,1,wxEXPAND) box.Add(self.lbl1) box.Add(self.fld1) box.Add(1,1,1,wxEXPAND) self.SetAutoLayout(true) self.SetSizer(box) self.Layout() Changing wxVERTICAL to wxHORIZONTAL works fine too. However, if boxes are nested as in: box=wxBoxSizer(wxVERTICAL) box2=wxBoxSizer(wxHORIZONTAL) box2.Add(1,1,1,wxEXPAND) box2.Add(self.lbl1) box2.Add(self.fld1) box2.Add(1,1,1,wxEXPAND) box.Add(1,1,1,wxEXPAND) box.Add(box2) box.Add(1,1,1,wxEXPAND) self.SetAutoLayout(true) self.SetSizer(box) self.Layout() the vertical layout is as expected, but the spacers in the nested box (box2) don't expand. Ie. everything's on the left. I assumed that a Layout() on box and/or box2 was required but can find no combination that works. Thanks in Advance, John Bell __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ |
From: Bell J. <jbe...@ya...> - 2002-04-08 07:56:56
|
Uwe, The signature for the instantiation of a wxStatusBar has changed in wxpython2.3.2. You will need to remove the initialisers for the pos and size parameters of the wxStatusBar instantiation on line 64. John --- ufechner <ufe...@cs...> wrote: > Hallo boa-constructor-users, > > I am just testing boa 1.1a on win2k with python 2.2. > > It works great. > > I am a delphi developer, and even compared to the > (expensive) delphi > IDE boa-constructor seams to be fast, and has many > features, delphi > doesn't have. > > Before I had installed 1.0. To upgrade, I checked > out the cvs version > into a separte directory, renamed the old boa > directory, and copied the > new boa at the same place. > > Then I copied the Docs folder from my old > installation over the new > Docs folder, and the file Boa.pyw, that was missing > in the cvs, and > everything works fine. > > Now I have one little problem: > > I tried to compile the example notebook, and get the > following error > when running the application: > > Traceback (most recent call last): > File "wxApp1.py", line 24, in ? > main() > File "wxApp1.py", line 19, in main > application = BoaApp(0) > File > "C:\Python22\lib\site-packages\wxPython\wx.py", line > 1587, in __init__ > _wxStart(self.OnInit) > File "wxApp1.py", line 13, in OnInit > self.main = wxFrame1.create(None) > File "wxFrame1.py", line 8, in create > return wxFrame1(parent) > File "wxFrame1.py", line 71, in __init__ > self._init_ctrls(parent) > File "wxFrame1.py", line 64, in _init_ctrls > self.statusBar1 = wxStatusBar(size = > wxDefaultSize, parent = self, pos = wxPoint(56, > 104), name = 'statusBar1', style = 0, id = > wxID_WXFRAME1STATUSBAR1) > File > "C:\Python22\lib\site-packages\wxPython\stattool.py", > line 55, in __init__ > self.this = > apply(stattoolc.new_wxStatusBar,_args,_kwargs) > TypeError: 'pos' is an invalid keyword argument for > this function > 10:59:21: Debug: > c:\Projects\wx\src\msw\app.cpp(535): > 'UnregisterClass(canvas)' failed with error > 0x00000584 (diese Klasse hat noch geöffnete > Fenster.). > > I am using wxPython-2.3.2.1-Py22-hybrid. > > Any idea? > > Regards: > > Uwe > > > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ |
From: Warren P. <war...@ro...> - 2002-04-07 19:42:05
|
> I just tried the current CVS version of Boa, and first of all, thanks to > you for this really nice piece of software. The only thing that I don't > like about it (and this is solely ment to be constructive), is its > Delphi-like interface (Please let me know, if this discussion has > already taken place, or if this interface is a strong part of your > design philosophy, and I will shut up :-) It so happens I like that part of it best. It would have been a horrid thing to see, for instance, a "Visual Basic" clone using Python. (VB is evil. "VB-only" programmers are either under some kind of evil spell, or suffering from brain damage. Enough said.) Now, on the other hand, if you think it should be more like a Java IDE, it seems to me that most of the better Java IDEs have stolen the "Delphi" component pallette style of IDE also. Sincerely Yours, a Boa Fan, who is also a Delphi/Kylix fan, and who hates VB, and just about every other Microsoft product (except their ergonomic keyboards), Cheers. Warren |
From: Markus M. <me...@me...> - 2002-04-07 16:49:55
|
Hi, I just tried the current CVS version of Boa, and first of all, thanks to you for this really nice piece of software. The only thing that I don't like about it (and this is solely ment to be constructive), is its Delphi-like interface (Please let me know, if this discussion has already taken place, or if this interface is a strong part of your design philosophy, and I will shut up :-) In my (of course very subjective view), this interface has at least the following disadvantages over the (now fairly standard) dockable/mdi/tab interface (as seen in Visual Studio .NET, KDeveloper or some commercial Python GUIs): - Showing more than one source file at the same time is difficult or impossible, because window borders have to be manually resized. - Accidentially clicking/draging a window border/titlebar has desastrous results - It is crucial for a RAD tool to have seamless and simultaneous access to multiple views of the project, f.e. explorer/properties/documentation/source/todo list at the same time. - The dialog editor should be in a separate, size-bounded window (with scrollbars). Have you ever tried to construct a fullscreen dialog with Boa? (aka "Where are my properties!?") - All those borders and title bars eat up space (and look ugly, too). - For extensibility, it is important to have the opportunity of allowing add-ins to add floating/docking windows on the fly without having the user to resize all windows. - The debug window, although great in its functionality, is a perfect example, for what's wrong with the GUI: Who says, I want to see only the Stack trace _or_ the Breakpoints? In this context, the "toggle split orientation" button looks like a unhappy workaround to overcome a fundamental limitation. - On Windows, the taskbar is polluted with a unnecessary large amount of windows that all belong to the same program. If I switch to some other window (f.e. the web browser, or my mail client), I have to click at least 3 taskbar buttons to recover the IDE. - Although I don't really know the Delphi GUI, I seem to remember that even this GUI has some options to overcome the above limitations ("always stay on top" etc.), that I am missing in Boa. Please let me know what you think about it. Markus |
From: ufechner <ufe...@cs...> - 2002-04-07 09:23:03
|
Hallo boa-constructor-users, I am just testing boa 1.1a on win2k with python 2.2. It works great. I am a delphi developer, and even compared to the (expensive) delphi IDE boa-constructor seams to be fast, and has many features, delphi doesn't have. Before I had installed 1.0. To upgrade, I checked out the cvs version into a separte directory, renamed the old boa directory, and copied the new boa at the same place. Then I copied the Docs folder from my old installation over the new Docs folder, and the file Boa.pyw, that was missing in the cvs, and everything works fine. Now I have one little problem: I tried to compile the example notebook, and get the following error when running the application: Traceback (most recent call last): File "wxApp1.py", line 24, in ? main() File "wxApp1.py", line 19, in main application = BoaApp(0) File "C:\Python22\lib\site-packages\wxPython\wx.py", line 1587, in __init__ _wxStart(self.OnInit) File "wxApp1.py", line 13, in OnInit self.main = wxFrame1.create(None) File "wxFrame1.py", line 8, in create return wxFrame1(parent) File "wxFrame1.py", line 71, in __init__ self._init_ctrls(parent) File "wxFrame1.py", line 64, in _init_ctrls self.statusBar1 = wxStatusBar(size = wxDefaultSize, parent = self, pos = wxPoint(56, 104), name = 'statusBar1', style = 0, id = wxID_WXFRAME1STATUSBAR1) File "C:\Python22\lib\site-packages\wxPython\stattool.py", line 55, in __init__ self.this = apply(stattoolc.new_wxStatusBar,_args,_kwargs) TypeError: 'pos' is an invalid keyword argument for this function 10:59:21: Debug: c:\Projects\wx\src\msw\app.cpp(535): 'UnregisterClass(canvas)' failed with error 0x00000584 (diese Klasse hat noch geöffnete Fenster.). I am using wxPython-2.3.2.1-Py22-hybrid. Any idea? Regards: Uwe |
From: Blaine L. <bl...@te...> - 2002-04-03 19:39:02
|
Evidently the following happened (in order) You checked out Boa version 0.1.0 You modified a few lines of code One of the developers modified some of the same lines of code (and cvs commit'ed them) You did an cvs update (cvs then flags those lines that have been modified by both you and a developer if cvs cant figure out how to resolve it (most of the time)) Note: Once you resolve the conflicts, you can do a 'cvs update' to see the files that still have some of your modifications, or 'cvs diff' to see what is left of your changes. between <<<<<<< and ======== is your version of the lines between ======= and >>>>>>>>> is the developers version >>>>> x.xx x.xx is the version of the file Now: pick one set of lines to delete and the lines with <,= and >. Blaine Ray Schumacher wrote: > I have a menu issue with 0.1.0, so I tried the CVS version which now pukes on: > > <<<<<<< Boa.py > if (wxMAJOR_VERSION, wxMINOR_VERSION) != (2, 3): > ======= > if (wxMAJOR_VERSION, wxMINOR_VERSION, wxRELEASE_NUMBER) < > __version__.wx_version: > >>>>>>> 1.29 > > and other similar lines. I'm not familiar with the <<<<<<<, =======, and > >>>>>>> syntax... |
From: Ray S. <rj...@bl...> - 2002-04-03 19:12:40
|
I have a menu issue with 0.1.0, so I tried the CVS version which now pukes on: <<<<<<< Boa.py if (wxMAJOR_VERSION, wxMINOR_VERSION) != (2, 3): ======= if (wxMAJOR_VERSION, wxMINOR_VERSION, wxRELEASE_NUMBER) < __version__.wx_version: >>>>>>> 1.29 and other similar lines. I'm not familiar with the <<<<<<<, =======, and >>>>>>> syntax... I'm running xwPython 2.3.2.1 and Python 2.2 (#28, Dec 21 2001, 12:21:22). Ray Schumacher Blue Cove Interactive - Services http://Blue-Cove.com |
From: Kevin L. <kl...@wa...> - 2002-04-02 20:50:53
|
Ok, I figured it out... The debugger does not start a second instance of wxWindows main loop on non-multitasking OS's. (IE: Win9x,ME) I ran the wxApp on W2K and the debugger worked just fine. |
From: Bell J. <jbe...@ya...> - 2002-03-31 23:31:52
|
Please disregard my previous request re adding notebook pages and widgets to those pages. Unfortunately I misinterpreted the meaning of the advice in the "Component Notes" page. Riaan, perhaps this could be altered to state more directly that the notebook must be saved prior to adding pages. The current wording is fairly elliptical. Or maybe it's just me. John __________________________________________________ Do You Yahoo!? Yahoo! Greetings - send holiday greetings for Easter, Passover http://greetings.yahoo.com/ |
From: Bell J. <jbe...@ya...> - 2002-03-31 06:19:28
|
Bill, Sorry, but forget my last comment re colour. I may have missed specofying it when I initially did the exercise. I've found that if I change colours everything's definitely fine. Bill, any idea how to add notebook pages properly? John --- Bill Barnes <bi...@kg...> wrote: > Hi John, > > Thanks for the response. Keeps me going. > Sorry my follow-up post didn't make the list before > you wrote. > > I now have 0.1.1a and just completed a run through > the tutorial. Feel like I > cheated to pass a test. Believe this is something I > can work with. Quite a > big difference between this and Glade. > > The only exception in execution is that the color in > the 'About' window did > not display. It is reflected in the file. Here's a > snippet. > > self.staticText2 = wxStaticText(id = > wxID_WXDIALOG1STATICTEXT2, label = 'This > is my first Boa Constructor application', name = > 'staticText2', parent = > self, pos = wxPoint(88, 48), size = wxSize(238, 16), > style = 0) > > self.staticText2.SetBackgroundColour(wxColour(255, > 255, 0)) > > Any clues here? > > -Bill > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users __________________________________________________ Do You Yahoo!? Yahoo! Greetings - send holiday greetings for Easter, Passover http://greetings.yahoo.com/ |
From: Bell J. <jbe...@ya...> - 2002-03-31 06:09:15
|
Hi Bill, Yes, you're right re the button colour. I missed this one. John --- Bill Barnes <bi...@kg...> wrote: > Hi John, > > Thanks for the response. Keeps me going. > Sorry my follow-up post didn't make the list before > you wrote. > > I now have 0.1.1a and just completed a run through > the tutorial. Feel like I > cheated to pass a test. Believe this is something I > can work with. Quite a > big difference between this and Glade. > > The only exception in execution is that the color in > the 'About' window did > not display. It is reflected in the file. Here's a > snippet. > > self.staticText2 = wxStaticText(id = > wxID_WXDIALOG1STATICTEXT2, label = 'This > is my first Boa Constructor application', name = > 'staticText2', parent = > self, pos = wxPoint(88, 48), size = wxSize(238, 16), > style = 0) > > self.staticText2.SetBackgroundColour(wxColour(255, > 255, 0)) > > Any clues here? > > -Bill __________________________________________________ Do You Yahoo!? Yahoo! Greetings - send holiday greetings for Easter, Passover http://greetings.yahoo.com/ |
From: Bill B. <bi...@kg...> - 2002-03-31 06:01:14
|
Hi John, Thanks for the response. Keeps me going. Sorry my follow-up post didn't make the list before you wrote. I now have 0.1.1a and just completed a run through the tutorial. Feel like I cheated to pass a test. Believe this is something I can work with. Quite a big difference between this and Glade. The only exception in execution is that the color in the 'About' window did not display. It is reflected in the file. Here's a snippet. self.staticText2 = wxStaticText(id = wxID_WXDIALOG1STATICTEXT2, label = 'This is my first Boa Constructor application', name = 'staticText2', parent = self, pos = wxPoint(88, 48), size = wxSize(238, 16), style = 0) self.staticText2.SetBackgroundColour(wxColour(255, 255, 0)) Any clues here? -Bill |
From: Bell J. <jbe...@ya...> - 2002-03-31 02:43:41
|
Hi Bill, This is a Python2.2 related bug. This is fixed in the latest CVS (ie. 0.1.1a). If you have 0.1.0a I'd advise downloading the CVS. I tested it last night and got through the tutorial successfully with Python2.2 and wxPython2.3.2. Some error messages still come up during the Tutorial, but it produces working code. If for some reason you need to stay with 0.1.0a, Riaan posted the following fix some time ago: > In Companions.UtilCompanions line 220 > change > props = CollectionDTC.properties(self) > to > props = UtilityDTC.properties(self) > This didn't cause an error before Python 2.2 (even > tho it's a typo) > I still use 2.1. John --- Bill Barnes <bi...@kg...> wrote: > Working thru the tutorial and got the following > error message when adding > wxMenu to data view. Happens each time I select the > widget. It does appear, > however, in the data view window > > The error message is repeated when selecting the > menu entry in data view. > The inspector does not come up. > > Dead in the water at this point. > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > TypeError: unbound method properties() must be > called with CollectionDTC > instance as first argument (got MenuDTC instance > instead) Traceback > (most recent call last): > TypeError: unbound method properties() must be > called with CollectionDTC > instance as first argument (got MenuDTC instance > instead) File > "Views/DataView.py", line 197, in OnObjectSelect > self.updateSelection() > File "Views/DataView.py", line 190, in > updateSelection > > self.inspector.selectObject(self.objects[self.selection[0][0]][]0], > false) > File "Inspector.py", in line 222, in selectObject > c_p = compn.getPropList() > File "Companions/BaseCompanions.py", line 138, in > getPropList > propList = RTTI.getPropList(self.control, self) > File "RTTI.py", line 145, in getPropList > xtraProps = cmp.properties() > File "Companions/UtilCompanions.py", line 220,in > properties > props = CollectionDTC.properties(self) > TypeError: unbound method properties() must be > called with CollectionDTC > instance as first argument (got MenuDTC instance > instead > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > > TIA > -Bill > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users __________________________________________________ Do You Yahoo!? Yahoo! Greetings - send holiday greetings for Easter, Passover http://greetings.yahoo.com/ |
From: Bill B. <bi...@kg...> - 2002-03-30 17:27:54
|
Working thru the tutorial and got the following error message when adding wxMenu to data view. Happens each time I select the widget. It does appear, however, in the data view window The error message is repeated when selecting the menu entry in data view. The inspector does not come up. Dead in the water at this point. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> TypeError: unbound method properties() must be called with CollectionDTC instance as first argument (got MenuDTC instance instead) Traceback (most recent call last): TypeError: unbound method properties() must be called with CollectionDTC instance as first argument (got MenuDTC instance instead) File "Views/DataView.py", line 197, in OnObjectSelect self.updateSelection() File "Views/DataView.py", line 190, in updateSelection self.inspector.selectObject(self.objects[self.selection[0][0]][]0], false) File "Inspector.py", in line 222, in selectObject c_p = compn.getPropList() File "Companions/BaseCompanions.py", line 138, in getPropList propList = RTTI.getPropList(self.control, self) File "RTTI.py", line 145, in getPropList xtraProps = cmp.properties() File "Companions/UtilCompanions.py", line 220,in properties props = CollectionDTC.properties(self) TypeError: unbound method properties() must be called with CollectionDTC instance as first argument (got MenuDTC instance instead >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> TIA -Bill |
From: Bell J. <jbe...@ya...> - 2002-03-30 13:13:41
|
What's the correct sequence for adding a page to a notebook? John __________________________________________________ Do You Yahoo!? Yahoo! Greetings - send holiday greetings for Easter, Passover http://greetings.yahoo.com/ |
From: Bill B. <bi...@kg...> - 2002-03-25 17:35:03
|
This problem resolved! My error. (aren't they all) >:) Ran 'dos2unix -U *.* on the boa directories. No effect. Some place I saw the run instruction as: cd <boa directory> python ./Boa.py What works is 'python Boa.py' Also changed owner of /usr/local/boa to non-root. Thanks much for the comments on this non-problem. BTW, I made reference to an install of Mandrake 8.2 final. This doesn't work. Fortunately, I didn't throw away copies of 8.2.beta4. Solid so far. Regards, -Bill 3/21/02 9:08:59 PM, Bell John <jbe...@ya...> wrote: > >--- Bill Barnes <bi...@kg...> wrote: >> >> Can it be because I was running python 2.2? >> >> Would check this, but really lost now. Just >> installed Mandrake 8.2, which >> installs python 2.2. Now I can't install wxPython >> or wxGTK (or Glade) >> because of a string of dependencies. Disgusted. > > >(3) Did you try out my previous suggestion re the ><CR><LF> issue. I can't remember for sure if this is >the solution as it's ages since I ran into this issue. > If you've tried it with no luck, I'm happy to look >further into it. If you need more detailed info just >let me know. > >Regards, >John Bell > >> >> Will either get Debian and run Glade 0.6.4 or Boa on >> (gasp) Win98. Messed >> around with MDK long enough. Must get into >> production. >> >> Thanks much for taking a look at this. I seem to >> recall, also, a glitch on >> the Win98 excercise and will report that. >> >> -Bill >> >> >> >> On Thursday 21 March 2002 08:51 pm, you wrote: >> > On Thursday, 21. March 2002 20:38, Terrel Shumway >> wrote: >> > > On Wed, 2002-03-20 at 20:34, Bell John wrote: >> > > > Terrel, >> > > > >> > > > This is just the old Microsoft line >> termination >> > > > artifact. Hence you should run dos2unix >> against all >> > > > files in Boa other than the image files and >> .zexp >> > > > files. >> > > >> > > Shouldn't we fix the parser to handle the common >> line-endings? >> > > >> > > Otherwise, this will continue to be a problem >> for people who use boa on >> > > a shared networked filesystem. I assume that >> there will be many who use >> > > boa *because* it is cross-platform. >> > >> > Not sure about this one. >> > >> > Well, I'm using Boa under wxGTK 2.3.2.1 in a >> diskless environment, >> > and, besides of using python Boa.py|Help.py, no >> problems here in this >> > domain. I'm using Python 2.1 and autoReindent = >> true. >> > >> > > My suggestion (unit tests and code will follow): >> > > a) create a wrapper for wxConfig that will >> handle '\r|\r\n|\n' as a >> > > line ending (short-term solution, until b is >> done) >> > > or >> > > b) patch the wxWindows code that parses the >> config file. >> > >> > Cheers, >> > Hans-Peter >> > >> > _______________________________________________ >> > Boa-constructor-users mailing list >> > Boa...@li... >> > >> >https://lists.sourceforge.net/lists/listinfo/boa-constructor-users >> >> _______________________________________________ >> Boa-constructor-users mailing list >> Boa...@li... >> >https://lists.sourceforge.net/lists/listinfo/boa-constructor-users > > >__________________________________________________ >Do You Yahoo!? >Yahoo! Movies - coverage of the 74th Academy Awards® >http://movies.yahoo.com/ > > |