implement right click system on windows?

Hi, I don't know if this is the right place to aswer this, so please forget..

Once I created my text editor, there's a way to implement into the right-click menu system the option to open a file with my
installed application?

The same way many editors do once installed..

thanks

Alessandro Crugnola [aka] sephiroth
Flash | PHP Developer
http://www.sephiroth.it

Team Macromedia Volunteer for Flash
http://www.macromedia.com/go/team

Yes, I do believe there is a sample installed that shows how to that..

Basically you want to create an event that captures the Right Click, create the menu, display the menu and all that..

then pass the processing off using SKIP..

that's the highlevel way of doing it.. if you want I can find make up a sample that shows how to do it..

D

···

At 02:27 PM 10/28/03, you wrote:

Hi, I don't know if this is the right place to aswer this, so please forget..

Once I created my text editor, there's a way to implement into the right-click menu system the option to open a file with my
installed application?

The same way many editors do once installed..

thanks

Alessandro Crugnola [aka] sephiroth
Flash | PHP Developer
http://www.sephiroth.it

Team Macromedia Volunteer for Flash
http://www.macromedia.com/go/team

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

Ehm, sorry.. i think I didn't explained it well... :frowning:

I didn't mean implement the right-click menu inside my python app, but in the system menu app..
liek when you click on a .txt file on your desktop and appear the contextual windows menu woth all the choices..

:: -----Original Message-----
:: From: Dave [mailto:usenet@voygr.com]
:: Sent: martedì 28 ottobre 2003 21.34
:: To: wxPython-users@lists.wxwindows.org
:: Subject: Re: [wxPython-users] implement right click system
:: on windows?
::
:: Yes, I do believe there is a sample installed that shows how
:: to that..
::
:: Basically you want to create an event that captures the
:: Right Click, create the menu, display the menu and all that..
::
:: then pass the processing off using SKIP..
::
:: that's the highlevel way of doing it.. if you want I can
:: find make up a sample that shows how to do it..
::
:: D
::
:: At 02:27 PM 10/28/03, you wrote:
:: >Hi, I don't know if this is the right place to aswer this,
:: so please forget..
:: >
:: >Once I created my text editor, there's a way to implement into the
:: >right-click menu system the option to open a file with my installed
:: >application?
:: >
:: >The same way many editors do once installed..
:: >
:: >thanks
:: >
:: >
:: >
:: >Alessandro Crugnola [aka] sephiroth
:: >Flash | PHP Developer
:: >http://www.sephiroth.it
:: >
:: >Team Macromedia Volunteer for Flash
:: >http://www.macromedia.com/go/team
:: >
:: >
:: >
:: >------------------------------------------------------------
:: ---------
:: >To unsubscribe, e-mail:
:: wxPython-users-unsubscribe@lists.wxwindows.org
:: >For additional commands, e-mail:
:: >wxPython-users-help@lists.wxwindows.org
::
::
:: ---------------------------------------------------------------------
:: To unsubscribe, e-mail:
:: wxPython-users-unsubscribe@lists.wxwindows.org
:: For additional commands, e-mail:
:: wxPython-users-help@lists.wxwindows.org
::

Ahhhhhh
Yes.. that would have to be done in an install script of some sort right..

Because to make that happen, you need to modify the Registry entry that has the list of "Quick Access" entries and text and such..

Are you using an install program that can modify the systems registry?

···

At 02:41 PM 10/28/03, you wrote:

Ehm, sorry.. i think I didn't explained it well... :frowning:

I didn't mean implement the right-click menu inside my python app, but in the system menu app..
liek when you click on a .txt file on your desktop and appear the contextual windows menu woth all the choices..

