Danke Klaus, bleib dran...
Vielleicht bekommen die Jungs an der Livecode-Tastatur das ja noch irgendwann hin
Search found 6 matches
- Sat Mar 16, 2019 10:20 pm
- Forum: Android Deployment
- Topic: german Date
- Replies: 19
- Views: 11060
- Sat Mar 16, 2019 8:33 pm
- Forum: Android Deployment
- Topic: german Date
- Replies: 19
- Views: 11060
german Date
Hi,
is it possible to use the german date under android? I'm not really interested in the date here, that's easy to solve. The names of the weekdays and months would be nice, or do i have to write it myself?
best
is it possible to use the german date under android? I'm not really interested in the date here, that's easy to solve. The names of the weekdays and months would be nice, or do i have to write it myself?
best
- Fri Feb 01, 2019 10:05 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Resize a field or group in standalone
- Replies: 2
- Views: 2410
Re: Resize a field or group in standalone
thanks bogs for the Info. I have now solved it with a graphic behind the text field. the code from grap: local lSeiteZumSchieben on mouseMove pNewMouseH, pNewMouseV if the mouseH < left of me + 5 then set defaultcursor to 31 put 1 into lSeiteZumSchieben else if the mouseH > right of me - 5 then set ...
- Fri Feb 01, 2019 9:11 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Resize a field or group in standalone
- Replies: 2
- Views: 2410
Resize a field or group in standalone
is there a simple solution to resize a field or group in Standanlone? Like a stack, the corseur changes at the frame and you can move with dragDrop?
something like:
something like:
Code: Select all
set the resizable of group 1 to true
- Fri Jan 18, 2019 10:33 am
- Forum: Internet
- Topic: trouble with save file per ftp
- Replies: 4
- Views: 5354
Re: trouble with save file per ftp
I am a carpenter and my plan is to take photos from the construction and save the work to be done and the address so that my guys can access it later when they work there and possibly add corrections and the consumed material. I didn't have still now anything to do export with my small livecode proj...
- Thu Jan 17, 2019 11:53 am
- Forum: Internet
- Topic: trouble with save file per ftp
- Replies: 4
- Views: 5354
trouble with save file per ftp
I wrote a very simple script to save only a few characters in a TXT file on an FTP server. This also works in Livecode and Windows but not on Android. When I start the app the content of the file will be deleted on the server. If I write something to the file with Windows when the app is running, I ...