Re: [api-dev] Simple question - How to maximize a window

2005-10-16 Thread Andreas Schlüns
Andrew Jensen wrote: .-) My code snippet was an example only ... and I've shown you a way, which isnt the preferred one for myself .-) The problem behind getActiveFrame() / getCurrentController() is the dependenc against the focus. If the application is loosing it's focus it can happen that

Re: [api-dev] Xforms and API

2005-10-16 Thread Frank Schönheit - Sun Microsystems Germa ny
Hi Laurent, > is the XForm api available through UNO ? Sure. > is it possible to script some formulars for example creating dynamically > one and submit it ? Just throwing in some pointers: - Instead of creating an empty text document, you need to create a text document with a special parame

Re: [api-dev] multiple-inheritance interafces and method name clashes

2005-10-16 Thread Rony G. Flatscher
In principle we have the necessary mechanisms in Basic and PyUNO (see previous post by Jörg). However, since the existing mechanims are "heavy" and ugly, they are not used consistently in practice. That means that much of the code that is written in those language bindings is fragile. Rony

Re: [api-dev] PyUNO and IDL files

2005-10-16 Thread Paolo Mantovani
Hi Jorge, Alle 20:13, domenica 16 ottobre 2005, [EMAIL PROTECTED] ha scritto: > Hi, all! > > I would like to know if it is possible to develop UNO components in Python > (using the usual helpers) implementing interfaces in my own IDL files, as > trivial in e.g. C++. I am using OOo version 1.1.4. >

[api-dev] PyUNO and IDL files

2005-10-16 Thread Jorge . Pelizzoni
Hi, all! I would like to know if it is possible to develop UNO components in Python (using the usual helpers) implementing interfaces in my own IDL files, as trivial in e.g. C++. I am using OOo version 1.1.4. I got to the point of compiling my rdb file, but just packing it together with the .py

Re: [api-dev] multiple-inheritance interafces and method name clashes

2005-10-16 Thread Jörg Budischewski
Hi, As Stephan pointed out such means do exist in Basic and they are described in our DevGuide. I don't know if PyUNO has means too so we must ask people knowing the binding. AFAIK Jörg Budischewski is reading the udk list so perhaps we should move the discussion there. In principle we have t