Search found 53 matches
- Thu Feb 16, 2017 11:19 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Native Controls - iOS and Android
- Replies: 8
- Views: 3124
Re: Native Controls - iOS and Android
I'm actually really pleased with the way Livecode is going. :D Love the new widgets, so easy to use to get professional results. Love all the training resources and tutorials, excellent information and well presented. Love the forums with lots of helpful souls without the usual condescension you can...
- Sun Feb 05, 2017 12:09 pm
- Forum: iOS Deployment
- Topic: Importing text on IOS
- Replies: 13
- Views: 4553
Re: Importing text on IOS
Hi Searching through the Livecode site for copy paste IOS produced several hits about how you need to use a native IOS multiline control using mobilecontrolcreate. I have knocked up a sample stack that shows how this is done. You can paste in text into the field and then get it back out using mobile...
- Sat Feb 04, 2017 11:37 am
- Forum: iOS Deployment
- Topic: Importing text on IOS
- Replies: 13
- Views: 4553
Re: Importing text on IOS
Hi Yes the notes are extensive for MergDropBox (@ http://mergext.com/home/mergdropbox/). One way of tackling this is to just get the sample livecode working then tweak the code or remove the parts that are not needed. It sounds like you want to get files just from your own drop box? If you do simply...
- Tue Jan 31, 2017 2:33 pm
- Forum: iOS Deployment
- Topic: Importing text on IOS
- Replies: 13
- Views: 4553
Re: Importing text on IOS
Hi
Maybe you can use the MergExt Mergdropbox to access the file directly in Dropbox and save to the local IOS folder?
See details here:
http://mergext.com/home/mergdropbox/
Roger
Maybe you can use the MergExt Mergdropbox to access the file directly in Dropbox and save to the local IOS folder?
See details here:
http://mergext.com/home/mergdropbox/
Roger
- Mon Jan 16, 2017 10:47 pm
- Forum: iOS Deployment
- Topic: Pinch Drag Zoom Rotate
- Replies: 0
- Views: 1361
Pinch Drag Zoom Rotate
Hi all Hoping to resurrect this old chestnut of being able to perform the two finger touch on IOS to drag, move and rotate an image and be able to use the resultant image transformation in further code like copying into another sub stack. I did raise this on stack overflow and got a -1 vote for my t...
- Sun Jan 15, 2017 8:47 am
- Forum: iOS Deployment
- Topic: mobilecontrolcreate browser
- Replies: 4
- Views: 2173
Re: mobilecontrolcreate browser
If anyone finds this helpful... TSOHost ( https://www.tsohost.com/ ) have free SSL certificates available for their cloud based servers from Let's Encrypt. I just tried out the browser widget on my iPhone with ATS enabled and pointing to a wordpress site that I added a Let's Encrypt certificate to o...
- Thu Jan 05, 2017 1:17 am
- Forum: Feature Proposals
- Topic: Please return the Graphic effects Palette.
- Replies: 9
- Views: 3622
Re: Please return the Graphic effects Palette.
I love the SVG widgets! I use Affinity Designer on the Mac to edit them and then save as SVG and open in Chrome to inspect and get the vectors. I used SVG's for all the button graphics and even my company logo in my app "Screen Ratio" on the IOS app store. I like the way I can design on an iPhone 5 ...
- Thu Jan 05, 2017 12:58 am
- Forum: iOS Deployment
- Topic: Open Printing to PDF
- Replies: 11
- Views: 4707
Re: Open Printing to PDF
Hi here is my button script in an iPhone app that prints a sub stack as a pdf and then displays in the mergReader external on mouseUp --lock the screen as it seems you have to go to sub stack at least once to print it, I got glitches otherwise lock screen -- go to the stack to print go to stack "a4p...
- Tue Jan 03, 2017 8:35 am
- Forum: iOS Deployment
- Topic: A4 vs US PDF paper size
- Replies: 0
- Views: 1132
A4 vs US PDF paper size
Hi I'm using LiveCode 8 to output and save a single page PDF on iPhone however I cannot see how to set the paper size from US letter (8.5 x 11 inches or 612x792 pixels). It looks like the IOS paper print size should be derived from the Location settings on the device (i.e. A4 for UK and US letter fo...
- Tue Dec 06, 2016 9:07 pm
- Forum: iOS Deployment
- Topic: Screen Ratio my first iPhone App goes live!!!
- Replies: 1
- Views: 1418
Screen Ratio my first iPhone App goes live!!!
Hi all I have great pleasure annoucing the availability of my new free iPhone app called Screen Ratio written in Livecode 8!! Check it out on the App store: https://appsto.re/gb/zTPxgb.i or search for Screen Ratio (uk store only maybe??) Thanks to several posters for assistance with my forum queries...
- Thu Dec 01, 2016 1:14 pm
- Forum: iOS Deployment
- Topic: Set the scroll in Datagrid
- Replies: 2
- Views: 1494
Re: Set the scroll in Datagrid
Doh! Brilliant! thank you so much. I had to change to code slightly to account for the height of the data grid group displayed otherwise the end scrolled a screen too far. if environment() is "mobile" then mobileControlSet "myscroll", "vScroll", the dgFormattedHeight of group "DataGrid 1" - the heig...
- Wed Nov 30, 2016 10:16 pm
- Forum: iOS Deployment
- Topic: Set the scroll in Datagrid
- Replies: 2
- Views: 1494
Set the scroll in Datagrid
Hi hoping for some help please. I have a data grid working well on an iPhone build and the native scroller works great. But I want to have buttons to scroll to the bottom and top (not using the status bar). I can scroll to the bottom using: set the dgVScroll of group "DataGrid 1" to the dgFormattedH...
- Sat Nov 12, 2016 9:52 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Header br widget icon highlited
- Replies: 0
- Views: 590
Header br widget icon highlited
Hi Can anyone advise how to set the highlighted of an icon in the Header bar widget please? The blog post shows how to change the name or icon but I can't see from the API docs or the post how to get at the highlighted property of an icon in the header bar widget. I am trying to use a header bar ico...
- Thu Nov 10, 2016 6:33 pm
- Forum: iOS Deployment
- Topic: Browser Widget in IOS not working
- Replies: 8
- Views: 4105
Re: Browser Widget in IOS not working
Thanks Panos It was the ATS setting that was stopping the browser widget display the site. Once I disabled it the widget sprung into action. I expect disabling the ATS is not a good thing so I'll have to author the help pages with standard live code controls rather than just use a web page. Thanks a...
- Thu Nov 10, 2016 2:58 pm
- Forum: iOS Deployment
- Topic: Browser Widget in IOS not working
- Replies: 8
- Views: 4105
Browser Widget in IOS not working
Hi Hope someone can assist me. I cannot get the browser widget to work in the iPhone simulator, it just shows as a blank white screen. The stack works fine on my mac displaying the web page and other stacks run fine in the iPhone simulator and the simulator will display a page using the mobile safar...