Search found 241 matches
- Wed Aug 20, 2025 11:53 pm
- Forum: Talking LiveCode
- Topic: The end of XTalk / LiveCode for me
- Replies: 30
- Views: 8297
Re: The end of XTalk / LiveCode for me
dude, if you want to use html/js then that's fine - millions do. Not quite sure why you're here arguing the case. At the end of the day I see your mindset is fixed. Feel free not to respond to this as it won't really change anything for anyone. Dude, WTF?! I'm just relaying my actual experience. Wh...
- Wed Aug 20, 2025 1:36 am
- Forum: Talking LiveCode
- Topic: The end of XTalk / LiveCode for me
- Replies: 30
- Views: 8297
Re: The end of XTalk / LiveCode for me
I was definitely using Data Grid. My data is only 205 rows. It's about 2.5 screens of information. Scrolling as fast as I can with my Magic Mouse (swiping my finger across the top of the mouse) takes 4 seconds to go from the top to the bottom of the data. I just made a 2000-row table with JS and I c...
- Tue Aug 19, 2025 9:56 pm
- Forum: Talking LiveCode
- Topic: The end of XTalk / LiveCode for me
- Replies: 30
- Views: 8297
- Tue Aug 19, 2025 9:54 pm
- Forum: Talking LiveCode
- Topic: The end of XTalk / LiveCode for me
- Replies: 30
- Views: 8297
Re: The end of XTalk / LiveCode for me
You are greatly underselling LCs capabilities... Okay, I'm listening, what am I missing? To me, if I'm going web-based, I can't see why I'd want the bloat of LiveCode for no discernible benefit when HTML/JS is easy to code, lightweight, and runs fast. If I'm making a standalone app, then sure, Live...
- Tue Aug 19, 2025 4:59 pm
- Forum: Talking LiveCode
- Topic: The end of XTalk / LiveCode for me
- Replies: 30
- Views: 8297
Re: The end of XTalk / LiveCode for me
Thank you, I didn't know about Metadata for text. The feature set of LiveCode is huge (and growing) and there's a lot I don't know about. (I couldn't find Metadata even when searching for that feature, because I didn't know what it was called.) Knowing about metadata sure would have saved me a lot o...
- Tue Aug 19, 2025 4:16 am
- Forum: Talking LiveCode
- Topic: The end of XTalk / LiveCode for me
- Replies: 30
- Views: 8297
Re: The end of XTalk / LiveCode for me
One thing I'm preferring with HTML/JS over LiveCode is that I can embed data behind the text. For example: <LI ledgerEntryID=38 transactionID=7 sortDate=20250818 humanDate='8/18/25'>Groceries</LI> (Yes, you can make your own attributes in HTML and access them with Javascript, works in all browsers.)...
- Tue Aug 12, 2025 11:39 pm
- Forum: Talking LiveCode
- Topic: The end of XTalk / LiveCode for me
- Replies: 30
- Views: 8297
Re: The end of XTalk / LiveCode for me
As I'm developing with HTML+JS, I found one advantage of LiveCode: It's live. Meaning, I don't have to reload the page to see the results. I've done that some hundred times now with HTML+JS.
- Sat Aug 09, 2025 8:22 pm
- Forum: Talking LiveCode
- Topic: The end of XTalk / LiveCode for me
- Replies: 30
- Views: 8297
Re: The end of XTalk / LiveCode for me
As I'm continuing my accounting sw development in HTML/JavaScript, I peeked into my LC code for my LC-based accounting app, to copy an algorithm to port, and I'm remembering something that really slowed me down in LC development: the code windows scrolls super slow. I'm using an older computer, but ...
- Wed Aug 06, 2025 3:27 pm
- Forum: Talking LiveCode
- Topic: The end of XTalk / LiveCode for me
- Replies: 30
- Views: 8297
Re: The end of XTalk / LiveCode for me
LC 9.6.3 on MacOS 15.5 starts to load, then when it says "Loading tools..." it quits unexpectedly. But at this point, even if I could get it to run, I wouldn't use it any more. I'm nearly finished writing my new accounting app, and it's SO much easier to use HTML tables + Javascript vs. LC's DataGrid.
- Fri Jul 25, 2025 8:42 pm
- Forum: Talking LiveCode
- Topic: The end of XTalk / LiveCode for me
- Replies: 30
- Views: 8297
The end of XTalk / LiveCode for me
After nearly 40 years, I'm done with XTalk. In the beginning I loved the ability to quickly make real apps with HyperCard, but today I can make web-based apps with Javascript + SQL, which is easy, cheap, and gives way better performance. When HyperCard came out in 1987 I was blown away. I actually t...
- Fri Jul 25, 2025 8:40 pm
- Forum: Talking LiveCode
- Topic: R.I.P. Bill Atkinson, 74
- Replies: 4
- Views: 7876
Re: R.I.P. Bill Atkinson, 74
That's a great poem. It brings back memories, e.g. John Sculley, SCSI drives. Especially as I worked at Apple from 1992-97 (probably the five worst years of Apple's existence).
- Thu Jun 26, 2025 3:40 am
- Forum: Off-Topic
- Topic: Serfing USA
- Replies: 29
- Views: 40665
Re: Serfing USA
Yes, whoops, I meant 2000 for buying Serf, not 2020. I edited my post.
- Sun Jun 08, 2025 6:47 pm
- Forum: Talking LiveCode
- Topic: R.I.P. Bill Atkinson, 74
- Replies: 4
- Views: 7876
R.I.P. Bill Atkinson, 74
https://en.wikipedia.org/wiki/Bill_Atkinson I made a trip to Dallas circa 1987 or 1988 to see him speak about HyperCard. I remember in the Q&A when an audience member asked about the interface being non-Mac-like (others had made the same complaint), Atkinson asked for an example, and the questioner ...
- Sat Feb 15, 2025 1:34 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: What's the difference b/n "select line x" and "set the hilitedlines to x"?
- Replies: 5
- Views: 7963
Re: What's the difference b/n "select line x" and "set the hilitedlines to x"?
Thank you for the help!
In another thread, Bernd identified another difference: "select line..." screws with the focus, and could "eat" a user's subsequent click, causing it to not register. Switching from "select line..." to "select the hilitedline..." fixed that problem in my stack.
In another thread, Bernd identified another difference: "select line..." screws with the focus, and could "eat" a user's subsequent click, causing it to not register. Switching from "select line..." to "select the hilitedline..." fixed that problem in my stack.
- Sat Feb 15, 2025 1:26 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Click doesn't register after code selects a line in a list field
- Replies: 3
- Views: 8396
Re: Click doesn't register after code selects a line in a list field
Thank you, Bernd, changing the code from "select line..." to "set the hilitedline..." fixed it. I'm using closeField because I don't want to make the user press the Return or Enter key. I want the changes populated into my list field as soon as the user clicks away onto something else. Is closeField...