You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Jörg Schmidt <jo...@j-m-schmidt.de> on 2021/06/01 07:12:05 UTC

Where can I get help with a complicated menu problem (API)?

Hello,

Peter had asked me to write a small extension, which I did. For the meaningful operation of the extension it would be necessary to be able to set a check mark at a, self-defined, menu item.
The question is formulated here more exactly (and the short answer there does not help me unfortunately):
https://forum.openoffice.org/en/forum/viewtopic.php?f=20&t=105315#p511270


Can someone help me?

My hope is that someone knows who used to work as a programmer at OOo/SUN with a focus on menus and can still be contacted today. 


greetings,
Jörg


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


RE: Where can I get help with a complicated menu problem (API)?

Posted by Jörg Schmidt <jo...@j-m-schmidt.de>.
 

> -----Original Message-----
> From: Rory O'Farrell [mailto:ofarrwrk@iol.ie] 
> Sent: Tuesday, June 01, 2021 4:36 PM
> To: dev@openoffice.apache.org
> Subject: Re: Where can I get help with a complicated menu 
> problem (API)?

> In this thread
> [url]https://forum.openoffice.org/en/forum/viewtopic.php?f=20&
> t=99632[/url]

Thanks, I will take a look.


Jörg


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: Where can I get help with a complicated menu problem (API)?

Posted by Rory O'Farrell <of...@iol.ie>.
On Tue, 1 Jun 2021 09:12:05 +0200
Jörg Schmidt <jo...@j-m-schmidt.de> wrote:

> Hello,
> 
> Peter had asked me to write a small extension, which I did. For the meaningful operation of the extension it would be necessary to be able to set a check mark at a, self-defined, menu item.
> The question is formulated here more exactly (and the short answer there does not help me unfortunately):
> https://forum.openoffice.org/en/forum/viewtopic.php?f=20&t=105315#p511270
> 
> 
> Can someone help me?
> 
> My hope is that someone knows who used to work as a programmer at OOo/SUN with a focus on menus and can still be contacted today. 
> 
> 
> greetings,
> Jörg

In this thread
[url]https://forum.openoffice.org/en/forum/viewtopic.php?f=20&t=99632[/url]

Hubert Lambert in the second last post gives some BASIC code to modify the item name in the menu bar.  This would surely allow you replace the item name with "Item Name <checkmark>"

-- 
Rory O'Farrell <of...@iol.ie>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


RE: Where can I get help with a complicated menu problem (API)?

Posted by Jörg Schmidt <jo...@j-m-schmidt.de>.
Hello Peter, 

> -----Original Message-----
> From: Peter Kovacs [mailto:petko@apache.org] 
> Sent: Tuesday, June 01, 2021 9:16 PM
> To: dev@openoffice.apache.org
> Subject: Re: Where can I get help with a complicated menu 
> problem (API)?
> 
> Hello Jörg,
> 
> I have passed the extension you have provided to the person 
> who asked on 
> Facebook.
> 
> The Answer was:
> 
> "Thank you so much! This works perfectly. [...]
> I never expected anyone to pay attention to my question, but you did. 
> AND you went above and beyond. I am honored and impressed.
> 
> I wanted to leave positive feedback for the extension, but I 
> didn't see 
> anywhere to do so.
> 
> [...]
> 
> 
> i'm just incredibly happy to havethe extension. i've been 
> bragging about 
> OO to everybody because you paid attention to me and actually had an 
> extension created. i think people will be really happy with 
> it once they 
> realize that it exists. as a numbers person, it is a must have."

Good publicity for Openoffice

> So if you have time please release it on extensions, so she 
> can rate it. 

What do you think Peter, should I do that at this point in time?

OK, the extension works, but it's only a prototype at the moment and above all we had thought about releasing more language localizations.



greetings,
Jörg


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: Where can I get help with a complicated menu problem (API)?

Posted by Peter Kovacs <pe...@apache.org>.
Hello Jörg,

I have passed the extension you have provided to the person who asked on 
Facebook.

The Answer was:

"Thank you so much! This works perfectly. [...]
I never expected anyone to pay attention to my question, but you did. 
AND you went above and beyond. I am honored and impressed.

I wanted to leave positive feedback for the extension, but I didn't see 
anywhere to do so.

[...]


i'm just incredibly happy to havethe extension. i've been bragging about 
OO to everybody because you paid attention to me and actually had an 
extension created. i think people will be really happy with it once they 
realize that it exists. as a numbers person, it is a must have."

:) Sometimes small features make a difference.

So if you have time please release it on extensions, so she can rate it. 
If you are happy with the version of course.

All the best

Peter

