xrced-users Mailing List for XRCed
Brought to you by:
rollrom
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(5) |
Feb
(3) |
Mar
(3) |
Apr
(1) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2004 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
(2) |
Aug
(2) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2005 |
Jan
(2) |
Feb
(1) |
Mar
|
Apr
(1) |
May
(2) |
Jun
(2) |
Jul
|
Aug
(3) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
2007 |
Jan
|
Feb
(11) |
Mar
(1) |
Apr
(2) |
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
(3) |
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(2) |
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(2) |
Nov
(1) |
Dec
(2) |
2009 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Greg M. <mem...@gm...> - 2017-05-28 22:15:27
|
UNSUBSCRIBE On Sat, May 27, 2017 at 5:29 AM, <xrc...@li...> wrote: > Send XRCed-users mailing list submissions to > xrc...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/xrced-users > or, via email, send a message with subject or body 'help' to > xrc...@li... > > You can reach the person managing the list at > xrc...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of XRCed-users digest..." > > > Today's Topics: > > 1. Waht about wxAui and XRCed (Mauro Ziliani) > 2. xrc generated python doesn't have handlers? (Rick King) > 3. xrced wxWidgets wxPython (vmars) > 4. Re: Mistake in XRCED ComboBox (Roman Rolinsky) > 5. Attribute panel (Christophe Gengembre) > 6. What about XRCed maintenance (Mauro Ziliani) > 7. Error writing file (chris white) > 8. how to add wxRadioBox (rbsbscrp) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 07 Oct 2008 09:28:40 +0200 > From: Mauro Ziliani <mau...@ng...> > To: xrc...@li... > Cc: ro...@us... > Subject: [xrced-users] Waht about wxAui and XRCed > Message-ID: <48E...@ng...> > Content-Type: text/plain; charset=ISO-8859-15; format=flowed > > Hi. > I'm using XRCed for develop my interface with wxWidgets. > I try DialogBlocks also, but I prefer XRCed + Eclipse or Visual C++ > Express 2008. > > Using DialogBlocks I see the wxAui supports, but I don't see it in XRCed. > > Have you plan to integrate wxAui manager in XRCed? > > Best regards. > Mauro > > > > ------------------------------ > > Message: 2 > Date: Sat, 11 Oct 2008 17:10:11 -0400 > From: Rick King <ric...@co...> > To: XRC...@li... > Subject: [xrced-users] xrc generated python doesn't have handlers? > Message-ID: <48F...@co...> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > I can't seem to create even a simple functioning gui with a > TreeListCtrl. I get > > No handler found for XML node 'object', class 'TreeListCtrl'! > > My main program is: > import wx > import gui_xrc as gui > pyapp = wx.PySimpleApp(0) > mainwnd = gui.xrcMainFrame(None) > pyapp.SetTopWindow( mainwnd ) > mainwnd.Show() > pyapp.MainLoop() > > The XML is: > <object class="wxFrame" name="MainFrame"> > <style>wxDEFAULT_FRAME_STYLE</style> > <object class="wxPanel"> > <object class="wxBoxSizer"> > <orient>wxVERTICAL</orient> > <object class="sizeritem"> > <object class="TreeListCtrl" name="matchedFiles"/> > </object> > </object> > </object> > </object> > > I generate the python from this XML. > > I haven't used xrc in a long time, but this is so simple it should work > with no problems, right? What am I missing? > > > > > ------------------------------ > > Message: 3 > Date: Sat, 1 Nov 2008 15:50:30 -0500 > From: "vmars" <vm...@rg...> > To: <xrc...@li...>, <vm...@rg...> > Subject: [xrced-users] xrced wxWidgets wxPython > Message-ID: <000c01c93c63$7b031c00$52dacb44@TOSHIBAII> > Content-Type: text/plain; charset="windows-1252" > > I tring to know the relationship between xrced wxWidgets and wxPython . > I have wxPython installed and wxpython Docs 2.8. > Is wxWidgets embeded in there or do I have to do a separate download of it? > I am sending this via an email, is there a related online www Forum? > > Thanks! > > ??? > V e r n > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 4 > Date: Thu, 11 Dec 2008 15:08:42 +0100 > From: Roman Rolinsky <rol...@fe...> > To: Josh English <Jos...@mh...> > Cc: xrc...@li... > Subject: Re: [xrced-users] Mistake in XRCED ComboBox > Message-ID: <1229004522.7709.3.camel@poisson> > Content-Type: text/plain > > Hi Josh, > > Ok, fixed (in SVN). Here's the corresponding diff, in case you want to > apply it without checking out the repository: > > Index: plugins/controls.py > =================================================================== > --- plugins/controls.py (revision 56989) > +++ plugins/controls.py (working copy) > @@ -417,7 +417,7 @@ > ['pos', 'size', 'content', 'selection', 'value'], > image=images.TreeComboBox.GetImage()) > c.addStyles('wxCB_SINGLE', 'wxCB_DROPDOWN', 'wxCB_READONLY', > - 'wxCB_SORT', 'wxCB_PROCESS_ENTER') > + 'wxCB_SORT', 'wxTE_PROCESS_ENTER') > c.setSpecial('content', attribute.ContentAttribute) > c.addEvents('EVT_COMBOBOX', 'EVT_TEXT', 'EVT_TEXT_ENTER') > component.Manager.register(c) > > Thanks for reporting, > > Roman > > On Wed, 2008-12-10 at 11:37 -0800, Josh English wrote: > > Hello, > > > > I'm a developer who doesn't have time to jump onto mailing lists to see > if you are aware fo this or not. > > > > In XRCED 0.2.0-5 (that came with wxPython 2.8.9.1), the options for the > ComboBox are wrong. It offers a flag of CB_PROCESS_ENTER and it should be > TE_PROCESS_ENTER. > > > > You probably know about it. I have to use the SetWindowStyle method in > my main script as a workaround. > > > > Thanks, > > > > Josh English > > Student Trainer > > Mt. Hood Community College > > > > > ------------------------------ > > Message: 5 > Date: Thu, 18 Dec 2008 11:09:58 +0100 > From: "Christophe Gengembre" <chr...@gm...> > To: xrc...@li... > Subject: [xrced-users] Attribute panel > Message-ID: > <6b3...@ma...> > Content-Type: text/plain; charset="iso-8859-1" > > Dear xrced users, > > I am working with XRCed 0.2.0-5 on Mac OS X 10.5.5. > By mistake, I closed Attribute panel. Any body know how to show it again ? > I tried to restart XRCed, I searched in menus, in XRCed preferences, in the > doc... without success. > > Thanks in advance. > > Christophe > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 6 > Date: Tue, 03 Feb 2009 21:53:25 +0100 > From: Mauro Ziliani <mau...@ng...> > To: xrc...@li... > Subject: [xrced-users] What about XRCed maintenance > Message-ID: <498...@ng...> > Content-Type: text/plain; charset=ISO-8859-15; format=flowed > > Hi all. > I use XRCed very well for all my application with wx. > Do you know if the project is supported too? > > > > > > ------------------------------ > > Message: 7 > Date: Wed, 25 May 2011 05:59:13 -0500 > From: chris white <cri...@gm...> > To: xrc...@li... > Subject: [xrced-users] Error writing file > Message-ID: <BANLkTi=VUD...@ma...> > Content-Type: text/plain; charset="iso-8859-1" > > When attempting to save the xml I get the following error > > Error writing file: c:\windows\temp\xrced-nos9oz > ValueError: Invalid mode ('wtb') > > Any ideas on how to solve this? > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 8 > Date: Thu, 31 Jan 2013 15:14:30 -0800 > From: rbsbscrp <rbs...@gm...> > To: xrc...@li... > Subject: [xrced-users] how to add wxRadioBox > Message-ID: <510...@gm...> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > I recently discovered xrced and think it wonderful. My immediate query is > "how to enclose radio buttons inside of a radiobox?" > > My understanding is that if I want one radio button to turn off all others > then they must be grouped inside of a radiobox. However, I don't see how to > add a radiobox with xrced and I don't know a way around this (and my google > seaches have not provided an answer. Weird, this, Google knows everything > else!) > > Kudos to those that created xrced. > > == > rob > > > > > ------------------------------ > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > XRCed-users mailing list > XRC...@li... > https://lists.sourceforge.net/lists/listinfo/xrced-users > > > ------------------------------ > > End of XRCed-users Digest, Vol 13, Issue 1 > ****************************************** > |
From: rbsbscrp <rbs...@gm...> - 2013-01-31 23:14:51
|
I recently discovered xrced and think it wonderful. My immediate query is "how to enclose radio buttons inside of a radiobox?" My understanding is that if I want one radio button to turn off all others then they must be grouped inside of a radiobox. However, I don't see how to add a radiobox with xrced and I don't know a way around this (and my google seaches have not provided an answer. Weird, this, Google knows everything else!) Kudos to those that created xrced. == rob |
From: chris w. <cri...@gm...> - 2011-05-25 10:59:19
|
When attempting to save the xml I get the following error Error writing file: c:\windows\temp\xrced-nos9oz ValueError: Invalid mode ('wtb') Any ideas on how to solve this? |
From: Mauro Z. <mau...@ng...> - 2009-02-03 21:22:27
|
Hi all. I use XRCed very well for all my application with wx. Do you know if the project is supported too? |
From: Christophe G. <chr...@gm...> - 2008-12-18 10:11:31
|
Dear xrced users, I am working with XRCed 0.2.0-5 on Mac OS X 10.5.5. By mistake, I closed Attribute panel. Any body know how to show it again ? I tried to restart XRCed, I searched in menus, in XRCed preferences, in the doc... without success. Thanks in advance. Christophe |
From: Roman R. <rol...@fe...> - 2008-12-11 14:38:05
|
Hi Josh, Ok, fixed (in SVN). Here's the corresponding diff, in case you want to apply it without checking out the repository: Index: plugins/controls.py =================================================================== --- plugins/controls.py (revision 56989) +++ plugins/controls.py (working copy) @@ -417,7 +417,7 @@ ['pos', 'size', 'content', 'selection', 'value'], image=images.TreeComboBox.GetImage()) c.addStyles('wxCB_SINGLE', 'wxCB_DROPDOWN', 'wxCB_READONLY', - 'wxCB_SORT', 'wxCB_PROCESS_ENTER') + 'wxCB_SORT', 'wxTE_PROCESS_ENTER') c.setSpecial('content', attribute.ContentAttribute) c.addEvents('EVT_COMBOBOX', 'EVT_TEXT', 'EVT_TEXT_ENTER') component.Manager.register(c) Thanks for reporting, Roman On Wed, 2008-12-10 at 11:37 -0800, Josh English wrote: > Hello, > > I'm a developer who doesn't have time to jump onto mailing lists to see if you are aware fo this or not. > > In XRCED 0.2.0-5 (that came with wxPython 2.8.9.1), the options for the ComboBox are wrong. It offers a flag of CB_PROCESS_ENTER and it should be TE_PROCESS_ENTER. > > You probably know about it. I have to use the SetWindowStyle method in my main script as a workaround. > > Thanks, > > Josh English > Student Trainer > Mt. Hood Community College |
From: vmars <vm...@rg...> - 2008-11-01 21:05:29
|
I tring to know the relationship between xrced wxWidgets and wxPython . I have wxPython installed and wxpython Docs 2.8. Is wxWidgets embeded in there or do I have to do a separate download of it? I am sending this via an email, is there a related online www Forum? Thanks! ô¿ô V e r n |
From: Rick K. <ric...@co...> - 2008-10-11 21:10:12
|
I can't seem to create even a simple functioning gui with a TreeListCtrl. I get No handler found for XML node 'object', class 'TreeListCtrl'! My main program is: import wx import gui_xrc as gui pyapp = wx.PySimpleApp(0) mainwnd = gui.xrcMainFrame(None) pyapp.SetTopWindow( mainwnd ) mainwnd.Show() pyapp.MainLoop() The XML is: <object class="wxFrame" name="MainFrame"> <style>wxDEFAULT_FRAME_STYLE</style> <object class="wxPanel"> <object class="wxBoxSizer"> <orient>wxVERTICAL</orient> <object class="sizeritem"> <object class="TreeListCtrl" name="matchedFiles"/> </object> </object> </object> </object> I generate the python from this XML. I haven't used xrc in a long time, but this is so simple it should work with no problems, right? What am I missing? |
From: Mauro Z. <mau...@ng...> - 2008-10-07 09:01:00
|
Hi. I'm using XRCed for develop my interface with wxWidgets. I try DialogBlocks also, but I prefer XRCed + Eclipse or Visual C++ Express 2008. Using DialogBlocks I see the wxAui supports, but I don't see it in XRCed. Have you plan to integrate wxAui manager in XRCed? Best regards. Mauro |
From: John H. <har...@gm...> - 2008-07-03 04:50:03
|
I am trying to use an animated gif as a spinner in a wxpython gui. It doesn't seem like xrced supports using wxAnimateCtrl without being a subclass of wxStaticBitmap?? Does anyone have an example of how to use an animated gif with an xrc file or how you can dynamically add a wx component that isnt in the xrc file. Thanks!! -- -=[ John M. Harmon ]=- |
From: German S. <sal...@gm...> - 2008-05-17 21:25:35
|
Never mind, I got it...I think...my problem is that I am trying to learn XRCed and wxPython at the same time; the thing is that i think XRCed is making it easier to learn wxPython since I can visually see stuff. Cheers, gsal On Sat, May 17, 2008 at 3:08 PM, <xrc...@li...> wrote: > Send XRCed-users mailing list submissions to > xrc...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/xrced-users > or, via email, send a message with subject or body 'help' to > xrc...@li... > > You can reach the person managing the list at > xrc...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of XRCed-users digest..." > > > Today's Topics: > > 1. Notebook with tabS (German Salazar) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 17 May 2008 09:58:24 -0400 > From: "German Salazar" <sal...@gm...> > Subject: [xrced-users] Notebook with tabS > To: xrc...@li... > Message-ID: > <dc1...@ma...> > Content-Type: text/plain; charset="iso-8859-1" > > Hi, all...newbie, here: > > Say, is it possible to create a Notebook with several tabs directly with > XRCed and even populate those tabs as well? or is that something that needs > to be initialized after the fact? > > gsal > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > ------------------------------ > > _______________________________________________ > XRCed-users mailing list > XRC...@li... > https://lists.sourceforge.net/lists/listinfo/xrced-users > > > End of XRCed-users Digest, Vol 11, Issue 1 > ****************************************** > |
From: German S. <sal...@gm...> - 2008-05-17 13:58:17
|
Hi, all...newbie, here: Say, is it possible to create a Notebook with several tabs directly with XRCed and even populate those tabs as well? or is that something that needs to be initialized after the fact? gsal |
From: Rick K. <ric...@co...> - 2008-04-22 21:01:52
|
I have a simple frame with just a panel in it that I defined in xrced, generated the python code, created my own frame to inherit from the xrced created frame, but when it ran it appears that messages are not getting through properly: 1) the frame is not automatically resizing its only child, the panel, as it should 2) no mouse clicks are getting through It's so simple and it is so drastically wrong that I'm probably missing something simple. windows xp sp2 python 2.4.4 wxpython 2.8 Thanks for any help! -Rick King southfield mi |
From: Frank A. <Fra...@br...> - 2007-11-24 00:39:09
|
Thanks, that worked however style ForegroundColor() doesn't work, the text is always black on the button. I needed the text to be whiteish. Thanks again for input though -Frank On Saturday 24 November 2007 00:20:59 Josh English wrote: > I think you have to use wxID_EXIT as the name and it works as > advertised. You don't even need to use a label. > > Simple example: > > <?xml version="1.0" encoding="cp1252"?> > <resource> > <object class="wxPanel" name="PANEL1"> > <object class="wxBoxSizer"> > <orient>wxVERTICAL</orient> > <object class="sizeritem"> > <object class="wxButton" name="wxID_YES"> > <label></label> > </object> > </object> > </object> > </object> > </resource> > > On Nov 23, 2007 6:55 AM, Frank Aune <Fra...@br...> wrote: > > Hi, > > > > Is it possible to apply a wx.Button ID, like wx.ID_EXIT, wx.ID_SAVE, > > wx.ID_PRINT (as shown in wxPython demo StockButtons) etc to buttons in > > XRCed? > > > > > > Thanks. > > -Frank > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2005. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > XRCed-users mailing list > > XRC...@li... > > https://lists.sourceforge.net/lists/listinfo/xrced-users |
From: Josh E. <jos...@gm...> - 2007-11-23 23:20:56
|
I think you have to use wxID_EXIT as the name and it works as advertised. You don't even need to use a label. Simple example: <?xml version="1.0" encoding="cp1252"?> <resource> <object class="wxPanel" name="PANEL1"> <object class="wxBoxSizer"> <orient>wxVERTICAL</orient> <object class="sizeritem"> <object class="wxButton" name="wxID_YES"> <label></label> </object> </object> </object> </object> </resource> On Nov 23, 2007 6:55 AM, Frank Aune <Fra...@br...> wrote: > Hi, > > Is it possible to apply a wx.Button ID, like wx.ID_EXIT, wx.ID_SAVE, > wx.ID_PRINT (as shown in wxPython demo StockButtons) etc to buttons in XRCed? > > > Thanks. > -Frank > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > XRCed-users mailing list > XRC...@li... > https://lists.sourceforge.net/lists/listinfo/xrced-users > -- Josh English Jos...@gm... http://joshenglish.livejournal.com |
From: Frank A. <Fra...@br...> - 2007-11-23 14:55:50
|
Hi, Is it possible to apply a wx.Button ID, like wx.ID_EXIT, wx.ID_SAVE, wx.ID_PRINT (as shown in wxPython demo StockButtons) etc to buttons in XRCed? Thanks. -Frank |
From: Johann K. <kel...@gm...> - 2007-09-08 10:19:20
|
XRCed starts acting all strange when I replace a wxTextCtrl with wxSpinCtrl. This happens when the wxTextCtrl contained a non-numeric value. Please see the traceback below. A quick fix would be to set the value to 0 (In params.py, line 357) if its not a string: try: self.spin.SetValue(int(value)) except: self.spin.SetValue(0) Regards, Johann Traceback (most recent call last): File "C:\Python25\_spe\plugins\XRCed\tree.py", line 1160, in OnRightDown self.SelectItem(item) File "C:\Python25\_spe\plugins\XRCed\tree.py", line 788, in SelectItem self.ChangeSelection(item) File "C:\Python25\_spe\plugins\XRCed\tree.py", line 822, in ChangeSelection g.panel.SetData(xxx) File "C:\Python25\_spe\plugins\XRCed\panel.py", line 119, in SetData page.SetValues(xxx.child) File "C:\Python25\_spe\plugins\XRCed\panel.py", line 345, in SetValues w.SetValue(value) File "C:\Python25\_spe\plugins\XRCed\params.py", line 357, in SetValue self.spin.SetValue(int(value)) ValueError: invalid literal for int() with base 10: 'c2' |
From: Johann K. <kel...@gm...> - 2007-09-08 09:46:16
|
The generating Python code option exhibits strange behaviour when any relative output filename is used. The following code corrects the output filename, assuming it is relative to the .xrc file xrced.py (+- line 526) def GeneratePython(self, dataFile, pypath, embed, genGettext): + if not os.path.isabs(pypath): + pypath = os.path.dirname(dataFile) + os.path.sep + pypath Regards, Johann |
From: Michael V. D. <mi...@va...> - 2007-05-16 16:00:44
|
Windows XPSP2 Python 2.5.1 wxPython 2.8.4.0 (ansi) for Python 2.5 I am trying to use a wxBitmapButton that has separate bitmaps for selected and unselected states. If I construct the button with xrced, nothing happens when I press the test button. I get "TypeError: coercing to Unicode" when trying to save the xrc file When I manually add the selected bitmaps to the xrc file, it tests OK, and runs OK in my application, but it looks like xrced thinks that I am using art for the selected bitmap. Here's an excerpt from the xrc file: ----8< ---- <object class="wxBitmapButton" name="MinButton"> <bitmap>bitmaps\minbutton.png</bitmap> <selected>bitmaps\minbutton_dn.png</selected> <size>58,32</size> </object> ----8< ---- Ideas? |
From: giuseppe m. b. <gm_...@ya...> - 2007-05-09 07:20:13
|
Hello I'm using wxPython 2.8.3.0 and I'd really like to include stock ID_OK / ID_CANCEL bitmapbuttons in my xrced dialogs. It seems it's not possible in xrced because I can specify XML IDs but not wx.ID_* So I tried to derive a dialog class from the dialog created by xrced (xxxdialog_xrc.py) and put the stock buttons there, but I cannot include them into layout because there is not a reference to the sizer. Does somebody know a solution for this? Thanks Massimo |
From: jecxz112 <jec...@te...> - 2007-05-03 03:50:05
|
As I get to use it more, the program really becomes very useful and I appreciate it more and more. Thanks for making it available. However, I ran into a couple more small problems when Adding a radio box: - the filed names don't match the docs for some: XRCed: "content" is "Choices" in the docs - really just a nit - the 'styles' seems to have the two wxRA_HORIZONTAL & wxRA_VERTICAL switched BTW, I'm using 0.1.8-5 |
From: Arnold <wi...@te...> - 2007-04-12 22:30:35
|
Manually fudging the input file to add the min values for the two wxSliders seems to fix all display problems. :-) I suppose it gets confused if it does not find all fields it expect. > Hi, > I've just found XRCed and am new to xrc format and all. To familiarize > myself with the issues, I tried to use XRCed to look through the sample > code in the xrc example. > > You may be aware of the problem - or perhaps not, but when I try to look > through the layout of > control.xrc->wxFlexGridSizer->wxNotebook->any child > I seem to be getting (at least) two overlaid controls and when I run > the mouse over the check boxes, previously hidden check boxes pop up and > won't go away until I switch to Style and back. Even the initial display > looks like it has a problem. > > BTW, when I load the file control.xrc, XRCed complains about the > parameter min of of wxSlider as missing. So I wanted to see what, if > anything I might be able to do to fix it, but it looks like I can't even > see anything interesting :-( > > I understand XRCed is a work in progress ..... > so perhaps this example is a bit too complex for the current state of > affairs. > > In any case, XRCed looks like a promising tool - unfortunately I'm even > less familiar with Python, than with xrc so all I can do is point out > problems :-( > > > > > ------------------------------------------------------------------------- > 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 > _______________________________________________ > XRCed-users mailing list > XRC...@li... > https://lists.sourceforge.net/lists/listinfo/xrced-users > > > |
From: Arnold <wi...@te...> - 2007-04-12 17:54:40
|
Hi, I've just found XRCed and am new to xrc format and all. To familiarize myself with the issues, I tried to use XRCed to look through the sample code in the xrc example. You may be aware of the problem - or perhaps not, but when I try to look through the layout of control.xrc->wxFlexGridSizer->wxNotebook->any child I seem to be getting (at least) two overlaid controls and when I run the mouse over the check boxes, previously hidden check boxes pop up and won't go away until I switch to Style and back. Even the initial display looks like it has a problem. BTW, when I load the file control.xrc, XRCed complains about the parameter min of of wxSlider as missing. So I wanted to see what, if anything I might be able to do to fix it, but it looks like I can't even see anything interesting :-( I understand XRCed is a work in progress ..... so perhaps this example is a bit too complex for the current state of affairs. In any case, XRCed looks like a promising tool - unfortunately I'm even less familiar with Python, than with xrc so all I can do is point out problems :-( |
From: Josh E. <jos...@gm...> - 2007-03-08 07:01:43
|
I think I'm over my head here. I'm using XRCed to develop my GUI, but I want to use classes that come with wxPython that XRCed doesn't know about. I've tried using different methods for getting a TimeCtrl from the wx.lib.masked file. Nothing seems to work. I've read about the 2-stage creation, but this isn't a subclass from my POV. I've attached a small test file that shows some of my attempts. All the xml was generated with XRCed. If I should ask this on the wxPython-users list, I'll ask there and apologize for wasting your time. Thanks, Josh English Jos...@gm... http://joshenglish.livejournal.com |
From: Stephen T. <ste...@gm...> - 2007-02-28 04:34:35
|
On 2/28/07, Josh English <jos...@gm...> wrote: > I'm new to XRCed, and one of those unfortunate few that can't always > find things on the internet. Is there documentation on using the > generated python file from XRCed. All of the examples on the web I > can find don't use this file. Are there any advantages to using it? Using the generated source file makes it much eaiser to make your code less maintainable, make it harder to make cosmetic changes to your program after you've added business logic, and generally cause a headache. I would recommend avoiding the hassle and not use the code generation. Stephen. |