Thanks Any way I found this Xray (http://ooomacros.org/dev.php#101416 )and after a terrible headache and this explanation: -------------------------------------------------------------------------------- Several potential users of Xray (for Basic) are stuck when trying to install it in OpenOffice.org pre-release versions 1.9.xxx Installation instructions mention the existence of the soffice library container, which was visible in OOo 1.1.x With OOo version 1.9 and future 2.0 the soffice container is no longer displayed in the Macro Organizer. Instead you see two pseudo-containers : - My Macros & Dialogs - OpenOffice.org Macros & Dialogs
The second one is read-only. You have to select the first one : My Macros & Dialogs , and append Xray and XrayDyn libraries. Xray works without problem with OOo 1.9.xx. If you want to look at the API documentation, download the latest SDK for 1.9 at http://download.openoffice.org/680/sdk.html You can download the current version of Xray for Basic : - in english at http://ooomacros.org/dev.php#101416 - in french at http://fr.openoffice.org/Documentation/How-to/indexht.html ------------------------------------------------------------------------------------------ I made this macro and put it to toolbar: sub kutsu foo = thiscomponent Xray.Xray foo end sub Still I don't have idea how to refer to object so variable foo would be selected object or where cursor is. That would be nice. Heikki "Alex Thurgood" <[EMAIL PROTECTED]> kirjoitti viestissä:[EMAIL PROTECTED] > Le mardi 13 septembre 2005 à 11:02 +0300, Heikki Tuhkanen a écrit : > > Hi Heikki, > >> Is it possible to get same functionality as in VBA Basic editor, with F1 >> all >> references to codewords and some quicklist opened when writing code and >> if >> so, howto? > > No, this functionality was removed AFAIK after StarOffice 5 when Sun > released the source code. It would IMHO be a very nice feature to have, > though. > > Alex --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
