Integration of app into Windows context menu

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
designtech
Posts: 4
Joined: Sun Feb 08, 2015 11:54 am
Contact:

Integration of app into Windows context menu

Post by designtech » Thu Mar 05, 2015 10:08 am

Hello again gurus,

Still having fun coding with LC :D

Can someone direct me how to integrate my app into the right-click context menu
of Windows explorer. I just got a client who wants me to do a small application that
has to do with manipulating text files, and one of her request is that the app can be
'called' to execute it's function by just right-clicking the target folder.

I hope my explanation makes sense, and especially hope this isn't asking too much
of Livecode. :wink:

Thanks in advance.
David

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Integration of app into Windows context menu

Post by Klaus » Thu Mar 05, 2015 2:13 pm

Hi David,

well, this is obviously a Windwos problem in the first place.
How and what does Windows do to get ANY app in this context menu!?
I have no idea, to be honest...

After answering this question, we can see if and how LC can manage this :D


Best

Klaus

magice
Posts: 457
Joined: Wed Mar 18, 2009 12:57 am

Re: Integration of app into Windows context menu

Post by magice » Thu Mar 05, 2015 2:23 pm


Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Integration of app into Windows context menu

Post by Klaus » Thu Mar 05, 2015 2:31 pm

magice wrote:this might get you started.
http://www.thewindowsclub.com/remove-cl ... ms-editors
Ouch, I knew it wouldn't be easy... :shock:

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7393
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Integration of app into Windows context menu

Post by jacque » Thu Mar 05, 2015 4:44 pm

It looks like the feature only requires a registry setting. If you can find out what that is, you can use the setRegistry command to implement it.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

paul_gr
Posts: 319
Joined: Fri Dec 08, 2006 7:38 pm

Re: Integration of app into Windows context menu

Post by paul_gr » Thu Mar 05, 2015 9:07 pm

jacque wrote:It looks like the feature only requires a registry setting. If you can find out what that is, you can use the setRegistry command to implement it.
Read the caution in the help before you use the setRegistry command.

Paul
Last edited by paul_gr on Sat Mar 07, 2015 1:58 am, edited 1 time in total.

designtech
Posts: 4
Joined: Sun Feb 08, 2015 11:54 am
Contact:

Re: Integration of app into Windows context menu

Post by designtech » Thu Mar 05, 2015 11:34 pm

Thanks magice, Klaus, jacque, paul_gr
jacque wrote:It looks like the feature only requires a registry setting.

Quite so. Thought LC had something to do it automatically. :( Lazy me :)
jacque wrote:If you can find out what that is, you can use the setRegistry command to implement it.

After been inspired by magice's link. I google up this page:

( oops link is not displaying because "Your account does not have permission to post links or domain/page references.")
:( Yuck!

Maybe later I'll post the results of my efforts.

David

Post Reply