Re: [dba-dev] Re: New application controller API

2008-08-11 Thread Ariel Constenla-Haile
Hi Frank, Frank Schönheit - Sun Microsystems Germany escribió: Hi Ariel, * sal_Bool dbaui::OApplicationController::isConnectionReadOnly() const hmm, this wouldn't be so much faster than controller.getActiveConnection().isReadOnly() , would it? * sal_Bool

Re: [dba-dev] embedded images in form controls

2008-08-11 Thread Frank Schönheit - Sun Microsystems Germany
Hi Noel, thanks for your recent changes, this is going to look better and better ... Two non-negligible (IMO) issues: + removing an embedded image from a control is possible in some round-about way only: You need to set a linked image, and then remove it. This is a pretty bad user

Re: [dba-dev] New application controller API: css.view.XSelectionSupplier

2008-08-11 Thread Andrew Jensen
Finally, reading Drew's comment on http://www.openoffice.org/issues/show_bug.cgi?id=69740 I remember of the incompatible [unpublished] API change: now the com.sun.star.view.XSelectionChangeListener gets a sequence of com.sun.star.sdb.application.NamedDatabaseObject , formerly it was a

Re: [dba-dev] embedded images in form controls

2008-08-11 Thread Noel Power
Hi Frank On Mon, 2008-08-11 at 11:25 +0200, Frank Schönheit - Sun Microsystems Germany wrote: Hi Noel, thanks for your recent changes, this is going to look better and better ... Thanks for the positive feeback !! Two non-negligible (IMO) issues: + removing an embedded image from a

Re: [dba-dev] embedded images in form controls

2008-08-11 Thread Frank Schönheit - Sun Microsystems Germany
Hi Noel, since of course we want it to handle the placeholder text as one big chunk only (i.e. when the user starts to type, the place holder is completely removed). Not sure how difficult this would be. not sure what you mean about that, probably what you mean will become obvious when