Search found 12 matches
- Tue Mar 27, 2018 2:12 pm
- Forum: Windows
- Topic: Script Editor Not Showing Default Handler
- Replies: 4
- Views: 4879
Re: Script Editor Not Showing Default Handler
Thanks. That's interesting. It still works for me on LiveCode 8.1.7 Community Edition on Windows, 8.1.9 on a Mac, etc. But oh well, I guess this is the future way it will work. Thanks!
- Tue Mar 27, 2018 1:27 pm
- Forum: Windows
- Topic: Script Editor Not Showing Default Handler
- Replies: 4
- Views: 4879
Re: Script Editor Not Showing Default Handler
Really? But on my other computers, all of my LiveCode Community 8.1.9 installations still automatically put in the default handler when you open the script editor. It's just on this one computer that it doesn't do it...
- Tue Mar 27, 2018 1:19 pm
- Forum: Windows
- Topic: Script Editor Not Showing Default Handler
- Replies: 4
- Views: 4879
Script Editor Not Showing Default Handler
On my classroom computer, whenever I open the script editor in LiveCode, it no longer puts in the default mouseUp handler. Instead, it shows a list of all handlers on the side of the window and nothing at all in the script part of the window. (It used to automatically put in on mouseUp ... end mouse...
- Fri Dec 01, 2017 5:39 pm
- Forum: Windows
- Topic: DirectShow Player in Windows 10
- Replies: 11
- Views: 11987
DirectShow Player in Windows 10
I understand that in version 8.1 of LiveCode, it now uses the DirectShow Player for player objects instead of QuickTime. I am running LiveCode in Windows 10 and I am finding that the player control now only supports WMV and AVI files, not MP4 or MOV files. Is that just the way it is right now? I did...
- Wed Mar 22, 2017 4:28 pm
- Forum: iOS Deployment
- Topic: Text fields cut off on iOS
- Replies: 2
- Views: 3768
Re: Text fields cut off on iOS
I may have just solved my own problem. I thought maybe the default font size of 13 might somehow not work on iOS, so I changed the font size of the problematic text field to be 14. I then re-deployed the app to iOS and it appeared properly this time! I then changed the font size back to 13, redeploy...
- Wed Mar 22, 2017 3:27 pm
- Forum: iOS Deployment
- Topic: Text fields cut off on iOS
- Replies: 2
- Views: 3768
Text fields cut off on iOS
I'm very new to deploying iOS Apps using LiveCode. I've got it all set up at present, but the one mystery I have yet to find a solution for in these forums or anywhere else relates to text fields. I have a text field on the only card in the stack. The text fits perfectly well in that field. I used A...
- Wed Dec 14, 2016 2:50 pm
- Forum: Mac OS
- Topic: Arrow Key Message on a Mac
- Replies: 7
- Views: 7239
Re: Arrow Key Message on a Mac
It looks like it's a LiveCode bug. I was running LiveCode 8.0.1 Community Edition on a Mac and the arrow keys did not work. I just downloaded LiveCode 8.1.2 RC3 Community Edition and it works fine on a Mac. Thanks to Klaus for helping me troubleshoot!
- Wed Dec 14, 2016 2:01 pm
- Forum: Mac OS
- Topic: Arrow Key Message on a Mac
- Replies: 7
- Views: 7239
Re: Arrow Key Message on a Mac
Klaus,
I'm not sure. What sort of front/backscripts should I be looking for? My stack has a stack script and the card has a card script...
Thanks,
Doug
I'm not sure. What sort of front/backscripts should I be looking for? My stack has a stack script and the card has a card script...
Thanks,
Doug
- Wed Dec 14, 2016 1:14 pm
- Forum: Mac OS
- Topic: Arrow Key Message on a Mac
- Replies: 7
- Views: 7239
Re: Arrow Key Message on a Mac
I just tried setting the textarrows to false, but it didn't make any difference. What I am trying to do is this: On a card, I have an image. In the script for the card, I have: on arrowKey theKey if theKey is "right" then move image "imgStar" relative 10,0 end arrowKey When I put the program into ru...
- Tue Dec 13, 2016 10:38 pm
- Forum: Mac OS
- Topic: Arrow Key Message on a Mac
- Replies: 7
- Views: 7239
Arrow Key Message on a Mac
My students are working on an app involving arrow keys causing movement of an object. We are using the arrowKey message. It works fine in Windows, but on a Mac, the arrow keys do not seem to trigger the arrowKey message when developing the app. (If it is deployed as a stand-alone app, then it works ...
- Wed Nov 02, 2016 1:44 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Unable to change orientation of slider in LiveCode 8
- Replies: 3
- Views: 2876
Re: Unable to change orientation of slider in LiveCode 8
Thanks! That worked! I could have sworn I had already tried resizing the slider and it didn't change the orientation, but it's doing it now so I must have been mistaken.
Thanks so much!!!
Thanks so much!!!
- Wed Nov 02, 2016 1:26 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Unable to change orientation of slider in LiveCode 8
- Replies: 3
- Views: 2876
Unable to change orientation of slider in LiveCode 8
I am using LiveCode 8.0.1 Community Edition with my Computer Science classes. In this version of LiveCode, I cannot seem to change the orientation of a slider. I drag a slider object onto the card and the go to the Property Inspector. There is an orientation property, but it is disabled, so I cannot...