Search found 94 matches

by link76
Sat Mar 09, 2019 1:22 pm
Forum: Android Deployment
Topic: native button widget background color
Replies: 19
Views: 10224

Re: native button widget background color

That is the "Switch Button" widget, bogs! 8) Try harder! @link76, looks like this is not possible. If the inspector for a widget does not provide this you are out of luck. But I think this is desired behaviour, if you colorize that one, then it would propbably not be a "native Android button" anymo...
by link76
Sat Mar 09, 2019 7:35 am
Forum: Android Deployment
Topic: native button widget background color
Replies: 19
Views: 10224

native button widget background color

Hello,

from the tools palette I inserted the android native button widget, how can I change the background color?

in the propety inspector it is possible to change only the color of the text.

thank you
by link76
Mon Mar 04, 2019 9:07 am
Forum: Android Deployment
Topic: mobileStartTrackingSensor background
Replies: 1
Views: 1986

mobileStartTrackingSensor background

Hello,

when the app (android) is put in the background the localization service (gps) goes off, is it possible to keep it active?
by link76
Thu Feb 22, 2018 2:46 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Datagrid loc field dynamically
Replies: 3
Views: 2074

Datagrid loc field dynamically

Hello, I would like to set the position of a label dynamically in my datagrid template, I tried this way but it works only for the first 2 lines. behavior script: if the number of chars of pDataArray["A_B"] = 1 then set the loc of field "E_B" of this card of me to 724,10 set the text of field "E_B" ...
by link76
Tue Jan 02, 2018 10:59 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: character @ not hidden
Replies: 3
Views: 2646

Re: character @ not hidden

thank you !
by link76
Fri Dec 29, 2017 11:11 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: character @ not hidden
Replies: 3
Views: 2646

character @ not hidden

Hi Guys I use this code on password field for environment mobile, it works correctly, but if I type the @ character it is not hidden :roll: on keyDown pKey if the length of me >= 15 then ... else put numToCodePoint(9679) after me put pKey after fld "hidden_psw1" end if end keyDown
by link76
Thu Nov 02, 2017 12:12 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Hide chars field password
Replies: 18
Views: 9791

Re: Hide chars field password

sorry but the suggestion does not work very well when used in mobile mode.

Do specific features have to be used?
by link76
Tue Oct 31, 2017 3:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Hide chars field password
Replies: 18
Views: 9791

Re: Hide chars field password

how can I limit the length of the field? on keyDown pKey if the length of me >= 5 then // If there are 5 or more characters in the field // beep and prevent text entry beep else pass keyDown lock screen put the last char of me after fld "hidden_psw1" set the text of the last char of me to numToCodeP...
by link76
Tue Oct 31, 2017 11:31 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Hide chars field password
Replies: 18
Views: 9791

Hide chars field password

I use this code to hide a field containing a password, but when I insert the @ or # characters are not hidden! on keyDown pKey if the length of me <= 10 then put "*" after me put pKey after fld "hidden_psw1" else // If there are 5 or more characters in the field // beep and prevent text entry //beep...
by link76
Mon Oct 30, 2017 3:58 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: locate language app
Replies: 9
Views: 7165

Re: locate language app

sorry, in livecode but in mobile app, for android and ios.

Identify the device language and change the labels

Thank you
by link76
Mon Oct 30, 2017 8:23 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: locate language app
Replies: 9
Views: 7165

locate language app

what is the easy way to locate language in an app?

thank you
by link76
Wed Oct 18, 2017 9:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Android Developer on a Mac
Replies: 3
Views: 2362

Android Developer on a Mac

when I save the Android app (apk) I get the error: There was an error saving the standalone application could not compile application class.

I installed Android Studio 2.3.3 / Java with LC 8.1.6 (OS X)

path: /Users/neo/Library/Android/sdk

thank you
by link76
Fri Oct 06, 2017 9:57 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: libURLDownloadToFile progress download
Replies: 14
Views: 6956

Re: libURLDownloadToFile progress download

Hi The problem is in the revsecurity.dll library that is not implemented in the standalone application, copying it manually works! I don't see revsecurity.dll in inclusions list. Where did you find it ? Best regards Jean-Marc Hi Jean-Marc, I use LC 5.5, I have a commercial license. When I created t...
by link76
Wed Oct 04, 2017 11:28 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: libURLDownloadToFile progress download
Replies: 14
Views: 6956

Re: libURLDownloadToFile progress download

Hi all,

I finally solved the problem.

The problem is in the revsecurity.dll library that is not implemented in the standalone application, copying it manually works! :shock:
by link76
Tue Oct 03, 2017 7:41 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: libURLDownloadToFile progress download
Replies: 14
Views: 6956

Re: libURLDownloadToFile progress download

Hi jmburdon, I tried your code, it works in development environment but when I create the standalone application, a file is downloaded to 0 bytes local tDownloadLink on mouseUp put "http://myurl.it/setup.exe" into tDownloadLink set the itemDel to slash put last item of tDownloadLink into tFilename p...

Go to advanced search