Contextual menu

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

Contextual menu

Mark Rizun
Hi,

Can somebody tell me, where I can find an implementation of contextual menu.
In particular I'd like to know where I can find some kind of its initialization and adding items to this menu.

Cheers,
Mark
Reply | Threaded
Open this post in threaded view
|

Re: Contextual menu

Uko2
I’m not pro in this question, but you can take a look at the class comments of PragmaMenuBuilder and MenuRegistration. Methods that add items to world menu are annotated with <worldMenu> pragma.

Uko

On 25 Jun 2014, at 11:30, Mark Rizun <[hidden email]> wrote:

> Hi,
>
> Can somebody tell me, where I can find an implementation of contextual menu.
> In particular I'd like to know where I can find some kind of its initialization and adding items to this menu.
>
> Cheers,
> Mark


Reply | Threaded
Open this post in threaded view
|

Re: Contextual menu

Mark Rizun
Thanks. I just used Finder to search for pragmas: worldMenucontextMenu and just Menu
Fortunately, I found a lot of useful results in it. 

Mark


2014-06-25 12:40 GMT+03:00 Yuriy Tymchuk <[hidden email]>:
I’m not pro in this question, but you can take a look at the class comments of PragmaMenuBuilder and MenuRegistration. Methods that add items to world menu are annotated with <worldMenu> pragma.

Uko

On 25 Jun 2014, at 11:30, Mark Rizun <[hidden email]> wrote:

> Hi,
>
> Can somebody tell me, where I can find an implementation of contextual menu.
> In particular I'd like to know where I can find some kind of its initialization and adding items to this menu.
>
> Cheers,
> Mark



Reply | Threaded
Open this post in threaded view
|

Re: Contextual menu

Mark Rizun
One more question: where is the implementation of SystemBrowser?


2014-06-25 13:06 GMT+03:00 Mark Rizun <[hidden email]>:
Thanks. I just used Finder to search for pragmas: worldMenucontextMenu and just Menu
Fortunately, I found a lot of useful results in it. 

Mark


2014-06-25 12:40 GMT+03:00 Yuriy Tymchuk <[hidden email]>:

I’m not pro in this question, but you can take a look at the class comments of PragmaMenuBuilder and MenuRegistration. Methods that add items to world menu are annotated with <worldMenu> pragma.

Uko

On 25 Jun 2014, at 11:30, Mark Rizun <[hidden email]> wrote:

> Hi,
>
> Can somebody tell me, where I can find an implementation of contextual menu.
> In particular I'd like to know where I can find some kind of its initialization and adding items to this menu.
>
> Cheers,
> Mark




Reply | Threaded
Open this post in threaded view
|

Re: Contextual menu

Uko2
If I understand you correctly, current system browser is Nautilus.

Uko

Sent from my iPhone

On 25 Jun 2014, at 12:36, Mark Rizun <[hidden email]> wrote:

One more question: where is the implementation of SystemBrowser?


2014-06-25 13:06 GMT+03:00 Mark Rizun <[hidden email]>:
Thanks. I just used Finder to search for pragmas: worldMenucontextMenu and just Menu
Fortunately, I found a lot of useful results in it. 

Mark


2014-06-25 12:40 GMT+03:00 Yuriy Tymchuk <[hidden email]>:

I’m not pro in this question, but you can take a look at the class comments of PragmaMenuBuilder and MenuRegistration. Methods that add items to world menu are annotated with <worldMenu> pragma.

Uko

On 25 Jun 2014, at 11:30, Mark Rizun <[hidden email]> wrote:

> Hi,
>
> Can somebody tell me, where I can find an implementation of contextual menu.
> In particular I'd like to know where I can find some kind of its initialization and adding items to this menu.
>
> Cheers,
> Mark




Reply | Threaded
Open this post in threaded view
|

Re: Contextual menu

Mark Rizun
That's it for now. Thanks again:)


2014-06-25 13:39 GMT+03:00 Yuriy Tymchuk <[hidden email]>:
If I understand you correctly, current system browser is Nautilus.

Uko

Sent from my iPhone

On 25 Jun 2014, at 12:36, Mark Rizun <[hidden email]> wrote:

One more question: where is the implementation of SystemBrowser?


2014-06-25 13:06 GMT+03:00 Mark Rizun <[hidden email]>:
Thanks. I just used Finder to search for pragmas: worldMenucontextMenu and just Menu
Fortunately, I found a lot of useful results in it. 

Mark


2014-06-25 12:40 GMT+03:00 Yuriy Tymchuk <[hidden email]>:

I’m not pro in this question, but you can take a look at the class comments of PragmaMenuBuilder and MenuRegistration. Methods that add items to world menu are annotated with <worldMenu> pragma.

Uko

On 25 Jun 2014, at 11:30, Mark Rizun <[hidden email]> wrote:

> Hi,
>
> Can somebody tell me, where I can find an implementation of contextual menu.
> In particular I'd like to know where I can find some kind of its initialization and adding items to this menu.
>
> Cheers,
> Mark





Reply | Threaded
Open this post in threaded view
|

Re: Contextual menu

philippeback
In reply to this post by Mark Rizun
In the Nautilus package

Phil


On Wed, Jun 25, 2014 at 12:36 PM, Mark Rizun <[hidden email]> wrote:
One more question: where is the implementation of SystemBrowser?


2014-06-25 13:06 GMT+03:00 Mark Rizun <[hidden email]>:
Thanks. I just used Finder to search for pragmas: worldMenucontextMenu and just Menu
Fortunately, I found a lot of useful results in it. 

Mark


2014-06-25 12:40 GMT+03:00 Yuriy Tymchuk <[hidden email]>:

I’m not pro in this question, but you can take a look at the class comments of PragmaMenuBuilder and MenuRegistration. Methods that add items to world menu are annotated with <worldMenu> pragma.

Uko

On 25 Jun 2014, at 11:30, Mark Rizun <[hidden email]> wrote:

> Hi,
>
> Can somebody tell me, where I can find an implementation of contextual menu.
> In particular I'd like to know where I can find some kind of its initialization and adding items to this menu.
>
> Cheers,
> Mark





Reply | Threaded
Open this post in threaded view
|

Re: Contextual menu

stepharo
In reply to this post by Mark Rizun
Mark this is good that you ask questions!
Keep asking :)

On 25/6/14 11:30, Mark Rizun wrote:
> Hi,
>
> Can somebody tell me, where I can find an implementation of contextual
> menu.
> In particular I'd like to know where I can find some kind of its
> initialization and adding items to this menu.
>
> Cheers,
> Mark