Re: [OT] baby

2014-11-28 Thread J. Landman Gay
Wonderful! So happy for you. Hugs to all round, and remember to sleep now while you can. On November 27, 2014 2:14:09 PM CST, Monte Goulding wrote: >Hi Folks > >We just had a baby so I won't be able to get to mergExt related >questions for a few days. Rebecca(mum) and Sarah(bub) are doing well

Re: [OT] baby

2014-11-28 Thread AndyP
Congratulations!!! - Andy Piddock My software never has bugs. It just develops random features. Copy the new cloud space, get your free 15GB space now: Get Copy My Tech site http://2108.co.uk PointandSee is a FREE simple but full featured under cursor colour picker / finder. htt

Re: EU VAT changes & small software businesses

2014-11-28 Thread Dave Cragg
On 27 Nov 2014, at 12:52, Ian Wood wrote: > Hi Dave, > > I forgot to post that link. :-( > > It doesn't help much because I'm a sole trader under the UK VAT threshold - > VAT-registering the entire business for the sake of 1000€ in software > turnover would wipe out about half my income. At

Re: [OT] baby

2014-11-28 Thread Alan Stenhouse
Wow, congratulations Monte + Rebecca on the new addition! (Hmm, sounds like an app name there…!) :-) cheers Alan :-) On 28/11/2014, at 12:00 PM, use-livecode-requ...@lists.runrev.com wrote: > Hi Folks > > We just had a baby so I won't be able to get to mergExt related questions for > a few

Re: Button is behavior

2014-11-28 Thread FlexibleLearning.com
It's a supplementary idea for the upcoming Control Manager utility to show not only the style but the function of a button. More generally, behaviours are a bit like icons, although locating a behaviour source is easier than locating an image source! Hugh Senior FLCo Mike Bonner wrote > Mind i

Re: Button is behavior

2014-11-28 Thread Richard Gaskin
Hugh Senior wrote: It's a supplementary idea for the upcoming Control Manager utility to show not only the style but the function of a button. More generally, behaviours are a bit like icons, although locating a behaviour source is easier than locating an image source! That got much easier a f

Re: Button is behavior

2014-11-28 Thread Peter Haworth
Check out the new resolve command to find the location of an image. On Nov 28, 2014 5:09 AM, "FlexibleLearning.com" wrote: > It's a supplementary idea for the upcoming Control Manager utility to show > not only the style but the function of a button. > > More generally, behaviours are a bit like

Re: External files in Standalones

2014-11-28 Thread William Prothero
Folks: I am really confused about how LC's built-in standalone builder is set up to put user files where I want them. I’m building for MacOSX. There is a “Copy Files” screen in the “Satandalone Settings” window. I have specified the non-stack folders, which are copied, but there is also a “Desti

Re: External files in Standalones

2014-11-28 Thread Marty Knapp
I don't use any externals, other than what LC may include (like revmxl.bundle and rezip.bundle), My bundle structure looks like this: MyApp>Contents>MacOS>Externals>(all externals) MyApp>Contents>MacOS>components>(where I put all my stacks) App Wrapper 3 code signs just fine for me with this st

Re: [OT] baby

2014-11-28 Thread Jeff Reynolds
Monte, Congrats and best to you all! Jeff > On Nov 28, 2014, at 6:00 AM, use-livecode-requ...@lists.runrev.com wrote: > > We just had a baby so I won't be able to get to mergExt related questions for > a few days. Rebecca(mum) and Sarah(bub) are doing well but Sarah has a few > breathing issu

Re: External files in Standalones

2014-11-28 Thread William Prothero
Marty: Is this what the folder structure looks like when you are developing the App? Perhaps this is where I’m going wrong. Do I need to use the same folder structure that the bundle will be, when I am doing the development. Currently, I have: myApp myApp->files —this contains the sub-folders

Re: [OT] baby

2014-11-28 Thread Rick Harrison
Hi Monte, Congratulations! We’ll stay tuned for her yearly upgrade reports! Rick > On Nov 27, 2014, at 3:14 PM, Monte Goulding > wrote: > > Hi Folks > > We just had a baby so I won't be able to get to mergExt related questions for > a few days. Rebecca(mum) and Sarah(bub) are doing well

Re: External files in Standalones

2014-11-28 Thread William Prothero
Marty: Tried the development file structure that mimics the bundle structure (for development) and all the standalone builder does is put my Resources folder inside the Resources folder that is created for the bundle. There is a MacOS folder (Contents->MacOS)that contains only folders, no data.

Re: External files in Standalones

2014-11-28 Thread Marty Knapp
No that's the structure in the standalone only. If you look in the Standalone settings, you'll see that there's a place to indicate which stacks to include and another place to indicate non-stack files to include. I would set up a folder on your hard drive and organize as you wish, then go into

Re: [OT] baby

2014-11-28 Thread Alejandro Tejada
> > on Fri, 28 Nov 2014 07:14:09 +1100 > Monte Goulding wrote: > > Hi Folks > > We just had a baby so I won't be able to get to mergExt related questions > for a few days. Rebecca(mum) and Sarah(bub) are doing well but Sarah has a > few breathing issues so needs some extra O2 for a while. > Hi Mon

Re: hide / show oddities ?

2014-11-28 Thread Graham Samuel
Just to add that I got this working just now, in the strangest way. My code wanted to show a splash screen for three seconds, so I coded go to cd “splash” of stack “mySplashScreen” wait 3 seconds sometimes I put a ‘show’ in there too, but the splash screen didn’t show. I found that if I put

Re: [OT] baby

2014-11-28 Thread Graham Samuel
Congratulations Monte and family - a bit late, but sincere. Graham > On 27 Nov 2014, at 21:14, Monte Goulding wrote: > > Hi Folks > > We just had a baby so I won't be able to get to mergExt related questions for > a few days. Rebecca(mum) and Sarah(bub) are doing well but Sarah has a few > b

Re: [OT] baby

2014-11-28 Thread tbodine
Happy day! Congratulations! -- Tom Bodine -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/OT-baby-tp4686315p4686356.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list

Re: External files in Standalones

2014-11-28 Thread William Prothero
Marty: Thanks so much for your patience and help. I wasn’t worried about finding stacks because all of my project stacks are substacks. But, this situation will occur, I know. The buy site is very useful. I think I have it now. Best, Bill On Nov 28, 2014, at 10:07 AM, Marty Knapp wrote: > No t

Re: hide / show oddities ?

2014-11-28 Thread Dick Kriesel
The subject is intriguing for some future release. "Hide oddities" would be great for giving demos; "show oddities" would great for debugging. Thanks for the suggestions, Alex. -- Dick ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: hide / show oddities ?

2014-11-28 Thread Mark Wieder
Dick- -- -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 communication and any related metadata, as well as printing, c

Re: Server boot time - font init

2014-11-28 Thread stephen barncard
On Thu, Nov 27, 2014 at 8:20 AM, Richard Gaskin wrote: > What is nohwcap, and why would the engine keep looking for it over and > over after it's already been told it isn't there? > and could that be an element of the slow engine loading problem? *--* *Stephen Barncard - San Francisco Ca. USA -