Re: 9.5.0 crash to desktop

2019-08-01 Thread J. Landman Gay via use-livecode
Is it happening after debugging in the script editor? If so, please add comments and any crash logs to this bug report where they are being collected: https://quality.livecode.com/show_bug.cgi?id=22130 Include an explanation of what you were doing at the time and any other info that might

Re: 9.5.0 crash to desktop

2019-08-01 Thread Mark Wieder via use-livecode
On 8/1/19 5:10 PM, Pi Digital via use-livecode wrote: On Windows 10 With LC open Press the windows key and ‘g’ at the same time. This opens the GameBar dialogue (it’s meant for games but works equally well for any app). Check the ‘yes, this is a game’ box. LOL. That's an utterly bizarre

Re: Transparent layer between pdf widget and field?

2019-08-01 Thread Dar Scott Consulting via use-livecode
Maybe your rectangle can have its blend level and ink tweaked to provide the look you want. > On Aug 1, 2019, at 5:31 PM, doc hawk via use-livecode > wrote: > > As I’ve had to build every form myself in the past, they were constructed of > fields, lines, and boxes. As such, with them not

Re: 9.5.0 crash to desktop

2019-08-01 Thread Pi Digital via use-livecode
If you are on macOS you have one built in to QuickTime. File>NewScreenRecording On Windows 10 With LC open Press the windows key and ‘g’ at the same time. This opens the GameBar dialogue (it’s meant for games but works equally well for any app). Check the ‘yes, this is a game’ box. Click

Transparent layer between pdf widget and field?

2019-08-01 Thread doc hawk via use-livecode
As I’ve had to build every form myself in the past, they were constructed of fields, lines, and boxes. As such, with them not being opaque, I could put a rectangle behind the group that was turned visible when the group was active, as a visual cue. Now that I’m using pdfs, this isn’t working

Re: 9.5.0 crash to desktop

2019-08-01 Thread Martin Koob via use-livecode
Hi There are others who are seeing Crash to Desktop while debugging. There is a bug report where people can upload their crash logs to. You should upload yours there to give the LC team more data to work with, especially if you can reliably reproduce it.

Re: 9.5.0 crash to desktop

2019-08-01 Thread doc hawk via use-livecode
On Aug 1, 2019, at 2:26 PM, JJS via use-livecode wrote: > > what are you doing, or what is running when that happens? When I’ve seen it with the dp and rc, it tends to be after I move objects, or perhaps copy and paste objects, and then a delay, a brief moment of returning to apparent

Re: 9.5.0 crash to desktop

2019-08-01 Thread JJS via use-livecode
what are you doing, or what is running when that happens? Op 1-8-2019 om 23:21 schreef Bob Sneidar via use-livecode: Hi all. Just letting everyone know I am crashing to desktop in 9.5.0 "stable" (LOL) about very 10 minutes now. No bueno. Going back to 9.0.5. Bob S

Re: 9.5.0 crash to desktop

2019-08-01 Thread Pi Digital via use-livecode
Screen Record it first and post up to the quality site. #metoo Sean Cole Pi Digital Prod Ltd > On 1 Aug 2019, at 22:21, Bob Sneidar via use-livecode > wrote: > > Hi all. Just letting everyone know I am crashing to desktop in 9.5.0 "stable" > (LOL) about very 10 minutes now. No bueno. Going

Re: increasing column width of DG keeps running

2019-08-01 Thread JJS via use-livecode
Have to  test it, i'm not sure i could close it that way. Op 1-8-2019 om 23:03 schreef Peter Bogdanoff via use-livecode: I have seen this particular behavior in the property inspector when adjusting numbers in the Position tab. It happens sometimes, without any particular recipe that I’ve

Re: increasing column width of DG keeps running

2019-08-01 Thread JJS via use-livecode
Yes indeed, seen it with height too. Thanks. Op 1-8-2019 om 22:31 schreef Tom Glod via use-livecode: the runaway number thing was happening to me when changing row height on dg using the arrow in the property inspector.. but never with column width. On Thu, Aug 1, 2019 at 3:45 PM JJS via

9.5.0 crash to desktop

2019-08-01 Thread Bob Sneidar via use-livecode
Hi all. Just letting everyone know I am crashing to desktop in 9.5.0 "stable" (LOL) about very 10 minutes now. No bueno. Going back to 9.0.5. Bob S ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: increasing column width of DG keeps running

2019-08-01 Thread Peter Bogdanoff via use-livecode
I have seen this particular behavior in the property inspector when adjusting numbers in the Position tab. It happens sometimes, without any particular recipe that I’ve noticed. Closing the PI stops it. Peter Bogdanoff > On Aug 1, 2019, at 10:23 AM, Bob Sneidar via use-livecode > wrote: >

Re: increasing column width of DG keeps running

