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 main() File "./Editor.py", line 1121, in main app.se

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] 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: https://code.google.com/p/tortoisegit/wiki/Do

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 we

[dabo-users] update on wxPython 3.0

2015-01-27 Thread john
Hi folks, The good news is wxPython 3.0 is working with Linux and Mac. There are few minor issues such as the splash screen (on the Mac), dLine - but in general working. Also, Dabo is much faster on Linux than in the past. BTW Neil Flowers has been doing most of the work and of course some wo

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

2015-02-03 Thread john
C++ and Windows locale. Things are going to break, please only change locale 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 __

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 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 be created after the

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

[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 everythin

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 cre

[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 te

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 inheri

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 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 Yes, I'm a

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 Great

[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', expect

Re: [dabo-users] toolbar background color

2015-04-08 Thread john
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 traceba

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 with

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 d

[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: http://mail.le

Re: [dabo-users] Tkinter

2015-12-13 Thread john
43 PM, john 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 than wx, and

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 switch

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

[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 a

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 cou

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 anythi

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 d

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" wrote: Would you please provide what version wxPython you are using (wx.__version__). BTW running 3.0.2.0 (the latest version I kno

[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. The

Re: [dabo-users] your Dabo emails

2016-04-28 Thread john
. The standard 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 would

Re: [dabo-users] Dabo2 on Ubuntu 16.04

2016-05-01 Thread john
he testing. Johnf 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

Re: [dabo-users] dabo 2

2016-05-03 Thread john
loped the stable 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 <mailto:mosc...@gmail.com>> wrote: Thanks On Thu, Apr 28, 2016 at 4:36 PM, john mailto:j

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

2016-05-04 Thread john
4/28/16 7: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

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 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 c

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-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() ca

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 check

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)'

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 a

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

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 wxPytho

[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! :-) J

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

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 update

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 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* work. Care to be more

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 bot

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 ar

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

2017-01-13 Thread john
r your reply. In my 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

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

2017-01-13 Thread john
rted by the community - but so is Django. I 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

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] 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 on

Re: [dabo-users] Wiki Updated

2020-05-18 Thread john
lf.SetSelectionMode(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.

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] OpenRPT

2009-07-03 Thread John
On Friday 03 July 2009 02:43:30 am Alan Bourke wrote: > Does anyone have any comments or experience with OpenRPT? Not in a Dabo > context obviously, in a general Python context. > > TIA. I looked into finding a replacement to reportWriter and OpenRPT was one of many. I found that reportWriter di

Re: [dabo-users] OpenRPT

2009-07-06 Thread John
On Monday 06 July 2009 09:29:09 am Dan Means wrote: > but a nice generic Crystal type app would be ideal. Maybe I'm just getting old but I hated Crystal. Way over the top. After spending hundreds of dollars and maybe hundred hours setting up drill down etc. I never had a client that ever s

Re: [dabo-users] OpenRPT

2009-07-06 Thread John
On Monday 06 July 2009 01:17:57 pm Ed Leafe wrote: > On Jul 6, 2009, at 2:32 PM, Alan Bourke wrote: > > I can't believe there aren't scads of them out there in Linux land > > already. Maybe they're too hard to write. > > Crystal and similar products came about before the advent of the web > a

[dabo-users] event CalendarDateChanged not working?

2009-07-06 Thread John
Below is how I am setting update a dDateTextBox. Nothing I do seems to fire the event I setup. startDate = dabo.ui.dDateTextBox(self, Width = 150, RegID = 'classDateID') startDate.bindEvent(dabo.dEvents.CalendarDateChanged, self.dateChanged) What I want is if the date is changed the event to f

Re: [dabo-users] Fwd: how to dis-able dabo.ui.dBitmapButton

2009-07-07 Thread John
On Tuesday 07 July 2009 04:07:09 am Miguel Lopes wrote: > def toggleVCR(self): >         btnsToDisable = ('btnFirst', 'btnPrev', 'btnNext', 'btnLast') >         for id in btnsToDisable: >             btn = self.getObjectByRegID(id) >             btn.Enable = not btn.Enable Shouldn't that be "Enabl

[dabo-users] dButton and standard wx.Button

2009-07-07 Thread John
It seems that a standard button style (not sure what to call it) is available for buttons like 'Add' (wx.ID_ADD) and many others. Apparently, passing the style is suppose allow the button captions follow the platform theme. How do I pass the style to a dabo.ui.dButton?

Re: [dabo-users] dButton and standard wx.Button

2009-07-07 Thread John
On Tuesday 07 July 2009 11:38:29 am John wrote: > It seems that a standard button style (not sure what to call it) is > available for buttons like 'Add' (wx.ID_ADD) and many others. Apparently, > passing the style is suppose allow the button captions follow the platform >

Re: [dabo-users] Multiple Checkboxes in dGrid and VirtualFields Woes

2009-07-08 Thread John
On Wednesday 08 July 2009 04:46:20 pm Miguel Lopes wrote: > I'm trying without success to have a grid with two checkboxes. > > The first checkbox (contactSelect) allows me to indicate which records > to select. the second indicates if the record is to be shared > (contactShare) (just something abou

Re: [dabo-users] Multiple Checkboxes in dGrid and VirtualFields Woes

2009-07-09 Thread John
On Thursday 09 July 2009 02:09:19 pm Miguel Lopes wrote: > On Thu, Jul 9, 2009 at 2:06 AM, John wrote: > > On Wednesday 08 July 2009 04:46:20 pm Miguel Lopes wrote: > >> I'm trying without success to have a grid with two checkboxes. > >> > >> The fi

Re: [dabo-users] A selector composed of two grids

2009-07-09 Thread John
On Thursday 09 July 2009 02:23:42 pm Miguel Lopes wrote: > I'm trying to make a record selector. > The UI is simple: > A grid on the left with available records (gdAvailableContacts), a > grid on the right with selected record (gdSelectedContacts). Four > buttons in the middle, to select a record,

Re: [dabo-users] VFP keypress and keyboard equivalent

2009-07-12 Thread John
On Sunday 12 July 2009 08:31:55 pm tim awa wrote: > I wanted to trap a particular keystroke while in a grid column and > replace it with a two keystroke combination. > > This is done in VFP by overriding grid.Column1.Text1.Keypress > > LPARAMETERS nKeyCode, nShiftAltCtrl > NODEFAULT > IF nKeyCode =

Re: [dabo-users] VFP keypress and keyboard equivalent

2009-07-13 Thread John
On Monday 13 July 2009 06:37:24 am tim awa wrote: > My only interest really is on altering the behavior of the up and down > arrow keys when the focus is in a grid column. I noticed that the up > and down keys behave like left and right arrow keys whenever the > grid's column is in edit mode. There

Re: [dabo-users] Very Simple dropdownlist

2009-07-14 Thread John
On Tuesday 14 July 2009 05:32:22 pm Carey Gagnon wrote: > Oktwo days have passed and I still can't figure it out. I need a sample > to study. > What I am trying to do is take the step by step tutorial ( > http://docs.google.com/Doc?id=dg79jzmg_3x78zkp) and create a form to add > new clients. I'

Re: [dabo-users] Joins on datasets

2009-07-15 Thread John
On Wednesday 15 July 2009 09:19:14 am lalo...@charter.net wrote: > Tim, > > Great! When I get into trouble, one of the first things I do is go thru the > call stack and look at the functions and parameters to try to see what it > is expecting. That's how I tracked this one down for ya. > > Larry

Re: [dabo-users] Troublesome install on Ubuntu

2009-07-15 Thread John
On Wednesday 15 July 2009 09:59:46 am Ed Leafe wrote: > On Jul 13, 2009, at 8:59 PM, Jim McDonald wrote: > > Following instructions in Dabo Wiki (including the bits about > > installing > > python2.5-dev and putting a dabo.pth file in the 'site-packages' > > directory), 'setup.py install' errors ou

Re: [dabo-users] Very Simple dropdownlist

2009-07-15 Thread John
On Wednesday 15 July 2009 03:58:23 pm Carey Gagnon wrote: > John, thanks so much! I knew there had to be a simpler way. Ihad already > successfully created the drop downlist it was getting it populated without > a db look up that I was having an issue with. Now it is populating and &g

Re: [dabo-users] dCheckBox Value

2009-07-16 Thread John
> Any help would be very appreciated, > Mike M. Show us the code that sets the value. Make sure you are using "Value" and not 'value'. Also make sure you haven't set the 'UserThreeState'. John ___ Pos

Re: [dabo-users] Very Simple dropdownlist

2009-07-17 Thread John
On Friday 17 July 2009 11:33:54 am Carey Gagnon wrote: > Ok, I have now got the drop down populating properly with all error message > gone. Everything is saving to the database properly as well. > Here's the appropriate section of the cdxml file: > > designerClass="controlMix" DataSource="clients

Re: [dabo-users] dCheckBox Value

2009-07-17 Thread John
On Friday 17 July 2009 12:05:21 pm Mike Mabey wrote: > On Thu, Jul 16, 2009 at 3:20 PM, Paul McNett wrote: > > Mike Mabey wrote: > > > I'm so sorry. I've been doing some further troubleshooting, and I'm > > > > fairly > > > > > certain now that the problem isn't with setting the dCheckBox, but wi

Re: [dabo-users] Error importing dabo

2009-07-17 Thread John
On Friday 17 July 2009 03:45:09 pm Ed Leafe wrote: > On Jul 17, 2009, at 5:38 PM, Paul McNett wrote: > > Python 2.6 is not supported yet. Please try with Python 2.5. > > I thought the only problem is with wxPython under Windows with Python > 2.6. Have there been any other issues reported? > >

Re: [dabo-users] pdf page count

2009-07-20 Thread John
On Monday 20 July 2009 05:03:46 pm Carl Karsten wrote: > > anyone know how > > to get a page count from a pdf? > > OK, that's dumb. Anyone know how I can get the page count from: > ># generate the pdf in the buffer, using the layout and data >rw = dReportWriter(OutputFile=buffer, ReportFor

Re: [dabo-users] pdf page count

2009-07-20 Thread John
On Monday 20 July 2009 05:03:46 pm Carl Karsten wrote: > > anyone know how > > to get a page count from a pdf? > > OK, that's dumb. Anyone know how I can get the page count from: > ># generate the pdf in the buffer, using the layout and data >rw = dReportWriter(OutputFile=buffer, ReportFor

Re: [dabo-users] pdf page count

2009-07-21 Thread John
On Monday 20 July 2009 07:48:37 pm Carl Karsten wrote: > On Mon, Jul 20, 2009 at 7:38 PM, John wrote: > > On Monday 20 July 2009 05:03:46 pm Carl Karsten wrote: > >> > anyone know how > >> > to get a page count from a pdf? > >> > >> OK, that

Re: [dabo-users] Translation failure in fresh install

2009-07-21 Thread John
On Tuesday 21 July 2009 05:25:02 pm Adrian Klaver wrote: > On Tuesday 21 July 2009 5:01:53 pm Paul McNett wrote: > > Rhodri James wrote: > > >> How did you install dabo? AFAIK nothing in Dabo's setup.py specifies > > >> putting the locales in /usr/local. > > > > > > I unzipped the release .tgz into

Re: [dabo-users] VFP SYS(2015)

2009-07-21 Thread John
On Monday 20 July 2009 11:31:36 am Simon White wrote: > Hi > > > > Does dabo have a > > > > > Regards, > Simon WhitedCipher Computing705-721-3382 > simonwh...@dciphercomputing.com That depends on what you are using sys(2015) for. If you are using it for a unique key - then most of the backends (

Re: [dabo-users] Is anyone using wxDesigner with Dabo?

2009-07-21 Thread John
On Monday 20 July 2009 12:36:45 pm Simon White wrote: > Hi > > > I am just looking for > > > Regards,SimondCipher Computing705-721-3382 > simonwh...@dciphercomputing.com Not that I'm aware of. I haven't used wxDesigner in a very long time. But I think it could be possible. Not sure you'd reall

[dabo-users] reportWriter error on linux (works on windows)

2009-07-23 Thread John
openSUSE 11.0 python 2.5.2 wxpython 2.8.9.2 latest Dabo Traceback (most recent call last): File "/home/johnf/dabo/dabo/ui/uiwx/dControlMixin.py", line 27, in _onWxHit self.raiseEvent(dEvents.Hit, evt, *args, **kwargs) File "/home/johnf/dabo/dabo/ui/uiwx/dPemMixin.py", line 949, in raiseEv

Re: [dabo-users] reportWriter error on linux (works on windows)

2009-07-23 Thread John
On Thursday 23 July 2009 01:10:18 pm John wrote: > openSUSE 11.0 > python 2.5.2 > wxpython 2.8.9.2 > latest Dabo > > Traceback (most recent call last): > File "/home/johnf/dabo/dabo/ui/uiwx/dControlMixin.py", line 27, in > _onWxHit self.raiseEvent(dEvents.H

Re: [dabo-users] reportWriter error on linux (works on windows)

2009-07-23 Thread John
On Thursday 23 July 2009 01:14:43 pm John wrote: > On Thursday 23 July 2009 01:10:18 pm John wrote: > > openSUSE 11.0 > > python 2.5.2 > > wxpython 2.8.9.2 > > latest Dabo > > > > Traceback (most recent call last): > > File "/home/john

Re: [dabo-users] reportWriter error on linux (works on windows)

2009-07-23 Thread John
On Thursday 23 July 2009 01:26:00 pm John wrote: > On Thursday 23 July 2009 01:14:43 pm John wrote: > > On Thursday 23 July 2009 01:10:18 pm John wrote: > > > openSUSE 11.0 > > > python 2.5.2 > > > wxpython 2.8.9.2 > > > latest Dabo > > >

[dabo-users] using evt.keyCode in windows

2009-07-24 Thread John
Hi, Under windows I want to use F4,F7, and return to activate a method. So I have been binding the dEvents.KeyChar to a method to capture the keystokes. vendcomp is a dabo.ui.dTextBox if sys.platform == 'win32': vendcomp._addWindowStyleFlag(wx.TE_PROCESS_ENTER) vendcomp.bindEvent(d

Re: [dabo-users] using evt.keyCode in windows

2009-07-25 Thread John
On Friday 24 July 2009 12:28:20 pm John wrote: > Hi, > > Under windows I want to use F4,F7, and return to activate a method. So I > have been binding the dEvents.KeyChar to a method to capture the keystokes. > > vendcomp is a dabo.ui.dTextBox > > if sys.platform == 'w

Re: [dabo-users] Setting DropdownList.Value exception

2009-07-27 Thread John
On Monday 27 July 2009 11:30:36 am Miguel Lopes wrote: > The general solution is setting a default value in the bizobj (that is > of course in the Keys list of the dropdownList). I believe that will not work (unless the default value is set to zero (0)). I think you are not understanding what i

Re: [dabo-users] setFocus error

2009-07-27 Thread John
On Monday 27 July 2009 01:15:20 pm jpoorra...@aol.com wrote: > OK I'm working on the "Step by step " application, and now I've made > progress on the "Add Hours" screen. But I'm getting an error on the save > button OnHit code: > > def onHit(self, evt): > if self.Form.save(): > # A failed save wil

Re: [dabo-users] adding or removing a panel from a Form at runtime

2009-07-29 Thread John
On Wednesday 29 July 2009 04:05:56 pm Miguel Lopes wrote: > I'm wondering about how to add or remove panels from a form at runtime. > I see two approaches: > > 1. Creating a new panel and replacing an existing one (destroying the old > one). Meaning the new panel would take whatever sizer slot the

[dabo-users] how can I refresh a dropdown

2009-07-30 Thread John
Hi, I have a need to dynamicly refresh a dropdown. I have tried using bindEvent for GotFocus, Hit, MouseLeftClick. Using the following code below to refresh the choices and keys. Where courseID = the RegID of the dropdown def courseChoices(self): self.escourse.requery() courseD

Re: [dabo-users] how can I refresh a dropdown

2009-07-30 Thread John
On Thursday 30 July 2009 10:10:13 am John wrote: > Hi, > > I have a need to dynamicly refresh a dropdown. I have tried using > bindEvent for GotFocus, Hit, MouseLeftClick. Using the following code below > to refresh the choices and keys. > > Where courseID = the RegID

Re: [dabo-users] how can I refresh a dropdown

2009-07-30 Thread John
On Thursday 30 July 2009 11:21:30 am John wrote: > On Thursday 30 July 2009 10:10:13 am John wrote: > > Hi, > > > > I have a need to dynamicly refresh a dropdown. I have tried using > > bindEvent for GotFocus, Hit, MouseLeftClick. Using the following code > > belo

Re: [dabo-users] SQLite and a grid

2009-07-30 Thread John
On Thursday 30 July 2009 12:41:48 pm Ivan Miller wrote: > I am creating my first dabo app. I am using SQLite for the database and > created a form by following the "The Step-By-Step Guide to Dabo Programming > " > > It works great for the data entry

Re: [dabo-users] Class Designer not opening (again)

2009-08-02 Thread John
On Sunday 02 August 2009 09:13:51 am Steve Rose wrote: > I am not trying to open an existing cdxml file. I get the problem whether > I run "dabo\ide\ClassDesigner.py" from the command line, or click on the CD > shortcut on my desktop. The only .cdxml files in that folder are > PredEditor and move

Re: [dabo-users] Class Designer not opening (again)

2009-08-02 Thread John
On Sunday 02 August 2009 09:21:18 am John wrote: > On Sunday 02 August 2009 09:13:51 am Steve Rose wrote: > > I am not trying to open an existing cdxml file. I get the problem > > whether I run "dabo\ide\ClassDesigner.py" from the command line, or click > > on the

[dabo-users] path of modules

2009-08-04 Thread John
Hi, I'm trying to write some more example Dabo code to open and use openoffice's uno.py. I know where my copy of uno.py happens to be. So it's a simple task to add a pth file or add the path. But I'm wondering how I can determine the location in a cross platform manner and also set the path

Re: [dabo-users] Quiting the application

2009-08-04 Thread John
On Tuesday 04 August 2009 08:27:11 am Manoharan Durga wrote: > I am starting to make a DABO application. Hope to complete it with the > help of everyone ;-) > > Have created a MainForm and created a Menu as well. The only menu option > that is ready right now is to quit the application! Created the

Re: [dabo-users] Quiting the application

2009-08-04 Thread John
On Tuesday 04 August 2009 08:55:15 am John wrote: > s should be uiApp.py Johnf ___ Post Messages to: Dabo-users@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/sea

Re: [dabo-users] path of modules

2009-08-04 Thread John
On Tuesday 04 August 2009 11:03:03 am Ed Leafe wrote: > On Aug 4, 2009, at 9:50 AM, John wrote: > > I'm trying to write some more example Dabo code to open and use > > openoffice's > > uno.py. I know where my copy of uno.py happens to be. So it's a > >

Re: [dabo-users] path of modules

2009-08-04 Thread John
On Tuesday 04 August 2009 11:37:28 am Paul McNett wrote: > Ed Leafe wrote: > > On Aug 4, 2009, at 9:50 AM, John wrote: > >> I'm trying to write some more example Dabo code to open and use > >> openoffice's > >> uno.py. I know where my copy o

[dabo-users] EOF() in reportWriter

2009-08-05 Thread John
Is there an EOF() or a flag that I can use to determine I have filled the detail band with all the data. Johnf ___ Post Messages to: Dabo-users@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http:

  1   2   3   4   5   6   7   8   9   10   >