Search found 5 matches

by jcc75
Sun Dec 24, 2017 12:20 pm
Forum: Android Deployment
Topic: Problem with text displaying
Replies: 4
Views: 4452

Re: Problem with text displaying

Strange. I display my file in a data grid, and it's ok ! I don't understand why.
I didn't change anything else.
Capture.png
Capture.png (15.72 KiB) Viewed 4441 times
by jcc75
Sun Dec 24, 2017 10:46 am
Forum: Android Deployment
Topic: Problem with text displaying
Replies: 4
Views: 4452

Problem with text displaying

Hello. Thanks to you I can read a text file. But now here is another problem :( Capture.png The text of the label is set in the properties. The text of the field is read from a file. The font is the same in both ("system"). I can display the file in any other app without problem (Windows or Android)...
by jcc75
Sat Dec 23, 2017 7:25 pm
Forum: Android Deployment
Topic: Unable to read a file on my device
Replies: 7
Views: 5996

Re: Unable to read a file on my device

Thank you for your explanations. I understand now how this works. I can read my file with the specialfolderpath "engine". I would have preferred to put my file in some other folder, as an external file, but no matter. I use the "Copy Files" in the Standalone Application Settings, and it works. It's ...
by jcc75
Sat Dec 23, 2017 1:27 pm
Forum: Android Deployment
Topic: Unable to read a file on my device
Replies: 7
Views: 5996

Re: Unable to read a file on my device

Thank you for your answers. But this doesn’t work :( With the jmburnod’s script, tPath returns : /data/user/0/com.yourcompany.yourapp/files/jcc.txt I think that the folder « documents » refers to the folder « files » which is inside the app folder, and so is not allowed. The only « data » folder tha...
by jcc75
Sat Dec 23, 2017 8:50 am
Forum: Android Deployment
Topic: Unable to read a file on my device
Replies: 7
Views: 5996

Unable to read a file on my device

Hello. I can't read a file on my device. I read many topics around here, I tried a lot of solutions, but nothing works for me. My file "jcc.txt" is in the folder "/Tests". I tried "file:/Tests/jcc.txt", "file:/mnt/Tests/jcc.txt", "file:/storage/Tests/jcc.txt" (I even tried "file:/storage/emulator/0/...