:: -----Original Message-----
:: From: Dave [mailto:usenet@voygr.com]
:: Sent: martedì 28 ottobre 2003 21.34
:: To: wxPython-users@lists.wxwindows.org
:: Subject: Re: [wxPython-users] implement right click system
:: on windows?
::
:: Yes, I do believe there is a sample installed that shows how
:: to that..
::
:: Basically you want to create an event that captures the
:: Right Click, create the menu, display the menu and all that..
::
:: then pass the processing off using SKIP..
::
:: that's the highlevel way of doing it.. if you want I can
:: find make up a sample that shows how to do it..
::
:: D
::
:: At 02:27 PM 10/28/03, you wrote:
:: >Hi, I don't know if this is the right place to aswer this,
:: so please forget..
:: >
:: >Once I created my text editor, there's a way to implement into the
:: >right-click menu system the option to open a file with my installed
:: >application?
:: >
:: >The same way many editors do once installed..
:: >
:: >thanks
:: >
:: >Alessandro Crugnola [aka] sephiroth
:: >Flash | PHP Developer
:: >http://www.sephiroth.it
:: >
:: >Team Macromedia Volunteer for Flash
:: >http://www.macromedia.com/go/team
:: >
:: >------------------------------------------------------------
:: ---------
:: >To unsubscribe, e-mail:
:: wxPython-users-unsubscribe@lists.wxwindows.org
:: >For additional commands, e-mail:
:: >wxPython-users-help@lists.wxwindows.org
::
:: ---------------------------------------------------------------------
:: To unsubscribe, e-mail:
:: wxPython-users-unsubscribe@lists.wxwindows.org
:: For additional commands, e-mail:
:: wxPython-users-help@lists.wxwindows.org
::

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

I'm using the NSIS (NullSoft installer opensource).
Sincerely i don't know if it can do that, but i will investigate. Thank you very much

:: -----Original Message-----
:: From: Dave [mailto:usenet@voygr.com]
:: Sent: martedì 28 ottobre 2003 21.52
:: To: wxPython-users@lists.wxwindows.org
:: Subject: RE: [wxPython-users] implement right click system
:: on windows?
::
:: Ahhhhhh
:: Yes.. that would have to be done in an install script of
:: some sort right..
::
:: Because to make that happen, you need to modify the Registry
:: entry that has the list of "Quick Access" entries and text and such..
::
:: Are you using an install program that can modify the systems
:: registry?
::
::
:: At 02:41 PM 10/28/03, you wrote:
:: >Ehm, sorry.. i think I didn't explained it well... :frowning:
:: >
:: >I didn't mean implement the right-click menu inside my
:: python app, but
:: >in the system menu app..
:: >liek when you click on a .txt file on your desktop and appear the
:: >contextual windows menu woth all the choices..
:: >
:: >
:: >:: -----Original Message-----
:: >:: From: Dave [mailto:usenet@voygr.com]
:: >:: Sent: martedì 28 ottobre 2003 21.34
:: >:: To: wxPython-users@lists.wxwindows.org
:: >:: Subject: Re: [wxPython-users] implement right click system
:: >:: on windows?
:: >::
:: >:: Yes, I do believe there is a sample installed that shows how
:: >:: to that..
:: >::
:: >:: Basically you want to create an event that captures the
:: >:: Right Click, create the menu, display the menu and all that..
:: >::
:: >:: then pass the processing off using SKIP..
:: >::
:: >:: that's the highlevel way of doing it.. if you want I can
:: >:: find make up a sample that shows how to do it..
:: >::
:: >:: D
:: >::
:: >:: At 02:27 PM 10/28/03, you wrote:
:: >:: >Hi, I don't know if this is the right place to aswer this,
:: >:: so please forget..
:: >:: >
:: >:: >Once I created my text editor, there's a way to
:: implement into the
:: >:: >right-click menu system the option to open a file with
:: my installed
:: >:: >application?
:: >:: >
:: >:: >The same way many editors do once installed..
:: >:: >
:: >:: >thanks
:: >:: >
:: >:: >
:: >:: >
:: >:: >Alessandro Crugnola [aka] sephiroth
:: >:: >Flash | PHP Developer
:: >:: >http://www.sephiroth.it
:: >:: >
:: >:: >Team Macromedia Volunteer for Flash
:: >:: >http://www.macromedia.com/go/team
:: >:: >
:: >:: >
:: >:: >
:: >:: >------------------------------------------------------------
:: >:: ---------
:: >:: >To unsubscribe, e-mail:
:: >:: wxPython-users-unsubscribe@lists.wxwindows.org
:: >:: >For additional commands, e-mail:
:: >:: >wxPython-users-help@lists.wxwindows.org
:: >::
:: >::
:: >::
:: >------------------------------------------------------------
:: ---------
:: >:: To unsubscribe, e-mail:
:: >:: wxPython-users-unsubscribe@lists.wxwindows.org
:: >:: For additional commands, e-mail:
:: >:: wxPython-users-help@lists.wxwindows.org
:: >::
:: >
:: >
:: >
:: >------------------------------------------------------------
:: ---------
:: >To unsubscribe, e-mail:
:: wxPython-users-unsubscribe@lists.wxwindows.org
:: >For additional commands, e-mail:
:: >wxPython-users-help@lists.wxwindows.org
::
::
:: ---------------------------------------------------------------------
:: To unsubscribe, e-mail:
:: wxPython-users-unsubscribe@lists.wxwindows.org
:: For additional commands, e-mail:
:: wxPython-users-help@lists.wxwindows.org
::

