I use https://weather.com - the ten day overview.
You can try maybe the weather for a french city:
https://weather.com/de-DE/wetter/10tage ... c0d4f1dc11
Search found 16 matches
- Sun Jun 17, 2018 5:16 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Weather
- Replies: 11
- Views: 13635
- Tue May 01, 2018 1:30 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: android - save the new camera picture
- Replies: 14
- Views: 11316
Re: android - save the new camera picture
Thanks for your support.
I found a solution. But not all gallery applications will show pictures out of all directories.
mobilePickPhoto "camera"
set the defaultFolder to "/mnt/sdcard/DCIM/"
put last image into url("binfile:" & milliseconds() & ".jpg")
But also the function ...
I found a solution. But not all gallery applications will show pictures out of all directories.
mobilePickPhoto "camera"
set the defaultFolder to "/mnt/sdcard/DCIM/"
put last image into url("binfile:" & milliseconds() & ".jpg")
But also the function ...
- Sun Apr 29, 2018 9:29 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: android - save the new camera picture
- Replies: 14
- Views: 11316
Re: android - save the new camera picture
Thanks a lot for the quick help.
Is it possible to save the picture in the android system, so i can found it, in the file manager or photo gallery?
In these way, I can also use the picture also by other android applications.
Is it possible to save the picture in the android system, so i can found it, in the file manager or photo gallery?
In these way, I can also use the picture also by other android applications.
- Sun Apr 29, 2018 6:41 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: android - save the new camera picture
- Replies: 14
- Views: 11316
Re: android - save the new camera picture
Thanks for your help...but it's the same result.
No error message, the picture will be make, but nothing saved.
on mouseUp
mobilePickPhoto "camera"
## User clicked CANCEL:
if the result = "cancel" then
exit mouseup
end if
## We try to export the image to a JPG file:
export last img to ...
No error message, the picture will be make, but nothing saved.
on mouseUp
mobilePickPhoto "camera"
## User clicked CANCEL:
if the result = "cancel" then
exit mouseup
end if
## We try to export the image to a JPG file:
export last img to ...
- Sun Apr 29, 2018 5:18 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: android - save the new camera picture
- Replies: 14
- Views: 11316
Re: android - save the new camera picture
There is no error message.
The photo will be created, but the picture wouldn't saved.
Do you have any ideas?
on mouseUp
mobilePickPhoto "camera"
## User clicked CANCEL:
if the result = "cancel" then
exit mouseup
end if
## We try to export the image to a JPG file:
export last img to URL ...
The photo will be created, but the picture wouldn't saved.
Do you have any ideas?
on mouseUp
mobilePickPhoto "camera"
## User clicked CANCEL:
if the result = "cancel" then
exit mouseup
end if
## We try to export the image to a JPG file:
export last img to URL ...
- Sun Apr 29, 2018 3:57 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: android - save the new camera picture
- Replies: 14
- Views: 11316
Re: android - save the new camera picture
Sorry, but the code doesn't save the picture.
Must I note other thinks/permissions or must I create the folder specialFolderPath("documents") ?
on mouseUp
mobilePickPhoto "camera"
## User clicked CANCEL:
if the result = "cancel" then
exit mouseup
end if
put last img into URL("binfile ...
Must I note other thinks/permissions or must I create the folder specialFolderPath("documents") ?
on mouseUp
mobilePickPhoto "camera"
## User clicked CANCEL:
if the result = "cancel" then
exit mouseup
end if
put last img into URL("binfile ...
- Sun Apr 29, 2018 3:11 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: android - save the new camera picture
- Replies: 14
- Views: 11316
Re: android - save the new camera picture
Thanks for the quick response.
I try the code below, but I doesn't found the picture at the android storage.
At the file manager I found a the folder "Documents" with capital letter at the beginning. Is that the storage folder?
on mouseUp
mobilePickPhoto "camera"
put the result into URL("file ...
I try the code below, but I doesn't found the picture at the android storage.
At the file manager I found a the folder "Documents" with capital letter at the beginning. Is that the storage folder?
on mouseUp
mobilePickPhoto "camera"
put the result into URL("file ...
- Sun Apr 29, 2018 2:46 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: android - save the new camera picture
- Replies: 14
- Views: 11316
android - save the new camera picture
I try to make a picture with the android camera and will save it immediately.
The code below doesn't function. Please, can you help me.
on mouseUp
mobilePickPhoto "camera"
put the result into URL("binfile:"&specialFolderPath("documents")&"/pic.jpg")
end mouseUp
Thanks a lot
Volkmar
The code below doesn't function. Please, can you help me.
on mouseUp
mobilePickPhoto "camera"
put the result into URL("binfile:"&specialFolderPath("documents")&"/pic.jpg")
end mouseUp
Thanks a lot
Volkmar
- Fri Apr 27, 2018 5:26 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: wigdet browser + android + using website google maps
- Replies: 3
- Views: 3938
Re: wigdet browser + android + using website google maps
Thanks a lot - with the application version "LiveCode Community 9.0" is the navigation website from google maps usable. Thank you 
- Wed Apr 25, 2018 7:18 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: wigdet browser + android + using website google maps
- Replies: 3
- Views: 3938
Re: wigdet browser + android + using website google maps
Thanks for the quick answer.
I use "LiveCode Community 8.1.9".
I will try to to update these version.
Thanks a lot.
I use "LiveCode Community 8.1.9".
I will try to to update these version.
Thanks a lot.
- Mon Apr 23, 2018 8:01 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: wigdet browser + android + using website google maps
- Replies: 3
- Views: 3938
wigdet browser + android + using website google maps
Hello,
is it possible to use the google maps website 'https://maps.google(point)de/' in the browser wigdet for naviagtion on the andoid system.
All tryings failed, because no GPS signal was found by the website.
I activated the GPS signal in the "standalone application settings", but without any ...
is it possible to use the google maps website 'https://maps.google(point)de/' in the browser wigdet for naviagtion on the andoid system.
All tryings failed, because no GPS signal was found by the website.
I activated the GPS signal in the "standalone application settings", but without any ...
- Mon Apr 02, 2018 6:07 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: widget Browser + Port 80 + htaccess
- Replies: 6
- Views: 9240
Re: widget Browser + Port 80 + htaccess
Thanks a lot for your help.
I think the function "revbrowseropen" doesn't work for the android system.
I found a solution for the widget "Browser" by using the link as http://username:password@website/path
But it's not a secured way.
I think the function "revbrowseropen" doesn't work for the android system.
I found a solution for the widget "Browser" by using the link as http://username:password@website/path
But it's not a secured way.
- Tue Mar 27, 2018 8:46 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: widget Browser + Port 80 + htaccess
- Replies: 6
- Views: 9240
Re: widget Browser + Port 80 + htaccess
Hello Richard,
thanks for your support.
I believe nowadays it's a problem of the browser wigdet of Livecode to show the popup of the "htaccess" function of the websit /server to insert the logon data.
The error message will be the result of the wrong/no input.
Is it possible to allow popups in ...
thanks for your support.
I believe nowadays it's a problem of the browser wigdet of Livecode to show the popup of the "htaccess" function of the websit /server to insert the logon data.
The error message will be the result of the wrong/no input.
Is it possible to allow popups in ...
- Mon Mar 26, 2018 5:42 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: widget Browser + Port 80 + htaccess
- Replies: 6
- Views: 9240
widget Browser + Port 80 + htaccess
Hello,
I would like to enter to a htaccess secured website refered by a hyperlink on the website.
If I click on the hyperlink, I recieved the error message "Apache Server at www_mywebsite_de Port 80" (see picture).
Normally it will be open a popup to insert the authoristaion data. But it doesn't ...
I would like to enter to a htaccess secured website refered by a hyperlink on the website.
If I click on the hyperlink, I recieved the error message "Apache Server at www_mywebsite_de Port 80" (see picture).
Normally it will be open a popup to insert the authoristaion data. But it doesn't ...
- Thu Mar 22, 2018 7:37 pm
- Forum: Bug Triage
- Topic: Android player controls disappear
- Replies: 3
- Views: 4807
Re: Android player controls disappear
Thanks a lot for the quick response 