Re: Home stack

2014-04-03 Thread Mark Schonewille
Hi, The Home stack contains a bunch of functions and commands for setting up the IDE when LiveCode starts. Some of these commands and functions are also useful to other parts of the IDE. I don't think the Home stack handles licensing; that should be the engine now. You should be able to edit

Re: Formatted text in a field.

2014-04-03 Thread James Hale
Mike asked, > So clearly the engine knows how to do these calculations, so I have to > believe that all of the properties must be available to us to do the same > calculation. The one that I think I am not understanding correctly is the > property for the number of pixels in the visible part

Re: Home stack

2014-04-03 Thread Alain Farmer
Thanks Jacque. :-) On Friday, April 4, 2014 12:24:52 AM, J. Landman Gay wrote: On 4/3/14, 7:51 PM, Alain Farmer wrote: > Hello, > > Is there still a Home stack in LiveCode ? > Are following expressions still supported ? > * go home > * edit the script of home There's a home stack but it isn'

Re: Kill a handler

2014-04-03 Thread J. Landman Gay
On 4/3/14, 8:29 PM, Earthednet-wp wrote: Actually, you can kill the process right on the activity monitor. The difference in Kevin's suggestion is that it doesn't actually kill the app, the command just resets everything (when it works.) I want to say that I can't wait to try it, but that's n

Re: Home stack

2014-04-03 Thread J. Landman Gay
On 4/3/14, 7:51 PM, Alain Farmer wrote: Hello, Is there still a Home stack in LiveCode ? Are following expressions still supported ? * go home * edit the script of home There's a home stack but it isn't useful to us, there's nothing much in there. It stores the licensing check in the commerci

Re: multi-line constants? (for RSA keys)

2014-04-03 Thread J. Landman Gay
On 4/3/14, 7:50 PM, Bob Sneidar wrote: Thanks, I think I remember what the issue was now. If you want your stacks to be writable, they cannot be part of the app. Is that correct? So if the application has the need to save things like persistent properties and such, you HAVE to separate the subst

Re: Problem with building standalone

2014-04-03 Thread Mark Wieder
Bob- Thursday, April 3, 2014, 6:38:58 PM, you wrote: > First thing that comes to my mind is, don’t use a release > candidate in production. That's the second and third thing that comes to my mind as well. -- -Mark Wieder ahsoftw...@gmail.com This communication may be unlawfully collected and

Re: multi-line constants? (for RSA keys)

2014-04-03 Thread Peter Haworth
I think the real solution is to store persistent values in a file or a database. Pete lcSQL Software Home of lcStackBrowser and SQLiteAdmin On Thu, Apr 3, 2014 at 5:50 PM, Bob Sneidar wrote:

Re: ][ANN] SoCal LiveCode User Group Meeting: April 3

2014-04-03 Thread Bob Sneidar
dam working overtime tonite. Bob On Mar 27, 2014, at 08:15 , Richard Gaskin wrote: > The next meeting of the SoCal LiveCode User Group is coming up next Thursday, > April 3, in Pasadena. > > Details in the forum: > > At each of our me

Re: Problem with building standalone

2014-04-03 Thread Bob Sneidar
First thing that comes to my mind is, don’t use a release candidate in production. Did you keep your last gold version? Bob On Apr 3, 2014, at 10:53 , la...@significantplanet.org wrote: > Approximately 20-40% of the time when I go to build a standalone, the LC IDE > just quits - without build

Re: occasional runaway control - anyone else seeing this?

2014-04-03 Thread Bob Sneidar
Curious, why are all of Dave Kilroy’s emails threaded together, and everyone else’s replies to his posts in a completely separate thread? What are you using to post to the list Dave? Just curious. Bob On Apr 1, 2014, at 10:05 , Dave Kilroy wrote: > Quite a few times recently whilst developin

Re: Screengamma

2014-04-03 Thread Bob Sneidar
I wonder if they are taking advantage of color profiling now? This happened a whay back when Adobe introduced color correction to it’s line of products. Colors that looked and printed JUST FINE before, were now so incredibly off that old projects became unusable without major reworking. It may

Re: Kill a handler

2014-04-03 Thread Earthednet-wp
Actually, you can kill the process right on the activity monitor. Bill William Prothero http://es.earthednet.org > On Apr 3, 2014, at 5:37 PM, Bob Sneidar wrote: > > GOD BLESS YOU SIR! How many a frustrated night I’ve spent with an > unresponsive SQL server, waiting for it to time out so I can

Re: A weird bug/occurrence

