Thank you, Klaus. You were correct. That was what I wanted..
Dave
Search found 40 matches
- Sat Feb 05, 2022 12:47 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Scripting tab
- Replies: 19
- Views: 8238
- Fri Feb 04, 2022 10:12 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Scripting tab
- Replies: 19
- Views: 8238
Re: Scripting tab
I guess I needed to be specific. I want a tab action, not a tab in the sense of spacing. My intention is to allow text entry from a screen "keyboard" by clicking on a letter which puts the letter into a field and then the cursor should move to the next field as it would if the tab key were pressed. ...
- Fri Feb 04, 2022 7:07 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Scripting tab
- Replies: 19
- Views: 8238
Scripting tab
How does one write a script to effect the pressing of the tab key? The dictionary seems to indicate it can't be done, but there must be some workaround.
Thanks,
Dave
Thanks,
Dave
- Sat Dec 30, 2017 7:01 am
- Forum: Bug Triage
- Topic: LC8.1.6 crash with color picker
- Replies: 4
- Views: 3531
Re: LC8.1.6 crash with color picker
Well, LC8.1.9 didn't help. It wouldn't do anything. It appeared to load the stack, but after that nothing would respond. The Window menu said there were no windows open, and it all just locked up. I haven't restarted--will try again after that. Failing that, I will try v 9.0.0. I don't need the late...
- Sat Dec 30, 2017 6:29 am
- Forum: Bug Triage
- Topic: LC8.1.6 crash with color picker
- Replies: 4
- Views: 3531
Re: LC8.1.6 crash with color picker
Thanks for the reply. I meant to indicate I was on a Mac with OS 10.13.2 and forgot. I will download 8.1.9 and expect that will be better. As to Richard's question about where I saw the report of a fix, it was on the list of bug reports. I did a search rather than attempting to submit a bug to see i...
- Sat Dec 30, 2017 2:37 am
- Forum: Bug Triage
- Topic: LC8.1.6 crash with color picker
- Replies: 4
- Views: 3531
LC8.1.6 crash with color picker
I'm only an occasional user and was working on a new stack for the first time in quite awhile. When I try to set a background color for the stack or an image, LC crashes. First it was with the crayons, and then I tried a different palette system and that crashed also. I haven't found a recent bug re...
- Thu Nov 27, 2014 7:57 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Printing part of a card
- Replies: 1
- Views: 2295
Printing part of a card
I don't often look at the forum, so I don't know if this has come up. However, with LC 7, I can't print a card from some point to another point, say print this card from 0,0 to 500,700 however it works fine with LC 6.6.2. Stopping at "print this card" works as expected. Is this a known problem or is...
- Thu Sep 18, 2014 8:25 pm
- Forum: iOS Deployment
- Topic: First iOS attempt
- Replies: 3
- Views: 3712
Re: First iOS attempt
Thanks for the replies. Looks like I'll just forget about trying to build for iOS. Maybe I should give my grandson my old MacBook and get myself a new one. 

- Thu Sep 18, 2014 5:17 am
- Forum: iOS Deployment
- Topic: First iOS attempt
- Replies: 3
- Views: 3712
First iOS attempt
I have built a simple game which I'd hoped to give to my grandson to play with on an iPod Touch. I run an older MacBook with OS 10.7.5 (as high as it goes) and have been using the latest free LC. I read through a post from a few months back regarding xCode, and am wondering if, not only am I way ove...
- Fri Jan 03, 2014 7:34 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Repeat loop hanging
- Replies: 2
- Views: 2404
Re: Repeat loop hanging
Thanks for the reply.
After I copied a portion of the script into this window, I had a closer look, and I think I found the problem. I'll work on it some more tomorrow.
Thanks anyway,
Dave
After I copied a portion of the script into this window, I had a closer look, and I think I found the problem. I'll work on it some more tomorrow.
Thanks anyway,
Dave
- Fri Jan 03, 2014 2:54 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Repeat loop hanging
- Replies: 2
- Views: 2404
Repeat loop hanging
I am working on a simple stack to create a sudoku. I have a button to populate the grid with random numbers (which follows the requirements of no duplication in single row, column or block of 9) and it hangs somewhere in the middle. The main work is done inside a double repeat loop, one to work acro...
- Thu Nov 28, 2013 10:51 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Importing images
- Replies: 2
- Views: 2364
Re: Importing images
Thanks, Simon. Formattedheight and formattedwidth was what I needed. The rest was already in place.
Dave
Dave
- Thu Nov 28, 2013 6:52 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Importing images
- Replies: 2
- Views: 2364
Importing images
I want to import an image and base the action taken with the image on its dimensions. I've been using the answer file command, but don't see how to test the dimensions, because it appears it just fills whatever blank image is waiting for it. Is there a better way than answer file, or have I missed s...
- Thu May 30, 2013 2:38 am
- Forum: Mac OS
- Topic: Playing card symbols
- Replies: 8
- Views: 10004
Re: Playing card symbols
Perhaps there is a difference with this older version. However, as a hobbyist pensioner, I'm not about to spend the money to upgrade. It does what I want at this point (usually). With your code and no font specified for the field, I just get the same thing over: ♠ ♥ etc. If I specify t...
- Wed May 29, 2013 7:08 pm
- Forum: Mac OS
- Topic: Playing card symbols
- Replies: 8
- Views: 10004
Re: Playing card symbols
Further to this, I found that working backwards with the symbols in fields using the Symbol font, the htmlText of the fields were: <p></p><p>©</p><p>®</p><p>ß</p>. These are, in order, spades, hearts, diamonds and clubs. If the font is not specified in the field, the proper symb...