Search found 514 matches
- Sat Jan 09, 2021 3:13 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: See both variables and code in the debugger?
- Replies: 51
- Views: 5372
Re: See both variables and code in the debugger?
Thank you for the suggestion. Given my experience with LC, I wasn't surprised when it didn't work. Preferences > Files & Memory says my User Extensions path is /Programming/LiveCode. So I put the file there: /Programming/LiveCode/Plugins/Variable Monitor.livecode Quit LC, restarted LC, but Developm...
- Sat Jan 09, 2021 1:35 pm
- Forum: Announcements
- Topic: 1001 things to do with LiveCode
- Replies: 16
- Views: 1641
1001 things to do with LiveCode
One of my many New Years resolutions is be more active in the Livecode community and as such over the past couple of weeks I have been discussing with Peter W A Wood who runs the blog, how I can help with 1001 things to do with LiveCode. http://livecode1001.blogspot.com/ 1001 things to do with LiveC...
- Sat Jan 09, 2021 11:51 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: mobileControlCreate "input" - Setting the text to a field
- Replies: 3
- Views: 547
Re: mobileControlCreate "input" - Setting the text to a field
You can use set up a global var In the script of the widget put global gMyText on textChanged put the text of me into gMyText end textChanged then gMyText will be available as long as global var is declared in the script of the control where it is being used or in the button get the text of widget "...
- Sat Jan 09, 2021 11:07 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: See both variables and code in the debugger?
- Replies: 51
- Views: 5372
Re: See both variables and code in the debugger?
In any event, in my "Help" menu I found Sample Stacks. I opened it, it's extremely slow. With some difficulty I found Variable Monitor, and clicked "Download", but it didn't actually download as a file, instead the file opened right into LC. I saved it in the location prescribed in How to Install a...
- Fri Jan 08, 2021 6:11 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: See both variables and code in the debugger?
- Replies: 51
- Views: 5372
Re: See both variables and code in the debugger?
]HI All, The Variable Monitor is now on Sample Stacks. [attachment=0]2021-01-08_18-55-42.png[/attachment Please place in your plugins folder and restart LiveCode. Open the Variable Monitor plugin and hit the refresh button to start mirroring the Script Editor variable pane. Looking forward to your f...
- Fri Jan 08, 2021 3:42 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: See both variables and code in the debugger?
- Replies: 51
- Views: 5372
- Fri Jan 08, 2021 1:40 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: See both variables and code in the debugger?
- Replies: 51
- Views: 5372
Re: See both variables and code in the debugger?
A lot easier than I thought it would be.
This can be docked left or right to the editor or free floating.
Finishing off and will upload to Sample Stacks later today.
This can be docked left or right to the editor or free floating.
Finishing off and will upload to Sample Stacks later today.
- Fri Jan 08, 2021 10:58 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: See both variables and code in the debugger?
- Replies: 51
- Views: 5372
Re: See both variables and code in the debugger?
Hi MichaelBluejay,
That's an interesting idea. Working on a plugin now.
That's an interesting idea. Working on a plugin now.
- Fri Jan 08, 2021 10:22 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Where do I find imported audio files?
- Replies: 6
- Views: 1103
Re: Where do I find imported audio files?
Hi Francesco77,
The project browser is one to to keep an eye on as it is prone to not refreshing when stack changes are made.
You can toggle the project browser off and on from the Tools menu to initiate a refresh.
The project browser is one to to keep an eye on as it is prone to not refreshing when stack changes are made.
You can toggle the project browser off and on from the Tools menu to initiate a refresh.
- Wed Dec 30, 2020 4:44 pm
- Forum: Windows
- Topic: Drag line in field
- Replies: 3
- Views: 439
Re: Drag line in field
Another variation that works in a field, tested on windows 10, LC 9.6.1 on mouseDown --setup colors for hilited text put "black" into tOrigCol put "red" into tHiLiteCol put word 2 of the clickLine into tClickLine if line tClickLine of me is empty then exit mousedown end if put item 2 of the mouseLoc...
- Wed Dec 16, 2020 12:51 pm
- Forum: Off-Topic
- Topic: What Users want from the next version of LiveCode
- Replies: 29
- Views: 5296
Re: What Users want from the next version of LiveCode
I would like to see an EASY way to add Andriod sdk's.
Not having this ability turns away would be Android developers
Not having this ability turns away would be Android developers
- Wed Dec 16, 2020 12:48 pm
- Forum: Off-Topic
- Topic: What Users want from the next version of LiveCode
- Replies: 29
- Views: 5296
Re: What Users want from the next version of LiveCode
Trevor Devore made one.simon.schvartzman wrote: ↑Wed Aug 26, 2020 11:19 amMosquitto library: such that LC developed Apps will be able to join the IoT universe...
Finger crossed!
https://github.com/trevordevore/lc-mosquitto
- Tue Dec 15, 2020 6:17 pm
- Forum: LiveCode Builder
- Topic: Community snippets
- Replies: 21
- Views: 14827
Re: Community snippets
Oh, that is very sad news indeed.
I was and still am amazed at what Hermann could achieve with LiveCode.
A real master of his trade.
I was and still am amazed at what Hermann could achieve with LiveCode.
A real master of his trade.
- Mon Dec 07, 2020 11:28 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Clear the MessageBox
- Replies: 34
- Views: 3730
Re: Clear the MessageBox
Richmond, fantastic detective work. Many thanks for your efforts on this. I just check my message history and had entries spanning the last 6 months! I see that Panos has already agreed that adding this as an option in the IDE would be a good idea...super! In the meantime, whilst we are are waiting ...
- Sat Sep 12, 2020 7:13 pm
- Forum: Android Deployment
- Topic: Android splash
- Replies: 6
- Views: 1511
Re: Android splash
Just in general, if I have code in the preOpenStack handler, I've noticed that the delay with the black screen on startup is longer.