Search found 229 matches
- Mon Apr 20, 2026 4:22 am
- Forum: Talking LiveCode
- Topic: Center a dropped object on a grid
- Replies: 17
- Views: 17166
Re: Center a dropped object on a grid
You let enough time go by without practice and you forget what you've learned. When I taught coding for seniors, I said "Google is your friend" and, sure enough, tonight while I was trying to find a solution to my coding issue, Google returned this thread which I started over eight years ago. The so...
- Fri Apr 17, 2026 4:42 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: LC Community Ed - 9.6.2, 9.6.3 - Crash in Sequoia
- Replies: 13
- Views: 2206
Re: LC Community Ed - 9.6.2, 9.6.3 - Crash in Sequoia
A-ha! I DL'd v.98 of the HyperXTalk DMG, mounted it, dragged the enclosed app to my Applications folder, and double-clicked it. After the "DL'd from the Internet..." warning (which I approved), the app launched and, at this point, it seems to work as intended. So, Emily-Elizabeth, kudos to you. I'm ...
- Fri Apr 17, 2026 4:26 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: LC Community Ed - 9.6.2, 9.6.3 - Crash in Sequoia
- Replies: 13
- Views: 2206
Re: LC Community Ed - 9.6.2, 9.6.3 - Crash in Sequoia
Unfortunately, Sentinel did not resolve the issue. I forced a re-install of Rosetta2 using "softwareupdate --install-rosetta --agree-to-license" in Terminal but that didn't resolve the crash in LC Community 9.6.3 nor OpenXTalk. I wonder if having an M4 rather than an earlier M chip makes Rosetta2 mo...
- Fri Apr 17, 2026 1:05 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: LC Community Ed - 9.6.2, 9.6.3 - Crash in Sequoia
- Replies: 13
- Views: 2206
Re: LC Community Ed - 9.6.2, 9.6.3 - Crash in Sequoia
Tried launching OpenXTalk and got exactly the same crash as I experienced with LC Community 9.6.2. and 9.6.3.
Barry
I expect this is something with my machine, not the LC Comm or OpenXTalk. Suggestions welcome. Thank you.RIP register does not match crashing frame...
Barry
- Thu Apr 16, 2026 8:26 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: LC Community Ed - 9.6.2, 9.6.3 - Crash in Sequoia
- Replies: 13
- Views: 2206
Re: LC Community Ed - 9.6.2, 9.6.3 - Crash in Sequoia
Is there a binary (DMG) download of HyperXTalk?
- Thu Apr 16, 2026 6:27 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: LC Community Ed - 9.6.2, 9.6.3 - Crash in Sequoia
- Replies: 13
- Views: 2206
LC Community Ed - 9.6.2, 9.6.3 - Crash in Sequoia
I've been searching through the forum and it appears that LC Community Edition 9.6.3 should run in Sequoia. I have a MacBook Air M4 running Sequoia (15.7.5) but both 9.6.2 and 9.6.3 crash just after the splash screen shows "Loading Menu Bar...". The start of the crash report shows: -----------------...
- Wed Jul 02, 2025 2:09 am
- Forum: Talking LiveCode
- Topic: R.I.P. Bill Atkinson, 74
- Replies: 4
- Views: 38487
Re: R.I.P. Bill Atkinson, 74
Bill was always my favorite at Apple. Woz could do chip design better than anyone but Bill's HyperCard was the most beautiful app and inspired the WWW. In my last lifetime contributing to the El Paso Mac User Group, I dabbled in some MacPoetry. What's that? Here's an oldie: The Rhyme of the Ancient ...
- Mon Aug 03, 2020 4:58 am
- Forum: Talking LiveCode
- Topic: Searching a text field
- Replies: 9
- Views: 10824
Re: Searching a text field
Richard, Thanks for the detailed mbox explanation. I'm thinking that mucking about in the mbox file is substantially above my pay grade. :lol: This specific task I am attempting may be unnecessary, as it turns out. As I was examining the Add-on "EditEmailSubject MX" which I have installed in TBird, ...
- Sun Aug 02, 2020 11:12 pm
- Forum: Talking LiveCode
- Topic: Searching a text field
- Replies: 9
- Views: 10824
Re: Searching a text field
Big Thank you! to all who responded. I tried Thierry's approach as it seemed to take into account the fact that the word "Subject:" for which I was searching was only a relevant find if it appeared at the start of the line. I modified the provided script (ever so slightly to personalize it for the n...
- Sat Aug 01, 2020 11:43 pm
- Forum: Talking LiveCode
- Topic: Searching a text field
- Replies: 9
- Views: 10824
Searching a text field
I have a stack with a field into which I drop a file from the Desktop (Windows Desktop in this case). The file is an eMail I've dragged to the Desktop from Thunderbird. No problem getting the contents of the file to appear in the field. I then need to search for the "Subject:" line of that eMail whi...
- Sat Sep 01, 2018 3:02 am
- Forum: Mac OS
- Topic: LiveCode-Indy_...".hang"
- Replies: 2
- Views: 7408
Re: LiveCode-Indy_...".hang"
I've been running 10.12.x for over a year. Updated to 10.12.6 when it came out. All security updates. "hang" means exactly that: LC simply stops and refuses to respond. I must force-quit. I must admit I haven't done any development work in a number of months so I'll have to play some and then post a...
- Mon May 21, 2018 7:50 pm
- Forum: Mac OS
- Topic: LiveCode-Indy_...".hang"
- Replies: 2
- Views: 7408
LiveCode-Indy_...".hang"
I'm seeing on both my Macs where LiveCode 7.1.4 and 8.1.9 exhibit "hangs" at some inexplicable and random points; the spinning beachball starts and the app (in all windows) is frozen. Of course, I need to force-quit and re-launch. I've examined the logs in Console and find a number of log entries en...
- Sat May 12, 2018 9:12 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: User Interface Question
- Replies: 24
- Views: 27480
Re: User Interface Question
The popup command can't be used because it relies upon the mouse pointer being within the stack window. If you attempt to use it (even with a specific location where a btn is really located!) while the mouse pointer is outside the window, you either get an error: "Message execution error: Error desc...
- Sat May 12, 2018 12:05 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: User Interface Question
- Replies: 24
- Views: 27480
Re: User Interface Question
Yep. So "Not a bug". Now that I understand it, I'll craft something with the "click at...".
Always helps to have multiple eyes and brains working on it. Appreciate everyone's efforts. I'll get the bug report closed.
Barry
Always helps to have multiple eyes and brains working on it. Appreciate everyone's efforts. I'll get the bug report closed.
Barry
- Fri May 11, 2018 9:04 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: User Interface Question
- Replies: 24
- Views: 27480
Re: User Interface Question
More enlightenment. I tried a fresh stack with a field and an option button. In the field I put an openField handler: on openField send mouseDown to btn "optMenu1" end openField What's strange is that, wherever the mouse pointer is located within the stack window , that's where the option button's c...