Re: Accordian Menu

2014-03-24 Thread As_Simon
There is this http://forums.runrev.com/phpBB2/viewtopic.php?f=9t=13399#p78436 Simon -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Accordian-Menu-tp4677464p4677465.html Sent from the Revolution - User mailing list archive at Nabble.com.

RE: 7.0 Issues

2014-03-24 Thread Mats Wilstrand
Mark, Thanks for sharing your thoughts on this. It is much appreciated. For my plugins I'm leaning towards your use of a plain txt, written in a format that could easily be read and edited. I think pref files should be plain English LiveCode wherever possible. I also think there is need to

set stack rect in startup handler

2014-03-24 Thread Martin Baxter
This: on startup set the rect of this stack to 100,100,300,300 end startup Does not seem to work in version 6.6 (at least for me, on Linux) Obviously the idea is to set the initial position of an application window. What happens is that the window is correctly sized to 200 * 200 px, but the

Re: set stack rect in startup handler

2014-03-24 Thread dunbarx
Martin. What happens if you run this line from msg after the window is open? Craig -Original Message- From: Martin Baxter mblivec...@harbourhosting.co.uk To: How to use LiveCode use-livecode@lists.runrev.com Sent: Mon, Mar 24, 2014 10:22 am Subject: set stack rect in startup

Re: set stack rect in startup handler

2014-03-24 Thread Martin Baxter
Hi Craig, In the IDE it works correctly when startup is invoked from msg, but once the stack is built into a standalone it doesn't. The standalone in question is just to test this issue, and has only a quit button. I build it with a size different from 200 by 200, so I can tell that the on

Re: 7.0 Issues

2014-03-24 Thread Mark Wieder
Mats- Monday, March 24, 2014, 5:13:15 AM, you wrote: For my plugins I'm leaning towards your use of a plain txt, written in a format that could easily be read and edited. I think pref files should be plain English LiveCode wherever possible. Not sure about English, but key:value pairs are my

Application verification failure

2014-03-24 Thread J. Landman Gay
I'm getting the error application verification failure when sending data to Rails on a server. The same code works fine most of the time, but randomly returns that error, even with the same request. Searching on Google isn't very helpful, with only vague references to SSL errors, but I have

Re: 7.0 Issues

2014-03-24 Thread Peter Haworth
Hi Mark, Definitely agree with that but there seems to be some confusion about whether that setting is working or not in 7.0. Haven't had time to check it out myself. On Sun, Mar 23, 2014 at 7:21 PM, Mark Wieder mwie...@ahsoftware.net wrote: Call me crazy, but I think if you set the IDE

Re: 7.0 Issues

2014-03-24 Thread Peter Haworth
On Sun, Mar 23, 2014 at 7:23 PM, Mark Wieder mwie...@ahsoftware.net wrote: Ah... that's another thing that I do. If I ever have to do a save stack operation I make sure to set the stackFileFormat before calling that. That way I can ensure backward compatibility. Yep, I've added that to my

Re: 7.0 Issues

2014-03-24 Thread Peter Haworth
Thanks Mark, you beat me to it. 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 Sun, Mar 23, 2014 at 7:39 PM, Mark Wieder mwie...@ahsoftware.net wrote: Now filed as

Re: 7.0 Issues

2014-03-24 Thread Peter Haworth
On Sun, Mar 23, 2014 at 6:40 PM, Mark Wieder mwie...@ahsoftware.net wrote: Did I miss anything? Not that I can think of. It also has the advantage of working with existing plugins without the need to change them. That's what I had in mind a few emails back when I suggested using the Prefs

Re: 7.0 Issues

2014-03-24 Thread Peter Haworth
This issue has almost come full circle for me. The best thing to come out of it for me was fixing lcStackBrowser to not save itself so it's not affected by the 7.0 format, but I'm glad it developed into a discussion, and possible solution, for the LC plugin mechanisms. Another thing I learned

Re: 7.0 Issues

2014-03-24 Thread Mark Wieder
Peter Haworth pete@... writes: Definitely agree with that but there seems to be some confusion about whether that setting is working or not in 7.0. Haven't had time to check it out myself. I don't think it's just a 7.0 thing. I've had problems with the stackFileFormat now being respected in

Re: RELEASE: LiveCode 6.6

2014-03-24 Thread Peter Alcibiades
Martin, many thanks for this. I shall have a go. ldd is a very useful reminder. Peter -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/RELEASE-LiveCode-6-6-tp4677292p4677478.html Sent from the Revolution - User mailing list archive at Nabble.com.

Livecode membership

2014-03-24 Thread proth...@earthednet.org
I'm wondering what this offers that the full commercial license doesn't. I'm learning a lot about livecode and have a commercial license, and I figure the Academies will still be available to me. It seems this membership is targeted at the users of the opensource version of livecode. Am I

Re: set stack rect in startup handler

2014-03-24 Thread Phil Davis
If I remember correctly, the startup message isn't available to our stacks in the IDE. Otherwise (in standalones) it should be. Phil Davis On 3/24/14, 7:21 AM, Martin Baxter wrote: This: on startup set the rect of this stack to 100,100,300,300 end startup Does not seem to work in

Re: set stack rect in startup handler

2014-03-24 Thread Martin Baxter
Hi Phil, That's correct, although as Craig pointed out you can run the startup handler in the IDE from the message box, which I did on his suggestion as a test. Turns out that, when startup is run in the IDE, setting the stack rect works as I would expect, the size and position are modified

Entering text into vector graphic