2014-04-03 Thread Bob Sneidar
Sounds like you are getting some kind of screen redraw bug. That being said, one thing that can cause controls to not be seen is if they are in a locked group, and having Select Grouped set to select individual controls, if you drag the items in a group outside the locked boundaries of that grou

Re: Fiels as containers

2014-04-03 Thread Bob Sneidar
on closeStack set the lastCard of this stack to the long id of this card save this stack pass closeStack end closeStack on openStack put the lastCard of this stack into theLastCard if theLastCard is not empty then go theLastCard set the lastCard of this stack to empty end if

Re: Amazing new feature in LiveCode 6.7DP-1.4.14

2014-04-03 Thread Bob Sneidar
I’ve had my pink elephant so long it’s almost gray again. Bob On Apr 1, 2014, at 11:13 , Robert Brenstein wrote: > On 01.04.2014 at 12:49 Uhr -0500 J. Landman Gay apparently wrote: >> On 4/1/14, 11:09 AM, Fraser Gordon wrote: >>> Quite understandably, this has made adding new features to the

Re: very, very slow on Mac Mini

2014-04-03 Thread Bob Sneidar
One thing that can cause really bad performance (but you would see this happen globally for all apps) is that if there are bad sectors on the hard drive, writes to the bad sector(s) will cause the OS to attempt to move the data to another and lock out the bad. This is a super high priority event

Re: how to sort lines with a $ amount

2014-04-03 Thread Bob Sneidar
Oh that is clever! Bob On Mar 31, 2014, at 20:02 , J. Landman Gay mailto:jac...@hyperactivesw.com>> wrote: function moneySort pItem if char 1 of pItem = "$" then delete char 1 of pItem return pItem end moneySort ___ use-livecode mailing list use-l

Re: multi-line constants? (for RSA keys)

2014-04-03 Thread Bob Sneidar
Thanks, I think I remember what the issue was now. If you want your stacks to be writable, they cannot be part of the app. Is that correct? So if the application has the need to save things like persistent properties and such, you HAVE to separate the substacks, thereby making them runnable in

Home stack

2014-04-03 Thread Alain Farmer
Hello, Is there still a Home stack in LiveCode ? Are following expressions still supported ? * go home * edit the script of home Anyone using revXML ? Any gotchas that I should be aware-of ? Are you still working with Jabber/XMPP, David Bovill ? Thanks, Alain Farmer

Re: Dialog freezes app on Windows after sleep

2014-04-03 Thread Bob Sneidar
It could be the modal nature of the dialogs. I’ve had a similar thing happen when going to a stack as modal. If I switch to another app and then back again, the controls in the modal stack are unresponsive, which made me avoid that technique like the plague. Bob On Mar 28, 2014, at 20:37 , J.

Re: Dialog freezes app on Windows after sleep

2014-04-03 Thread Bob Sneidar
It also gives you a way back from the brink of bug hell by allowing you to simply use the older version in case something goes horribly awry with your project. Bob On Mar 30, 2014, at 14:11 , Richard Gaskin mailto:ambassa...@fourthworld.com>> wrote: Larry wrote: I think it is very weird that

Re: Kill a handler

2014-04-03 Thread Bob Sneidar
GOD BLESS YOU SIR! How many a frustrated night I’ve spent with an unresponsive SQL server, waiting for it to time out so I can get on with my work! Bob On Mar 30, 2014, at 06:58 , Kevin Miller mailto:ke...@runrev.com>> wrote: There is an alternative to command-. on Mac which will often, thoug

Re: Change to the label property in 6.7

2014-04-03 Thread Bob Sneidar
Heh heh. I like that. I put it another way: “People will never change until it hurts not to.” Bob On Mar 29, 2014, at 17:21 , Richard Gaskin mailto:ambassa...@fourthworld.com>> wrote: In all human affairs, change happens when the pain of changing is exceeded by the pain of not changing. :)

Re: Sending mail (invisibly) from inside a Mac LC app

2014-04-03 Thread Shawn Blc
Using PHP and LiveCode together on your own server (even a shared hosting account), you could also setup a cron job to run at certain times and have the data automatically sent. On Wed, Apr 2, 2014 at 11:10 AM, Mark Talluto wrote: > On Apr 2, 2014, at 4:33 AM, Richard Miller wrote: > > > I am s

Re: [OT] MacHeist Bundle

2014-04-03 Thread Vaughn Clement
Hi Peter Check out this site as well: https://mail.google.com/mail/u/0/?shva=1#inbox/1452830d18570671 They offer all kinds of app bundels. Thank you Vaughn Clement Apps by Vaughn Clement (Support) *http://www.appsbyvaughnclement.com/tools/home-page/

