Re: [dabo-users] dImage and MouseWheel

2008-01-22 Thread bsnipes
Ed Leafe wrote: On Jan 21, 2008, at 9:36 PM, bsnipes wrote: I just tested your svn commit for this and the event is being caught when hovering over the image and scrolling. Thanks! Did you test this on Linux, too? I tested on Linux and not Windows since that is where I do

Re: [dabo-users] dImage and MouseWheel

2008-01-22 Thread bsnipes
Ed Leafe wrote: On Jan 21, 2008, at 9:36 PM, bsnipes wrote: I just tested your svn commit for this and the event is being caught when hovering over the image and scrolling. Thanks! Did you test this on Linux, too? Just tested on Windows and it looks good. Scroll on

[dabo-users] Design Question

2008-01-22 Thread Jeff Johnson
I have a Quickbooks import program that takes a .csv from the bank and creates an .iif Quickbooks import file. It works great except I have to reclassify each entry from a default account to the appropriate account. I would like to reclassify as many of the entries prior to import as I can.

Re: [dabo-users] Design Question

2008-01-22 Thread Ed Leafe
On Jan 22, 2008, at 7:28 PM, Jeff Johnson wrote: I have a Quickbooks import program that takes a .csv from the bank and creates an .iif Quickbooks import file. It works great except I have to reclassify each entry from a default account to the appropriate account. I would like to

Re: [dabo-users] Design Question

2008-01-22 Thread Jeff Johnson
Ed: The trouble is that the key will look like this 'Safeway' and the description will look like this '11222llxxxSafewayBlahBlahBlah' I need to see if Safeway is in that description. Jeff Jeff Johnson [EMAIL PROTECTED] SanDC, Inc. 623-582-0323 Fax 623-869-0675 Ed Leafe wrote: On Jan 22,

[dabo-users] Menus

2008-01-22 Thread bsnipes
I've created a menu using the MenuDesigner and need a bit of help figuring out some features of it. I've put: self.MenuBarFile = './menu.mnxml' into the initProperties method and it shows up fine. What I don't understand is how to use the Action= item in the menu xml file for MenuItemPanel.