Does the widget understand HTML5 and CSS3?
Linda
Search found 231 matches
- Tue Jan 26, 2021 1:03 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: LC Browser Widget
- Replies: 1
- Views: 86
- Mon Jan 25, 2021 4:59 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: [SOLVED]-“Bad” global variables—Using alternatives
- Replies: 6
- Views: 212
Re: “Bad” global variables—Using alternatives
Thank you everyone. I think that between all of you, the questions were answered fully.
Linda
Linda
- Mon Jan 25, 2021 3:08 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: [SOLVED]-“Bad” global variables—Using alternatives
- Replies: 6
- Views: 212
[SOLVED]-“Bad” global variables—Using alternatives
In LC Lessons .pdf Subject: Global variable alternatives Under the heading, “Use local variables instead” It says “For example the getState handler can perform verification of the new value.” How do you verify the new value of a local variable? It continues after the above quote, “It's also possible...
- Sat Oct 31, 2020 5:55 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Scaling images (again)
- Replies: 2
- Views: 916
Re: Scaling images (again)
Thank you.
- Sat Sep 26, 2020 1:33 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Raspberry Pi
- Replies: 4
- Views: 759
Raspberry Pi
I have never used a Raspberry Pi...it looks like fun. But I do not know about LC and Raspberry Pi. Does the LC SDK work on it or can LC be used only for creating standalones that work on Raspberry Pi (as well as others too).
Linda
Linda
- Sun Sep 20, 2020 3:47 pm
- Forum: Off-Topic
- Topic: Topics: read or not read
- Replies: 3
- Views: 987
[SOLVED] Topics: read or not read
It seems to be working again. The 2 times that it was not, I was using my iPad and was signed in as myself. Yesterday, it worked correctly on my Macbook. Today it is back to working on my iPad.
So just an unexplained glitch.
Linda
So just an unexplained glitch.
Linda
- Sat Sep 19, 2020 9:28 pm
- Forum: Off-Topic
- Topic: Topics: read or not read
- Replies: 3
- Views: 987
Topics: read or not read
The forums here, in the past, had an indicator showing if there were new posts since my last visited. Topics with new postings had the text color of the subject as RED. That indicator no longer seems to be working for me. How can I change it back to the way that it was in the past? Anyone else seein...
- Mon Aug 17, 2020 11:12 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Strict compilation mode
- Replies: 4
- Views: 778
Strict compilation mode
on mouseUp // local tAdd put 1 into tAdd repeat with x = 1 to 10 add 1 to tAdd end repeat end mouseUp This is just an example. If I have strict compilation mode selected in Preferences then there is an error noted at "put 1 into tAdd". That is expected. If I remove the "//" then it is declared and ...
- Sat Jul 18, 2020 4:56 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Templates
- Replies: 9
- Views: 1379
Templates
I found "template" recently in the dictionary. Other than that, I have not found much info about where it might be advantageous to use them or really even how to use them . Please point me to a LC Lesson, video, or any source which I can use to better understand them. If I understand correctly, the ...
- Wed Jul 15, 2020 1:51 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: [SOLVED] LC Syntax
- Replies: 11
- Views: 1529
Re: [SOLVED] LC Syntax
Nice idea, Andy.
Gracias,
Linda
Gracias,
Linda
- Sun Jul 12, 2020 10:15 pm
- Forum: Off-Topic
- Topic: IDE LC Dictionary and Guides
- Replies: 1
- Views: 1326
IDE LC Dictionary and Guides
Is there a way to bookmark the Dictionary/Guides stack when using the version in the IDE?
Linda
Linda
- Sun Jul 12, 2020 9:11 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: [SOLVED] LC Syntax
- Replies: 11
- Views: 1529
Re: [SOLVED] LC Syntax
Got it.
Linda
Linda
- Sun Jul 12, 2020 8:13 pm
- Forum: Talking LiveCode
- Topic: Nothing new here
- Replies: 14
- Views: 2309
Re: Nothing new here
OP here... At first I was going to ask the OP how a new card could be made that way at all with such a peculiar construction. I have been watching videos and looking at LC Lessons. I picked it up somewhere in them or here on the forum. Anyway, I did not just get lucky trying to use English like cons...
- Sun Jul 12, 2020 8:04 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: [SOLVED] LC Syntax
- Replies: 11
- Views: 1529
Re: [SOLVED] LC Syntax
For future newbie: Create a new stack. It's name should be "KARD1". Put this in the script of a button. on mouseUp if exists (card "theNewCard") then delete card "theNewCard" create card "theNewCard" create button "theNewbutton" set the style of button "theNewButton" to roundRect set the script of b...
- Sun Jul 12, 2020 7:45 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: [SOLVED] LC Syntax
- Replies: 11
- Views: 1529
Re: LC Syntax
mainly because I'd never call a card something (such as "firstCard") that seemed remarkably near to some sort of internal name the LiveCode engine might be using. Thank you, Richmond. The name "firstCard" would have never made it to a real app. I just wrote that for posting here. Thanks for the tip...