[OT] MacHeist Bundle

2014-04-03 Thread Peter Haworth
These guys put some pretty amazing deals out there but their latest one is the best I've seen. $20 for almost $1800 of software, 8 Apple Design Award winners, including Xojo Desktop. I'll probably never use a couple of them but still great value. Check it out at www.macheist.com Pete lcSQL Softw

RE: Layout tools for LiveCode

2014-04-03 Thread Nakia Brewer
Finally someone said it.. Didn't even know that was there.. Who knows what other goodies exist Nakia Brewer | Technology & Solutions Manager | Equipment Management Solutions t: (02) 49645051 | m: 0458 713 547 | i: www.westrac.com.au   ACN 009 342 572 -Original Message- From: use-li

Re: transparent “multiline” UITextField

2014-04-03 Thread Scott Morrow
Brilliant! Thank you, Devin. — Scott On Apr 3, 2014, at 8:13 AM, Devin Asay wrote: > > On Apr 3, 2014, at 12:33 AM, Scott Morrow > wrote: > >> I’m trying to make a transparent “multiline” UITextField in iOS. >> Unfortunately, it remains opaque both in the simulator and on an actual >> devi

Re: Layout tools for LiveCode

2014-04-03 Thread Brahmanathswami
"Oh my Mangoes!" Sheesh, after all these years I did not know this? ha Thank you! hhhm me thinks a feature request is in order... a new IDE prop "show grid" as a default, locked layer 1 object behind everything else, that still functions the way the invisible one does. J. Landman Gay w

Re: App code signing for outside Mac App Store

2014-04-03 Thread J. Landman Gay
On 4/3/14, 2:55 PM, Marty Knapp wrote: Yes, just your Developer ID certificate. The GLX Application Packager can make this a part of the build process, so you could maybe just pull out the code that's doing that. I guess it's now updated to work with Mavericks. As it previously didn't, I've been

Re: App code signing for outside Mac App Store

2014-04-03 Thread Marty Knapp
Yes, just your Developer ID certificate. The GLX Application Packager can make this a part of the build process, so you could maybe just pull out the code that's doing that. I guess it's now updated to work with Mavericks. As it previously didn't, I've been using App Wrapper. In both cases you

Re: App code signing for outside Mac App Store

2014-04-03 Thread J. Landman Gay
On 4/3/14, 1:55 PM, Trevor DeVore wrote: I posted an updated GLX App Packager to the google group that has support for Mavericks. I have successfully signed two different of apps on Mavericks using it. Excellent, thank you. I'm still not sure what certificate to use when building the standal

Re: please help!

2014-04-03 Thread dunbarx
Hi. "filter" and "matchtext" take a bit of practice. It seems you have more stuff in your filterPattern than you need, but I could be mistaken, As a test, make a field with the following in it: aa bb cc dd Now in a button: on mouseUp get fld 1 filter it without "bb" --also try "filte

Re: please help!

2014-04-03 Thread Mark Schonewille
Hi Larry, First of all, when you write "it didn't work", you should really write exactly why it didn't work and what you got instead of the expected result. E.g. did nothing happen, did you get an error message --if you got an error message, then what was the exact text of the error message--

Re: please help!

2014-04-03 Thread Klaus major-k
Hi Larry, Am 03.04.2014 um 21:26 schrieb la...@significantplanet.org: > I've tried 20 different ways of syntax for a filter and still cannot make it > work. > > I'm trying to filter the lines of a field that contains a specific string, > say "d14" somewhere within the field. > > Here is the l

Re: App code signing for outside Mac App Store

2014-04-03 Thread J. Landman Gay
On 4/3/14, 1:00 PM, Marty Knapp wrote: You will need to post-process or implement a routine when the standalone builds. You might check out Trevor's GLX Application Packager - it has the ability to sign apps, though I'm not sure where things are at with Mavericks as there were some changes. I've

please help!

2014-04-03 Thread larry
I've tried 20 different ways of syntax for a filter and still cannot make it work. I'm trying to filter the lines of a field that contains a specific string, say "d14" somewhere within the field. Here is the latest that did NOT work: on mouseUp filter field column3 with "* "d14" *" end mouse

Re: Updated app on the iOS store

2014-04-03 Thread Gerry Orkin
Bill, thanks. Amazing that it worked for me on 2 devices, and for Apple, but some devices seem to be having problems with the database! I've uploaded a fix (hopefully). It'll be on the Store whenever Apple decides :) Gerry On 4 Apr 2014, at 12:50 am, Earthednet-wp wrote: > I'm on an iPad 2 w

