boa-constructor-users Mailing List for Boa Constructor - wxPython GUI Builder (Page 158)
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> - 2000-03-20 20:07:28
|
db...@in... wrote: > | To change the font of the Shell page, in line 125 of Editor.py, change > | self.SetFont(wxFont(9, wxMODERN, wxNORMAL, wxNORMAL, false)) > | to what you want. > Oki. > But is it possible to specify a specific font :o). > I mean in my xterminal I got: > > -misc-fixed-medium-r-semicondensed-*-*-120-*-*-c-*-iso8859-1 > > Is it possible to specify this font ? > > I'm under Linux RH 6.0 :o) with wx* 2.13 > -- I don't know how to translate that directly. This is what the help file says about the parameters for wxFont: Point size This is the standard way of referring to text size. Family Supported families are: wxDEFAULT, wxDECORATIVE, wxROMAN, wxSCRIPT, wxSWISS, wxMODERN. wxMODERN is a fixed pitch font; the others are either fixed or variable pitch. Style The value can be wxNORMAL, wxSLANT or wxITALIC. Weight The value can be wxNORMAL, wxLIGHT or wxBOLD. Underlining The value can be TRUE or FALSE. Face name An optional string specifying the actual typeface to be used. If NULL, a default typeface will chosen based on the family. Play around with these and also play around with Boa's font dialog to see if you can spot it there. Riaan |
From: <db...@in...> - 2000-03-20 14:06:27
|
Hello, On 17 Mar, Riaan Booysen wrote: | > Is it possible to change the font use in the Editor ? | In line 278 of EditorView.py change | self.SetFont(wxFont(9, wxMODERN, wxNORMAL, wxNORMAL, false)) | to whatever you prefer. | To change the font of the Shell page, in line 125 of Editor.py, change | self.SetFont(wxFont(9, wxMODERN, wxNORMAL, wxNORMAL, false)) | to what you want. Oki. But is it possible to specify a specific font :o). I mean in my xterminal I got: -misc-fixed-medium-r-semicondensed-*-*-120-*-*-c-*-iso8859-1 Is it possible to specify this font ? I'm under Linux RH 6.0 :o) with wx* 2.13 -- .------------------------------------------------. .^. | Didier Bretin, France | db...@in... | /V\ |-----------------------| www.informactis.com | // \\ | `------------------------| /( )\ | Visit: http://www.multimania.com/cieexcalibur/ | ^^-^^ `------------------------------------------------' |
From: Riaan B. <riaan@e.co.za> - 2000-03-20 09:13:26
|
db...@in... wrote: > > Hello, > > Nice to see the bug fixed (about the wxStaticText) :o). > > About the operations copy/cut/paste in the designer, when do you > plan, Riaan, to implemente them ? I use boa for designing an > application and I have a lot of wxStaticText; the copy/cut/paste > operations could be quite useful :o). They are firmly on the todo list although not at the top, patience :) Riaan |
From: <db...@in...> - 2000-03-20 07:45:49
|
Hello, Nice to see the bug fixed (about the wxStaticText) :o). About the operations copy/cut/paste in the designer, when do you plan, Riaan, to implemente them ? I use boa for designing an application and I have a lot of wxStaticText; the copy/cut/paste operations could be quite useful :o). Regards. -- .------------------------------------------------. .^. | Didier Bretin, France | db...@in... | /V\ |-----------------------| www.informactis.com | // \\ | `------------------------| /( )\ | Visit: http://www.multimania.com/cieexcalibur/ | ^^-^^ `------------------------------------------------' |
From: Riaan B. <riaan@e.co.za> - 2000-03-17 08:11:12
|
Hello, db...@in... wrote: > > Hello, > > I found some bugs since I play with boa. Do you have a list of known > bugs somewhere ? > There is an incomplete list in the file Bugs.txt distributed with Boa. SourceForge also has Bug tracking features, feel free to submit them there, it's stil empty at this stage. https://sourceforge.net/bugs/?group_id=1909 Riaan |
From: <db...@in...> - 2000-03-17 07:26:58
|
Hello, I found some bugs since I play with boa. Do you have a list of known bugs somewhere ? Regards -- .------------------------------------------------. .^. | Didier Bretin, France | db...@in... | /V\ |-----------------------| www.informactis.com | // \\ | `------------------------| /( )\ | Visit: http://www.multimania.com/cieexcalibur/ | ^^-^^ `------------------------------------------------' |
From: Riaan B. <riaan@e.co.za> - 2000-03-16 22:41:15
|
db...@in... wrote: > > Hello, > > I love boa !! :o)) Me too :) > > Very good soft !! :o) Thanks! *blush* > > I saw that boa is developped with boa. I have tried to open the file > Boa.py: nice it works; but apparently I can't view the different frame > of boa with boa! > Did I forget something ? > The short answer is no, most frames are modules edited in Boa as plain python modules. You will see in the 'Application' notebook the list of modules of the application. The image next to the module indicates the type (app module, frame module, python module, etc). When opened the module is interpreted according to the type. One day Boa's frame modules will be viewable at design time. There are a few reasons why they aren't yet: * They were started before Boa could create them * They don't follow all the conventions Boa require * They use some controls not supported yet (toolbars, status bars etc) * They are usually VERY dynamic (changed/manipulated at run time) which makes static design time designing unpractical. I would encourage people to only design the bits that stay static in the visual environment and then do the rest at runtime in their code. I plan to actually follow this advice and at least have the modules in Boa containing frames to display at least empty frames. Riaan |
From: Riaan B. <riaan@e.co.za> - 2000-03-16 22:12:26
|
db...@in... wrote: > > Hello, > > Is it possible to change the font use in the Editor ? > > Thanks It's not yet possible to change in the GUI but you can change it in the code. In line 278 of EditorView.py change self.SetFont(wxFont(9, wxMODERN, wxNORMAL, wxNORMAL, false)) to whatever you prefer. To change the font of the Shell page, in line 125 of Editor.py, change self.SetFont(wxFont(9, wxMODERN, wxNORMAL, wxNORMAL, false)) to what you want. Enjoy. Riaan |
From: <db...@in...> - 2000-03-16 11:01:22
|
Hello, Is it possible to change the font use in the Editor ? Thanks -- .------------------------------------------------. .^. | Didier Bretin, France | db...@in... | /V\ |-----------------------| www.informactis.com | // \\ | `------------------------| /( )\ | Visit: http://www.multimania.com/cieexcalibur/ | ^^-^^ `------------------------------------------------' |
From: <db...@in...> - 2000-03-16 10:48:01
|
Hello, I love boa !! :o)) Very good soft !! :o) I saw that boa is developped with boa. I have tried to open the file Boa.py: nice it works; but apparently I can't view the different frame of boa with boa! Did I forget something ? Regards. -- .------------------------------------------------. .^. | Didier Bretin, France | db...@in... | /V\ |-----------------------| www.informactis.com | // \\ | `------------------------| /( )\ | Visit: http://www.multimania.com/cieexcalibur/ | ^^-^^ `------------------------------------------------' |
From: Jeff T. <jt...@ra...> - 2000-03-10 18:27:47
|
that did the trick. thanks. jeff |
From: Riaan B. <riaan@e.co.za> - 2000-03-10 17:37:50
|
Hi Jeff, Jeff Turner wrote: > > Has anyone seen the following behavior? have a workaround? > > first, my configuration: > > RedHat 6.1 (x86) > gtk 1.2.6 > wxGTK 2.1.13 > wxPython 2.1.13 > python 1.5.2 > My config looks almost exactly the same, RedHat 6.1 gtk+ 1.2.5-2 wxGTK 2.1.13-0 wxPython 2.1.13-1 python 1.5.2-7 All installed from rpms. > the problem: > > When i try to run the latest CVS version of Boa (or boa 0.0.3) > i get a segmentation fault during startup. the problem occurs > the first time anyone tries to create a wxImageList (in the case > of running "python Boa.py", that occurs during parsing of > Debugger.BreakViewCtrl) > Bill Eldridge has reported a similar problem. He has narrowed it down to wxBitmaps. I've suggested what I could think of but nothing has helped. It's a bit tricky as I don't have the problem (obviously). I have a theory at the moment that for you guys the wxApp has to be instanciated before wxBitmaps for some strange reason. > i assume the problem is some sort of wx startup race condition. > if i add the following code, before any of the imports, in Boa.py, > i don't get the core dump. > > # > # XXX sjt - this seems to keep us from core dumping > # > from wxPython.wx import * > class DummyApp(wxApp): > def OnInit(self): > return true > dummy = DummyApp() I've reordered the code of Boa.py so that the app is created before anything else is imported (what you intended), find it attached and please give me feedback. > > Although that avoids the core dump, it runs into a second problem, an > infinite supply of the following message, and no windows ever > pop up (i've only ever waited about 4-5 minutes before killing it) > > GLib-CRITICAL **: file gmain.c: line 500 (g_source_remove): assertion > `tag > 0' failed. > > GLib-CRITICAL **: file gmain.c: line 500 (g_source_remove): assertion > `tag > 0' failed. > > ... > ... > > I don't know if the two problems are related or not. > > any clues? > > thanks, > jeff > I have no idea what the CRITICALs mean, it probably has something to do with the fact that you have two app objects. I get the same if I instanciate wxApp twice under wxGTK. (which when done while a wxApp is in a MainLoop would give the error: Only 1 wxApp per process) Creating two apps before entering one's MainLoop works without a hitch on wxMSW. (Not that you would want to do that) Hope the attached file helps. Riaan |
From: Jeff T. <jt...@ra...> - 2000-03-10 14:53:39
|
Has anyone seen the following behavior? have a workaround? first, my configuration: RedHat 6.1 (x86) gtk 1.2.6 wxGTK 2.1.13 wxPython 2.1.13 python 1.5.2 the problem: When i try to run the latest CVS version of Boa (or boa 0.0.3) i get a segmentation fault during startup. the problem occurs the first time anyone tries to create a wxImageList (in the case of running "python Boa.py", that occurs during parsing of Debugger.BreakViewCtrl) i assume the problem is some sort of wx startup race condition. if i add the following code, before any of the imports, in Boa.py, i don't get the core dump. # # XXX sjt - this seems to keep us from core dumping # from wxPython.wx import * class DummyApp(wxApp): def OnInit(self): return true dummy = DummyApp() Although that avoids the core dump, it runs into a second problem, an infinite supply of the following message, and no windows ever pop up (i've only ever waited about 4-5 minutes before killing it) GLib-CRITICAL **: file gmain.c: line 500 (g_source_remove): assertion `tag > 0' failed. GLib-CRITICAL **: file gmain.c: line 500 (g_source_remove): assertion `tag > 0' failed. ... ... I don't know if the two problems are related or not. any clues? thanks, jeff |
From: Riaan B. <riaan@e.co.za> - 2000-03-07 23:01:27
|
Hi everybody, I thought I'd just break the silence. I don't really have anything to say so this probably constitutes SPAM :) Anyway I see there are some more new users on this list, welcome, and feel free to request/discuss any aspect of Boa. Riaan |
From: Riaan B. <riaan@e.co.za> - 2000-02-29 18:55:12
|
In advance, welcome everybody :) Riaan |