Search found 4 matches
- Thu Mar 05, 2015 11:34 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Integration of app into Windows context menu
- Replies: 6
- Views: 4712
Re: Integration of app into Windows context menu
Thanks magice, Klaus, jacque, paul_gr It looks like the feature only requires a registry setting. Quite so. Thought LC had something to do it automatically. :( Lazy me :) 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 go...
- Thu Mar 05, 2015 10:08 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Integration of app into Windows context menu
- Replies: 6
- Views: 4712
Integration of app into Windows context menu
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 ca...
- Wed Feb 25, 2015 4:27 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Format of image file copied on the clipboard
- Replies: 3
- Views: 2574
Re: Format of image file copied on the clipboard
Hello Simon and Klaus Thanks for your response. I see that the first line of a png is %PNG which I think is pretty reliable Yeah been seeing that in my variables during debugging and wondering what it meant. Thanks for sharing this info. On the other hand you can always put the clipboarddata into an...
- Wed Feb 25, 2015 2:47 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Format of image file copied on the clipboard
- Replies: 3
- Views: 2574
Format of image file copied on the clipboard
Hello everyone, Having fun with livecode however I have a question and a clarification that I've not seen answered elsewhere. When I 'dump' an image copied on the clipboard (from an external program, say a web browser) I have found out that regardless of the format (gif, jpg etc) of the original ima...