Re: App code signing for outside Mac App Store

2014-04-03 Thread Trevor DeVore
On Thu, Apr 3, 2014 at 2:00 PM, Marty Knapp wrote: > You will need to post-process or implement a routine when the standalone > builds. You might check out Trevor's GLX Application Packager - it has the > ability to sign apps, though I'm not sure where things are at with > Mavericks as there were

Re: App code signing for outside Mac App Store

2014-04-03 Thread Marty Knapp
You will need to post-process or implement a routine when the standalone builds. You might check out Trevor's GLX Application Packager - it has the ability to sign apps, though I'm not sure where things are at with Mavericks as there were some changes. I've been using App Wrapper by Ohana Softw

Problem with building standalone

2014-04-03 Thread larry
Approximately 20-40% of the time when I go to build a standalone, the LC IDE just quits - without building. I have to restart LC and try again. Usually, this is what happens: I again ask to build the standalone. LC asks if I want to save my stack, even though I had just saved it before attem

Re: New browser

2014-04-03 Thread J. Landman Gay
On 4/3/14, 12:22 PM, Ralf Bitter wrote: in case you mean the ability to call a LiveCode handler from within the browser using the new "revBrowserAddJavaScriptHandler" command and not the other way round (like using "revBrowserExecuteScript") my finding is that this works as expected. Thanks Ral

App code signing for outside Mac App Store

2014-04-03 Thread J. Landman Gay
I need to code sign a Mac app for distribution outside the Mac App Store. If I have a Developer ID Application Certificate, can I just use that to build the standalone and it will work? Or do I need to post-process the standalone in some way? -- Jacqueline Landman Gay | jac...@hype

Re: New browser

2014-04-03 Thread Ralf Bitter
Hi Jacqueline, in case you mean the ability to call a LiveCode handler from within the browser using the new "revBrowserAddJavaScriptHandler" command and not the other way round (like using "revBrowserExecuteScript") my finding is that this works as expected. As an aside I noticed that on Mac th

Re: Formatted text in a field.

2014-04-03 Thread J. Landman Gay
On 4/3/14, 7:37 AM, Michael Doub wrote: So clearly the engine knows how to do these calculations, so I have to believe that all of the properties must be available to us to do the same calculation. The one that I think I am not understanding correctly is the property for the number of pixels in

Re: transparent “multiline” UITextField

2014-04-03 Thread Devin Asay
On Apr 3, 2014, at 12:33 AM, Scott Morrow wrote: > I’m trying to make a transparent “multiline” UITextField in iOS. > Unfortunately, it remains opaque both in the simulator and on an actual > device. If I switch the style of the UITextField to “input” then it becomes > transparent. I’m do

Re: occasional runaway control - anyone else seeing this?

2014-04-03 Thread Dave Kilroy
What a great mailing list :) Just to report back that following on from Mark's suggestion I've tried again but this time with messages suppressed, and so far I've seen no runaways - thanks everyone! Mark Schonewille-3 wrote > Also, if you're using rect, top, left, bottom, right and other locatio

Re: Updated app on the iOS store

2014-04-03 Thread Earthednet-wp
Gary, I'm on an iPad 2 with iOS 7. I get the opening screen and clock and top left menu, but it is frozen there. Nothing I touch makes anything happen. Bill William Prothero http://es.earthednet.org > On Apr 2, 2014, at 10:59 PM, Gerry Orkin wrote: > > Comrades > > An old app I've had on the

Re: Formatted text in a field.

2014-04-03 Thread Michael Doub
Thank you! Using the pageranges is pretty clever. So clearly the engine knows how to do these calculations, so I have to believe that all of the properties must be available to us to do the same calculation. The one that I think I am not understanding correctly is the property for the numbe

Re: Firels as containers

2014-04-03 Thread Mark Schonewille
Hi, Indeed, the destroyStack property being set to false was the reason why the stack appeared to be saved while it wasn't. Also, because the global variable gRevStackStatus[stackName] isn't updated if a script changes the value of the field, the Save prompt wasn't triggered when Muaadh chos

Re: Sorting issue in a datagrid

2014-04-03 Thread André Bisseret
Le 1 avr. 2014 à 10:45, Dave Kilroy a écrit : > "Titre" seems fine to me - I'm starting to grasp at straws here... > > If your dg sort fails after row 8, what data is in row 9? Could there be an > invisible character that is causing the problem? Have at look at the text in > BBEdit or similar?