Search found 38 matches

by CElwell
Thu Sep 14, 2017 5:46 am
Forum: Android Deployment
Topic: Android v6 Deployment Results in Black Screen
Replies: 6
Views: 4808

Re: Android v6 Deployment Results in Black Screen

I'm not sure what the problem might be, but a black screen can be caused when the card is not redrawn. If this happens immediately on launch, there may be something preventing a redraw. Did you add a splash screen image? If so, try removing it. Otherwise I'd send in a bug report. I do not have a sp...
by CElwell
Thu Sep 14, 2017 1:51 am
Forum: Android Deployment
Topic: Android v6 Deployment Results in Black Screen
Replies: 6
Views: 4808

Re: Android v6 Deployment Results in Black Screen

What's the minimal Android version you've set in standalone settings? There's a known black screen issue if it is Android 2.2. Try setting the minimum version to 4.1 and see if that helps. I have it set to a minimum of 2.3.3, but I tried changing it to 4.1 and even 5. It still doesn't work and I ge...
by CElwell
Tue Sep 12, 2017 5:22 pm
Forum: Android Deployment
Topic: Android v6 Deployment Results in Black Screen
Replies: 6
Views: 4808

Android v6 Deployment Results in Black Screen

I created my app about a year ago and was making a few updates when I realized that when the app is deployed on my S7 Edge running Android v6 I get a black screen. I am not sure why this is as my app has been working otherwise and I have all the appropriate SDKs updated. Any ideas why I am getting t...
by CElwell
Mon Aug 15, 2016 8:47 pm
Forum: Android Deployment
Topic: Android App Keeps Crashing
Replies: 5
Views: 5995

Re: Android App Keeps Crashing

My app was developed in May using LiveCod 8.0 dp 16.
by CElwell
Sat Aug 13, 2016 7:52 pm
Forum: Android Deployment
Topic: Android App Keeps Crashing
Replies: 5
Views: 5995

Android App Keeps Crashing

I am not sure why but there is a "native crash" if an older version than 6 tried to open my app. I have "Minimum Android Version" set to "Gingerbread - 2.3.3." Why would this be? Here is a crash report from a S5 Active: Build fingerprint: 'samsung/klteattactive/klteattactive:5.0/LRX21T/G870AUCU2BOF3...
by CElwell
Wed May 18, 2016 10:54 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: App on Google Play Store Crashes without Version 6
Replies: 0
Views: 1525

App on Google Play Store Crashes without Version 6

I just put my app on the Google Play store and I have found it works fine for everyone with version 6, but my friends who have tried the app with a lower version get a "native crash." In standalone settings I have 2.3.3 Gingerbread as minimum, but they have version 4 or 5 and it still crashes. Could...
by CElwell
Wed May 11, 2016 12:19 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Links within a Repeat
Replies: 6
Views: 3623

Re: Links within a Repeat

Oh I understand, it gets stuck within one loop and unable to complete another. Thank you so much!
by CElwell
Tue May 10, 2016 10:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Links within a Repeat
Replies: 6
Views: 3623

Re: Links within a Repeat

As the code is, it doesnt work. I thought maybe it has to do with the repeat. I cant change my overall repeat because then my data doesnt work. Also, I cant put all off the other data that is loaded within the repeat for the urls because it also makes my other data not work.
by CElwell
Tue May 10, 2016 7:19 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Links within a Repeat
Replies: 6
Views: 3623

Re: Links within a Repeat

This makes sense with me, but how do I use this repeat if I am already using another repeat to load data into the field? I currently have a bunch of urls, but they do not appear as links.
by CElwell
Tue May 10, 2016 6:05 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Links within a Repeat
Replies: 6
Views: 3623

Links within a Repeat

How can I make urls which are loaded data within a repeat function appear as links? For example: Name: Click here (link) Name: Click here (link) tLink is the url loaded within the repeat set the textStyle of ... to link set the linkText of .... to tLink Do I need to have a system which counts the li...
by CElwell
Sun May 08, 2016 6:59 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Delete String After Certain Character
Replies: 2
Views: 2001

Re: Delete String After Certain Character

Thank you so much I got it to work with offset :)

Code: Select all

delete char 1 of test
put offset(")", test) into tOffset
delete char tOffset in test
delete char (tOffset + 1) to -1 of test
by CElwell
Sun May 08, 2016 6:28 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Delete String After Certain Character
Replies: 2
Views: 2001

Delete String After Certain Character

Is there a way to delete the string of text after a specific character? For example my data is this: (Words here) But I don't want the words here I want my data to look like this: Words here I want to display just the words within the parenthesis. I deleted the first character, but no matter if I tr...
by CElwell
Fri May 06, 2016 5:58 pm
Forum: Databases
Topic: How to organize photos within data in a text field?
Replies: 1
Views: 3207

How to organize photos within data in a text field?

Currently I am able to load all of the photos onto the page, however, they all load in the center of the app on top of one another. I want to have the images display before the data it belongs with. For example: [photo] Name: Sex: Age: [photo] Name: Sex: Age: This is my code currently (data loaded f...
by CElwell
Fri May 06, 2016 3:00 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Div and Mod with Variables
Replies: 33
Views: 17443

Re: Div and Mod with Variables

Yes I understand there is still an error, which I believe has to do with the last node which looks like this "<XmlNode xsi:nil="true"/>". Using the "if" does solve the main problem though so that may be the best solution so far. On the number of nodes: There are 373 nodes and 373 animals. I am not s...
by CElwell
Fri May 06, 2016 12:52 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Div and Mod with Variables
Replies: 33
Views: 17443

Re: Div and Mod with Variables

That is the ending to the overall node. Therefore, I think that it does not seem to end with the last node, but stops after finding an error possibly?

Go to advanced search