Search found 63 matches
- Tue Mar 17, 2015 4:39 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Test on device folder
- Replies: 6
- Views: 1323
Test on device folder
I'm testing my mobile app on a phisical device. In this app I save a file in this path: put specialFolderPath("documents") & "\censimentofiliere.txt" into tFilePath Where should I find this file? I can't find it in the device. In the stand alone application settings i leave Identifier as "com.yourco...
- Tue Mar 17, 2015 4:30 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: is "mobile" on card
- Replies: 9
- Views: 2158
Re: is "mobile" on card
oh no!...forget about last issue..
maybe the problem was an "if" before
maybe the problem was an "if" before

- Tue Mar 17, 2015 4:29 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: is "mobile" on card
- Replies: 9
- Views: 2158
Re: is "mobile" on card
that's what i've done..but it seems not to work.. if the environment is "mobile" then put mobileControlGet ("numeroFilieraMob", "text") into lNumero add 1 to lNumero mobileControlSet "numeroFilieraMob","text",lNumero else add 1 to the field "numero" end if
- Tue Mar 17, 2015 4:16 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: is "mobile" on card
- Replies: 9
- Views: 2158
Re: is "mobile" on card
oh no..another important thing...
If i want to add 1 to the number in the mobilecontrol pressing a button
Is it correct to use
or "numerofilieraMob" is not consider as a field?
If i want to add 1 to the number in the mobilecontrol pressing a button
Is it correct to use
Code: Select all
add 1 to the field "numeroFilieraMob"
- Tue Mar 17, 2015 4:14 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: is "mobile" on card
- Replies: 9
- Views: 2158
Re: is "mobile" on card
thank you so much
It seems to work!
I'll be back on next issue ghgh

I'll be back on next issue ghgh
- Tue Mar 17, 2015 3:59 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: is "mobile" on card
- Replies: 9
- Views: 2158
is "mobile" on card
Hi! I'm developing my first app for mobile...after a great sweating, now I can test my app on my mobile device. The problem I have is that i need to create a native text input but it didn't appear, so i inserted an answer popup to debug if the opencard script was running but it seems not. On my firs...
- Fri Mar 13, 2015 4:30 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: test app on phisical device
- Replies: 4
- Views: 1681
Re: test app on phisical device
I have some problems... As you can see in the attached images, In the preferences window, when i select the Location of Android, it says me that is not a valid Android SDK and tell me something about the Android 2.2 that should be enabled. But as you can see in the sdk window, Android 2.2 is correct...
- Thu Mar 12, 2015 3:17 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: test app on phisical device
- Replies: 4
- Views: 1681
test app on phisical device
Hi! I'm having some trouble installing the Android emulator on my win7 PC. Someone suggests me to test my app directly on my phone (Nexus 4). The driver is installed, the debug mode is on..but..how to make the TEST button enabled to tets my app on the phisical device? but first of all..is it possibl...
- Tue Mar 10, 2015 3:32 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Text box control on mobile
- Replies: 0
- Views: 588
Text box control on mobile
Hi! I've developed my application ignoring that for mobile is better to use native controls so now i need to repair that. So i have two text box and in each I have this code: on openField put empty into field "numero_DA" set the backgroundcolor of field "numero_DA" to "230,230,230" set the backgroun...
- Tue Mar 10, 2015 12:48 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: subtract function
- Replies: 3
- Views: 1122
Re: subtract function
D'oh.... I've copied and pasted from add function and I did not care about syntax...
Thank you!

Thank you!
- Tue Mar 10, 2015 12:14 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: subtract function
- Replies: 3
- Views: 1122
subtract function
Hi! I'm trying to make a simple subtract operation on a text field but i get an "cant' find object" error and i can't understand why... Here is my code: on mouseUp put the text of field "numero" into tNumero if tNumero > 0 then subtract 1 to tNumero else put 0 into tNumero end if put tNumero into fi...
- Sat Mar 07, 2015 9:23 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Get text from radio button
- Replies: 7
- Views: 1978
Re: Get text from radio button
Yes you're right... I'm using unappropriatelt the name of the button but it' my very first app and I'm impatient to see the effect of my code before the correct programming method :) but beeing here writing... There is hilitedbutton and hilitedbuttonname Is there even hilitedbuttonlabel or hilitedbu...
- Sat Mar 07, 2015 9:16 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: datagrid Column Names
- Replies: 5
- Views: 1787
Re: datagrid Column Names
Thank you so much.
I know, data grid are very complex to understand but they seems very powerfull for every kind of use.
Geppo!
I know, data grid are very complex to understand but they seems very powerfull for every kind of use.
Geppo!
- Fri Mar 06, 2015 5:35 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: datagrid Column Names
- Replies: 5
- Views: 1787
Re: datagrid Column Names
...So the columns should already have that names?
..no..that's not the case... I need to populate the data and also the column names that I don't know before i open the file where i have my data.
How to do it?
..no..that's not the case... I need to populate the data and also the column names that I don't know before i open the file where i have my data.
How to do it?
- Fri Mar 06, 2015 4:58 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: datagrid Column Names
- Replies: 5
- Views: 1787
datagrid Column Names
Hi, I'm trying to populate a datagrid with this dat: Nome Tabella Tipo Numero Ubicazione TF_FEMMINE D 25 14 Meshpack TF_FEMMINE D 25 14 Meshpack TF_FEMMINE D 25 14 Meshpack TF_FEMMINE D 25 14 Meshpack TF_FEMMINE D 25 14 Meshpack But when I put this code set the dgText[true] of group "censite" to gFi...