Re: Video Chat?

2022-01-10 Thread Dan Friedman via use-livecode
Tom, I just tried using whereby (via a php page we created) in LiveCode (the IDE) and its stuck on "Loading camera and audio...". I've tried both the browser widget and the revBrowserOpen() method. What versions of LC are you using? I'm on 9.6.5. Do you have a sample stack that is

Re: Can I still change LC code?

2022-01-10 Thread J. Landman Gay via use-livecode
I agree with Craig that you're better off making your own. There is a built-in mechanism for this: the dialogData. It's a generic global property, always available, specifically for moving data between a modal stack and your scripts. You don't need to declare it as a global, it's always there.

Re: Mostly OT

2022-01-10 Thread Curry Kenworthy via use-livecode
Mark: > Modelling these kinds of dynamics in software (like MIT did) > ... like forecasting weather: typically reserved for super computers. That's actually a good way to emphasize my point: NOT like MIT did! Super computers are great, but assumptions and inputs win this one. No need to use

PDW widget: get the rect of the hilitedRange

2022-01-10 Thread Keith Clarke via use-livecode
Hi folks, Please can anyone advise how to get the rendered rectangle of highlighted text in the PDF widget…? I can successfully get the first word from the page text using something like: put pPageNum into tHilitedArray["from"]["page”] // = 1 put pPageNum into tHilitedArray["to"]["page”] // = 1

Re: Can I still change LC code?

2022-01-10 Thread Bob Sneidar via use-livecode
Just roll your own. Any mod to the IDE goes away next time you update. Sent from my iPhone > On Jan 10, 2022, at 14:48, J. Landman Gay via use-livecode > wrote: > > I agree with Craig that you're better off making your own. There is a > built-in mechanism for this: the dialogData. It's a

Re: Lost the variables and errors panel in script editor

2022-01-10 Thread Craig Newman via use-livecode
I use a second monitor rotated to a tall vertical to hold the SE. In going from LC to other places and back again, or whatever, the SE sometimes hasty be reset in terms of its rect and topLeft. This always works just fine. When you get the SE back in shape, note both those properties and reset

Re: A question/survey of sorts for users of Navigator

2022-01-10 Thread Geoff Canyon via use-livecode
I was thinking about something to support this, but I worry that it would be over-engineered: Allow defining a set of conditions, matched with actions, and then run the conditions in order and the first (all?) that match execute the corresponding action. Meaning in your case you'd do something

Re: Mostly OT

2022-01-10 Thread Mark Smith via use-livecode
Hi Curry, Ray Dalio has a new book out on this subject you may find interesting (The Changing World Order). There is a chapter on Linked In if you have access to it (https://www.linkedin.com/pulse/chapter-7-us-china-relations-wars-ray-dalio/

Can I still change LC code?

2022-01-10 Thread Tom Glod via use-livecode
Hi Folks, Am I allowed to modify the answer and ask dialog stack to be what I need it to be? and build my standalones from the modified version? and can those modified stacks be shared with others? Thanks in advance, -- Tom Glod Founder & Developer @ MakeShyft R.D.A

Re: Can I still change LC code?

2022-01-10 Thread Craig Newman via use-livecode
Tom. There was a pretty long thread here about modifying those dialogs. They are just stacks, after all, but the IDE is protective of them. I think the upshot was that you can hack anything, but better to roll your own. These would be just stacks, after all, and you can start with a clean