Search found 14 matches

by Volkmar
Sun Jun 17, 2018 5:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Weather
Replies: 11
Views: 8368

Re: Weather

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
by Volkmar
Tue May 01, 2018 1:30 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: android - save the new camera picture
Replies: 14
Views: 7678

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 "mobileExportImageToAlbum...
by Volkmar
Sun Apr 29, 2018 9:29 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: android - save the new camera picture
Replies: 14
Views: 7678

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.
by Volkmar
Sun Apr 29, 2018 6:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: android - save the new camera picture
Replies: 14
Views: 7678

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 file (specialF...
by Volkmar
Sun Apr 29, 2018 5:18 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: android - save the new camera picture
Replies: 14
Views: 7678

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 ("binfile:" &...
by Volkmar
Sun Apr 29, 2018 3:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: android - save the new camera picture
Replies: 14
Views: 7678

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:"& specialFolde...
by Volkmar
Sun Apr 29, 2018 3:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: android - save the new camera picture
Replies: 14
Views: 7678

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:"&spec...
by Volkmar
Sun Apr 29, 2018 2:46 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: android - save the new camera picture
Replies: 14
Views: 7678

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.

Code: Select all

on mouseUp
   mobilePickPhoto "camera"
   put the result into URL("binfile:"&specialFolderPath("documents")&"/pic.jpg")
end mouseUp
Thanks a lot
Volkmar
by 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: 2625

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 :)
by Volkmar
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: 2625

Re: wigdet browser + android + using website google maps

Thanks for the quick answer.

I use "LiveCode Community 8.1.9". :shock: :?

I will try to to update these version.

Thanks a lot. :P
by Volkmar
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: 2625

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 aff...
by Volkmar
Mon Apr 02, 2018 6:07 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: widget Browser + Port 80 + htaccess
Replies: 6
Views: 5470

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.
by Volkmar
Tue Mar 27, 2018 8:46 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: widget Browser + Port 80 + htaccess
Replies: 6
Views: 5470

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 the b...
by Volkmar
Mon Mar 26, 2018 5:42 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: widget Browser + Port 80 + htaccess
Replies: 6
Views: 5470

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. Is...

Go to advanced search