Page 1 of 1
Integration of app into Windows context menu
Posted: Thu Mar 05, 2015 10:08 am
by designtech
Hello again gurus,
Still having fun coding with LC
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.
Thanks in advance.
David
Re: Integration of app into Windows context menu
Posted: Thu Mar 05, 2015 2:13 pm
by Klaus
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
Best
Klaus
Re: Integration of app into Windows context menu
Posted: Thu Mar 05, 2015 2:23 pm
by magice
Re: Integration of app into Windows context menu
Posted: Thu Mar 05, 2015 2:31 pm
by Klaus
Ouch, I knew it wouldn't be easy...

Re: Integration of app into Windows context menu
Posted: Thu Mar 05, 2015 4:44 pm
by jacque
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.
Re: Integration of app into Windows context menu
Posted: Thu Mar 05, 2015 9:07 pm
by paul_gr
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
Re: Integration of app into Windows context menu
Posted: Thu Mar 05, 2015 11:34 pm
by designtech
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