Search found 3324 matches

by mwieder
Sat Aug 19, 2023 12:14 am
Forum: Talking LiveCode
Topic: Mapping handler dependencies
Replies: 85
Views: 550802

Re: Mapping handler dependencies

Added some color to replace line 773 of processFlowchartSyntax: # display getProp and setProp switch char 1 of getBracketType(pParent) case "{" # getProp or setProp put sSyntaxCatalogue[pParent] && "fill:#09f" into tStyle break case "(" # command put sSyntaxCatalogue[pParent] && "fill:#0af" into tSt...
by mwieder
Mon Aug 14, 2023 6:14 pm
Forum: Talking LiveCode
Topic: Mapping handler dependencies
Replies: 85
Views: 550802

Re: Mapping handler dependencies

Got things working here on linux. The main problem was the spinner widget, which is another browser widget in disguise. Interestingly, the spinner widget did indeed show a red-and-blue spinner, it's just that the process made things unstable. Made two changes: 1. in the resizeStack handler, only aff...
by mwieder
Sun Aug 13, 2023 11:43 pm
Forum: Talking LiveCode
Topic: Mapping handler dependencies
Replies: 85
Views: 550802

Re: Mapping handler dependencies

The presence of a browser widget in linux isn't a problem.
It's only if you attempt to use it (change its properties etc).
by mwieder
Sun Aug 13, 2023 6:36 pm
Forum: Talking LiveCode
Topic: Mapping handler dependencies
Replies: 85
Views: 550802

Re: Mapping handler dependencies

Was looking forward to this option, but the new version does an amazing job of crashing my linux desktop manager on loading the stack (even with messages suppressed) while version 1.0.5 doesn't do so until I actually try to display the flowchart.
by mwieder
Wed Jul 19, 2023 1:09 am
Forum: Announcements
Topic: Announcing Xavvi, a Great Leap Forward for App Building
Replies: 160
Views: 654387

Re: Announcing Xavvi, a Great Leap Forward for App Building

Micro$oft has apparently decided how much CoPilot will cost.

https://www.theverge.com/2023/7/18/2379 ... enterprise
by mwieder
Fri Jul 07, 2023 3:12 am
Forum: Windows
Topic: OT: installing programs
Replies: 8
Views: 3511

Re: OT: installing programs

Fair enough. In my winfrustration I misspoke about vscode instead of vstudio. But here's a screenshot of installing visual studio on win11. It's a moot point now because I just accepted whatever is selected there since I couldn't scroll to the submit button. And it turns out to be a virtualbox displ...
by mwieder
Wed Jul 05, 2023 11:43 pm
Forum: Windows
Topic: OT: installing programs
Replies: 8
Views: 3511

Re: OT: installing programs

Not the size of the screen - it's 27 inches but the text on the vscode configuration page is half off the screen and can't be scrolled into view. I saw a bunch of checkmarks and some partial text and I know there's a submit button off to the right somewhere so I just hit enter to select the choice I...
by mwieder
Wed Jul 05, 2023 11:10 pm
Forum: Windows
Topic: OT: installing programs
Replies: 8
Views: 3511

Re: OT: installing programs

I spent a day installing Windows 7 and then another day finding out that you can't install vscode on win7. Spent another day installing Win11 and a *long* time installing the latest vscode. After a configuration screen that doesn't fit on the screen so a lot of entries aren't visible - just closed m...
by mwieder
Wed Jul 05, 2023 6:39 pm
Forum: Windows
Topic: OT: installing programs
Replies: 8
Views: 3511

OT: installing programs

Been a long time since I've had to do any M$ work but now I'm setting up a Virtualbox win installation.

How does one install programs?
Where's the equivalent of "apt install"?
by mwieder
Tue Jul 04, 2023 1:23 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to rebuild corrupted stack ?
Replies: 12
Views: 10586

Re: How to rebuild corrupted stack ?

Also... from the Development menu select "Suppress Messages", *then* load your stack.
by mwieder
Thu Jun 29, 2023 4:38 pm
Forum: Announcements
Topic: Announcing Xavvi, a Great Leap Forward for App Building
Replies: 160
Views: 654387

Re: Announcing Xavvi, a Great Leap Forward for App Building

Whenever I hear someone refer to the anthropomorphic "AI" I'm put in mind of Richard Brautigan's wonderfully ironic "All Watched Over by Machines of Loving Grace". I like to think (and the sooner the better!) of a cybernetic meadow where mammals and computers live together in mutually programming ha...
by mwieder
Sun Jun 25, 2023 10:21 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Lessons - Learned expanding list
Replies: 15
Views: 11197

Re: Lessons - Learned expanding list

Although, to be honest I don't understand the advantage of absolute paths rather than names. Here's one: Make a new stack (default name = "Untitled 1") save it. Find another stack previously saved to your hard disk (Note: filename may have no relation to stack name) Oops - maybe it got saved with t...
by mwieder
Sun Jun 25, 2023 5:42 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Lessons - Learned expanding list
Replies: 15
Views: 11197

Re: Lessons - Learned expanding list

I think part of the reason for the stack target confusion is that much of the legacy IDE code still refers to stacks by name rather than by absolute path. Sometimes this results in the annoying "another stack by this name" dialog, but I think other times it may contribute to the loss of focus to the...
by mwieder
Wed Jun 21, 2023 1:00 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Debugger/stepping back thru handler/variable calls/values per run
Replies: 15
Views: 14250

Re: Debugger/stepping back thru handler/variable calls/values per run

Possibly. It would take serious instrumentation of the execution machine. Changing the context is fast, but getting the variables list and getting the individual variable values requires runtime string evaluation. There's probably a way around that, but I'm not gonna hold my breath waiting for the t...

Go to advanced search