2014-03-24 Thread Muaadh Salih
I am returning back to live code after being non active for a long while and having encouraged by the forthcoming live code 7.00 m( Unicode). ​My problem is that I am unable to type (enter text) inside a vector graphic shape . (e.g. to type a word inside an oval shape) . choosing either tools (

Re: Entering text into vector graphic

2014-03-24 Thread Jerry Jensen
On Mar 24, 2014, at 12:49 PM, Muaadh Salih m...@soas.ac.uk wrote: I am returning back to live code after being non active for a long while and having encouraged by the forthcoming live code 7.00 m( Unicode). ​My problem is that I am unable to type (enter text) inside a vector graphic shape .

Re: Entering text into vector graphic

2014-03-24 Thread Scott Rossi
I assume it's the same in LC7, but you can set the label property of the graphic to your text. There's just no entry for this in the property inspector. You can use the message box, something like: set the label of graphic oval to My Great Text Make sure you enable the showName property of

Re: Entering text into vector graphic

2014-03-24 Thread Jerry Jensen
Wow! I learn something every day, especially when Scott Rossi posts. Thanks, .Jerry On Mar 24, 2014, at 1:13 PM, Scott Rossi sc...@tactilemedia.com wrote: I assume it's the same in LC7, but you can set the label property of the graphic to your text. There's just no entry for this in the

A print stack printing problem on Windows

2014-03-24 Thread Charles Szasz
I have a real problem with using substack as a printing stack. First of all, I am using Rev 5.5.5. This is the first time I am using a print stack in one of my projects. I usually use the print card command. The print stack is a substack of my app stack and has only one card, which receives

Re: Entering text into vector graphic

2014-03-24 Thread Dave Kilroy
Yes thanks Scott - that is useful to know! - Some are born coders, some achieve coding, and some have coding thrust upon them. - William Shakespeare Hugh Senior -- View this message in context:

mobile ads

2014-03-24 Thread Rodney Green
Just into my first few days of livecode. I tried to follow the inneractive tutorial here: http://lessons.runrev.com/s/3527/m/4069/l/68315-how-do-i-use-ads-in-livecode And in the tutorial it points to this url to sign up http://runrev.com/store/account/inneractive/ I don't get any inneractive

RE: Accordian Menu

2014-03-24 Thread Nakia Brewer
Thanks kindly, this should do the trick... 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-livecode [mailto:use-livecode-boun...@lists.runrev.com] On

Re: Application verification failure

2014-03-24 Thread Peter W A Wood
Jacque Where does the error message appear? in the HTTP response? Peter On 25 Mar 2014, at 00:12, J. Landman Gay wrote: I'm getting the error application verification failure when sending data to Rails on a server. The same code works fine most of the time, but randomly returns that

Re: Application verification failure

2014-03-24 Thread J. Landman Gay
The error appears in the result: post pServerParams to url tURL put the result into tNetworkErr -- application verification failure put it into tData -- has data if things work, otherwise empty Some sleuthing today reveals that the post never arrives at the server at all, it's not in the

Re: Application verification failure

2014-03-24 Thread Peter W A Wood
Jacque On 25 Mar 2014, at 10:06, J. Landman Gay wrote: The error appears in the result: post pServerParams to url tURL put the result into tNetworkErr -- application verification failure put it into tData -- has data if things work, otherwise empty Some sleuthing today reveals that

Re: A print stack printing problem on Windows

2014-03-24 Thread J. Landman Gay
On 3/24/14, 4:44 PM, Charles Szasz wrote: When I use a substack to print one of my card of my app stack on Windows XP, I found if the user prints or cancels printing, the last field in the group field loses data in the field. There's nothing in the script fragment you posted that would cause

Re: Application verification failure

2014-03-24 Thread J. Landman Gay
On 3/24/14, 9:17 PM, Peter W A Wood wrote: It's hard to tell whether the message is coming from your machine or the server. Have you taken a look at the HTTP Headers? I believe you can do that with libURLLastHTTPHeaders(). Do you know what I should be looking for? I'd like to record it only

Re: Application verification failure

2014-03-24 Thread Peter W A Wood
Jacque On 25 Mar 2014, at 10:29, J. Landman Gay wrote: On 3/24/14, 9:17 PM, Peter W A Wood wrote: It's hard to tell whether the message is coming from your machine or the server. Have you taken a look at the HTTP Headers? I believe you can do that with libURLLastHTTPHeaders(). Do you know

Re: Livecode membership

2014-03-24 Thread Kay C Lan
That would be my take on it. ___ 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/mailman/listinfo/use-livecode

Re: Application verification failure

2014-03-24 Thread J. Landman Gay
On 3/24/14, 9:57 PM, Peter W A Wood wrote: From the message, I would guess that the message is coming from either the C library that LiveCode uses for HTTP support or from the server. Looking at the HTTP responses might help you work out which of the two doesn't like the request. I've

Re: Application verification failure

2014-03-24 Thread J. Landman Gay
On 3/24/14, 10:45 PM, J. Landman Gay wrote: The error application verification failure can be found in a list of responses I found at http://www.openssl.org/docs/apps/verify.html which indicates it is related to SSL. That document says the error is unused. But someone is obviously using it. And

Re: Application verification failure

2014-03-24 Thread Peter W A Wood
Jacque On 25 Mar 2014, at 11:56, J. Landman Gay wrote: I just found this in the release notes: In addition to mobile support, LiveCode now includes its own version of the encryption and SSL libraries on OS X (LibOpenSSL version 1.0.1e). This means developers are now no longer relying on

Re: Application verification failure

2014-03-24 Thread J. Landman Gay
On 3/24/14, 11:33 PM, Peter W A Wood wrote: If you didn't have this problem before this version of LiveCode, it would suggest a bug. Just in case, does the problem happen after you've saved the stack as a standalone? We didn't have the problem until 6.6, and it does happen equally in the IDE