[api-dev] How to fill the Beamer (datbrowser) with SQL statement

2008-11-26 Thread Fernand Vanrie
Hallo, I hope Frank S. is there :-) I try to load in the beamer data with a SQL statement and not data from a datasource tabel loaded with the GUI even when i not use a SQL statement and try to load the data from a datasource tabel the Beamer stays empty. Only when the beamer was opened with th

Re: [api-dev] How to fill the Beamer (datbrowser) with SQL statement

2008-11-26 Thread Frank Schönheit - Sun Microsystems Germany
Hi Fernand, > I hope Frank S. is there :-) well, yes. > I try to load in the beamer data with a SQL statement and not data from > a datasource tabel loaded with the GUI > even when i not use a SQL statement and try to load the data from a > datasource tabel the Beamer stays empty. > Only when

Re: [api-dev] Packaging 3rd Party DLLs

2008-11-26 Thread Stephan Bergmann
On 11/26/08 11:58, RKVS Raman wrote: Hi, How do i package 3rd party DLLs with my Extension which uses them? If your extension shared library X is linked against a single additional ("3rd party") shared library Y, then place Y into the same directory as X in the extension .oxt, do not mentio

[api-dev] [OT] issue 84487

2008-11-26 Thread Ariel Constenla-Haile
Hi *, not really an API topic, but a) is there a dedicated mailing list for Basic IDE/ dialog editor?, b) this can be of interest for API users, so I ask you here: can you confirm if issue http://www.openoffice.org/issues/show_bug.cgi?id=84487 is back in DEV300_m35? [Just right-click on an IDE's t

Re: [api-dev] [OT] issue 84487

2008-11-26 Thread Juergen Schmidt
Hi Ariel, i have seen this as well just yesterday evening. You should reopen the issue. Thanks Juergen Ariel Constenla-Haile wrote: Hi *, not really an API topic, but a) is there a dedicated mailing list for Basic IDE/ dialog editor?, b) this can be of interest for API users, so I ask you

Re: [api-dev] Packaging 3rd Party DLLs

2008-11-26 Thread Stephan Bergmann
On 11/26/08 13:56, RKVS Raman wrote: Thanks for your help. We have 3 level dependencies. Things are getting interesting. You mean your X links against Y, which in turn links against Z, which in turn links against W? Then, package Z and W the same way you packaged Y into the extension .oxt,

Re: [api-dev] Packaging 3rd Party DLLs

2008-11-26 Thread Rony G. Flatscher
Hi Stephan, how about X loading Y loading Z dynamically on all mentioned platforms? Would that be possible? (This might allow a single package to be used on multiple operating systems picking the appropriate libraries at runtime.) ---rony Stephan Bergmann wrote: > On 11/26/08 13:56, RKVS Raman

Re: [api-dev] ad Wiki: possible to get whole chapters?

2008-11-26 Thread Rony G. Flatscher
Hi Clayton, thank you for your answer! ... cut ... > I hope to simplify this a bit in the future. I have been working on an > idea to auto-generate the Collections for each chapter. The Wiki syntax > for a Collection and the Wiki syntax we use to generate the TOC box are > similar. We should

[api-dev] Packaging 3rd Party DLLs

2008-11-26 Thread RKVS Raman
Hi, How do i package 3rd party DLLs with my Extension which uses them? Thanks. -Raman - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [api-dev] How to fill the Beamer (datbrowser) with SQL statement

2008-11-26 Thread Fernand Vanrie
Frank, You made my day :-) it works like a charme Sub Test1 frame1 = thiscomponent.CurrentController.Frame Dim aProps(5) as New com.sun.star.beans.PropertyValue aProps(0).Name = "DataSourceName" aProps(0).Value = "Bibliography" aProps(1).Name = "CommandType" aProps(1

Re: [api-dev] Packaging 3rd Party DLLs

2008-11-26 Thread Stephan Bergmann
On 11/26/08 15:18, Rony G. Flatscher wrote: Hi Stephan, how about X loading Y loading Z dynamically on all mentioned platforms? Would that be possible? (This might allow a single package to be used on multiple operating systems picking the appropriate libraries at runtime.) For X (that can lin

Re: [api-dev] Packaging 3rd Party DLLs

2008-11-26 Thread RKVS Raman
Thanks for your help. We have 3 level dependencies. Things are getting interesting. -Raman On Wed, Nov 26, 2008 at 6:22 PM, Stephan Bergmann <[EMAIL PROTECTED]> wrote: > On 11/26/08 11:58, RKVS Raman wrote: >> >> Hi, >> >> How do i package 3rd party DLLs with my Extension which uses them? > >

Re: [api-dev] Packaging 3rd Party DLLs

2008-11-26 Thread Rony G. Flatscher
Hi Stephan, >> how about X loading Y loading Z dynamically on all mentioned platforms? >> Would that be possible? >> (This might allow a single package to be used on multiple operating >> systems picking the appropriate libraries at runtime.) > > For X (that can link against sal) the way to dynamic

Re: [api-dev] How to fill the Beamer (datbrowser) with SQL statement

2008-11-26 Thread Fernand Vanrie
Fernand Vanrie wrote: OK it works like a charm but: when the Beamer is not present (ope,ed with the GUI) then i get a window on top of my writerdoc and not nicely docked on topof it. As a work around i open the Beamer with the Dispatcher. Can the Beamer been docked by the UNO API using less c

Re: [api-dev] Packaging 3rd Party DLLs

2008-11-26 Thread Stephan Bergmann
On 11/26/08 16:09, Rony G. Flatscher wrote: Hi Stephan, how about X loading Y loading Z dynamically on all mentioned platforms? Would that be possible? (This might allow a single package to be used on multiple operating systems picking the appropriate libraries at runtime.) For X (that can link

Re: [api-dev] Packaging 3rd Party DLLs

2008-11-26 Thread Rony G. Flatscher
Hi Stephan, how about X loading Y loading Z dynamically on all mentioned platforms? Would that be possible? (This might allow a single package to be used on multiple operating systems picking the appropriate libraries at runtime.) >>> For X (that can link against sal) the

Re: [api-dev] How to fill the Beamer (datbrowser) with SQL statement

2008-11-26 Thread Peter Eberlein
Hi Fernand, Fernand Vanrie schrieb: Frank, You made my day :-) it works like a charme Sub Test1 frame1 = thiscomponent.CurrentController.Frame Dim aProps(5) as New com.sun.star.beans.PropertyValue aProps(0).Name = "DataSourceName" aProps(0).Value = "Bibliography" aProp

Re: [api-dev] [OT] issue 84487

2008-11-26 Thread Ariel Constenla-Haile
Hi Jürgen, Juergen Schmidt escribió: > Hi Ariel, > > i have seen this as well just yesterday evening. You should reopen the > issue. for the record: re-opened and closed, because fixed in DEV300_m36. Sadly: new http://www.openoffice.org/issues/show_bug.cgi?id=96642 Regards Ariel -- Ariel Cons