Search found 118 matches

by EddieLee
Wed Mar 10, 2021 7:18 am
Forum: iOS Deployment
Topic: IOS Deployment
Replies: 11
Views: 13256

Re: IOS Deployment


Here are a couple of screen shots to help.

First, create a new project in Xcode and save it somewhere convenient. You are only using this to have it generate the signing certificate that LC will use. Once the project is created, the tab to concentrate on is the "Signing" one.
Xcode.png
With your ...
by EddieLee
Tue Mar 09, 2021 4:59 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Digital Signature
Replies: 45
Views: 33176

Re: Digital Signature


You could start by looking at the pen and the brush tools.
-
SShot 2021-03-05 at 15.53.47.png
-
With the image (fake field) for signatures having this sort of script:

on mouseEnter
choose brush tool
set the brushColor to red
end mouseEnter


Hi richmond and all,

I would probably try to ...
by EddieLee
Tue Mar 09, 2021 5:28 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Digital Signature
Replies: 45
Views: 33176

Re: Digital Signature


Any idea what the signature widget looks like? Can’t find it on the items panel...

Come on, there are no THAT much controls in the tools palette! 8)

It looks like a pencil over a rectangle with rounded corners.
signature_control.jpg


Hi Klaus,

I just checked on my side and seem like there ...
by EddieLee
Sat Mar 06, 2021 9:31 pm
Forum: iOS Deployment
Topic: IOS Deployment
Replies: 11
Views: 13256

Re: IOS Deployment


You can also use XCode to manage test certificates if not a paid Dev. You will need to create a project in XCode and set a few options (match the info used in LC) and let it manage the certificate. You need to renew it every week, but it is good enough to test on device. You will also need to ...
by EddieLee
Fri Mar 05, 2021 8:02 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Digital Signature
Replies: 45
Views: 33176

Re: Digital Signature


And also what is the difference with mouseup and mouseEnter?

mouseUp is sent when the end-user releases the dominant button on their mouse,

mouseEnter is sent when an end-user moves their pointer inwith the object that contains the mouseEnter script.

This is "baby stuff" that can be readily ...
by EddieLee
Fri Mar 05, 2021 8:00 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Digital Signature
Replies: 45
Views: 33176

Re: Digital Signature


Hi Eddie,
Hi Klaus, long time no see! I have messaged you on Skype but I guess you are not using it anymore?
as I told you, your are/were the only reason for me to start SKYPE at all.
And since i did not hear from you for a long time, I did not start Skype anymore. 8)
Next time please just send ...
by EddieLee
Fri Mar 05, 2021 4:27 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Digital Signature
Replies: 45
Views: 33176

Re: Digital Signature


Take a look at the "Signature" widget, that is what you are looking for! :-)


Hi Klaus, long time no see! I have messaged you on Skype but I guess you are not using it anymore? How does the signature widget work in term of the scripting part and what does it return as? How does it look like ...
by EddieLee
Fri Mar 05, 2021 4:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Digital Signature
Replies: 45
Views: 33176

Re: Digital Signature


You could start by looking at the pen and the brush tools.
-
SShot 2021-03-05 at 15.53.47.png
-
With the image (fake field) for signatures having this sort of script:

on mouseEnter
choose brush tool
set the brushColor to red
end mouseEnter


Hi richmond,

So by using the pen and brush tools ...
by EddieLee
Fri Mar 05, 2021 6:28 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Digital Signature
Replies: 45
Views: 33176

Digital Signature

Hi All,

Does anyone have an experience working with digital signature? I would like to have a field where users can manually draw their signature in that box/field and then upload it to the database as an image. Will start by doing on the android platform first !

Any idea how to start?

Thanks !
by EddieLee
Fri Mar 05, 2021 6:21 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Android native field bug/help [Solved]
Replies: 9
Views: 6447

Re: Android native field bug/help

Hi All,

I just moved the extracting data from the database script down to opencard handler and it solved my issue.

Thanks !
by EddieLee
Wed Mar 03, 2021 4:47 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Android native field bug/help [Solved]
Replies: 9
Views: 6447

Re: Android native field bug/help


I had a similar issue with odd redraws when changing cards. Try the latest rc version of LC and see if the problem persists. There were some fixes in that release that may help.


HI Jacque,

I have solved the issue, because there was some scripts in my preopencard handler which is getting data ...
by EddieLee
Tue Mar 02, 2021 2:56 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Android native field bug/help [Solved]
Replies: 9
Views: 6447

Re: Android native field bug/help


as a failure behavior...could it be related ?

https://lessons.livecode.com/m/datagrid/l/7340-what-sorts-of-things-should-i-not-do-in-order-to-avoid-needless-suffering
Don't try to draw a Data Grid on a card that Is not open
When a Data Grid renders it dynamically creates fields and accesses ...
by EddieLee
Tue Mar 02, 2021 2:54 am
Forum: iOS Deployment
Topic: IOS Deployment
Replies: 11
Views: 13256

Re: IOS Deployment


Yes, that's right. I also found this: https://developer.apple.com/support/account/ but it doesn't give much information.


Hi Jacque,

I have created a AppleID and sign up for a developer account, how do I go about it testing my lc project on my iPhone physical device? Can I use the test button ...
by EddieLee
Tue Mar 02, 2021 12:26 am
Forum: iOS Deployment
Topic: IOS Deployment
Replies: 11
Views: 13256

Re: IOS Deployment


You need a developer account but there's a way to get one free for testing purposes. Google "free Apple developer account" for information.


Hi Jacque,

Do you mean by creating an Apple ID and signing up for a Apple developer account? But not paying the 99USD for the subscription I just won’t ...
by EddieLee
Tue Mar 02, 2021 12:14 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Android native field bug/help [Solved]
Replies: 9
Views: 6447

Re: Android native field bug/help


Hi.

I do not develop for mobile, but is it possible that native fields are rendered apart from LC controls? In other words, can you hide, under LC script control, native fields? If you can, then something else is going on, because you ought to be able to control their "visible" property.

This is ...