Search found 145 matches

by elanorb
Wed Mar 17, 2021 4:03 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Webcam capture in livecode
Replies: 15
Views: 7209

Re: Webcam capture in livecode

Hi all I have put together a small lesson on using the cameraControl, as noted before it does require Indy or Business. Please let me know if the lesson is not clear or anything does not work as expected. https://lessons.livecode.com/m/4071/l/1380409-using-the-cameracontrol I have also added a bug r...
by elanorb
Tue Mar 16, 2021 7:10 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Webcam capture in livecode
Replies: 15
Views: 7209

Re: Webcam capture in livecode

Hi lemodizon,

If you are using Indy or Business have a look at the cameraControl entry in the Dictionary.

Kind regards

Elanor
by elanorb
Tue Mar 16, 2021 10:00 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Data Grid breaks resize handler
Replies: 5
Views: 2784

Re: Data Grid breaks resize handler

Hi Is your DataGrid a table or a form? If it is a form I wonder if something in the row script is affecting things. You could try locking messages around where you set the height of the DataGrid, this is likely to break the display in the DataGrid but it might give you a clue about what is happening...
by elanorb
Fri Mar 12, 2021 11:47 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Network Access for Standalone Applications
Replies: 14
Views: 6683

Re: Network Access for Standalone Applications

Great! Glad to hear you got it working.

The fix is targeted to be included in 9.6.3 so you won't have to worry about it after that. If you do update, when 9.6.2 is released, or if you have to reinstall or are you using a different machine you will need to reapply the manual fix.

Kind regards

Elanor
by elanorb
Thu Mar 11, 2021 5:20 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Network Access for Standalone Applications
Replies: 14
Views: 6683

Re: Network Access for Standalone Applications

Hi Adam You actually make the changes in the LiveCode app bundle, so the updated version of the manifest file is included in the Android apps you build. Go to Applications, find your LiveCode app and then follow the instructions to choose "Show Package Contents" etc. The change will then be applied ...
by elanorb
Tue Mar 09, 2021 7:22 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Digital Signature
Replies: 45
Views: 14507

Re: Digital Signature

Good point, it looks like there are some docs bugs here. I'll do some testing and report the updates that are needed.

Elanor
by elanorb
Tue Mar 09, 2021 7:01 pm
Forum: Off-Topic
Topic: A funny thing happened on the way to the forum
Replies: 5
Views: 3094

Re: A funny thing happened on the way to the forum

It was initially named this way to differentiate it from the pre-8 LiveCode App Building Course but I think it is probably safe to rename it. I'll run it past the team and see what they say.

Elanor
by elanorb
Tue Mar 09, 2021 6:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Digital Signature
Replies: 45
Views: 14507

Re: Digital Signature

Hi all I think the paint tools should work on mobile. I am checking in with the team but attached is a very simple stack that works for me on an iPhone and an Android phone. I added the revCompatibilityBrushes1 stack as a substack as mentioned in the Dictionary entry for the brush property and it se...
by elanorb
Tue Mar 09, 2021 6:19 pm
Forum: Off-Topic
Topic: A funny thing happened on the way to the forum
Replies: 5
Views: 3094

Re: A funny thing happened on the way to the forum

Hi Richmond

Thanks for bringing this to our attention. I have updated both these pages.

Kind regards

Elanor
by elanorb
Tue Mar 09, 2021 11:18 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Digital Signature
Replies: 45
Views: 14507

Re: Digital Signature

Hi

As Richmond mentioned earlier you can use an image control and the paint tools. You might find something useful in this lesson.

https://lessons.livecode.com/m/4603/l/5 ... ing-images

Kind regards

Elanor
by elanorb
Wed Mar 03, 2021 2:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Is it BAD to use preOpenStack & OpenStack?
Replies: 5
Views: 2283

Re: Is it BAD to use preOpenStack & OpenStack?

Hi These messages appear in the handler list for Card Scripts. This is because these messages are initially sent to the first card when the stack is opened so they appear in that list. There is a bug report about this https://quality.livecode.com/show_bug.cgi?id=22747 It is currently waiting for an ...
by elanorb
Fri Feb 26, 2021 12:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Using Accelerometer outputs to change a field colour
Replies: 6
Views: 2540

Re: Using Accelerometer outputs to change a field colour

Hi Glenn The R, G and B values need to be between 0 and 255 to be valid. Because the accelerometer values can be negative, and multiplying by 25.5 can create fractional numbers you will need to use the round and abs functions to make sure the values you use are valid for an RGB colour. put abs(round...
by elanorb
Fri Feb 26, 2021 10:38 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: what does myarray ["this stuff"] stands for ?
Replies: 31
Views: 9333

Re: what does myarray ["this stuff"] stands for ?

jacque wrote:
Thu Feb 25, 2021 9:40 pm
bogs wrote:
Thu Feb 25, 2021 8:05 pm
Thats ok Elanor, we love seeing you here :)
I love seeing Elanor anywhere. :)
:D
by elanorb
Thu Feb 25, 2021 8:02 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: what does myarray ["this stuff"] stands for ?
Replies: 31
Views: 9333

Re: what does myarray ["this stuff"] stands for ?

Like Jacque other posts appeared while I was writing mine!
by elanorb
Thu Feb 25, 2021 8:01 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: what does myarray ["this stuff"] stands for ?
Replies: 31
Views: 9333

Re: what does myarray ["this stuff"] stands for ?

Hi Just chiming in with another resource. If you have been looking at the PDF User Guide I am sure you have found the Array Variables section but if not I think this is quite a good explanation, this is just in addition to all the other great resources that have already been shared. ----------------...

Go to advanced search