2019-08-01 Thread Tom Glod via use-livecode
the runaway number thing was happening to me when changing row height on dg using the arrow in the property inspector.. but never with column width. On Thu, Aug 1, 2019 at 3:45 PM JJS via use-livecode < use-livecode@lists.runrev.com> wrote: > Yes indeed. > > So some 'tiny' things we still

Re: increasing column width of DG keeps running

2019-08-01 Thread JJS via use-livecode
Yes indeed. So some 'tiny' things we still have. Also i had multiple lines of text on one row. I increased the row height. looked ok in the IDE but had the issue on mobile. I had to remove te DG and template, reopen the stack, and drag a new dg on it. After that 2 other DG's on other cards

Re: Challenge: who can background this shell command?

2019-08-01 Thread Dar Scott Consulting via use-livecode
I am not familiar with hugo. Do you type a ^c to shut down hugo server? In that case you might want to consider open for update. > On Aug 1, 2019, at 12:19 PM, David Bovill via use-livecode > wrote: > > OK - I managed to get it to work with: > > - open process "/usr/local/bin/hugo server"

Re: Challenge: who can background this shell command?

2019-08-01 Thread David Bovill via use-livecode
OK - I managed to get it to work with: - open process "/usr/local/bin/hugo server" for read which I did not think would work due to the two word shell command. Timing was an issue - so I had to use the method found here (thanks Mark) -

Re: Launching a cli server as background process in OSX

2019-08-01 Thread Dr. Hawkins via use-livecode
On Jul 31, 2019, at 3:56 PM, David Bovill via use-livecode wrote: > > The issue is that as the shell command runs until you forcibly exit (somecommand & | sleep 1) will launch somecommand as a background process and then sleeps 1 second before returning. somecommand could be a simple

Re: increasing column width of DG keeps running

2019-08-01 Thread Bob Sneidar via use-livecode
That's a long standing issue and I think it has to do with the way the TreeView widget is implemented. Correct me if I am wrong. When I create a column in the Datagrid, after naming it, I then have to click the column AGAIN to get it to refresh. Really frustrating. Bob S > On Aug 1, 2019,

Re: [ANN] Release 9.5.0

2019-08-01 Thread Tom Glod via use-livecode
Great release thank you. I remember Mark W was working on some engine optimizations like faster switch structures, faster array access.. etc. Wondering if those are included in this release? Thanks, Tom On Wed, Jul 31, 2019 at 11:53 AM panagiotis merakos via use-livecode <

Re: increasing column width of DG keeps running

2019-08-01 Thread JJS via use-livecode
ok thanks. I've never seen that error you describe. Only that sometimes when changing the standard column name into something else you'll have to do it twice. But i use a programmatic approach for that. Op 1-8-2019 om 17:08 schreef Paul Dupuis via use-livecode: On 8/1/2019 9:23 AM, JJS

Re: Challenge: who can background this shell command?

2019-08-01 Thread dsc--- via use-livecode
I feel foolish. From the dictionary: Note: On OS X systems, you can use the open process command to start up an application, but not a Unix process. To work with a Unix process, use the shell func instead. When I saw this in the Dictionary, I thought, "Oh, when did this break?" I should have

Re: Challenge: who can background this shell command?

2019-08-01 Thread Dar Scott Consulting via use-livecode
So, this is a documentation problem? > On Aug 1, 2019, at 9:27 AM, Mark Waddingham via use-livecode > wrote: > > On 2019-08-01 17:12, David Bovill via use-livecode wrote: >> OK - so I have it working by writing to a temporary file. >> Trying to redirect the output to stdout - so that shell()

Re: Challenge: who can background this shell command?

2019-08-01 Thread Dar Scott Consulting via use-livecode
This is one approach I would explore. 1. Create a window group of one custom window using Terminal. Set it up to run the process and have distinctive colors and title. And, most importantly, to run the process. 2. Use open process to launch, not Terminal, but the group. This is the part

Re: Challenge: who can background this shell command?

2019-08-01 Thread David Bovill via use-livecode
OK - will try. My first attempt launched the process, but the server did not work and the openproccessids = 0 But will try to do this properly and report back - thanks Mark :) On Thu, 1 Aug 2019 at 16:27, Mark Waddingham via use-livecode < use-livecode@lists.runrev.com> wrote: > On 2019-08-01

Re: Challenge: who can background this shell command?

2019-08-01 Thread Mark Waddingham via use-livecode
On 2019-08-01 17:12, David Bovill via use-livecode wrote: OK - so I have it working by writing to a temporary file. Trying to redirect the output to stdout - so that shell() return the information of the background process - but this freezes: Okay so given you want to read/write to the

Re: Challenge: who can background this shell command?

2019-08-01 Thread David Bovill via use-livecode
OK - so I have it working by writing to a temporary file. Trying to redirect the output to stdout - so that shell() return the information of the background process - but this freezes: - *put* shell ("hugo server 2>&1 &") into launchResult Even though: - command 2>&1 & redirects

Re: increasing column width of DG keeps running

