[dabo-users] bizobj instantiation setStatusText() call

2009-07-09 Thread Jacek Kałucki
Hi, In dForm.addBizobj method, there is a call to setStatusText() method. But status bar is placed unsightly in left center side of main window, farther it disappears to quickly to read this information in normal situation. It happens on Windows platform. Some users may be upset of this. Here is

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

2009-07-09 Thread Miguel Lopes
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 first checkbox (contactSelect) allows me to indicate which records >> to select. the second indicates if the record is

[dabo-users] A selector composed of two grids

2009-07-09 Thread Miguel Lopes
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, to unselect a record, to select all, and to unselect all. The left

Re: [dabo-users] bizobj instantiation setStatusText() call

2009-07-09 Thread Miguel Lopes
2009/7/9 Jacek Kałucki : > Hi, > > In dForm.addBizobj method, there is a call to setStatusText() method. > But status bar is placed unsightly in left center side of main window, > farther it disappears to quickly to read this information in normal > situation. > It happens on Windows platform. Some

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 first checkbox (contactSelect) allows me to indicate

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] Multiple Checkboxes in dGrid and VirtualFields Woes

2009-07-09 Thread Miguel Lopes
On Thu, Jul 9, 2009 at 11:00 PM, John wrote: > > I don't see anything that is stopping the check boxes from working correctly. > However, I did notice that you are mixing cases with the field names.  If you > are using Postgres I know I have run into issues with mixed case.  I can't > recall what t

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

2009-07-09 Thread Miguel Lopes
On Thu, Jul 9, 2009 at 11:10 PM, John wrote: > 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).

Re: [dabo-users] bizobj instantiation setStatusText() call

2009-07-09 Thread Ed Leafe
On Jul 9, 2009, at 3:16 PM, Jacek Kałucki wrote: > In dForm.addBizobj method, there is a call to setStatusText() method. > But status bar is placed unsightly in left center side of main window, > farther it disappears to quickly to read this information in normal > situation. That's at th

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

2009-07-09 Thread Ed Leafe
On Jul 9, 2009, at 5:10 PM, John wrote: > I add records to an empty grid all the time. > > untested: > self.rightGrid.DataSet = {} A DataSet should be a tuple, but a list can also work. Dicts are definitely not good for DataSets. -- Ed Leafe __

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

2009-07-09 Thread Ed Leafe
On Jul 8, 2009, at 6:46 PM, Miguel Lopes wrote: > 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 about the record). > My problem is that most checkbox clicks somehow affect the