Ok!
I've quite finish my first app.
I save what i need in a file in the documents folder.
But this folder is not accessible if the device is not rooted.
Is there a folder i can use to save my file that is accessible from a filemanager?
Search found 63 matches
- Thu Mar 19, 2015 4:57 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Extract a file from mobile
- Replies: 0
- Views: 563
- Thu Mar 19, 2015 4:26 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: multiple MobileControls INPUT on a card
- Replies: 2
- Views: 917
Re: multiple MobileControls INPUT on a card
ok!
I'm working on android but it working teh same with SetKeyboardReturnKey
I'm working on android but it working teh same with SetKeyboardReturnKey
- Thu Mar 19, 2015 10:06 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Dictionary search
- Replies: 13
- Views: 3025
Re: Dictionary search
Could there be a setting somewhere that set the search behaviour?
On my Ubuntu machine it works correctly..
On my Ubuntu machine it works correctly..
- Wed Mar 18, 2015 3:45 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Dictionary search
- Replies: 13
- Views: 3025
Re: Dictionary search
I don't think this could be a problem of my CPU.
I have a DELL laptop 64bit with intel i5 (used at 20%) and 4 Gb of RAM (2,71 used at the moment)
I have a DELL laptop 64bit with intel i5 (used at 20%) and 4 Gb of RAM (2,71 used at the moment)
- Wed Mar 18, 2015 3:14 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Dictionary search
- Replies: 13
- Views: 3025
Re: Dictionary search
updated to 7.0.3 (the stable one) and still the same..
- Wed Mar 18, 2015 3:03 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: multiple MobileControls INPUT on a card
- Replies: 2
- Views: 917
multiple MobileControls INPUT on a card
Hi! i have 3 mobilecontrols (type input) on a card. When i clik on one of them to fill it, instead of the return button to confirm, i have a left to right arrow that move the focus on the next mobile control. The only one that show the confirm button is the last mobilecontrol why? How to avoid it? t...
- Wed Mar 18, 2015 2:37 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Dictionary search
- Replies: 13
- Views: 3025
Re: Dictionary search
vrsion 7.0.2-rc-1 on Windows 7.
- Wed Mar 18, 2015 2:34 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: search text result
- Replies: 4
- Views: 1383
Re: search text result
...Klaus..my personal trainer 
thank you very very much

thank you very very much

- Wed Mar 18, 2015 1:44 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: search text result
- Replies: 4
- Views: 1383
Re: search text result
beeing a search of a file in a folder, I'm searching in "the files" is correct to write something like this?
Code: Select all
set the defaultFolder to specialFolderPath("documents")
put the files into tFileList
find "censimentofiliere.txt" in tFileList
if the foundText is "censimentofiliere.txt" then
- Wed Mar 18, 2015 10:38 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: search text result
- Replies: 4
- Views: 1383
search text result
Hi! I have to search in a text if there is a certain string. In details I have to check if a file is in a folder. So i get the list of files with "the files" Now searching the web i found the "find" command, but it seems that it draw a box around a text instead of answer if is it found or not. How s...
- Wed Mar 18, 2015 10:22 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Dictionary search
- Replies: 13
- Views: 3025
Dictionary search
Is the dictionary working correctly?? I have to wait the result every time I type a single character. So i can not type in the search box normally. I have to wait and type a character per time. Is it a bug? Is only a windows 7 problem? Is only a problem of mine? Is there a way to avoid this problem ...
- Wed Mar 18, 2015 9:41 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Get mobile actions
- Replies: 0
- Views: 542
Get mobile actions
Hi! I have my interface thatc an switch between desktop and mobile creating mobile controls ecc ecc ... Now I'd like to get actions on mobile controls like mouseUp or enterField. What should i DO? I find out a function called mobilecontroltarget that allow me to know which target has sent the messag...
- Tue Mar 17, 2015 8:47 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Test on device folder
- Replies: 6
- Views: 1323
Re: Test on device folder
Android! ☺
On a nexus 4 with 5.0.1 installed
On a nexus 4 with 5.0.1 installed
- Tue Mar 17, 2015 8:10 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Test on device folder
- Replies: 6
- Views: 1323
Re: Test on device folder
ok, but the backslash works correctly on windows.
But the most important thing is, I'm using the device to test. So the app is not "installed" in the device.
Should it has his own folder the same? I've used total commander to search for a folder that could contain my app but i didn't find it
But the most important thing is, I'm using the device to test. So the app is not "installed" in the device.
Should it has his own folder the same? I've used total commander to search for a folder that could contain my app but i didn't find it
- Tue Mar 17, 2015 4:47 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: is "mobile" on card
- Replies: 9
- Views: 2158
Re: is "mobile" on card
Here is the new issue....
The mobile control is always visible even if I change card.
So...
Is it better to HIDE the control when i change card and SHOW it when re-Open his card or I have to close and recreate it?
The mobile control is always visible even if I change card.
So...
Is it better to HIDE the control when i change card and SHOW it when re-Open his card or I have to close and recreate it?