2019-08-01 Thread Paul Dupuis via use-livecode
On 8/1/2019 9:23 AM, JJS via use-livecode wrote: hi, anyone ever had this: Increase the column width of a DG by clicking on the increase button. in the property inspector, keep the mouse down until you think the column is wide enough. Then it keeps running --read increasing the width--

Re: Challenge: who can background this shell command?

2019-08-01 Thread Matthias Rebbe via use-livecode
Aaah, it seems the server has absorbed the greater character. command > filename redirects the stdout to a file, so any output from the command will be redirected to the file 2 > &1 redirects stderr to stdout, which in my case is redirected to file hubbabubba.txt the

Re: increasing column width of DG keeps running

2019-08-01 Thread Bob Sneidar via use-livecode
I can honestly say I have never used those controls. I type in the min, max and current width. I like round numbers. :-) Bob S > On Aug 1, 2019, at 06:23 , JJS via use-livecode > wrote: > > hi, > > > anyone ever had this: > > Increase the column width of a DG by clicking on the increase

Re: Challenge: who can background this shell command?

2019-08-01 Thread Matthias Rebbe via use-livecode
I just noticed that my last post was not easy to read I´ve used the following shell command to redirect to a file instead of to /dev/null /users/matthias/downloads/temp/MailHog > /users/matthias/downloads/temp/hubbabubba.txt 2>&1 & My script looked like this put

Re: Challenge: who can background this shell command?

2019-08-01 Thread Matthias Rebbe via use-livecode
put "/users/matthias/downloads/temp/MailHog > /users/matthias/downloads/temp/hubbabubba.txt 2>&1 &" into tShell -- above redirects into file and then don´t ask me.. ;) put shell(tShell) answer URL "file:/users/matthias/downloads/temp/hubbabubba.txt" -- answer dialog shows content of file, which

increasing column width of DG keeps running

2019-08-01 Thread JJS via use-livecode
hi, anyone ever had this: Increase the column width of a DG by clicking on the increase button. in the property inspector, keep the mouse down until you think the column is wide enough. Then it keeps running --read increasing the width-- forever, or until probably the max of 65000

Re: Challenge: who can background this shell command?

2019-08-01 Thread David Bovill via use-livecode
That works in the message box - thanks Matthias. The only thing is I can't (yet) tell what port the server is running on - I can see from the terminal (using pgrep) the process id of the started server - but it does not appear to be serving correctly on the default server port... Do you think

Re: Challenge: who can background this shell command?

2019-08-01 Thread Matthias Rebbe via use-livecode
I´ve tried my suggestion now with a freshly installed version of Mailhog. Just to make sure that it works with a background process. Maihog normally has to be started from Shell and rund as long as the terminal window stays open. When executing this script put

Re: Challenge: who can background this shell command?

2019-08-01 Thread Matthias Rebbe via use-livecode
This let me run it without blocking. It redirects the stdout and stderr if i recall it correct. "vi > /dev/null 2>&1 &" Matthias Rebbe free tools for Livecoders: InstaMaker WinSignMaker Mac > Am 01.08.2019 um 13:55

Challenge: who can background this shell command?

2019-08-01 Thread David Bovill via use-livecode
The challenge is to figure out a technique we can use in Livecode to be able to call long running shell processes (typically something like an http server process) without blocking Livecode. To test this without asking anyone to install some cli I thought we could try it with an existing long

Re: Launching a cli server as background process in OSX

2019-08-01 Thread David Bovill via use-livecode
Thanks everyone - Mark - it's not an issue with accessing hugo from shell - get shell ("hugo server") works fine - it just blocks as the server process keeps running as it should do - so I want to background it. Richard - yes I've tried that. In fact I tried all these different techniques to the

[ANN] Release 9.5.0

2019-08-01 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.5.0 STABLE. Getting the Release === You can get the release at https://downloads.livecode.com/livecode/ or via the automatic updater. Release Contents LiveCode 9.5.0 STABLE comes with more

Re: V9.5 may still have issues

2019-08-01 Thread Terry Judd via use-livecode
Thanks Mathias - I'll give that a try. Terry... On 1/8/19, 4:53 pm, "use-livecode on behalf of Matthias Rebbe via use-livecode" wrote: Matthias Rebbe free tools for Livecoders: InstaMaker WinSignMaker Mac

Re: V9.5 may still have issues

2019-08-01 Thread Matthias Rebbe via use-livecode
Matthias Rebbe free tools for Livecoders: InstaMaker WinSignMaker Mac > Am 01.08.2019 um 08:39 schrieb Terry Judd via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > Can't say I've been experiencing too many

Re: V9.5 may still have issues

2019-08-01 Thread Terry Judd via use-livecode
Can't say I've been experiencing too many crashes (I'm currently using 9.0.4 and 9.5.0 dp1) but the problem where the breakpoint dots (and line numbers) don't keep up with or align with the appropriate script line seems to be a very common occurrence in 9.5 (haven't tried the 'stable' version