Search found 19 matches
- Tue Jun 11, 2013 8:27 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Using the mouse wheel to scroll in the script editor?
- Replies: 4
- Views: 4217
Re: Using the mouse wheel to scroll in the script editor?
Hmm. I am using LiveCode 6.0.1 on Windows 8. The mousewheel does not scroll for me.
- Tue Jun 11, 2013 5:24 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Using the mouse wheel to scroll in the script editor?
- Replies: 4
- Views: 4217
Using the mouse wheel to scroll in the script editor?
Hey guys. It does not seem that the mouse wheel works to scroll in the script editor. I am so used to just scrolling up with my trackpad/mousewheel. I instead have been using the page up and down keys to scroll.
Can anyone else confirm that mousewheel does not scroll in the script editor?
Can anyone else confirm that mousewheel does not scroll in the script editor?
- Fri May 31, 2013 9:59 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Seating Chart Creator - Help Me Design My First Program
- Replies: 5
- Views: 5442
Re: Seating Chart Creator - Help Me Design My First Program
I have written a seating chart program and have been using it this school year. It works fairly well and I am planning on submitting it to the app store this summer. Hey. I searched through your posts to see if I could find your program, I will try to find it at the 1001 things page. Collaboration?...
- Fri May 31, 2013 5:51 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Passing a graphic to a function
- Replies: 3
- Views: 3789
Re: Passing a graphic to a function
You are digging into the depths of the evaluation of arguments and parameters. put getX("grc rectangle1") into field "Field1" Thank you, this worked. So now I see that: 1. "graphic Rectangle1" evaluates to an object, or a reference to that object, or the entire container. And 2. graphic "Rectangle...
- Fri May 31, 2013 5:08 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Passing a graphic to a function
- Replies: 3
- Views: 3789
Passing a graphic to a function
Hi. I am trying to write some simple functions to get the x and y coordinate of an input, and then eventually find the distance between two inputs. Here is the script. The script is doing other things. But it is moving a graphic, and then getting reporting the x and y coordinate. on moveRectDist x s...
- Thu May 30, 2013 4:25 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Seating Chart Creator - Help Me Design My First Program
- Replies: 5
- Views: 5442
- Wed May 29, 2013 6:03 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: one window to rule them all
- Replies: 8
- Views: 6851
Re: one window to rule them all
A new IDE for LiveCode was part of the kickstarter for LiveCode Next Generation. This means that it should be ready with the release of LiveCode Next Generation in the fall. https://s3.amazonaws.com/ksr/assets/000/343/164/117dbdeb72106130b0c233e454653d14_large.png?1358445536 http://www.kickstarter....
- Wed May 29, 2013 4:02 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Seating Chart Creator - Help Me Design My First Program
- Replies: 5
- Views: 5442
Seating Chart Creator - Help Me Design My First Program
Hey guys. I am new here. I am a teacher. I have always looked for software that would help me as a teacher in the classroom. And I always had ideas for some of the features I wanted in the software. I have created a few small programs in LiveCode now, enough to get my feet wet. And I am ready to tac...
- Wed May 29, 2013 12:23 am
- Forum: Feature Proposals
- Topic: FR - Deploy "Web Apps" html5
- Replies: 19
- Views: 11751
Re: FR - Deploy "Web Apps" html5
So many options await you with a standalone downloading stacks over the 'net.... Hey FourthWorld and Klaus. I am not at a point where I can do this yet, but accessing stacks from a server seems really interesting. It seems like it would have the following benefits; tell me if I am incorrect on any ...
- Mon May 27, 2013 9:43 pm
- Forum: Feature Proposals
- Topic: FR - Arrays... Standard Array Functionality In LiveCode
- Replies: 9
- Views: 5659
Re: FR - Arrays... Standard Array Functionality In LiveCode
-> Yes, LiveCode reports one less element in myArray after delete. -> Say my Array has 52 items (a deck of cards), and I: Delete delete myArray[2] -> The result will be 52 items! Nope -> 51 Hi Klaus! You are correct. My code will print 51 items. I think my confusion came when item 2 IS BLANK, and o...
- Mon May 27, 2013 6:34 pm
- Forum: Feature Proposals
- Topic: FR - Arrays... Standard Array Functionality In LiveCode
- Replies: 9
- Views: 5659
Re: FR - Arrays... Standard Array Functionality In LiveCode
When you delete a key, try this. put the number of keys in myArray into tStartKeys then delete an element then look at how many keys are left in myArray. Should be 1 less than the value of tStartKeys Yes, LiveCode reports one less element in myArray after delete. Say my Array has 52 items (a deck o...
- Mon May 27, 2013 11:23 am
- Forum: Feature Proposals
- Topic: FR - Arrays... Standard Array Functionality In LiveCode
- Replies: 9
- Views: 5659
FR - Arrays... Standard Array Functionality In LiveCode
Can we discuss getting "standard array functionality" into LiveCode...? In LiveCode, it seems that arrays behave differently than in many other programming languages. And so this may confuse new programmers and learners, as well as people that have used arrays before. If you DELETE an myArray[2] in ...
- Sat May 25, 2013 12:09 am
- Forum: Android Deployment
- Topic: Any Way To Open Your Build In Eclipse or Android Studio?
- Replies: 3
- Views: 4436
Re: Any Way To Open Your Build In Eclipse or Android Studio?
LiveCode creates compiled c++ applications. To work in Android, those are wrapped with some small Java parts. I see, so it would be impossible to output from LiveCode to another IDE... The fact that you can just wrap c++ files on other platforms is convenient. That way whatever I see running in Liv...
- Thu May 23, 2013 8:35 pm
- Forum: Feature Proposals
- Topic: FR - Deploy "Web Apps" html5
- Replies: 19
- Views: 11751
Re: FR - Deploy "Web Apps" html5
I am a teacher. I have a love for software, and have never been able to write my own =(. I have always looked for software that I could use to manage my class. Timers, student selectors, soundboards, seating chart software, gradebook software, student reward software, goal tracking software, things ...
- Thu May 23, 2013 7:05 pm
- Forum: Feature Proposals
- Topic: FR - Deploy "Web Apps" html5
- Replies: 19
- Views: 11751
FR - Deploy "Web Apps" html5
It would be nice to be able to export to html5. I can create an executable for Windows, Mac, or Linux. But if I want to make just one app, and it could just run in a web site, I'd rather just have a web app.