Search found 14 matches

by CuriousOne
Thu Oct 22, 2020 10:02 pm
Forum: HTML5
Topic: Is the Scale factor taken into account when saving HTML5 Standalone?
Replies: 2
Views: 3062

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

Hi Elanor,
That work perfectly.
Thank you!
by CuriousOne
Mon Oct 19, 2020 4:18 pm
Forum: HTML5
Topic: Is the Scale factor taken into account when saving HTML5 Standalone?
Replies: 2
Views: 3062

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

When saving as a standalone HTML5 application, the scale factor of my main stack doesn’t get taken into account.
For example my main stack is 1920 x 1080 but I would like to export it with a scale of .5 ( 960 x 540).
Am I missing a step somewhere?
Thank you
by CuriousOne
Sun Oct 18, 2020 3:32 am
Forum: HTML5
Topic: TIP: How to resize the stack with the window
Replies: 5
Views: 16025

Re: TIP: How to resize the stack with the window

Hi SeaniePie, This looks like a brilliant solution however I am not able to get it to work on my end. Do you happen to have a stack and html file I could tinker around with to better understand how this works? In my tests I am getting the following error in the chrome console when I try to resize us...
by CuriousOne
Thu Jan 10, 2019 4:44 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Display what fields a user missed in an answer box?
Replies: 17
Views: 8805

Re: Display what fields a user missed in an answer box?

Wow, Thanks I am learning quite a bit!
Using accum makes things much cleaner than what I came up with.

Thank you
by CuriousOne
Thu Jan 10, 2019 4:29 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Externals Folder?
Replies: 6
Views: 4192

Re: Externals Folder?

Yes there is a CEF directory along with a tsNet-x86.dll.
Screen Shot 2019-01-10 at 10.27.55 AM.png
by CuriousOne
Wed Jan 09, 2019 9:55 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Display what fields a user missed in an answer box?
Replies: 17
Views: 8805

Re: Display what fields a user missed in an answer box?

Hi everyone,
Thanks for all of your help.
Here is what I ended up with.
Answer Popup Test 3.png
Answer PopUp Test 3.livecode.zip
(1.51 KiB) Downloaded 230 times
Thank you
by CuriousOne
Wed Jan 09, 2019 7:23 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Display what fields a user missed in an answer box?
Replies: 17
Views: 8805

Re: Display what fields a user missed in an answer box?

For what I am doing that would be ok.
But is it possible to loop through and add the missing fields to an array then display the array values in the answer dialogue box?

Thank you
by CuriousOne
Wed Jan 09, 2019 7:18 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Externals Folder?
Replies: 6
Views: 4192

Re: Externals Folder?

Ah ok bummer.

Thank you
by CuriousOne
Wed Jan 09, 2019 6:56 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Externals Folder?
Replies: 6
Views: 4192

Externals Folder?

Hi everyone,

When I create a standalone version for Windows, an Externals folder is also created.
I believe this is due to the browser widget that is being used.
How can this Externals folder be incorporated into the exe file so I don’t have to distribute it along with the exe?

Thank you
by CuriousOne
Wed Jan 09, 2019 5:46 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Display what fields a user missed in an answer box?
Replies: 17
Views: 8805

Re: Display what fields a user missed in an answer box?

Hi Richmond,
Thank you for pointing me in the right direction.

Based on what you built I came up with the following.
Answer PopUp Test.zip
(1.41 KiB) Downloaded 246 times
by CuriousOne
Wed Jan 09, 2019 5:04 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Display what fields a user missed in an answer box?
Replies: 17
Views: 8805

Display what fields a user missed in an answer box?

Hi,
What is the best way to display what fields a user missed when they press the submit button.

I have 4 fields that I would like a user to fill it.
If they hit the submit button and have not filled in all the fields an answer box pops up saying please fill in the empty fields above.


Thank you
by CuriousOne
Thu Jan 03, 2019 4:58 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to dealy send commands so they occur one after another
Replies: 5
Views: 3871

Re: How to dealy send commands so they occur one after another

Hi Klaus,
This is a big help thank you very much!
I am starting to understand Livecode a bit better.
Are there any recommend resources outside of the Livecode lessons that people find useful?

Thank you
by CuriousOne
Mon Dec 31, 2018 6:36 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to dealy send commands so they occur one after another
Replies: 5
Views: 3871

Re: How to dealy send commands so they occur one after another

I am not sure what to do with the browserDocumentLoadComplete message. I thought maybe using it in an if statement like so, but I am not having any luck. Is there a way to compare a parameter vs the actual website? local x local Web1 local Web2 on openCard put "website1 url goes here" into Web1 put ...
by CuriousOne
Mon Dec 31, 2018 1:54 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to dealy send commands so they occur one after another
Replies: 5
Views: 3871

How to dealy send commands so they occur one after another

Hi Everyone, I am just getting started with Livecode and I was wondering if someone could provide some insight on an problem I am having. I am attempting to make a webpage slideshow that utilizes a single Browser instance. The send commands are being set on top of each other, I am not sure how to de...

Go to advanced search