On 01.06.21 09:12, Jörg Schmidt wrote:
> Hello,
>
> Peter had asked me to write a small extension, which I did. For the meaningful operation of the extension it would be necessary to be able to set a check mark at a, self-defined, menu item.
> The question is formulated here more exactly (and the short answer there does not help me unfortunately):
> https://forum.openoffice.org/en/forum/viewtopic.php?f=20&t=105315#p511270
>
>
> Can someone help me?
>
> My hope is that someone knows who used to work as a programmer at OOo/SUN with a focus on menus and can still be contacted today.
>
>
> greetings,
> Jörg
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
>
-- 
This is the Way! http://www.apache.org/theapacheway/index.html

RE: Where can I get help with a complicated menu problem (API)?

Posted by Jörg Schmidt <jo...@j-m-schmidt.de>.
 

> -----Original Message-----
> From: Rory O'Farrell [mailto:ofarrwrk@iol.ie] 
> Sent: Tuesday, June 01, 2021 9:47 AM
> To: dev@openoffice.apache.org
> Subject: Re: Where can I get help with a complicated menu 
> problem (API)?

> This is not an immediate answer, but I note that the 
> checkmark mechanism is available in (inter alia) Writer, on 
> the View menu, for selection of toolbars and viewing of Text 
> boundaries and Sidebar.  A quick search threw up this
> [url]https://www.openoffice.org/api/docs/common/ref/com/sun/st
ar/mozilla/MenuMultipleChange.html[/url]

Yes. Thank you, but ...

... this is a similar link I already received in the forum
(https://www.openoffice.org/api/docs/common/ref/com/sun/star/awt/XPopupMenu.html)
and unfortunately it is not enough for me to develop a solution myself.


greetings,
Jörg


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Correction:Re: Where can I get help with a complicated menu problem (API)?

Posted by Rory O'Farrell <of...@iol.ie>.
On Tue, 1 Jun 2021 08:46:36 +0100
Rory O'Farrell <of...@iol.ie> wrote:

> On Tue, 1 Jun 2021 09:12:05 +0200
> Jörg Schmidt <jo...@j-m-schmidt.de> wrote:
> 
> > Hello,
> > 
> > Peter had asked me to write a small extension, which I did. For the meaningful operation of the extension it would be necessary to be able to set a check mark at a, self-defined, menu item.
> > The question is formulated here more exactly (and the short answer there does not help me unfortunately):
> > https://forum.openoffice.org/en/forum/viewtopic.php?f=20&t=105315#p511270
> > 
> > 
> > Can someone help me?
> > 
> > My hope is that someone knows who used to work as a programmer at OOo/SUN with a focus on menus and can still be contacted today. 
> > 
> > 
> > greetings,
> > Jörg
> 
> This is not an immediate answer, but I note that the checkmark mechanism is available in (inter alia) Writer, on the View menu, for selection of toolbars and viewing of Text boundaries and Sidebar.  A quick search threw up this
> [url]https://www.openoffice.org/api/docs/common/ref/com/sun/star/mozilla/MenuMultipleChange.html[/url]
> 
> But I mention that I am an experienced programmer - my programming days were 35 years ago in Z80 assembler, later in Pascal and Modula.


When I wrote "I am an experienced programmer" that was incorrect: it should have read "I am NOT an experienced programmer"! Apologies - I should read what I am typing!!

Rory

> 
> -- 
> Rory O'Farrell <of...@iol.ie>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
> 


-- 
Rory O'Farrell <of...@iol.ie>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: Where can I get help with a complicated menu problem (API)?

Posted by Rory O'Farrell <of...@iol.ie>.
On Tue, 1 Jun 2021 09:12:05 +0200
Jörg Schmidt <jo...@j-m-schmidt.de> wrote:

> Hello,
> 
> Peter had asked me to write a small extension, which I did. For the meaningful operation of the extension it would be necessary to be able to set a check mark at a, self-defined, menu item.
> The question is formulated here more exactly (and the short answer there does not help me unfortunately):
> https://forum.openoffice.org/en/forum/viewtopic.php?f=20&t=105315#p511270
> 
> 
> Can someone help me?
> 
> My hope is that someone knows who used to work as a programmer at OOo/SUN with a focus on menus and can still be contacted today. 
> 
> 
> greetings,
> Jörg

This is not an immediate answer, but I note that the checkmark mechanism is available in (inter alia) Writer, on the View menu, for selection of toolbars and viewing of Text boundaries and Sidebar.  A quick search threw up this
[url]https://www.openoffice.org/api/docs/common/ref/com/sun/star/mozilla/MenuMultipleChange.html[/url]

But I mention that I am an experienced programmer - my programming days were 35 years ago in Z80 assembler, later in Pascal and Modula.

-- 
Rory O'Farrell <of...@iol.ie>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org