Re: [dba-dev] New application controller API

2008-08-06 Thread Frank Schönheit
Hi Ariel, forgot one thing: ** ** com.sun.star.view.XSelectionSupplier ... * an issue that was present in the previous impl. and was solved there but

Re: AW: [dba-dev] writing a new SDBC(X) driver, similar to the MySQL driver

2008-08-06 Thread Frank Schönheit - Sun Microsystems Germany
Hi Michael, I'm still confused what is happening to the default values in Base. You mentioned before that they never appear in the database and are stored in the base document instead. Seems to be correct, they do never appear in the database, but how is that done? IIRC (it's a while since I

Re: [dba-dev] New application controller API

2008-08-06 Thread Ariel Constenla-Haile
Hi Frank, Frank Schönheit escribió: Hi Ariel, forgot one thing: ** ** com.sun.star.view.XSelectionSupplier ... * an issue that was present in the previous

Re: [dba-dev] New application controller API

2008-08-06 Thread Ariel Constenla-Haile
Frank Schönheit - Sun Microsystems Germany escribió: Hello Ariel, I just started testing the css.sdb.application.DefaultViewController, but as the first try reveals two important issues, I decided to report my findings before finishing a nicer/cleaner demo. Okay, using your extension, I

Re: [dba-dev] New application controller API

2008-08-06 Thread Frank Schönheit - Sun Microsystems Germany
Hi Ariel, I will commit this fix to CWS dba31b - the issue probably does not really qualify as stopper for 3.0, though this is sad indeed. :-( does this mean it will have to wait to 3.1 (which, if IIRC, is intended to Jan. 2009)? Originally yes. Now no: Just got, over there in [EMAIL

Re: [dba-dev] New application controller API

2008-08-06 Thread Ariel Constenla-Haile
Frank Schönheit - Sun Microsystems Germany escribió: Hi Ariel, I will commit this fix to CWS dba31b - the issue probably does not really qualify as stopper for 3.0, though this is sad indeed. :-( does this mean it will have to wait to 3.1 (which, if IIRC, is intended to Jan. 2009)?

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

2008-08-06 Thread Ariel Constenla-Haile
Hi Frank, Frank Schönheit - Sun Microsystems Germany escribió: Hi Ariel, PS: reading at the sources I found a pair of things I'd like to have at the XDatabaseDocumentUI, may I ask them for? Sure. (Asking is always allowed :) well, following things can be done using only API calls, but it

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

2008-08-06 Thread Frank Schönheit - Sun Microsystems Germany
Hi Ariel, * sal_Bool dbaui::OApplicationController::isConnectionReadOnly() const hmm, this wouldn't be so much faster than controller.getActiveConnection().isReadOnly() , would it? * sal_Bool dbaui::OApplicationController::isDataSourceReadOnly() const should be the same as

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

2008-08-06 Thread Noel Power
Hi Frank, eventually found some time to revisit this yesterday today :-) I will try to combine responses to the last two emails from you to explain what I have done ( hope this doesn't confuse things more ) On Mon, 2008-07-28 at 13:38 +0200, Frank Schönheit - Sun Microsystems Germany wrote: -