Search found 94 matches

by link76
Thu Feb 15, 2024 3:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Upload file Livecode PHP
Replies: 2
Views: 304

Upload file Livecode PHP

I would like to upload a pdf file to my server using php as a step. I created this script in livecode but I can't complete the step in php: on mouseUp put empty into tFilePath answer file "Scegli un file pdf" with type "PDF|pdf" if it is not empty then put it into tFileToUpload set the itemDel to sl...
by link76
Thu Oct 24, 2019 3:10 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Push notification on Android 9
Replies: 1
Views: 2495

Push notification on Android 9

The FCM push notifications with Android 9 do not work!, while on previous versions the same device works.

I use using LC 9.0.5 indy is there any limitation? are not supported?

thanks
by link76
Fri Oct 04, 2019 2:08 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: get contents file
Replies: 1
Views: 1739

get contents file

I save my map file (map.html) in the special folder to be displayed in the mobile device browser and works perfectly! I would like to retrieve the contents of the map.html file in my device mobile, so that it can modify it. Trying this motion I recover only the url of the route. set the defaultFolde...
by link76
Tue Apr 30, 2019 7:00 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: mobileBusyIndicatorStart freezes
Replies: 2
Views: 1988

Re: mobileBusyIndicatorStart freezes

Try a line wait 0 milliseconds with messages inside the repeat loop. I had thought mobile interrupts and rendering were handled slightly differently but it could be you need this (as with desktop) to give the engine a moment of almost zero duration to think of things like keypoll and screen drawing...
by link76
Mon Apr 29, 2019 11:18 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: mobileBusyIndicatorStart freezes
Replies: 2
Views: 1988

mobileBusyIndicatorStart freezes

Hello, I activate the command mobileBusyIndicatorStart to complete the insertion of data in the db, the animation displayed stops (freezes) until the end. why ? thank you mobileBusyIndicatorStart "square", "message" put "cmd=mycommand" & "&token=" & urlencode(ISY_TOKEN_USER) into tArgList post tArgL...
by link76
Mon Apr 22, 2019 7:38 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Widget map custom icon marker
Replies: 0
Views: 1801

Widget map custom icon marker

Hello,

Is it possible to insert a custom icon marker using the map widget? currently only a default icon is inserted.
by link76
Tue Apr 16, 2019 10:23 pm
Forum: Android Deployment
Topic: customize sound push notification
Replies: 1
Views: 2544

customize sound push notification

Is there a solution to make a custom sound when a push notification is received?

Thx
by link76
Fri Apr 12, 2019 3:04 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: locationChanged on mouseUp
Replies: 14
Views: 6080

Re: locationChanged on mouseUp

So only the CARD (or stack) will receive this message, but none of your buttons or other objects. Could you not do something like this in the button/whatevers script : on mouseUp send locationChanged(pLat,pLong,pAlt) to card "xyz" end mouseUp :?: Alternately, you could roll your own handler for the...
by link76
Fri Apr 12, 2019 2:09 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: locationChanged on mouseUp
Replies: 14
Views: 6080

locationChanged on mouseUp

Is it possible to activate the locationChanged function when the user presses a button, for example?

Currently I have inserted this function in OpenCard but in this way it is always active.

Thank you
by link76
Mon Apr 08, 2019 2:39 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: post string encrypt
Replies: 1
Views: 1860

post string encrypt

I would like to use these functions to encrypt the string and send it with the post method. https://livecode.fandom.com/wiki/Encrypt The string received in the PHP file when it is decrypted contains spaces. put EncryptIt_LC(tLogin) into tLogin put EncryptIt_LC(tPassword) into tPassword put "cmd=logi...
by link76
Wed Mar 13, 2019 5:51 pm
Forum: Android Deployment
Topic: Splash format
Replies: 7
Views: 4936

Re: Splash format

maybe I was not precise ...

I would like to insert a splash screen, an intro screen, for my app.

in the Basic Application Settings of Android there is the splash field, I inserted a 480x800px image but it does not work :|
by link76
Wed Mar 13, 2019 4:15 pm
Forum: Android Deployment
Topic: Splash format
Replies: 7
Views: 4936

Re: Splash format

I don't think there are specifications for this! Just create a one-card stack and group all object on that card, then script this for the splash stack: on preopenstack ## So no need to know this in advance! Take what is there! :-) set the rect of this stack to the screenrect ## Place content in the...
by link76
Wed Mar 13, 2019 4:02 pm
Forum: Android Deployment
Topic: Splash format
Replies: 7
Views: 4936

Splash format

Hi,

What are the dimensions for the splash image?
I'm currently using LC Comumunity Edition, do you have any limitations?

thank you
by link76
Mon Mar 11, 2019 3:05 pm
Forum: Android Deployment
Topic: native filed in the foreground
Replies: 1
Views: 2096

native filed in the foreground

Hi,

I have some native android filed ...
when I insert an object above them, the fields always remain in the foreground, why?

the order of the layers is correct.
IMG_1419.jpg
by link76
Sat Mar 09, 2019 3:38 pm
Forum: Android Deployment
Topic: native button widget background color
Replies: 19
Views: 10222

Re: native button widget background color

Screenshot 2019-03-09 at 16.07.01.png - Boh-Boh-Bom! HOWEVER . . . While I can change the textColor, I cannot change: the textFont or the textSize, or mess around with anything else via the properties palette, or via scripting: - Screenshot 2019-03-09 at 16.12.58.png - Which is "a shame". 8) - Oh, ...

Go to advanced search