Search found 52 matches

by JustinW42
Fri Apr 06, 2018 7:44 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: WP REST API Plugin - How to actually use it?
Replies: 14
Views: 9670

Re: WP REST API Plugin - How to actually use it?

UPDATE: The first time around, I had downloaded each of the files, individually. I didn't download a few of the files, such as the ReadMe file, etc. The second time around, I downloaded the entire directory as a ZIP file. After extracting the ZIP file, I was able to easily open the stacks - now its ...
by JustinW42
Fri Apr 06, 2018 7:27 am
Forum: Internet
Topic: Getting data from wordpress-site
Replies: 3
Views: 5565

Re: Getting data from wordpress-site

There is an open source Wordpess library Here: https://github.com/digitalpomegranate/livecode-wp-restapi and a webinar about it here: https://youtu.be/D_6b04AltTQ I downloaded the files from GitHub, but I am unclear on how to use them. I have watched the Webinar and it appears they are opened as a ...
by JustinW42
Thu Apr 05, 2018 8:49 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: WP REST API Plugin - How to actually use it?
Replies: 14
Views: 9670

WP REST API Plugin - How to actually use it?

Not sure if this is the best place for this, but here goes: I downloaded the .livecode files from GitHub, concerning the Wordpress REST API wrapper that was made available.... I tried to open it as a stack to view the code, but it doesn't open in Livecode 9 (haven't tried in older versions). There i...
by JustinW42
Tue Jul 28, 2015 1:22 am
Forum: Android Deployment
Topic: "Could not generate package manifest" with app icon.. SOLVED
Replies: 9
Views: 8279

Re: "Could not generate package manifest" with app icon...

Hi Justin, Make sure the PNG file has no embedded color profile meta data. This is a known bug (our devs are investigating) and any images which contain such data, will break Android building. If you created the PNG in photoshop, "Embed color profile....." is enabled by default. Kind Regards, Neil ...
by JustinW42
Mon Jul 27, 2015 10:27 pm
Forum: Android Deployment
Topic: "Could not generate package manifest" with app icon.. SOLVED
Replies: 9
Views: 8279

Re: "Could not generate package manifest" with app icon...

What is the name of the icon file? The name of the last icon image I had tried was "DTG-Price-List-Calculator-Icon-72x72-72dpi.png" - your post made me wonder if Livecode doesn't like to see "-" in file names, so I went ahead and renamed it to "DTGPLCIcon72x72.png", but of course the same problem o...
by JustinW42
Mon Jul 27, 2015 10:26 pm
Forum: Android Deployment
Topic: "Could not generate package manifest" with app icon.. SOLVED
Replies: 9
Views: 8279

Re: "Could not generate package manifest" with app icon...

hmm, I can't reproduce the error you're seeing - have you tried adding a completely different .png file in case it is some property of the ones you are using? - as regards sizes, I usually use 72 x72 for Android. Another thing is how are you adding reference to the file? make sure you use the butto...
by JustinW42
Mon Jul 27, 2015 9:03 am
Forum: Android Deployment
Topic: "Could not generate package manifest" with app icon.. SOLVED
Replies: 9
Views: 8279

"Could not generate package manifest" with app icon.. SOLVED

I have been able to successfully deploy my test app to my Android device prior to adding an app icon, but the simple act of adding a .PNG icon file seems to break to deployment feature..... I have tried app icons with different sizes / resolutions, and I can't see to make it work. The error I receiv...
by JustinW42
Mon Jul 27, 2015 7:58 am
Forum: Android Deployment
Topic: there was a problem parsing the package-no solutions ?
Replies: 11
Views: 10062

Re: there was a problem parsing the package-no solutions ?

Ok so I was able to work through this problem by updating my Android SDK to the most recent version...... I opted to go this route instead of downgrading, since the recent fixes in Livecode probably made a difference in the way it interfaced with the Android SDK. The problem I have now is that I am ...
by JustinW42
Mon Jul 27, 2015 7:58 am
Forum: Android Deployment
Topic: there was a problem parsing the package-no solutions ?
Replies: 11
Views: 10062

Re: there was a problem parsing the package-no solutions ?

Ok so I was able to work through this problem by updating my Android SDK to the most recent version...... I opted to go this route instead of downgrading, since the recent fixes in Livecode probably made a difference in the way it interfaced with the Android SDK. The problem I have now is that I am ...
by JustinW42
Thu Jul 16, 2015 12:11 pm
Forum: Android Deployment
Topic: there was a problem parsing the package-no solutions ?
Replies: 11
Views: 10062

Re: there was a problem parsing the package-no solutions ?

I downloaded and installed MyPhoneExplorer and transferred the file over WiFi directly to my device, but the same error persists. I guess tomorrow I will uninstall my Android SDK and install r21, to see if that makes a difference.
by JustinW42
Thu Jul 16, 2015 11:11 am
Forum: Android Deployment
Topic: there was a problem parsing the package-no solutions ?
Replies: 11
Views: 10062

Re: there was a problem parsing the package-no solutions ?

I am having this same problem at the moment.... I got past the first steps (generating the key, setting up Livecode to deploy the app to Android, etc) - now I transfer the successful APK file to my device (I simply e-mail it to myself) but when I try to open it I get the "problem parsing the package...
by JustinW42
Sun Mar 15, 2015 7:35 am
Forum: iOS Deployment
Topic: What handler is sent when app closed on an iOS device?
Replies: 10
Views: 6511

Re: What handler is sent when app closed on an iOS device?

Thanks Thierry! I am gonna take a closer look at it and see if it is something I can adapt for my purposes. Very cool.
by JustinW42
Fri Mar 13, 2015 7:32 am
Forum: iOS Deployment
Topic: What handler is sent when app closed on an iOS device?
Replies: 10
Views: 6511

Re: What handler is sent when app closed on an iOS device?

When I make these preference type files for mobile I write to the file when the change is made. You could put it into a "Save" button. People expect to use a save after entering data. Yes this does mean you might have to write the file multiple times but it's quick and easy. If it's in a field just...
by JustinW42
Fri Mar 13, 2015 7:25 am
Forum: iOS Deployment
Topic: What handler is sent when app closed on an iOS device?
Replies: 10
Views: 6511

Re: What handler is sent when app closed on an iOS device?

jacque wrote:Try "shutdown". If the app isn't specifically closed by the user though the message may not be sent.
Hmmm same results - nada. haha For some reason my app doesn't want to accept any sort of handlers when it closes. :shock:
by JustinW42
Thu Mar 12, 2015 10:12 am
Forum: Talking LiveCode
Topic: Do SQL commands interrupt the message path?
Replies: 4
Views: 3198

Re: Do SQL commands interrupt the message path?

NOTE: For iOS devices I found out about the iphoneActivityIndicatorStart function and I implemented it into my app, since this particular project is not going to be used on desktop anyways.... However, I am unhappy with how small and almost invisible the spinner is on most of my cards, so I am stil...

Go to advanced search