> That's controlled by the platform you are running on. On the Mac, > getFont(), getColor(), getFile(), etc., are all modal.
It's a bit inconsistent. If I use a dColorDialog, it is modal, but not if I use getColor. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simen Haugen Sent: 6. januar 2007 00:01 To: Dabo Users list Subject: RE: [dabo-users] dabo.ui.getX() modal I see. I have a grid with a color field. When I press this field, getColor is run. I don't want the user to continue doing anything until that dialog is closed. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ed Leafe Sent: 5. januar 2007 23:25 To: Dabo Users list Subject: Re: [dabo-users] dabo.ui.getX() modal On Jan 5, 2007, at 5:19 PM, Simen Haugen wrote: > I'm using several of the getColor etc. in dabo, but I want them to be > modal. Wouldn't it be nice to be able to write > dabo.ui.getColor(modal=True)? That's controlled by the platform you are running on. On the Mac, getFont(), getColor(), getFile(), etc., are all modal. -- Ed Leafe -- http://leafe.com -- http://dabodev.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