If you want to do it manually you can try FastExplorer ->
http://thesoftpro.tripod.com/downloads/fe/
Oliver

···

-----Ursprüngliche Nachricht-----
Von: Alessandro Crugnola *sephiroth* [mailto:wishmaster@sephiroth.it]
Gesendet: Dienstag, 28. Oktober 2003 21:58
An: wxPython-users@lists.wxwindows.org
Betreff: RE: [wxPython-users] implement right click system on windows?

I'm using the NSIS (NullSoft installer opensource).
Sincerely i don't know if it can do that, but i will investigate. Thank you
very much

:: -----Original Message-----
:: From: Dave [mailto:usenet@voygr.com]
:: Sent: martedì 28 ottobre 2003 21.52
:: To: wxPython-users@lists.wxwindows.org
:: Subject: RE: [wxPython-users] implement right click system
:: on windows?
::
:: Ahhhhhh
:: Yes.. that would have to be done in an install script of
:: some sort right..
::
:: Because to make that happen, you need to modify the Registry
:: entry that has the list of "Quick Access" entries and text and such..
::
:: Are you using an install program that can modify the systems
:: registry?
::
::
:: At 02:41 PM 10/28/03, you wrote:
:: >Ehm, sorry.. i think I didn't explained it well... :frowning:
:: >
:: >I didn't mean implement the right-click menu inside my
:: python app, but
:: >in the system menu app..
:: >liek when you click on a .txt file on your desktop and appear the
:: >contextual windows menu woth all the choices..
:: >
:: >
:: >:: -----Original Message-----
:: >:: From: Dave [mailto:usenet@voygr.com]
:: >:: Sent: martedì 28 ottobre 2003 21.34
:: >:: To: wxPython-users@lists.wxwindows.org
:: >:: Subject: Re: [wxPython-users] implement right click system
:: >:: on windows?
:: >::
:: >:: Yes, I do believe there is a sample installed that shows how
:: >:: to that..
:: >::
:: >:: Basically you want to create an event that captures the
:: >:: Right Click, create the menu, display the menu and all that..
:: >::
:: >:: then pass the processing off using SKIP..
:: >::
:: >:: that's the highlevel way of doing it.. if you want I can
:: >:: find make up a sample that shows how to do it..
:: >::
:: >:: D
:: >::
:: >:: At 02:27 PM 10/28/03, you wrote:
:: >:: >Hi, I don't know if this is the right place to aswer this,
:: >:: so please forget..
:: >:: >
:: >:: >Once I created my text editor, there's a way to
:: implement into the
:: >:: >right-click menu system the option to open a file with
:: my installed
:: >:: >application?
:: >:: >
:: >:: >The same way many editors do once installed..
:: >:: >
:: >:: >thanks
:: >:: >
:: >:: >
:: >:: >
:: >:: >Alessandro Crugnola [aka] sephiroth
:: >:: >Flash | PHP Developer
:: >:: >http://www.sephiroth.it
:: >:: >
:: >:: >Team Macromedia Volunteer for Flash
:: >:: >http://www.macromedia.com/go/team
:: >:: >
:: >:: >
:: >:: >
:: >:: >------------------------------------------------------------
:: >:: ---------
:: >:: >To unsubscribe, e-mail:
:: >:: wxPython-users-unsubscribe@lists.wxwindows.org
:: >:: >For additional commands, e-mail:
:: >:: >wxPython-users-help@lists.wxwindows.org
:: >::
:: >::
:: >::
:: >------------------------------------------------------------
:: ---------
:: >:: To unsubscribe, e-mail:
:: >:: wxPython-users-unsubscribe@lists.wxwindows.org
:: >:: For additional commands, e-mail:
:: >:: wxPython-users-help@lists.wxwindows.org
:: >::
:: >
:: >
:: >
:: >------------------------------------------------------------
:: ---------
:: >To unsubscribe, e-mail:
:: wxPython-users-unsubscribe@lists.wxwindows.org
:: >For additional commands, e-mail:
:: >wxPython-users-help@lists.wxwindows.org
::
::
:: ---------------------------------------------------------------------
:: To unsubscribe, e-mail:
:: wxPython-users-unsubscribe@lists.wxwindows.org
:: For additional commands, e-mail:
:: wxPython-users-help@lists.wxwindows.org
::

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org