Search found 6 matches
- Tue May 15, 2018 7:27 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: drag & drop external objects
- Replies: 10
- Views: 6544
Re: drag & drop external objects
Many thanks for such quick responses. Setting the drag action in the stack script did, indeed, solve the issue and I can now happily drag external content onto objects other than unlocked field. Interestingly, the one object that doesn't respond is the card itself but that doesn't matter as you can ...
- Tue May 15, 2018 12:39 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: drag & drop external objects
- Replies: 10
- Views: 6544
drag & drop external objects
Hi I'm struggling with getting drag & drop to work. I'm building an app for OSX and need it to be able to handle multiple types of content dragged onto it from external sources - selected text, files, emails etc. I can do this successfully using an unlocked field and can handle the dragdrop message ...
- Thu Jan 20, 2011 10:59 am
- Forum: iOS Deployment
- Topic: SDK 4.2 issues?
- Replies: 3
- Views: 3888
Re: SDK 4.2 issues?
I'm using LiveCode 4.5.3 - updated it at the same time I updated the iOS SDK?
- Fri Jan 14, 2011 5:48 pm
- Forum: iOS Deployment
- Topic: SDK 4.2 issues?
- Replies: 3
- Views: 3888
SDK 4.2 issues?
Hi, Having been working quite happily with Livecode with the previous versions of the IOS SDK installed I decided to install the SDK for 4.2. All went well on the SDK side but the Livecode mobile plugin doesn't list iOS 4.2 under the simulator choices - just gives me what I had before. The sdk root ...
- Thu Dec 02, 2010 3:28 pm
- Forum: iOS Deployment
- Topic: Datagrid for storage
- Replies: 11
- Views: 9589
Re: Datagrid for storage
I've tried downloading the DG lesson stack and can't get that to work either - whether using the simulator or deployng to a real iPhone. Can't seem to get any action that populates the DG to work although it does display data added to it in Livecode prior to deployment
- Sun Nov 14, 2010 5:06 pm
- Forum: iOS Deployment
- Topic: populating a datagrid fails in simulator
- Replies: 9
- Views: 8849
populating a datagrid fails in simulator
Hi All, I'm quite new to liveCode so this may well be that I'm missing something obvious! I've got an app the pulls data from a web service, drops it into a field, splits it into chunks then populates a datagrid with the chunks. All works fine in Livecode itself but when I test this in the iPhone si...