Page 1 of 1

[Closed] MRI Object Inspection Tutorial Odt File

Posted: Thu Aug 31, 2017 12:02 pm
by rajibando
The Tutorial, Introduction into object inspection with MRI contains these sentences:
As the macro has been called from a Writer document the 'ThisComponent' variable represents the “SwTextDocument” object/service. MRI displays this window where (sic, "it" missing?) is possible to examine all the properties, methods etc applicable to this Writer document:
I had changed the security settings and let the macro run in my system. An MRI window opened. I have posted a snapshot. The MRI tool's Help is not very helping.
Any advice?
MRI_Tool_Window.jpeg

Re: MRI Object Inspection Tutorial Odt File

Posted: Thu Aug 31, 2017 12:07 pm
by RoryOF
More documentation at
https://github.com/hanya/MRI/wiki

Re: MRI Object Inspection Tutorial Odt File

Posted: Thu Aug 31, 2017 12:50 pm
by RPG
Hello

Documentation of OpenOffice BASIC objects, etc.
The link makes it maybe clear to you why it is so difficult when you just started with macros in OOo. You have to study first the BASIC guide and need to understand the idea of services and interfaces. Then you must learn special the service which are important for you. But in the BASIC guide the most important services, interfaces, methods and properties are there. Also you have to learn the complete help file when you want learn BASIC or you need to study the script language of your choice.

Maybe the most important question for starters is always: Why do I want study all those things.

Romke

[Closed] MRI Object Inspection Tutorial Odt File

Posted: Thu Aug 31, 2017 2:00 pm
by rajibando
RoryOF wrote:More documentation at
https://github.com/hanya/MRI/wiki
Thank you, Rory, for the link.