Search found 5 matches
- Tue Jan 12, 2016 4:51 pm
- Forum: iOS Deployment
- Topic: Resizing images - slow performance on device
- Replies: 17
- Views: 16313
Re: Resizing images - slow performance on device
I'm enclosing the stack here. It's so old I'm surprised I still have it. Note it will error if you try to run it in the IDE, you'll have to build a mobile app. Also, it hasn't been tested in any recent version of LC, it was built in version 5.x, so take your chances. Thank you so much jacque. That ...
- Tue Jan 12, 2016 4:07 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: problem with retriving Android device location
- Replies: 4
- Views: 4327
Re: problem with retriving Android device location
So, when I try to click on the Start Tracking for the second time , even after clicking on Stop Tracking, the app crashes. Is there any solution to fix this. How do I capture if the tracking is turned on/off. I don't want to keep the tracking on while I'm using the other features of the app. So I us...
- Wed Jan 06, 2016 2:05 pm
- Forum: iOS Deployment
- Topic: Resizing images - slow performance on device
- Replies: 17
- Views: 16313
Re: Resizing images - slow performance on device
jacque wrote:
I'm wondering if you have the code stored somewhere. I'm having the same problem, and it will be very helpful if you could give me the test code.
Hey Jacque,https ://dl. dropbox. com/u/23431607/phototest/photoTest. livecode.zip
I'm wondering if you have the code stored somewhere. I'm having the same problem, and it will be very helpful if you could give me the test code.
- Wed Jan 06, 2016 7:25 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Data Grid From - Row Behaviour - Set control custom prop.
- Replies: 11
- Views: 7834
Re: Data Grid From - Row Behaviour - Set control custom prop
Thank you @Klaus I worked it out. Figured I was not thinking straight while writing that :) But your reply helped me in the right direction. I had included controls on row template itself which display the values i need to pass. I saved the global array of row data of all controls on row click event...
- Mon Jan 04, 2016 1:42 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Data Grid From - Row Behaviour - Set control custom prop.
- Replies: 11
- Views: 7834
Re: Data Grid From - Row Behaviour - Set control custom prop
Hello, I'm having a similar problem . I have created a row template for data grid in "cust_assignment" card with Name Time Button This is my button Behavior Script: global dgArrayGrid global ca_id_cp on FillInData pDataArray set the ca_id_cp of button "btn_select_cust" of me to pDataArray["ca_id"] -...