Re: [dabo-users] Trouble with wx 4.2.1

2023-06-24 Thread john fabiani
I have been able to get Dabo working with python 3.11 and wxPython 4.2.1.  When I say working I mean that my program works.  I have not attempted to get everything working that Dabo has to offer.  For example I don't use any of the special tools ClassDesigner,  ReportDesigner and others. 

Re: [dabo-users] Late to the party...

2020-06-07 Thread john
Hi, I'm sorry but did you post what version of wxPython and Python you are using? I have been working on a couple of the issues you are having and believe I have fixed some of them in my dabo3-4.1 branch. for alignment I came up with this: if self.GetOrientation() == wx.VERTICAL and layout

Re: [dabo-users] Wiki Updated

2020-05-18 Thread john
ctionMode(wx.grid.Grid.GridSelectCells)" "self.SetSelectionMode(wx.grid.Grid.GridSelectRows)" That's all I currently know about.  I'm still looking. Johnf On 5/18/20 6:52 AM, Ed Leafe wrote: On May 17, 2020, at 20:16, john wrote: Have you taken a look at wxPython 4.1.x? There are a bunc

Re: [dabo-users] Wiki Updated

2020-05-17 Thread john
Wow - thank you very much. Have you taken a look at wxPython 4.1.x?  There are a bunch of changes that will need changes in Dabo. Johnf On 5/17/20 9:27 AM, Ed Leafe wrote: A few years ago when I updated the dabodev.com website, I switched from the original wiki software (ZWiki, running

Re: [dabo-users] Dabo-users List Statistics for February 2019

2019-03-01 Thread john fabiani
FARIAS (< carlosmiguelfar...@gmail.com>) escribió: I'll see first how to test how it is now with python 3, then I'll start to see what's wrong with wxpython 4+ I hope to make some contribution. Greetings: Carlos Miguel Farías El vie., 1 mar. 2019 a las 11:06, john fabiani () escribió:

Re: [dabo-users] Dabo-users List Statistics for February 2019

2019-03-01 Thread john fabiani
. In summary: the Python3 stuff is done; the integration with wxPython 4.x is not working. I don’t have a lot of free time, so I can’t make any guarantees as to how long it will take to get it working. John Fabiani has also been helping to debug the problems with the wxPython 4.x interactions. But if you

Re: [dabo-users] install

2018-07-26 Thread john fabiani
Ed, I have a version of Dabo that does come close to working with wxPython 4.0.1 (mostly I couldn't get the dGrid working) using python 2.7.  But now wxPython has come out with a new version of wxPython - "4.0.2 or 3".  With the latest version there are a number of deprecated

Re: [dabo-users] install

2018-07-26 Thread john fabiani
That's great. Johnf On 07/26/2018 01:31 AM, Sasiraman Raghuraman wrote: i installed wxpython 2.8 and now dabo starts no errors --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html ---

Re: [dabo-users] install

2018-07-24 Thread john fabiani
What errors are you getting? Also what version of wx was installed. Johnf On 07/24/2018 10:43 AM, Sasiraman Raghuraman wrote: I am using Windows 7 32 bit system. 4 GB RAM. I am using Python 2.7 Used pip install for Dabo. For Wxpython i used "pip install -U wxPython" as shown in the URL "

Re: [dabo-users] Leaving dabo/Python

2017-01-13 Thread john
The issue of deployment is real - for sure. But I have used a both just creating an exe and install all on a server. I have found the best for me was to install all the python stuff on the client and the rest on a server. The last allows for one place to make changes. Dabo's doc's have not

Re: [dabo-users] Tab-Index of UI-Objects?

2017-01-13 Thread john
don't believe NodeJS's asynchronous I/O is faster than Django when comes to serving data - at least not for small websites. So I wouldn't leave Django for NodeJS. Johnf On 01/13/2017 08:17 AM, Henning Hraban Ramm wrote: Am 2017-01-13 um 17:01 schrieb john <jo...@jfcomputer.com>: To be

Re: [dabo-users] Tab-Index of UI-Objects?

2017-01-13 Thread john
last message I completely messed up the indeces, so please it ignore it, it will only confuse you here is the correct version. Am Mittwoch, den 11.01.2017, 08:48 -0800 schrieb john: How did you create the UI form? Did you use the class designer? Or did you manually create each of the controls

Re: [dabo-users] ReportWriter under Windows 10

2017-01-11 Thread john
I'm not sure what is happening here because I can not repeat the error on my windows 10,8, or 7 VM. Did you look at the 'self.HomeDirctory' value (or the value of 'val')?. Maybe you have something in the string? Any chance you have unicode? I just realized I'm using Dabo 2.0.0 - and you

Re: [dabo-users] Tab-Index of UI-Objects?

2017-01-11 Thread john
How did you create the UI form? Did you use the class designer? Or did you manually create each of the controls - something like: dabo.ui.dTextBox(self, RegID="CaseID",Width=225, DataSource = 'public.esenroll', DataField = 'caseno') Normally, the order or tab order is set to match top to

Re: [dabo-users] Web Update

2016-07-06 Thread john
Interesting - the links seem to be working. Johnf On 07/06/2016 09:30 AM, Ed Leafe wrote: On Jul 6, 2016, at 11:13 AM, john <jo...@jfcomputer.com> wrote: Although, there should be a link to the download that works. I assume that this implies that there is a download link that *doesn’t

Re: [dabo-users] Web Update

2016-07-06 Thread john
I agree. Although, there should be a link to the download that works. Johnf On 07/06/2016 08:58 AM, Ed Leafe wrote: I’d like to get an idea as to how many people are relying on web update to update their Dabo code. The reason is that I’m thinking of retiring the server that handles web

Re: [dabo-users] Dabo and wxPython ("classic") 3.0

2016-05-07 Thread john
On 05/07/2016 03:46 AM, Sibylle Koczian wrote: Am 06.05.2016 um 16:46 schrieb john: On 05/06/2016 07:43 AM, john wrote: BTW here is the source for __iter__ Which __iter__, in which class? def__iter__(self):ifself._prefetch:res =super(DictCursorBase,self).__iter__()first =res.next()ifself

[dabo-users] Having fun!

2016-05-06 Thread john
Hi everyone, I haven't really used Dabo for sometime - maybe 6 months or more. I started a new project - a python CRUD app. I had forgotten how much fun and a pleasure Dabo is to use! I don't know how many times I have said this - but it's not enough! THANK YOU ED AND PAUL for Dabo! :-)

Re: [dabo-users] Two column RadioList

2016-05-06 Thread john
I think I would subclass wx.RadioBox. Take a look at the wxPython demo. Also: http://www.tutorialspoint.com/wxpython/wx_radiobutton_radiobox.htm In the subclass I'd add self.RegID='somestr' so I can later use the value inside Dabo without much trouble. Every thing that is available in

Re: [dabo-users] Dabo and wxPython ("classic") 3.0

2016-05-06 Thread john
On 05/06/2016 07:43 AM, john wrote: On 05/05/2016 06:51 PM, john wrote: If I had to guess I would say that neither Sqlite or Postgres dbapi modules (sqlite3, psycopg) have a "__iter__" method. I'm sorry I misspoke in the above. What I mean is that I have not discovered a way

Re: [dabo-users] Dabo and wxPython ("classic") 3.0

2016-05-06 Thread john
On 05/05/2016 06:51 PM, john wrote: If I had to guess I would say that neither Sqlite or Postgres dbapi modules (sqlite3, psycopg) have a "__iter__" method. I'm sorry I misspoke in the above. What I mean is that I have not discovered a way to expose the__iter__ method to allow

Re: [dabo-users] Dabo and wxPython ("classic") 3.0

2016-05-05 Thread john
On 05/05/2016 11:19 AM, john wrote: On 05/05/2016 07:45 AM, Sibylle Koczian wrote: At the moment it's only one problem: dForm.next() doesn't work with Dabo 2. Example given below. Of course it doesn't - it's the only one that is called differently "next(self)' instead of self

Re: [dabo-users] Dabo and wxPython ("classic") 3.0

2016-05-05 Thread john
On 05/05/2016 07:45 AM, Sibylle Koczian wrote: At the moment it's only one problem: dForm.next() doesn't work with Dabo 2. Example given below. Of course it doesn't - it's the only one that is called differently "next(self)' instead of self.next(). And the routines are recursive. I'll

Re: [dabo-users] Dabo and wxPython ("classic") 3.0

2016-05-05 Thread john
On 05/05/2016 01:26 AM, Sibylle Koczian wrote: I think you're right: this seems to be Ubuntu, and moreover not every Ubuntu flavour. I wasn't clear enough about my installation: I'm using Xubuntu, which is Ubuntu with the XFCE desktop. Never looked at Unity. If I comment out the SetBitmaps()

Re: [dabo-users] Dabo and wxPython ("classic") 3.0

2016-05-04 Thread john
You might want to check out this: http://askubuntu.com/questions/762137/applications-menu-missing-from-menu-bar Johnf On 05/04/2016 06:34 PM, john wrote: On 04/26/2016 08:46 AM, Sibylle Koczian wrote: wx._core.PyAssertionError: C++ assertion "Assert failure" failed at ../src/gt

Re: [dabo-users] Dabo and wxPython ("classic") 3.0

2016-05-04 Thread john
On 04/26/2016 08:46 AM, Sibylle Koczian wrote: wx._core.PyAssertionError: C++ assertion "Assert failure" failed at ../src/gtk/menu.cpp(724) in SetBitmap(): only normal menu items can have bitmaps sib@gespenst-xubuntu:~/src/dabo/demo$ Is it possible to run Dabo using wxPython 3 (which still

Re: [dabo-users] Dabo and wxPython ("classic") 3.0

2016-05-04 Thread john
I installed Ubuntu 16.04 (a VM) today and I got the same error message. This will take a while to figure out. But I'm starting. BTW Ubuntu drives me crazy with SUDO stuff. Johnf On 04/26/2016 08:46 AM, Sibylle Koczian wrote: Hello, I've upgraded my Xubuntu installation from 15.10 to 16.04

Re: [dabo-users] dabo 2 but no git branch

2016-05-04 Thread john
:46 AM, john wrote: I have given my code to others - but I believe they understand what they are getting - and I'm willing to provide my code if you ask. But I truly believe you are better off using the code Neil and I developed. So I'm not going to create a new branch with my code. I think

Re: [dabo-users] dabo 2

2016-05-03 Thread john
table version? I see in GitHub a master branch as well as working branch which it has the latest commit from you. Thanks, Angelo On Tue, May 3, 2016 at 9:58 PM, Angelo Moscati <mosc...@gmail.com <mailto:mosc...@gmail.com>> wrote: Thanks On Thu, Apr 28, 2016 at 4:3

Re: [dabo-users] Dabo2 on Ubuntu 16.04

2016-05-01 Thread john
On 05/01/2016 06:45 AM, Sibylle Koczian wrote: Hello, as I'm getting mails from the list again, I'm sending to the list. Am 28.04.2016 um 18:30 schrieb john: I have tested on all of the windows VM's I have including xp,vista,7, and 10. I've tried the dabo2 I got from you on windows 10: some

Re: [dabo-users] your Dabo emails

2016-04-28 Thread john
menu does not use bitmaps. Ubuntu 1604 is to new (just two days right?) for me to do any testing. I normally wait a month or two. Johnf On 04/28/2016 07:55 AM, Sibylle Koczian wrote: Hello, Am 27.04.2016 um 21:26 schrieb john: Hi, First you are able to post. Are I wouldn't typing

[dabo-users] dabo 2 but no git branch

2016-04-28 Thread john
Hi Everyone, Let me explain why I haven't created a branch for Dabo2 (btw that is not completely true). Werner and I (also Neil Flowers) started working toward creating a version of Dabo that would work with python 3 and wxPython Phoenix. I'll guess and say that was way over a year ago.

Re: [dabo-users] dabo2

2016-04-28 Thread john
Of course. Johnf On 04/28/2016 01:38 AM, Angelo Moscati wrote: Can we also receive the updated dabo2? Thanks, Angelo On Apr 27, 2016 8:05 PM, "john" <jo...@jfcomputer.com> wrote: Would you please provide what version wxPython you are using (wx.__version__). BTW running 3.0

Re: [dabo-users] dabo2

2016-04-27 Thread john
On 04/27/2016 09:01 AM, Sibylle Koczian wrote: Hello, Am 26.04.2016 um 17:56 schrieb john: Hi, I'm not sure what if anything I might have that is not strictly dabo in this file - but I didn't want you to have to wait for a response. Johnf Same exception as with the original Dabo. I don't quite

Re: [dabo-users] dabo2

2016-04-27 Thread john
H - The problem of debugging the DaboDemo.py is the code is running code that is dynamic. I'll look into to it but it maybe some time from now. Johnf On 04/27/2016 09:01 AM, Sibylle Koczian wrote: Hello, Am 26.04.2016 um 17:56 schrieb john: Hi, I'm not sure what if anything I might

Re: [dabo-users] Dabo and wxPython ("classic") 3.0

2016-04-26 Thread john
The simple answer is YES. You will need Dabo2 and not the standard one. There is a version on github but it a little out of date. So I just send you one. Johnf On 04/26/2016 08:46 AM, Sibylle Koczian wrote: Hello, I've upgraded my Xubuntu installation from 15.10 to 16.04 yesterday and

[dabo-users] DCalendar error

2016-02-11 Thread john
Hi folks, I'm getting the below error but it's funny because sometimes it works. The error is associated with a dDateTextBox and uses the extended Calendar as in: dabo.ui.dDateTextBox(self, RegID ='list_start_dateID',Value = startDay, ExtendedCalendar = True)) The error occurs with Dabo2

Re: [dabo-users] [ADMIN] Moving leafe.com and dabodev.com servers

2016-01-08 Thread john
Thanks for the work you are doing! Johnf On 01/08/2016 07:29 AM, Ed Leafe wrote: So things might be a little flaky and perhaps unavailable over the next few hours as the DNS changes percolate through the interwebs. I'll be sending out emails once I seem to be out of the woods. -- Ed Leafe

Re: [dabo-users] [ADMIN] Moving servers

2016-01-04 Thread john
thanks Johnf On 01/03/2016 02:47 PM, Ed Leafe wrote: First off, Happy New Year! I'm nearly finished the process of moving all my website stuff to newer servers, so at sometime in the coming week I'll be redirecting the DNS to point to them. I'll send out another email before I flip the

Re: [dabo-users] Tkinter

2015-12-13 Thread john
, john <jo...@jfcomputer.com> wrote: I'm wondering if anyone has started playing with adding Tkinker to Dabo. With ttk it's not as ugly as it once was and it might be a way to move to python3. Unfortunately, the event model of Tkinter (and any other GUI toolkit) is completely different t

[dabo-users] Tkinter

2015-12-11 Thread john
Hi, I'm wondering if anyone has started playing with adding Tkinker to Dabo. With ttk it's not as ugly as it once was and it might be a way to move to python3. Johnf ___ Post Messages to: Dabo-users@leafe.com Subscription Maintenance:

Re: [dabo-users] Consultation on the evolution of Dabo

2015-10-01 Thread john
On 10/01/2015 05:55 AM, Werner wrote: Hi Carlos, On 10/1/2015 14:14, Carlos Miguel FARIAS wrote: Given the availability of wxpython start phoenix, which allows working with python 3.x. What are the chances that Dabo is transformed these versions ? We could collaborate in this process ? I have

[dabo-users] toolbar background color

2015-04-08 Thread john
Hi, I'm trying to change the background color of a dToolbar. The toolbar is unique in that when I attempt to set the background color using toolbar.SetBackgroundColour('yellow') the method either does nothing or returns a traceback TypeError: in method 'Window_SetOwnBackgroundColour',

Re: [dabo-users] toolbar background color

2015-04-08 Thread john
On 04/08/2015 07:41 AM, Paul McNett wrote: On 4/8/15 7:20 AM, john wrote: Testing directly with wxPython reveals this is NOT a Dabo issue. Using code to add a toolbar reveals that I can not change the background color completely only the border of the added object/s (does not work

Re: [dabo-users] toolbar background color

2015-04-08 Thread john
are unique. Johnf On 04/08/2015 07:03 AM, john wrote: Hi, I'm trying to change the background color of a dToolbar. The toolbar is unique in that when I attempt to set the background color using toolbar.SetBackgroundColour('yellow') the method either does nothing or returns a traceback TypeError

Re: [dabo-users] wxPython is almost ready

2015-02-09 Thread john
On 02/09/2015 08:24 AM, Ed Leafe wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/06/2015 04:25 PM, Paul McNett wrote: So we never will have had a version 1. I like it! Sounds good to me. Version 2 for current Python 2.x only, and version 3 for 3.x support. - -- Ed Leafe

Re: [dabo-users] wxPython is almost ready

2015-02-06 Thread john
On 02/06/2015 02:02 PM, Ed Leafe wrote: On Feb 6, 2015, at 3:47 PM, john jo...@jfcomputer.com wrote: At this point I believe Dabo 2 (what do you think of calling it version 2 and reserve version 3 for python 3) Heh, we still haven't reached Dabo 1 yet, believe it or not... -- Ed Leafe

Re: [dabo-users] makeGridEditor is in uiwx/__init__

2015-02-06 Thread john
On 02/06/2015 01:14 PM, Paul McNett wrote: On 2/5/15 10:23 AM, john wrote: Hi all, makeGridEditor is a method in uiwx/__init__ - can anyone explain why it's there? It appears that it is called from only uiwx/dGrid.py when setting up the dGrid test. The way I understand to create

Re: [dabo-users] makeGridEditor is in uiwx/__init__

2015-02-06 Thread john
On 02/06/2015 01:41 PM, Paul McNett wrote: On 2/6/15 1:36 PM, john wrote: Beyond the above, I could not determine how it worked - for example in the clone method you have '1/0' which of course will cause an error but clone is never called which was a complete surprise. The inheritance also

[dabo-users] wxPython is almost ready

2015-02-06 Thread john
Hi all, At this point I believe Dabo 2 (what do you think of calling it version 2 and reserve version 3 for python 3) using wxPython 3.x is working on windows. Linux is still having trouble with ReportDesigner.py but I believe Neil will have a look at that soon. Of course we will need more

[dabo-users] makeGridEditor is in uiwx/__init__

2015-02-05 Thread john
Hi all, makeGridEditor is a method in uiwx/__init__ - can anyone explain why it's there? It appears that it is called from only uiwx/dGrid.py when setting up the dGrid test. The way I understand to create a CellRederer does not match the code in makeGridEditor. I not saying I know

Re: [dabo-users] Phoenix - Py3 - ReportDesigner

2015-02-04 Thread john
On 02/04/2015 07:57 AM, Paul McNett wrote: One thing that may bite us is if the existing locale is garbage collected but then the new language isn't supported, perhaps (not sure here) we should just use whatever the existing locale is instead of defaulting to wx's default. But then wxPython

Re: [dabo-users] Phoenix - Py3 - ReportDesigner

2015-02-04 Thread john
On 02/04/2015 05:30 AM, Ed Leafe wrote: On Feb 3, 2015, at 8:47 PM, Neil Flowers njflower...@gmail.com wrote: Here’s the relevant snippet from uiApp.OnInit: def OnInit(self): app = self.dApp # As of wx3, locale must be set using wx.Locale; this can only

Re: [dabo-users] Phoenix - Py3 - ReportDesigner

2015-02-03 Thread john
by creating wxLocale objects to avoid this! I think this is caused by a relative recent change in wxWidget. John did you by any chance find a solution for this in your work? Werner ___ Post Messages to: Dabo-users@leafe.com Subscription Maintenance: http

Re: [dabo-users] Dabo with Phoenix and Python 3.x

2015-01-20 Thread john
At the moment Phoenix is not been ready for prime time. Therefore, we are in the middle of updating Dabo to support wxPython 3.x using python 2.7.x. It's actually done if you are on Linux or Mac. Windows however still has a few issues. I suspect we will soon have something in the next two

Re: [dabo-users] No Dabo application starts

2014-10-08 Thread john
On 10/08/2014 04:45 AM, Werner wrote: Hi Sibylle, On 10/8/2014 12:47, Sibylle Koczian wrote: Hello, Werner, many thanks for the instructions! Am 06.10.2014 10:26, schrieb Werner: I think you are on Windows, if correct I would suggest TortoiseGit:

Re: [dabo-users] No Dabo application starts

2014-10-01 Thread john
On 10/01/2014 08:48 AM, Sibylle Koczian wrote: Hello, when I try to start a Dabo application I get this: sib@gespenst-lubuntu:~/src/dabo-master/ide$ ./Editor.py Traceback (most recent call last): File ./Editor.py, line 1134, in module main() File ./Editor.py, line 1121, in main

Re: [dabo-users] No Dabo application starts

2014-10-01 Thread john
On 10/01/2014 11:38 AM, Sibylle Koczian wrote: Am 01.10.2014 18:34, schrieb john: On 10/01/2014 08:48 AM, Sibylle Koczian wrote: Hello, when I try to start a Dabo application I get this: sib@gespenst-lubuntu:~/src/dabo-master/ide$ ./Editor.py Traceback (most recent call last): File

Re: [dabo-users] Problem about Dabo

2014-07-09 Thread John Fabiani
On 07/09/2014 04:11 AM, Sibylle Koczian wrote: I've tried to use fdb in dbFirebird.py, but without success OK what are the issues? I've always thought that anything follows the dbapi should work. Johnf ___ Post Messages to: Dabo-users@leafe.com

Re: [dabo-users] Problem about Dabo

2014-07-09 Thread John Fabiani
On 07/09/2014 08:22 AM, Sibylle Koczian wrote: Am 09.07.2014 15:11, schrieb John Fabiani: On 07/09/2014 04:11 AM, Sibylle Koczian wrote: I've tried to use fdb in dbFirebird.py, but without success OK what are the issues? I've always thought that anything follows the dbapi should work

Re: [dabo-users] Problem about Dabo

2014-07-09 Thread John Fabiani
On 07/09/2014 09:47 AM, Werner wrote: Hi, On 7/9/2014 18:36, John Fabiani wrote: ... Last year's thread in this list about the problem: http://leafe.com/archives/full_thread/485534 can't open this, getting a time out. Greetings Sibylle Is it possible to connect to a firebird database

Re: [dabo-users] Problem about Dabo

2014-07-09 Thread John Fabiani
On 07/09/2014 10:10 AM, John Fabiani wrote: On 07/09/2014 09:47 AM, Werner wrote: Hi, On 7/9/2014 18:36, John Fabiani wrote: ... Last year's thread in this list about the problem: http://leafe.com/archives/full_thread/485534 can't open this, getting a time out. Greetings Sibylle

Re: [dabo-users] Problem about Dabo

2014-07-09 Thread John Fabiani
On 07/09/2014 10:44 AM, Sibylle Koczian wrote: Is it possible to connect to a firebird database that you control - remotely? I have some time today and would like to try and fix this. No, sorry. I don't even know what I would need to make that possible ... that's why I used the Employee

Re: [dabo-users] Problem about Dabo

2014-07-08 Thread John Fabiani
On 07/06/2014 03:48 PM, sujiejiang wrote: 1.When i use FDB(another Python driver for Firebird, because Kinterbasedb is not maintained) conect to Dabo,it dosen't work. if you have time,i wish you testing it with FDB.thank you very much 2.I'm Testing Dabo with cx_Oracle,it also have many

Re: [dabo-users] Dabo Application

2014-05-06 Thread John Fabiani
On 05/02/2014 09:57 PM, Subramanian Govindarajan wrote: I have installed Python 2.7, wxPython, Dabo and PsycoPG2 . All installations went smooth and I am able to import Dabo. I downloaded Pycon_2010_tutorial and *could not connect to the database mentioned in tutorial*. However, I decided I

Re: [dabo-users] ReportWriter and columnPadding

2014-04-22 Thread John Fabiani
On 04/22/2014 08:00 AM, Werner wrote: Hi, I have an Avery L7654 A4 label sheet which I try to define. It has a 2.5mm column padding but if I define that for the labels column 2 - 4 move over to the right to much, currently I have it defined as 0.5 mm and it is about correct. Looking into

Re: [dabo-users] ReportWriter and columnPadding

2014-04-22 Thread John Fabiani
OK it looks good to me. That said, I haven't really checked the code for years. I'd wait to commit until Paul had his say. Johnf On 04/22/2014 09:21 AM, Werner wrote: Hi John, Lets try it with values, as this is giving me grey hairs. My page is A4, it has four columns of labels which

Re: [dabo-users] newbie in programming and python

2014-04-13 Thread John Fabiani
On 04/13/2014 09:42 AM, Wolfgang Keller wrote: Dabo is not completely working with wxPython 2.9 - 3.0 at the moment. It is close (IMO) but as soon as wxPython is stable I hope to renew the effort to get Dabo working with the latest wxPython. I would have thought that wxPython 3.0 was the stable

Re: [dabo-users] error in ClassDesigner during field type changes

2014-04-10 Thread John Fabiani
Help us help you. Provide the traceback. Try using the command line to start the designer and when it crashes copy the error message. I do have a simple question why would you have to change the field type? The routine that adds controls from the data environment is getting the data type

Re: [dabo-users] newbie in programming and python

2014-04-09 Thread John Fabiani
On 04/08/2014 08:32 PM, Handoko Wiyanto wrote: hello John Ed, @Johnf, thanks for your reply. im gonna go with wxpython 2.8.12. anyway, since the installation guide on windows says python 2.5, and on github says python 2.7, can i go with python 2.7 on windows xp? cheers, Handoko - Indonesia

Re: [dabo-users] newbie in programming and python

2014-04-09 Thread John Fabiani
On 04/09/2014 06:19 AM, Wolfgang Keller wrote: Dabo is not completely working with wxPython 2.9 - 3.0 at the moment. It is close (IMO) but as soon as wxPython is stable I hope to renew the effort to get Dabo working with the latest wxPython. I would have thought that wxPython 3.0 was the stable

Re: [dabo-users] newbie in programming and python

2014-04-09 Thread John Fabiani
On 04/09/2014 07:44 AM, Handoko Wiyanto wrote: hello John, On 4/9/14, John Fabiani jo...@jfcomputer.com wrote: Sure python 2.7.x, wxpython 2.8.12, and Dabo works very well on windows - I use it all the time. Newbies often run into the import error after installing Dabo. http

Re: [dabo-users] newbie in programming and python

2014-04-08 Thread John Fabiani
On 04/08/2014 11:55 AM, Handoko Wiyanto wrote: hello, im newbie in programming and python. im using windows xp and i want to learn dabo. since somehow i cant access the wiki installation page for windows on dabodev (http://wiki.dabodev.com/InstallationOnWindows), i read on github

Re: [dabo-users] newbie in programming and python

2014-04-08 Thread John Fabiani
On 04/08/2014 01:30 PM, Ed Leafe wrote: On Apr 8, 2014, at 3:11 PM, John Fabiani jo...@jfcomputer.com wrote: The wiki is currently down. Not sure when it might be up. Restarted zope, and the wiki is up again. -- Ed Leafe Thanks Ed. Any chance you know why the wiki go down? BTW I

Re: [dabo-users] dabo still won't setup correctly

2014-02-07 Thread John Fabiani
On 02/06/2014 07:56 PM, Patrick Headley wrote: I posted a message last night because the instructions on the dabo site don't work. Tonight I tried again by using the Linux specific instructions, which I found to be way outdated. I then found dabo on the github and checked it out using svn.

Re: [dabo-users] SearchDropdown and a question

2013-12-14 Thread John Fabiani
On 12/14/2013 10:09 AM, Ricardo Aráoz wrote: This class might be useful to someone. In linux it works as I want it to. But in windows it seems F4 is assigned to drop down the list. I am not able to change the key to some other one (customers are used to F4). When the user keys F4 a browse

Re: [dabo-users] classdesigner sigseg on Xubuntu / maybe wx related and off topic

2013-12-12 Thread John Fabiani
On 12/12/2013 03:15 AM, Frank Stüss wrote: Thank you for your quick answer (and @John, too). There was not one line of code created by me at that time. The steps to reproduce are: - running ide/ClassDesigner.py - add new vertical sizer with two slots - add controls from data environment, 3

Re: [dabo-users] classdesigner sigseg on Xubuntu / maybe wx related and off topic

2013-12-12 Thread John Fabiani
) self.addBizobj(publiccnc_modelBizobj) Am 12.12.2013 15:52, schrieb John Fabiani: On 12/12/2013 03:15 AM, Frank Stüss wrote: Thank you for your quick answer (and @John, too). There was not one line of code created by me at that time. The steps to reproduce are: - running ide/ClassDesigner.py

Re: [dabo-users] classdesigner sigseg on Xubuntu / maybe wx related and off topic

2013-12-11 Thread John Fabiani
Do you have a traceback? I realize you are getting seg-faults but sometimes you have a traceback. Also can you show us your code - hopefully a simple example. Do you mean Boolean like - True and False? That I believe is normal. Do the demo code examples that run? Johnf On 12/10/2013 10:01

Re: [dabo-users] Bug in Bizobj.lookupPKWithAdd()

2013-11-29 Thread John Fabiani
On 11/28/2013 10:52 AM, Ricardo Aráoz wrote: lookupPKWithAdd adds a record to the Bizobj, but in this case it raises IvaFc.FacturaId may not be NULL. As you can see below this Bizobj is a child Bizobj with FillLinkFromParent set to True, so FacturaId should have been automatically added (as it

Re: [dabo-users] How can I make a searchable dDropdownList?

2013-11-26 Thread John Fabiani
On 11/26/2013 12:55 PM, Ricardo Aráoz wrote: I'd like a normal dropdownlist that if you start typing will select the first match in the Choices. Has anyone done something like this? Any pointers? Thanks How about an autocomplete - would that work? Neil Flowers wrote one dAutoComplete - it

[dabo-users] Multiple Document Interface

2013-11-24 Thread John Fabiani
Hi, I haven't a need to create a MDI program. But a client has made a request. So how does one set it up. Is there a Dabo example? Johnf ___ Post Messages to: Dabo-users@leafe.com Subscription Maintenance:

Re: [dabo-users] Referencing a VirtualField from another Bizobject

2013-11-22 Thread John Fabiani
On 11/22/2013 10:24 AM, Ricardo Aráoz wrote: I have *Persona* Bizobj defined with VirtualField *FullName*: self.DataStructure = ( (Id, I, True, Persona, Id), (Codigo, C, False, Persona, Codigo), (CUIT, C, False, Persona, CUIT),

Re: [dabo-users] Referencing a VirtualField from another Bizobject

2013-11-22 Thread John Fabiani
On 11/22/2013 01:04 PM, Ricardo Aráoz wrote: El 22/11/13 15:34, John Fabiani escribió: On 11/22/2013 10:24 AM, Ricardo Aráoz wrote: I have *Persona* Bizobj defined with VirtualField *FullName*: self.DataStructure = ( (Id, I, True, Persona, Id), (Codigo

Re: [dabo-users] Datanav - how to do some stuff right after the row has changed and before the controls update?

2013-11-22 Thread John Fabiani
On 11/22/2013 02:45 PM, Ricardo Aráoz wrote: I'm learning to work with the datanav. I'm modifying one of the CRUDs created by the AppWizard. My file has a foreign key that I wish the user to see as a drop down list, so I change the input control to a dDropdownList with ValueMode='Key'. I

Re: [dabo-users] Too many options

2013-11-08 Thread John Fabiani
On 11/08/2013 06:52 AM, Ricardo Aráoz wrote: I want to query the database from within a form which already has a bizObject defined. In the wiki HowToCreateATempCursor page recommends using getTempCursor() stating that The above will not change/touch/overwrite the CustomerBizObj data.. In

Re: [dabo-users] Too many options

2013-11-08 Thread John Fabiani
On 11/08/2013 09:58 AM, Ricardo Aráoz wrote: El 08/11/13 13:23, Paul McNett escribió: If you want to subfilter the tempcursor from above, it would be: ds = tc.getDataSet() ds.execute(select * from dataset where cust_state='CA') if ds: for row in ds: print ds[cust_name] else:

[dabo-users] using unseen column on grid

2013-11-04 Thread John Fabiani
Hi, I could be way off with this but somewhere I recall that there was a way have a non visible grid column (normally used for calc's) but I did not see anything in the code that described how to do it. If anyone knows please provide a hint. I tried using Visible = False but it seems the

Re: [dabo-users] using unseen column on grid

2013-11-04 Thread John Fabiani
On 11/04/2013 03:43 PM, Paul McNett wrote: On 11/4/13 9:37 AM, John Fabiani wrote: I could be way off with this but somewhere I recall that there was a way have a non visible grid column (normally used for calc's) but I did not see anything in the code that described how to do it. If anyone

Re: [dabo-users] Noob: CxnEditor: unknown type for postgresql timestamp

2013-10-22 Thread John Fabiani
On 10/22/2013 01:58 AM, de...@stuess.de wrote: Hello all, while getting my toes wet with dabo (Ubuntu 13.04, Platform: GTK Python Version: 2.7.4, Dabo Version: 0.9.13, UI Version: 2.8.12.1 on wxGTK (gtk2), postgresql), i come across a little problem: when using class designer and add controls

Re: [dabo-users] Noob: CxnEditor: unknown type for postgresql timestamp

2013-10-22 Thread John Fabiani
On 10/22/2013 08:32 AM, de...@stuess.de wrote: No, there is no traceback specific to adding bizobj, no output. Maybe my postgresql is too old (8.3)? That is a little old. If memory serves at some point there was discussion to drop the 7.x series but I don't recall there being a problem with

Re: [dabo-users] Noob: CxnEditor: unknown type for postgresql timestamp

2013-10-22 Thread John Fabiani
On 10/22/2013 08:57 AM, de...@stuess.de wrote: Still the field type timestamp is declared as unknown by the form wizard. That is what i stumbled about in the first place. Frank Not sure what you mean by unknown by the form wizard? I use the timestamp often and I know it works within a

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

2013-10-12 Thread John Fabiani
, John Fabiani jo...@jfcomputer.com wrote: Hi guys, I'm still dealing with the flashing issue. To refresh everyone when adding some data to a table a flashing starts on only some windows computers and the problem goes away if a new profile is created. But it can return and there does not seem

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

[dabo-users] bug in dGrid

2013-10-05 Thread John Fabiani
Hi guys, I may have discovered a bug in the dGrid. In the past I never allowed editing of a cell in a grid. Therefore, I've never seen this error. In a current project it makes sense to allow editing in the grid. The cell in question is a float or decimal (postgres datatype = numeric(5,5))

[dabo-users] strange flashing on a tab

2013-09-27 Thread John Fabiani
Hi all, Python 2.6.6 wxPython 2.8.12 Dabo 0.9.9 On either windows 7 or windows XP I'm having a very strange issue with what I'm calling 'flashing'. I have a several tabs and on one of the tabs there is a dEditBox along with an dButton: bs = dabo.ui.dBorderSizer(self, h, Caption=

Re: [dabo-users] strange flashing on a tab

2013-09-27 Thread John Fabiani
On 09/27/2013 12:20 PM, Paul McNett wrote: On 9/27/13 10:27 AM, John Fabiani wrote: I'm hoping someone has a clue what is happening here because I'm at a complete lost. This seems more like a system issue, but you say that it is only one editbox in your entire app. What's different about

Re: [dabo-users] transparent dPanel background

2013-09-17 Thread John Fabiani
On 09/17/2013 05:24 AM, Ed Leafe wrote: On Sep 16, 2013, at 10:37 PM, Paul McNett p...@ulmcnett.com wrote: The different platforms are different in this regard. Try panel.BackColor = None. Alternatively, why not add a gradient to the panel? You can use: self.gradient =

Re: [dabo-users] transparent dPanel background

2013-09-17 Thread John Fabiani
On 09/17/2013 07:31 AM, Ed Leafe wrote: On Sep 17, 2013, at 9:27 AM, John Fabiani jo...@jfcomputer.com wrote: def onPaint(self, evt): #trying to simulate the MS windows gradient background dc = wx.PaintDC(self) x = 0 y = 0 w, h = self.GetSize

Re: [dabo-users] transparent dPanel background

2013-09-17 Thread John Fabiani
On 09/17/2013 07:48 AM, Ed Leafe wrote: On Sep 17, 2013, at 9:40 AM, John Fabiani jo...@jfcomputer.com wrote: None that I could see. Of course I did not benchmark the routines. I used wx.onPaint because I was hoping I'd get a different result and that it would allow a dynamic color change

  1   2   3   4   5   6   7   8   9   10   >