Search found 50 matches

by UKMC
Fri Jun 30, 2017 7:14 am
Forum: LiveCode Builder
Topic: Android native Controls
Replies: 3
Views: 4184

Android native Controls

Good morning, has anyone already made other widgets for Android native Controls than the Android Button provided with LC 9 DP7 ? Reading the article https://livecode.com/using-infinite-livecode-for-android-to-create-native-controls-and-wrap-os-apis/ , it seems to be not so hard for an expert to crea...
by UKMC
Tue Jun 06, 2017 7:58 am
Forum: Internet
Topic: Experience with integrating HERE-routing service into LC-App
Replies: 0
Views: 2683

Experience with integrating HERE-routing service into LC-App

Hi altogether, is anybody out there who has successfully integrated HERE-routing-services (https://here.com/en) into a livecode App ? If so, I would be very thankful for getting some hints/examples. As the minimum basis, I have been sucessful in showing a place on a card in a browser widget by using...
by UKMC
Wed May 24, 2017 10:21 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Project Browser shows strange behaviour
Replies: 0
Views: 1778

Project Browser shows strange behaviour

Hello folks, in my stack, the project browser shows strange behaviour. When dragging 1-n object(s) up in the tab hierarchy, 1-n object(s) are sent down to where the up-dragged came. Example Before then 7up Expected result real result 1 1 7 2 7 2 3 2 3 4 3 4 5 4 5 6 ... 6 7 1 8 8 9 9 10 10 This happe...
by UKMC
Wed Mar 22, 2017 10:43 am
Forum: Internet
Topic: Problem with browser-scrollbars
Replies: 1
Views: 3381

Problem with browser-scrollbars

Dear all, I have a strange problem here and appreciate your help: I have a browser widget on a card and want to hide the v- and hscrollbars. So I coded: case the hilitedItemName of me = "WWW" go to cd "Browser" lock screen set the URL of widget "Browser" to "http://www.cafe-pierod.de/" set the vscro...
by UKMC
Wed Mar 22, 2017 10:38 am
Forum: Internet
Topic: Looking for help with HTTP POST
Replies: 17
Views: 17925

Re: Looking for help with HTTP POST

Hi Jiml, exactly this is the problem, there is just iOS. Its strange that there must have been an android version of mergZXing in 2013 (see in the forum here) which is at no place to find. And, up to this, I find it really annoying that Monte shows an reaction when asking for this and the only answe...
by UKMC
Mon Mar 20, 2017 6:45 pm
Forum: Internet
Topic: Looking for help with HTTP POST
Replies: 17
Views: 17925

Re: Looking for help with HTTP POST

Hi MaxV, solution is perfect for use on desktop, but the function libURLMultipartFormData is not available for mobile platforms. In spite of this, there is the last step "let it running mobile" to do. As you can imagine, I have no idea for this as well. Would you be so kind to have a look after it ?...
by UKMC
Mon Mar 20, 2017 4:41 pm
Forum: Internet
Topic: Looking for help with HTTP POST
Replies: 17
Views: 17925

Re: Looking for help with HTTP POST

MaxV,

thank you so much - you're a hero :-)

I guess that I'd hardly come to this solution which is available now.
Thanks for giving so tremendous support.

I hope I can give sometimes something back...

Best regards


Ulrich
by UKMC
Mon Mar 20, 2017 12:51 pm
Forum: Internet
Topic: Looking for help with HTTP POST
Replies: 17
Views: 17925

Re: Looking for help with HTTP POST

Hi Dave, some more explanations to the problem: There is a free webservice which I want to use for decoding qr-codes This webservice provides a POST-API which is described in the given HTML-Form (details are given in my last post in this forum) So I see no other way to use this service than "simulat...
by UKMC
Mon Mar 20, 2017 10:56 am
Forum: iOS Deployment
Topic: storing personalization data in a mobile app
Replies: 4
Views: 4606

Re: storing personalization data in a mobile app

sorry, this was thought to complicated by me Problem is solved through file on the mobile's home-Directory as advised in the LC-lessons http://lessons.livecode.com/m/4069/l/14301-how-do-i-read-write-to-files-on-mobile and the forum http://forums.livecode.com/viewtopic.php?f=18&t=2320 Best regards Ul...
by UKMC
Mon Mar 20, 2017 10:01 am
Forum: iOS Deployment
Topic: storing personalization data in a mobile app
Replies: 4
Views: 4606

Re: storing personalization data in a mobile app

Hi Jean-Marc and Dixie, thanks for your hints. Just to ensure that we have the same understanding: The App is running on a mobile (iOS or Android) There is no known context about the user (as the phonenumber cannot be read from LC) How should a server file or database content help identifying the us...
by UKMC
Mon Mar 20, 2017 9:55 am
Forum: Internet
Topic: Looking for help with HTTP POST
Replies: 17
Views: 17925

Re: Looking for help with HTTP POST

Hi MaxV, thanks for the code you sent. I tried immediately, but I get the result that the message format is wrong (HTTP Code 400) For the image_to_send, I took put URL ("binfile:"&Pfad) into image_to_send (where Pfad is the local file path on my desktop) What do you think has to be placed in tFileNa...
by UKMC
Sun Mar 19, 2017 6:08 pm
Forum: iOS Deployment
Topic: storing personalization data in a mobile app
Replies: 4
Views: 4606

storing personalization data in a mobile app

Hi altogether, I want to publish a standalone App for iOS and Android. This App should be personalized for every user by phonenumber and/or mailaddress. So at the first startUp, the user has to register with these (and optional some further information). Most Apps I know provide the service that for...
by UKMC
Sun Mar 19, 2017 2:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Handler-call
Replies: 3
Views: 3006

Re: Handler-call

Hi Jean-Marc,

thanks for the hint, I had not realized the extended find/replace-functionality up to now.

It works perfect, thanks


Ulrich
by UKMC
Sat Mar 18, 2017 9:22 pm
Forum: Internet
Topic: Looking for help with HTTP POST
Replies: 17
Views: 17925

Re: Looking for help with HTTP POST

Hi MaxV, many thanks for your both examples, they work perfect. I just tried to format my html-form in this way, but unfortunately, I find no working format. Here is the code I tried at last: put "enctype=""e&"multipart/form-data""e&space&\ "input name=""e&"file""e&\ " type=""e&"...
by UKMC
Mon Mar 13, 2017 6:44 pm
Forum: Internet
Topic: Looking for help with HTTP POST
Replies: 17
Views: 17925

Re: Looking for help with HTTP POST

Hi Kilroy, thank you very much vor your tip. Hi Ulrich For a very simple example of POSTing files to a server search for "simple POST demo" in the 'Sample Stacks' section of the LiveCode toolbar I downloaded this example immediately and tried to find the correct solution for my problem - unfortunate...

Go to advanced search