Jim Lambert is not crazy! (Re: Select an object in browse mode sending mouseup)

2021-07-28 Thread Ben Rubinstein via use-livecode
Thanks Jim for reassuring me that *I'm* not crazy, and Tom and Klaus for pointing me to the thread. On 30/03/2021 00:46, Jim Lambert via use-livecode wrote: > Nevermind. Those scripts are not firing when using the pointer tool. > I'm crazy!!! On 30/03/2021 21:10, Jim Lambert via use-livecode w

Re: [iOS] possible console bug

2021-07-28 Thread Mark Smith via use-livecode
Tested with Catalina / LC9.6.2 / Simulator. Works as Panos described although with this setup I did not see a Start button, and I never clicked on anything. I did see the “put” messages from my app go to the Console. PS filter as Panos suggests works great to filter just the messages from your a

Re: Select an object in browse mode sending mouseup

2021-07-28 Thread Klaus major-k via use-livecode
Hi Ben, > Am 28.07.2021 um 19:14 schrieb Ben Rubinstein via use-livecode > : > > Hi Tom, > > I've crawled the list but not found it - can you remember anyone involved in > the thread or any keywords? that was my thread where I asked if executing MOUSEENTER is correct with POINTER tool select

Re: Select an object in browse mode sending mouseup

2021-07-28 Thread Ben Rubinstein via use-livecode
Hi Tom, I've crawled the list but not found it - can you remember anyone involved in the thread or any keywords? Many thanks, Ben On 27/07/2021 21:16, Tom Glod via use-livecode wrote: If I recall correctly, this was a long-ish topic a few months back. its worth looking back on, I *think* th

Re: Select an object in browse mode sending mouseup

2021-07-28 Thread Ben Rubinstein via use-livecode
Hi Jacque Yes I've seen that, enough that when launching LC I usually reflectively toggle comand-9/command-0 a few times. But this isn't that. After the first few times I've toggled off and on, I've selected from the Tools menu, I've clicked on a field (with no script) first to prove that I'

Re: [iOS] possible console bug

2021-07-28 Thread matthias rebbe via use-livecode
I tested here with Big Sur/LC9.6.3 RC2 and Simulator. I can confirm that doing it like Panos described will show the put output. But you have to press the "Start" icon at the top in Console app before the put output is captured by the Console app. So if you did the output in the app before you

Re: [iOS] possible console bug

2021-07-28 Thread panagiotis m via use-livecode
In fact a neater way to do that, instead of force-quitting Console app and reopening it, is to click on the system.log window to give the focus to the Console app, and then in Console's top menubar click Window-> Console This will open the Console window where it is possible to choose the connecte

Re: [iOS] possible console bug

2021-07-28 Thread panagiotis m via use-livecode
Hello Andre, I am good, thanks for asking. I hope you are well too :) I just tested on Big Sur. I had to do an extra step: When you see the "system.log" window, the one where there is no option to choose "iPhone 8" at the left, force quit the Console app. Then reopen the Console app directly, i.

Re: [iOS] possible console bug

2021-07-28 Thread Andre Garzia via use-livecode
Hi Panos, Hope all is well with you my friend, thanks a lot for the speedy reply. I think things might have changed in Big Sur because I see a different console app. Mine doesn’t have a way to switch to this “iPhone 8” label. Below is a screenshot from my console app: https://andregarzia.com/f

Re: [iOS] possible console bug

2021-07-28 Thread panagiotis m via use-livecode
Hello Andre, It works as expected for me. MacOS Mojave Xcode 11.3 iOS 13.3 Simulator In the simulator go to Debug -> Open System Log This opens the Console app In the Console window, in the left hand side, you should see the name of the simulator (e.g. "iPhone 8"). Click on it. There will be a l

Livecode Electron-style App

2021-07-28 Thread David Bovill via use-livecode
I’m researching for an article on Livecode and javascript for electron-style applications. Would really love some examples to work from, especially around: • Bidirectional javascript communication • Custom url schema for browser integration I have a few examples gleaned from the forum and this l

Re: [iOS] possible console bug

2021-07-28 Thread Andre Garzia via use-livecode
I’m just bumping this thread because I haven’t been able to see any log information when using the Simulator. Can more people confirm this? Is this a bug, and if so who owns that bug LC or Apple? It becomes really hard to debug a mobile application when you can’t see logs on the Simulator. I