Re: [OT] baby

2014-11-30 Thread Erik Beugelaar
Congratulations!!! Erik On 01/12/14 06:39, "Kay C Lan" wrote: >On Fri, Nov 28, 2014 at 4:14 AM, Monte Goulding >> wrote: > >> Rebecca(mum) and Sarah(bub) are doing well >> > >Monte, that's a strange naming convention: Rebecca(GM) and Sarah(rc4) >would >be more LC like but I guess it must be

Re: BBEdit Language Module for LiveCode

2014-11-30 Thread Kay C Lan
Thank you. On Wed, Nov 26, 2014 at 4:51 AM, Brahmanathaswami wrote: > Done: > > https://github.com/Brahmanathaswami/LiveCode-BBEdit-Language-Module > > a public repository. > > > Devin Asay wrote: > >> So after the confusion, is there now a separate github account set up for >> the BBEdit-LiveCo

Re: [OT] baby

2014-11-30 Thread Kay C Lan
On Fri, Nov 28, 2014 at 4:14 AM, Monte Goulding wrote: > Rebecca(mum) and Sarah(bub) are doing well > Monte, that's a strange naming convention: Rebecca(GM) and Sarah(rc4) would be more LC like but I guess it must be a Taswegian thing ;-) Congratulations! __

Re: Request for feedback

2014-11-30 Thread Terry Judd
Hi Eric - I think you can probably get what you want as far as the first part of your request goes by fiddling with the textShift property. Set your textsize first, then your textHeight and then set the textShift to something like -20 (+ or - a bit) ­ i.e. (set the textShift of char 1 to -1 of fld

Re: Tracking openStack

2014-11-30 Thread Peter Haworth
Hi Richard, The issue was that the stack was showing up in the Application Browser and I couldn't figure out why since I couldn't find any code anywhere that opened it. Pete lcSQL Software Home of lcStackBrowser and SQLiteAdmin

Re: Request for feedback

2014-11-30 Thread Eric Corbett
I too would like to see some added field capabilities. What I want is a textSize of 17, a fixedLineHeight at 52, horizontal lines, and the text centered between the top and bottom lines. Is there a way to do this that I am not finding through extensive research? I don't want a custom control, I

Re: Tracking openStack

2014-11-30 Thread Richard Gaskin
Merely having a stack available in memory does not necessarily mean it's been opened in terms of receiving any messages it might respond to, or that it's in the message path at all. Perhaps I misunderstood something, but I thought the issue was a script that was in play unexpectedly, rather th

Re: Tracking openStack

2014-11-30 Thread Mike Bonner
Ah. Dug through the code of the revplugins stack (not much digging needed) and found this.. *on preOpenCard* * -- refresh the list of plugins* * send "revUpdatePlugins" to cd 1 of stack "revMenuBar"* * lock messages* * set the changedStacksList of this stack to empty* * send ("menuPick" &&

Re: Tracking openStack

2014-11-30 Thread Mike Bonner
If you add a plugin and want to get it going without restarting LC is pretty simple. I'm doing it from the message box.. go invisible stack "revplugineditor" wait 1 tick with messages close stack "revplugineditor" after which, any new plugins added to your folder should appear in the plugins lis

Re: Tracking openStack

2014-11-30 Thread Mark Wieder
> Well, that doesn't make them any different than other stacks when the > numerical day of the year, times the sum of the ascii values of the full > program version, modulus 3 is all equal to 1. LOL. Don't forget to carry the bum. -- -Mark Wieder ahsoftw...@gmail.com This communication may be

Re: Request for feedback

2014-11-30 Thread Michael Doub
After more testing of list formatting, we need the listdepth and listindent as part of a softline because a element of a list can wrap. Ralph, I have not used formatting within button labels, so I will have to research them. I am guessing that they do not have all of the settings as a field.

RE: Request for feedback

2014-11-30 Thread Ralph DiMola
Mike, Thanks You! I'm a + 1 on this. We need to be able to reliably calculate field/line geometry especially on mobile. I've been wrestling getting this correct since the new field object was introduced. I have 2 related bugs on this: http://quality.runrev.com/show_bug.cgi?id=12176 and http://qual

Re: Tracking openStack

2014-11-30 Thread Peter Haworth
Thanks Mark and Richard, I think I have found what is happening. I made a copy of my Plugins folder, deleted all the files from the original plugins folder then started moving each of my plugins back into the original Plugins folder one at a time, running LC each time. As an aside, it would be ni

Re: Tracking openStack

2014-11-30 Thread Dr. Hawkins
On Sun, Nov 30, 2014 at 11:35 AM, Mark Wieder wrote: > > I don't think breakpoints are going to help you here. Plugin stacks > are counted as system stacks, and both hard and soft breakpoints are > normally ignored in system stacks. Well, that doesn't make them any different than other stacks w

Re: Tracking openStack

2014-11-30 Thread Mark Wieder
Pete- sorry... also, of course, add global gRevDevelopment -- -Mark Wieder ahsoftw...@gmail.com This communication may be unlawfully collected and stored by the National Security Agency (NSA) in secret. The parties to this email do not consent to the retrieving or storing of this communicati

Re: Tracking openStack

2014-11-30 Thread Mark Wieder
Pete- Sunday, November 30, 2014, 11:51:51 AM, you wrote: > Thanks for the idea Scott, hadn't thought of that. However, I checked my > Plugins folder and the library stack is not in there so don't think that's > the cause. > If I could only get the executionContexts somehow when the stack opened

Re: Tracking openStack

2014-11-30 Thread Richard Gaskin
Might be a good use of Flight Recorder - it's saved my bacon in many similar circumstances: -- Richard Gaskin Fourth World Systems Software Design and Development for Desktop, Mobile, and Web ___

Re: Tracking openStack

2014-11-30 Thread Peter Haworth
Thanks for the idea Scott, hadn't thought of that. However, I checked my Plugins folder and the library stack is not in there so don't think that's the cause. If I could only get the executionContexts somehow when the stack opened, I'd know what was going on. It's almost as if lockMessages is se

Re: Tracking openStack

2014-11-30 Thread Mark Wieder
Pete- Sunday, November 30, 2014, 9:59:03 AM, you wrote: > I thought I could figure it out if I got hold of the executionContexts when > the stack opened so I put an openStack handler in the stack that is being > opened with a red dot breakpoint, a breakpoint command, and code to put the > executi

Re: Tracking openStack

2014-11-30 Thread Scott Rossi
You say the stack is opened as a library by a separate plugin stack. Is it possible you (inadvertently) assigned plugin settings to the library itself, independently of the plugin? From your description of the situation, that seems to be most likely. Regards, Scott Rossi Creative Director Tac

Tracking openStack

2014-11-30 Thread Peter Haworth
I'm trying to track down a strange situation where one of my stacks is being opened automatically when LC starts up. The stack is normally opened as a library stack from a plugin but the plugin is set to open when I select it from the Plugins menu, not at startup, I've verified that the plugin is

datagrid form not scrolling

2014-11-30 Thread Matt Maier
I've got one datagrid (form) that never scrolled like it should have, and another that always did, but suddenly stopped. There's a picture of the shenanigans here http://forums.livecode.com/viewtopic.php?f=7&t=22132&p=114336#p114336 It's like the rows and content I'm filling it with are being put

Request for feedback

2014-11-30 Thread Michael Doub
I would like the lists assistance in flushing out a enhancement request proposal that I would like to make to the development team. Because of a bug in the pageranges function where it did not take into account the spaceabove and spacebelow properties, i attempted to do this manually. I quickl