I'm actually still in the process of writing a wrapper application on top of
ooimpress.

My UNO Component basically adds a new toolbar in the 3rd row of ooimpress
but I want that this toolbar should only appear when my wrapper app starts
ooimpress.

So the way I was thinking around it was that I would make the toolbar
unvisible whenever ooimpress is started through my app and before closing my
app I would make it visible so that its not viewable when you open ooimpress
normally.

Seems like a do able strategy ?

On 11/3/06, Tabish F. Mufti <[EMAIL PROTECTED]> wrote:


My solution is specific to Windows, and my component is written in C++.
Being a Windows executable, it is able (by some system hook) to inject
itself into OO's process, and then to register itself dynamically to
OO.

No :)

On 11/3/06, Julien Galand <[EMAIL PROTECTED]> wrote:
>
>
> Le 3 nov. 06, à 13:58, Tabish F. Mufti a écrit :
>
> > Would you please like to share with me your solution after you are
> > done. I
> > would like to have your files and and how you are running them etc.
> > only if
> > you are working in java.
> >
> > I actually tried searching about doing such a thing and I thought its
> > not
> > possible in openoffice.org so later I had to resort to just installing
>
> > my
> > component into openoffice.org using the unopkg.
> >
>
> My solution is specific to Windows, and my component is written in C++.
> Being a Windows executable, it is able (by some system hook) to inject
> itself into OO's process, and then to register itself dynamically to
> OO.
>
> Does this context still interest you ?
>
> Julien Galand
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to