Re: Unable to set breakpoint

2017-05-09 Thread panagiotis merakos via use-livecode
Hi Jacque, I have never seen the Tools palette disappearing after deleting my Prefs. Could it be the case that it appeared, but offscreen? Have you connected a secondary monitor? Are you using any Plugins? Anyway, I am glad the problem is solved now. If you see that again could you please file a

RE: Unable to set breakpoint

2017-05-09 Thread Ralph DiMola via use-livecode
"LC now freezes with the logo window displayed and a small blank stack at the top left of the monitor" I reported this behavior in bug 19344 on Windows if you delete all your prefs. I found that if you stop the process and re-launch, LC will open. This happens every time I delete/rename all the pre

Re: Unable to set breakpoint

2017-05-09 Thread panagiotis merakos via use-livecode
Thanks for chiming in, Ralph. And I was just trying to remember where I had seen this "small blank stack at the top left" being mentioned! Best, Panos -- On Tue, May 9, 2017 at 2:25 PM, Ralph DiMola via use-livecode < use-livecode@lists.runrev.com> wrote: > "LC now freezes with the logo windo

Re: Unable to set breakpoint

2017-05-09 Thread J. Landman Gay via use-livecode
Panos, it wasn't just the tools palette, there was no IDE at all. There were no menus except for the default OS X one that allowed me to quit. Nothing else loaded, so no message box, tools, keyboard shortcuts, etc. It acted like the startup aborted very early in the process. But the odd thing w

Re: Unable to set breakpoint

2017-05-09 Thread J. Landman Gay via use-livecode
It sounds like both Ralph and I have LC 6 prefs installed. The difference is that he can eventually start up correctly. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On May 9, 2017 8:35:36 AM panagiotis merak

Re: Unable to set breakpoint

