Search found 145 matches

by elanorb
Wed Oct 21, 2020 9:43 am
Forum: HTML5
Topic: Is the Scale factor taken into account when saving HTML5 Standalone?
Replies: 2
Views: 2941

Re: Is the Scale factor taken into account when saving HTML5 Standalone?

Hi It looks like the scaleFactor is not a persistent property of the stack so if you want the scaleFactor to apply to a standalone, including HTML5, you will need to set it in code in preOpenStack e.g. on preOpenStack set the scaleFactor of me to "0.75" end preOpenStack I'll report a documentation b...
by elanorb
Tue Oct 20, 2020 4:54 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: HTML5 Deployment
Replies: 5
Views: 3066

Re: HTML5 Deployment

This might be due to Firefox seeing opening your HTML file as a cross-origin request. The easiest solution is probably to set up localhost, this will also allow you to test easily using the Test Target and Test button too. There is a forum discussion on this that you might find helpful https://forum...
by elanorb
Fri Oct 09, 2020 3:24 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Split a Fraction into Words?
Replies: 5
Views: 3161

Re: Split a Fraction into Words?

Great! Glad I could help :)
by elanorb
Fri Oct 09, 2020 3:14 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Split a Fraction into Words?
Replies: 5
Views: 3161

Re: Split a Fraction into Words?

Hi Jon, Words are always separated by one or more spaces, tabs, or returns, or enclosed by double quotes. What you need to do here is use "item". You are already setting the itemDel to "/" so all you need to do is use item instead of word. on mouseUp set the itemDelimiter to "/" answer item 1 of fie...
by elanorb
Tue Sep 22, 2020 10:23 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Drag Re-order Datagrid Mobile
Replies: 3
Views: 2150

Re: Drag Re-order Datagrid Mobile

Glad I could help!

Kind regards

Elanor
by elanorb
Mon Sep 21, 2020 12:27 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Drag Re-order Datagrid Mobile
Replies: 3
Views: 2150

Re: Drag Re-order Datagrid Mobile

Hi DataGrid forms have re-ordering features built in. You set the dgEditMode property of the DataGrid to true which will show the default edit options. One of these is a reorder control which allows you to drag-reorder the rows of the DataGrid. These controls can be customised if you need. If a Data...
by elanorb
Mon Sep 21, 2020 11:45 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Setup iOS with nex Xode-Version
Replies: 9
Views: 3541

Re: Setup iOS with nex Xode-Version

Hi For Android you will need make sure you have all the required packages installed. Your SDK folder will not be selectable if the required packages are not installed. You can also see the path to the SDK location in the SDK Manager. We have a lesson on this here http://lessons.livecode.com/m/2571/l...
by elanorb
Fri Aug 28, 2020 11:52 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: [SOLVED - partially] LC Server (Indy)
Replies: 21
Views: 11400

Re: LC Server (Indy)

Hi Stam I have replied to your lesson comment but I wanted to reply here too in case it helps anyone else. I think there are a few http configuration settings that were not mentioned in the lesson. I have added another section to it which I will copy here. -------------------- Additional Configurati...
by elanorb
Mon Jan 13, 2020 12:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Increase Little Arrows
Replies: 13
Views: 6823

Re: Increase Little Arrows

Hi everyone

I just wanted to point to a clarification post from Heather or the level of support provided in the Commercial forum.

https://forums.livecode.com/viewtopic.php?f=68&t=33522

Kind regards

Elanor
by elanorb
Tue Nov 19, 2019 11:56 am
Forum: iOS Deployment
Topic: App does not fit screen
Replies: 3
Views: 3201

Re: App does not fit screen

Dear Maik It sounds like you need to reselect your splash screen images in the Standalone Application Settings. I'm not sure why they would have disappeared but they are paths to local files so maybe the folder containing them was moved? If you reselect the splash screen images your app should appea...
by elanorb
Fri Aug 24, 2018 12:22 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: nseslo ---> lesson (='.'=)
Replies: 61
Views: 31221

Re: nseslo ---> lesson (='.'=)

The lesson has been around for a while and I just meant that he can't remember off the top of his head exactly how the compressed list of words was created. He would have been working on a Mac so he wouldn't have picked up on the issue with decompression. Of course we realise this is not ideal but i...
by elanorb
Fri Aug 24, 2018 11:17 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: nseslo ---> lesson (='.'=)
Replies: 61
Views: 31221

Re: nseslo ---> lesson (='.'=)

Hi all, I have updated the sample stack on the lesson with a uAllWords custom property compressed in LiveCode which seems to resolve the issue. I spoke to Ali, our resident Scrabble enthusiast and original author of the stack and lesson, and he can't remember exactly where the original data came fro...
by elanorb
Thu Mar 16, 2017 11:59 am
Forum: Android Deployment
Topic: playing .m3u8
Replies: 2
Views: 4261

Re: playing .m3u8

Hi Jose

You just have a small error in your code, you should be setting the filename property of the player rather that the URL property.

I tested it here and it seems to work.

I hope that helps.

Kind regards

Elanor
by elanorb
Thu May 12, 2016 5:58 pm
Forum: idea2app and Coding School
Topic: Fitting text in a field.
Replies: 4
Views: 7722

Re: Fitting text in a field.

Just a quick follow up, if you want the properties for a particular control type they are all listed under the Dictionary entry for the control. So the "button" entry has a list of all the properties and messages that apply to buttons.

Go to advanced search