[dabo-users] ReportDesigner/Writer - wxPython 3.0

2013-10-11 Thread Werner F. Bruhin
Hi everyone, I finally get a bit of time to look at wxPython Phoenix again. The latest snapshots of Phoenix are against wx 3.0.0 and I wonder where things are with Dabo and wxPython 2.9.5 and Phoenix 3.0. A while ago I did some work on RD to use dDockFrame and I did a few hacks to get it to

Re: [dabo-users] ReportDesigner/Writer - wxPython 3.0

2013-10-11 Thread Ed Leafe
On Oct 11, 2013, at 10:03 AM, Werner F. Bruhin werner.bru...@free.fr wrote: Would this be o.k.: if 'phoenix' in wx.PlatformInfo: do phoenix specific code else: here the existing code I think that using wx.VERSION would be more stable, since 'phoenix' is a development code name. How

Re: [dabo-users] ReportDesigner/Writer - wxPython 3.0

2013-10-11 Thread Werner F. Bruhin
Hi Ed, On 11/10/2013 17:07, Ed Leafe wrote: On Oct 11, 2013, at 10:03 AM, Werner F. Bruhin werner.bru...@free.fr wrote: Would this be o.k.: if 'phoenix' in wx.PlatformInfo: do phoenix specific code else: here the existing code I think that using wx.VERSION would be more stable,

Re: [dabo-users] ReportDesigner/Writer - wxPython 3.0

2013-10-11 Thread John Fabiani
On 10/11/2013 08:24 AM, Werner F. Bruhin wrote: Hi Ed, On 11/10/2013 17:07, Ed Leafe wrote: On Oct 11, 2013, at 10:03 AM, Werner F. Bruhin werner.bru...@free.fr wrote: Would this be o.k.: if 'phoenix' in wx.PlatformInfo: do phoenix specific code else: here the existing code I think

Re: [dabo-users] ReportDesigner/Writer - wxPython 3.0

2013-10-11 Thread Werner F. Bruhin
Hi John, On 11/10/2013 17:58, John Fabiani wrote: ... Hey Werner, I'd be more than willing to help! I could do some testing etc.. I have several projects that push Dabo. My guess it will help find errors and issues. Why not setup a fork and we can test against the fork. A github fork

Re: [dabo-users] still dealing with the flashing

2013-10-11 Thread Paul McNett
Try wrapping that data set creation call in a dabo.ui.callAfterInterval() instead of calling it immediately. And don't call ipdate() from inside a stack called by update() either. Paul On Oct 11, 2013, at 9:19 AM, John Fabiani jo...@jfcomputer.com wrote: Hi guys, I'm still dealing with

Re: [dabo-users] ReportDesigner/Writer - wxPython 3.0

2013-10-11 Thread Paul McNett
Sorry for the top posting. I think a fork is a good idea for now for the Phoenix stuff. If you prefer you could add a Phoenix branch to dabo. On Oct 11, 2013, at 10:47 AM, Werner F. Bruhin werner.bru...@free.fr wrote: Hi John, On 11/10/2013 17:58, John Fabiani wrote: ... Hey Werner,