Search found 99 matches
- Wed May 01, 2019 11:14 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: App store submission errors - SOLVED
- Replies: 2
- Views: 1066
App store submission errors - SOLVED
This is my first submission to the App Store. I have built my app with Trevor's Levure application framework. I have had to edit the info.plist file to cater for NSLocationServices and Beta entitlements. I am now getting a NEW error saying that I since I have edited the info.plist file, the signatur...
- Wed May 01, 2019 10:11 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Levure Framework - testing app with xcode simulator
- Replies: 1
- Views: 838
SOLVED - Re: Levure Framework - testing app with xcode simulator
Not actually solved but just found a workaround and apple have accepted my screenshots.
- Mon Apr 29, 2019 11:23 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Levure Framework - testing app with xcode simulator
- Replies: 1
- Views: 838
Levure Framework - testing app with xcode simulator
This is my first submission to the App Store. I have built my app with Trevor's Levure application framework and sqlYoga. I have installed and tested my app on my iPhone X (everything works well). I must test on simulator and take screen shots for app submission. I have installed the app on the simu...
- Sat Apr 27, 2019 12:33 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: OAuth2 and Dropbox
- Replies: 6
- Views: 1872
Re: OAuth2 and Dropbox
I am using ver 9.0.3 of Livecode Indy.
This code causes an error "No such stack".
Code: Select all
start using stack "oauth2"
- Fri Apr 26, 2019 11:27 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Browser widget only displays content in IDE not on device
- Replies: 4
- Views: 1283
Re: Browser widget only displays content in IDE not on device
Hi Klaus,
You were right, it was ios blocking non-https content. I have it working well now.
You were right, it was ios blocking non-https content. I have it working well now.
- Mon Apr 22, 2019 8:50 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: OAuth2 and Dropbox
- Replies: 6
- Views: 1872
Re: OAuth2 and Dropbox
OAuth is out but OAuth2 is the new in or am I mistaken?... There are some great drop box libraries out there but all modelled around V1 of dropbox. I have a working library but it is missing the vital user pre-requisite authorisation for the app to work with their dropbox. As I said, there's not a h...
- Sun Apr 21, 2019 6:49 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: OAuth2 and Dropbox
- Replies: 6
- Views: 1872
Re: OAuth2 and Dropbox
Anyone at all?
- Thu Apr 18, 2019 1:09 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: OAuth2 and Dropbox
- Replies: 6
- Views: 1872
OAuth2 and Dropbox
I am trying to get the user of my app to allow access to his dropbox. I have taken the code from the Dictionary which should work. When OAuth is called, a stack window pops up with the authorisation from dropbox but quickly disappears again before the user can authorise the app. Here's the code: con...
- Thu Apr 11, 2019 9:23 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Browser widget only displays content in IDE not on device
- Replies: 4
- Views: 1283
Re: Browser widget only displays content in IDE not on device
Hi Klaus, Thanks for the suggestion but my inclusions were all already manually selected. I have other parts of my app working where the browser works but I have included all the code in the card script including all css and js. This is obviously not a good solution but shows the browser does indeed...
- Thu Apr 11, 2019 7:20 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Browser widget only displays content in IDE not on device
- Replies: 4
- Views: 1283
Browser widget only displays content in IDE not on device
I have a sample page with some css js and font folders in the root folder http://www.sprigandsprout.co.uk/appcontact/index.html In my mobile app, I set the widget browser url to the url above and in the IDE, it displays as expected. When I save it as a stand alone and test it on my device, the conte...
- Tue Apr 09, 2019 9:33 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Scrolling Group with native scrolling multiline input
- Replies: 2
- Views: 1075
Re: Scrolling Group with native scrolling multiline input
I will be creating graphics on the fly so the group will contain more than just a native multiline field. I wanted to get the scroller working as a proof of concept first before I get into the nitty gritty of creating the graphics. The graphics are also created dynamically from fields in a DB
- Tue Apr 09, 2019 9:38 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Mobile app resizing datagrid with altResize plugin
- Replies: 3
- Views: 1121
Re: Mobile app resizing datagrid with altResize plugin
Hi Jacque, The plugin is still rather useful, especially for someone whose technical and scripting skills are as limited as mine. I am moving away from the datagrid idea as I have too little time to work it out. The app must go live in a month and I still need to have all the testing done. ** Hangs ...
- Mon Apr 08, 2019 5:29 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Scrolling Group with native scrolling multiline input
- Replies: 2
- Views: 1075
Scrolling Group with native scrolling multiline input
My app retrieves data from a DB and displays to the user. I am having trouble with the scrolling part. I have been staring at this code for too long to figure it out. Can someone help. Effectively, I want to create a native scrolling group and within that group, create a native multiline input. on p...
- Sat Apr 06, 2019 5:53 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Mobile Apps and Web Content - SOLVED
- Replies: 6
- Views: 2018
Re: Mobile Apps and Web Content
Thank Jacque, I did think of this but to be honest, displaying my entire webpage in a browser window on an app isn't the result I want. I have decided to go for a data driven solution. For instance, I have various guides that the users may need to refer to. I may add and delete guides from time to t...
- Sat Apr 06, 2019 12:05 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Mobile app resizing datagrid with altResize plugin
- Replies: 3
- Views: 1121
Mobile app resizing datagrid with altResize plugin
I have a datagrid populating from a remote server and my entire stack resizes correctly, EXCEPT for the datagrid. Screenshot attached. I am using altResize plugin. Is there anyone out there who may have encountered a similar issue? I have tried editing the datagrid group and assigning altResize prop...