Search found 21 matches
- Thu Dec 10, 2020 4:52 pm
- Forum: Talking LiveCode
- Topic: Is it possible to send a time-delayed message with parameters?
- Replies: 10
- Views: 6243
Re: Is it possible to send a time-delayed message with parameters?
~mistake, I found my problem the second I posted this~
- Mon Nov 30, 2020 9:07 pm
- Forum: Talking LiveCode
- Topic: Is it possible to send a time-delayed message with parameters?
- Replies: 10
- Views: 6243
- Mon Nov 30, 2020 9:04 pm
- Forum: Talking LiveCode
- Topic: Is it possible to send a time-delayed message with parameters?
- Replies: 10
- Views: 6243
Re: Is it possible to send a time-delayed message with parameters?
Ok! To be honest, this sounds very counterproductive, if the goal is to keep the syntax as understandable and compiler "bug-free", then why use apostrophes when apostrophes are the way the compiler (or any other technique LiveCode uses for translating code to computer language) knows stuff are stri...
- Mon Nov 30, 2020 8:06 pm
- Forum: Talking LiveCode
- Topic: Is it possible to send a time-delayed message with parameters?
- Replies: 10
- Views: 6243
Re: Is it possible to send a time-delayed message with parameters?
Hi AGC studios, you are mixing the syntax of SEND and DISPATCH. ... ## All strings and messages you send in quotes! ## Get used to it in your own interest! The engine is getting less forgiving with "sloppy" syntax with every version. ## Believe me, I experienced this several times in the last 20 ye...
- Mon Nov 30, 2020 7:25 pm
- Forum: Talking LiveCode
- Topic: Is it possible to send a time-delayed message with parameters?
- Replies: 10
- Views: 6243
Is it possible to send a time-delayed message with parameters?
Pretty much as the title says. I'm making a mobile game for fun where the player plays as a spaceship and needs to pass all sorts of challenges (the user controls the player using the accelerometer) and the last "boss" level is going through an "asteroid belt" and avoiding getting hit. The asteroids...
- Fri Jul 10, 2020 3:01 pm
- Forum: Talking LiveCode
- Topic: Save variables after closing the app
- Replies: 24
- Views: 14952
Re: Save variables after closing the app
Thanks, the problem was with the shutdown handler, so I changed it.
- Thu Jul 09, 2020 11:15 am
- Forum: Talking LiveCode
- Topic: Save variables after closing the app
- Replies: 24
- Views: 14952
Re: Save variables after closing the app
hi, this code isnt working, any ideas? (Android) on openStack set the defaultFolder to specialFolderPath("documents") put URL ("file:test.txt") into tSec put tSec into field "fsField" end openStack on shutdown set the defaultFolder to specialFolderPath("documents") put "second" into URL ("file:test....
- Tue Jun 09, 2020 1:24 pm
- Forum: Talking LiveCode
- Topic: Contacts on Android
- Replies: 2
- Views: 3125
Re: Contacts on Android
WOW, Thanks.
Ill check it out.



- Tue Jun 09, 2020 6:34 am
- Forum: Talking LiveCode
- Topic: (SOLVED) Text overflow.
- Replies: 11
- Views: 7420
Re: Text overflow.
Hi, yes so my code goes something like this: If the text is too big and the text size is above 35 then it will make the text smaller. If it is below 35 then it will add a "space" and the field will wrap. and I only let a max. of 20 char. Anyway, this part works(I don't know how to add the "solved" t...
- Mon Jun 08, 2020 6:02 pm
- Forum: Talking LiveCode
- Topic: Contacts on Android
- Replies: 2
- Views: 3125
Contacts on Android
So, I have a problem... I'm trying to get a contact number on android using mobileGetContactData mobilePickData But I cannot seem to be able to get the phone number but I can get the name... I looked at every thread and none of them seemed to have an answer... I hope they fixed it... (running LC 9.6...
- Mon Jun 08, 2020 5:59 pm
- Forum: Talking LiveCode
- Topic: (SOLVED) Text overflow.
- Replies: 11
- Views: 7420
Re: Text overflow.
Ok, thought it might be better this way... fewer threads... ill move it.
- Mon Jun 08, 2020 4:45 pm
- Forum: Talking LiveCode
- Topic: (SOLVED) Text overflow.
- Replies: 11
- Views: 7420
Re: Text overflow.
So, I have a new problem... I'm trying to get a contact number using mobileGetContactData mobilePickData But I cannot seem to be able to get the phone number but I can get the name... I looked at every thread and none of them seemed to have an answer... I hope they fixed it... (running LC 9.6 DP 4) ...
- Mon Jun 08, 2020 3:25 pm
- Forum: Talking LiveCode
- Topic: (SOLVED) Text overflow.
- Replies: 11
- Views: 7420
Re: Text overflow.
Yes, I am now looking for a way to get the text to break(sorry about the wrong wording, I don't exactly know how to phrase it... the "enter") Not much luck...That would get out of hand rather quickly, no?
Ps. sorry if this wasn't clear, and thanks for answering

- Mon Jun 08, 2020 3:07 pm
- Forum: Talking LiveCode
- Topic: (SOLVED) Text overflow.
- Replies: 11
- Views: 7420
Re: Text overflow.
Yes, I looked into it and it worked! THANK YOU! If anyone is interested in the code: on putTextIntoField if (the formattedWidth of field "textAreaField" + 30) > the width of field "textAreaField" ---the + 30 was because the text would somtimes overflow half(you would only see half of the last char) ...
- Mon Jun 08, 2020 1:31 pm
- Forum: Talking LiveCode
- Topic: (SOLVED) Text overflow.
- Replies: 11
- Views: 7420
Re: Text overflow.
Thanks, I will look into it. 
