Updated app on the iOS store

2014-04-03 Thread Gerry Orkin
Comrades An old app I've had on the iOS app store for a couple of years was just updated for iOS 7. Check it out :) : https://itunes.apple.com/au/app/the-george-hrapp/id447729252?mt=8 Cheers Gerry ___ use-livecode mailing list

Re: Formatted text in a field.

2014-04-03 Thread jameshale
Yes Peter is right. If all you are looking to do is display the two pages then this might be the go. If you place a field f1 on a page and set it up the way you want (size, text characteristics etc) and then make two copies, field fa and field fb. Then make f1 invisible. make a button to load

transparent “multiline” UITextField

2014-04-03 Thread Scott Morrow
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 doing something along the lines of: mobileControlCreate

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? Dave,

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

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

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 gerry.or...@gmail.com wrote: Comrades An old app

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

Re: transparent “multiline” UITextField

2014-04-03 Thread Devin Asay
On Apr 3, 2014, at 12:33 AM, Scott Morrow sc...@elementarysoftware.com 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

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

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 the

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 |

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 Ralf.

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

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

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 martyknapps...@gmail.comwrote: 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

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 proth...@earthednet.org

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 mouseUp

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

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 latest

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 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 filter

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

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, 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: 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

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 devin_a...@byu.edu wrote: On Apr 3, 2014, at 12:33 AM, Scott Morrow sc...@elementarysoftware.com wrote: I’m trying to make a transparent “multiline” UITextField in iOS. Unfortunately, it remains opaque both in

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:

[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

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/

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 use...@canelasoftware.comwrote: On Apr 2, 2014, at 4:33 AM, Richard

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 ambassa...@fourthworld.commailto:ambassa...@fourthworld.com wrote: In all human affairs, change happens when the pain of changing is exceeded by the

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 ke...@runrev.commailto:ke...@runrev.com wrote: There is an alternative to command-. on Mac which

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 ambassa...@fourthworld.commailto:ambassa...@fourthworld.com wrote: Larry wrote: I

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 ,

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: 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

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 jac...@hyperactivesw.commailto:jac...@hyperactivesw.com wrote: function moneySort pItem if char 1 of pItem = $ then delete char 1 of pItem return pItem end moneySort ___

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

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: 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

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 bobsnei...@iotecdigital.com wrote: GOD BLESS YOU SIR! How many a frustrated night I’ve spent with an unresponsive SQL server, waiting for

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

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 d...@applicationinsight.com wrote: Quite a few

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

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 ambassa...@fourthworld.com wrote: The next meeting of the SoCal LiveCode User Group is coming up next Thursday, April 3, in Pasadena. Details in the forum: http://forums.runrev.com/viewtopic.php?f=50t=19757?

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 http://www.lcsql.com Home of lcStackBrowser http://www.lcsql.com/lcstackbrowser.html and SQLiteAdmin http://www.lcsql.com/sqliteadmin.html On Thu, Apr 3, 2014 at 5:50 PM, Bob Sneidar

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 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

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

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

Re: Home stack

2014-04-03 Thread Alain Farmer
Thanks Jacque. :-) On Friday, April 4, 2014 12:24:52 AM, J. Landman Gay jac...@hyperactivesw.com 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