Search found 20 matches

by Asha
Thu Apr 23, 2015 7:44 pm
Forum: Android Deployment
Topic: mobileGetDeviceToken
Replies: 2
Views: 2759

Re: mobileGetDeviceToken

Thanks Neil Roger!! :D

Finally it comes that was that mobile :roll: , old one I have rooted and with custom room on it .. I tried with a android tablet i have and I get the token with no problem at all :P

Thank you soo much for your fast help!
by Asha
Thu Apr 23, 2015 6:26 pm
Forum: Android Deployment
Topic: mobileGetDeviceToken
Replies: 2
Views: 2759

mobileGetDeviceToken

I'm getting mad :roll: I have an app working with push notification with no problem on ios... you know all the stuff certificates and the rest. Now I'm porting it to Android and followed all the tutorials, tried all the solutions but still cant get the mobileGetDeviceToken work on my android device,...
by Asha
Thu Apr 23, 2015 5:33 pm
Forum: Databases
Topic: keep crashing on iOS
Replies: 6
Views: 5640

Re: keep crashing on iOS

Thank you Jacque!!
by Asha
Thu Apr 23, 2015 4:45 pm
Forum: Databases
Topic: keep crashing on iOS
Replies: 6
Views: 5640

Re: keep crashing on iOS

I'll really apreciate if somebody of the staff talk about this issue and when or how to solve it.

Thank so much!! :P
by Asha
Mon Apr 20, 2015 9:04 pm
Forum: Databases
Topic: keep crashing on iOS
Replies: 6
Views: 5640

Re: keep crashing on iOS

After months of hard work, I want to upload my app to the appstore, but I can't because of this issue, will be solved soon?

Thank so much!!
by Asha
Thu Jan 15, 2015 1:14 pm
Forum: Mac OS
Topic: OSX Lion 10.7.5 compatible with IOS Developer?
Replies: 0
Views: 2652

OSX Lion 10.7.5 compatible with IOS Developer?

Hello :D My usual computer is broken and now I'm in older one, only can upgrade until osx 10.7.5, on the enrrollment page of Apple Developer Program it says: You must have an Intel-based Mac running OS X 10.8 Mountain Lion or later to develop and distribute iOS apps and Mac apps. ... I'm wondering i...
by Asha
Sat May 24, 2014 3:39 pm
Forum: Databases
Topic: Cant conect database on start-> but only some times?!
Replies: 5
Views: 5049

Re: Cant conect database on start-> but only some times?!

Thanks Klaus!!!! Your solution was not working, because just after the getDatabase it was using the info form database and it was not working right... but because your solution and explanation I tried a wait 110 milisec just before the getDatabase and now it works aaaaallllllwayssss :P Thanks so much!
by Asha
Sat May 24, 2014 2:25 pm
Forum: Databases
Topic: Cant conect database on start-> but only some times?!
Replies: 5
Views: 5049

Re: Cant conect database on start-> but only some times?!

Hi Klaus, many thanks for you time, again :) Is when I open the card, I have a PreOpenCard (I tried to put in a OpenCard with the same result) that calls to the script getDatabase: on getDatabase put URL ("file:" & imagePathGet() & "/tabla.txt") into tableId put URL ("file:" & imagePathGet() & "/use...
by Asha
Sat May 24, 2014 1:03 pm
Forum: Databases
Topic: Cant conect database on start-> but only some times?!
Replies: 5
Views: 5049

Cant conect database on start-> but only some times?!

Hi and thanks for any help! :D I have a very strange issue, I have a stack that once you have defined a database it saves the id in a file, then in the next start up, if the id info exists in the file it connects directly to the mysql to get the info from database... all wonderful, but... some times...
by Asha
Fri Apr 18, 2014 11:31 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: A graphic that change the color all time
Replies: 12
Views: 10487

Re: A graphic that change the color all time

Alex :) Learn to code is one of the most satisfactory thing that I did. I know at first is confusing and strange, a lot of different languages out there.. I pick up a bit of each, the base of all of them is the same and is easier every time :P Learning to program is exponential, every small step hel...
by Asha
Thu Apr 17, 2014 12:17 pm
Forum: Databases
Topic: Mysql, encoding and Android
Replies: 7
Views: 6840

Re: Mysql, encoding and Android

Well finally I put the collate when creating the table: put "CREATE TABLE" && tTableName && "(id int(11), type int(11), pos int(11), name char(50) COLLATE utf8_unicode_ci , xdays int(11), last date, user1 int(11), user2 int(11), user3 int(11), user4 int(11), user5 int(11), user6 int(11), user7 int(1...
by Asha
Thu Apr 17, 2014 12:02 pm
Forum: Databases
Topic: Mysql, encoding and Android
Replies: 7
Views: 6840

Re: Mysql, encoding and Android

Hi Bangkok, I been looking to HeidiSQL, as long I understand I cant install it directly on my Hostgator shared server account. I'm developing a app for mobile that connect to the server and create the database and interact with it, every user can do it, don't see any help of using a program like Hei...
by Asha
Wed Apr 16, 2014 5:45 pm
Forum: Databases
Topic: Mysql, encoding and Android
Replies: 7
Views: 6840

Re: Mysql, encoding and Android

Thanks Bangkok :)

Sorry for my low skills, but where exactly I got to put the COLLATE='utf8_general_ci' when creating the table?

Thank so much! :P
by Asha
Wed Apr 16, 2014 4:47 pm
Forum: Databases
Topic: Mysql, encoding and Android
Replies: 7
Views: 6840

Re: Mysql, encoding and Android

Thank you so much Mark! I try, but it doesn't want to work :( my code: --connect to database put revOpenDatabase ("mysql","www.xxx.com","tableName","userName","password") into tDatabaseID --create the table put vBdRoom["table"] into tTableName put "CREATE TABLE" && tTableName && "(id int(11), type i...