Re: [api-dev] Macro ODB documents

2009-06-09 Thread Mathias Bauer
Frank Schönheit - Sun Microsystems Germany wrote: Hi Mathias, This was one design decision we had to make when Base was created in the current form. Finally, the decision for SDI was because of technical constraints, since OOo doesn't have an infrastructure for MDI. Chosing SDI in favor

Re: [api-dev] How to reload current opened document via API

2009-06-09 Thread Mathias Bauer
bvoll...@informatik.uni-bremen.de wrote: Quoting Mathias Bauer nospamfor...@gmx.de: bvoll...@informatik.uni-bremen.de wrote: Unfortunately the solution with .uno:Reload does not work anymore since OO.org 3.1 was released. Under Windows I cannot update the opened document externally because

[api-dev] Problems with global variables in OpenOffice.org BAS IC…

2009-06-09 Thread Johnny Rosenberg
CODE REM * BASIC * Option Explicit Dim Dlg As Object Dim LastString As String Sub Test Dim Ctl As Object DialogLibraries.LoadLibrary(Standard) Dlg = CreateUnoDialog(DialogLibraries.Standard.TestDlg) Ctl=Dlg.getControl(TextField)

[api-dev] Re: Problems with global variables in OpenOffice.org BASIC…

2009-06-09 Thread Johnny Rosenberg
Found the answer in the built in help… CODEDim Dlg As Object Dim LastString As String/CODE Should be: CODEGlobal Dlg As Object Global LastString As String/CODE Johnny Rosenberg 2009/6/9 Johnny Rosenberg gurus.knu...@gmail.com: CODE REM  *  BASIC  * Option Explicit Dim Dlg As

[api-dev] How-to extension with Python NetBeans .jar

2009-06-09 Thread Sergio Corato
Although I'm a beginner, I'm planning to make an extension and, as I'm willing to study hard, I would know if I am in a wrong direction. The extension will provide some little functionality to manage a warehouse and do invoice, adding some CRM functions. I'd like to use this software: -

Re: [api-dev] How-to extension with Python NetBeans .jar

2009-06-09 Thread Juergen Schmidt
Hi Sergio, Sergio Corato wrote: Although I'm a beginner, I'm planning to make an extension and, as I'm willing to study hard, I would know if I am in a wrong direction. The extension will provide some little functionality to manage a warehouse and do invoice, adding some CRM functions. I'd