2017-05-09 Thread panagiotis merakos via use-livecode
I had LC 6 Prefs too, but did not have that problem :( It would be interesting to know which Plugins you and Ralph have in common. On Tue, May 9, 2017 at 4:02 PM, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > It sounds like both Ralph and I have LC 6 prefs installed.

RE: Unable to set breakpoint

2017-05-09 Thread Ralph DiMola via use-livecode
Same here... no IDE at all. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of J. Landman Gay via use-livecode Sent: Tuesday, May 09, 2017 10:32 AM To: How to

RE: Unable to set breakpoint

2017-05-09 Thread Ralph DiMola via use-livecode
Mine... Directory of N:\My LiveCode\Plugins 11/01/2016 09:29 AM 3,709 4wSetStackFileVersion.livecode 03/27/2017 07:33 PM 129,223 AndroidRemoteTesterClient.livecode 10/21/2012 11:35 AM 263,200 animationEngine.livecode 03/15/2017 07:04 PM17,343 DB_Lib

Re: Unable to set breakpoint

2017-05-09 Thread J. Landman Gay via use-livecode
On 5/9/17 10:06 AM, panagiotis merakos via use-livecode wrote: It would be interesting to know which Plugins you and Ralph have in common. Only one, LiveCode Error Lookup, which does nothing until you manually open it. I've got these: 4W_FlightRecorder.rev 4W_gzipper.livecode AirLaunch.livec

RE: Unable to set breakpoint

2017-05-09 Thread Ralph DiMola via use-livecode
I showed my location just in case it was relevant. My plugins are on Windows 10 SMB server raid array. I am also running LC on a Hyper-V VM. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun..

sysError List?

2017-05-09 Thread Rick Harrison via use-livecode
Hi there, Does anyone know where I can a sysError list so I can figure out what the numbers mean? Thanks, Rick ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription pr

Re: sysError List?

2017-05-09 Thread Richard Gaskin via use-livecode
Rick Harrison wrote: > Does anyone know where I can a sysError list > so I can figure out what the numbers mean? The value returned from sysError is the OS error ID, which will vary from OS to OS and is subject to change. I usually do a search at Google for something like: Windows OS error

Re: Unable to set breakpoint

2017-05-09 Thread Mark Wieder via use-livecode
On 05/09/2017 07:32 AM, J. Landman Gay via use-livecode wrote: I do still have an old pre-7 prefs file in the same folder as the new one, since I need to open LC 6 occasionally. It may be that LC 9 couldn't read or update it so it just gave up. Here's what I found earlier with the preferences

Re: sysError List?

2017-05-09 Thread Rick Harrison via use-livecode
Hi Richard, I did some experiments and did get one instance of rename to work properly. Apparently I had a permissions problem with writing to the folder/file. I did the search on google for macOS errors. The lists that I found weren’t much help and said at the very beginning that they weren’t

[OT] on-rev MySQL warnings - does it matter.

2017-05-09 Thread Alex Tweedly via use-livecode
Hope this isn't too off-topic but I'm pretty ignorant about MySQL ... on my account on on-rev (specifically, sage), if I use cPanel and go into phpMyAdmin, I get a warning message : Your PHP MySQL library version 5.1.73 differs from your MySQL server version 5.6.35. This may cause unpredictab

Re: [OT] on-rev MySQL warnings - does it matter.

2017-05-09 Thread Rick Harrison via use-livecode
Hi Alex, It never hurts to ask. It also helps to keep support motivated to keep up with those important maintenance tasks. Just my 2 cents. Rick > On May 9, 2017, at 7:00 PM, Alex Tweedly via use-livecode > wrote: > > Hope this isn't too off-topic but I'm pretty ignorant about MySQL ... >

RE: [OT] on-rev MySQL warnings - does it matter.

2017-05-09 Thread Ralph DiMola via use-livecode
I put in a support request for this on 4/27/2017 [Ticket#2017042710049681]. I have not heard back yet. This is not like on-rev support. I wonder if they received my support request? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From:

Re: sysError List?

2017-05-09 Thread Richard Gaskin via use-livecode
Rick Harrison wrote: > I did some experiments and did get one instance > of rename to work properly. Apparently I had > a permissions problem with writing to the folder/file. Yep, most things with file I/O that fails are either paths or permissions. Glad you got that sorted. > Other issues

Re: Unable to set breakpoint

2017-05-09 Thread Mark Wieder via use-livecode
On 05/09/2017 12:55 PM, Mark Wieder via use-livecode wrote: On 05/09/2017 07:32 AM, J. Landman Gay via use-livecode wrote: I do still have an old pre-7 prefs file in the same folder as the new one, since I need to open LC 6 occasionally. It may be that LC 9 couldn't read or update it so it just

Re: Unable to set breakpoint

2017-05-09 Thread J. Landman Gay via use-livecode
On 5/9/17 2:55 PM, Mark Wieder via use-livecode wrote: Here's what I found earlier with the preferences files: Very helpful, thanks. It will save me some trouble next time. How come things only fall apart when I'm in a crunch? -- Jacqueline Landman Gay | jac...@hyperactivesw.com

Re: Android label and name

2017-05-09 Thread J. Landman Gay via use-livecode
On 5/6/17 3:41 PM, J. Landman Gay via use-livecode wrote: On 5/6/17 3:21 PM, Richard Gaskin via use-livecode wrote: J. Landman Gay wrote: I need to build two versions of an Android app, one for production and another for testing. It appears that the standalone builder uses the "name" property

filter? replace? wildcard? reg exp? help please!

2017-05-09 Thread Nicolas Cueto via use-livecode
Given this snippet... --- CANTO XXXIV CÍRCULO IX: TRAIDORES. «Vexilla regis prodeunt[307] del Abismo hacia nosotros[308], mas delante mira 3—dijo el maestro— y los verás tú mismo.» --- ... how

Re: filter? replace? wildcard? reg exp? help please!

2017-05-09 Thread Peter Bogdanoff via use-livecode
use offset. Peter On May 9, 2017, at 8:41 PM, Nicolas Cueto via use-livecode wrote: > Given this snippet... > > --- > CANTO XXXIV > CÍRCULO IX: TRAIDORES. > «Vexilla regis prodeunt[307] del Abismo > hacia nosotros[308], mas delante mira > 3

Re: filter? replace? wildcard? reg exp? help please!

2017-05-09 Thread Peter Bogdanoff via use-livecode
Try— put your text into tText, then repeat forever if offset("[",tText) is not empty then delete char (offset("[",tText)) to (offset("]",tText)) of tText else exit repeat end repeat On May 9, 2017, at 8:54 PM, Peter Bogdanoff via use-livecode wrote: >

Re: filter? replace? wildcard? reg exp? help please!

2017-05-09 Thread Phil Davis via use-livecode
There is probably an easier way, but this works: on mouseUp put "]" & field 1 into tText set the lineDelimiter to "[" set the itemDelimiter to "]" repeat for each line tLine in tText put item 2 to -1 of tLine after tNewText end repeat

Re: filter? replace? wildcard? reg exp? help please!

2017-05-09 Thread J. Landman Gay via use-livecode
On 5/9/17 10:41 PM, Nicolas Cueto via use-livecode wrote: Given this snippet... --- CANTO XXXIV CÍRCULO IX: TRAIDORES. «Vexilla regis prodeunt[307] del Abismo hacia nosotros[308], mas delante mira 3—dijo el maestro— y los verás tú mismo.» -

Re: filter? replace? wildcard? reg exp? help please!

2017-05-09 Thread Nicolas Cueto via use-livecode
​Thank you everyone. Went with ​Jacqueline's, cause fastest. -- N. Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailma

Re: filter? replace? wildcard? reg exp? help please!

2017-05-09 Thread J. Landman Gay via use-livecode
On 5/9/17 11:16 PM, J. Landman Gay via use-livecode wrote: On 5/9/17 10:41 PM, Nicolas Cueto via use-livecode wrote: Given this snippet... --- CANTO XXXIV CÍRCULO IX: TRAIDORES. «Vexilla regis prodeunt[307] del Abismo hacia nosotros[308], mas