Re: POST command error

2011-05-07 Thread JosepM
Hi, In my keychain I don't found the certificate. Must be there? About the post with a solution, the SSL Certificated that I use is a shared certificate, I can't not open it. Salut, Josep -- View this message in context:

Re: POST command error

2011-05-07 Thread Terry Judd
These issues with SSL/HTTPS and certificates keep coming up and never seem to be adequately resolved. I really think the Rev team should put together a series of lessons and/or sample stacks around these issues. I'm sure I'm not the only one who has wasted a fair amount of time trying to get this

Re: POST command error

2011-05-07 Thread JosepM
Hi, By the moment I must left the libURLSetSSLVerification to false... Maybe I need my own certificate, isn't? Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/POST-command-error-tp3503001p3505122.html Sent from the Revolution - User mailing

Re: Hide group on click

2011-05-07 Thread René Micout
set the visible of me to (not the visible of me) ? visible and nor visibility (?) Le 6 mai 2011 à 13:13, Keith Clarke a écrit : Hi folks, I have a help 'draw' group that toggles open/closed (well, visible true/false) by mouseUp on a nearby help icon. However, I'd also like to have the

Re: Staying on a field

2011-05-07 Thread Bill Vlahos
Nope. They do more or less the same thing. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On May 6, 2011, at 8:33 AM, Peter Brigham MD wrote: Is there some reason you use focus on me as

Re: POST command error

2011-05-07 Thread Terry Judd
On 07/05/2011, at 4:44 PM, JosepM jmye...@mac.com wrote: Hi, By the moment I must left the libURLSetSSLVerification to false... That's what I ended up doing. Terry... Maybe I need my own certificate, isn't? Salut, Josep -- View this message in context:

Cannot use Message Box

2011-05-07 Thread paul foraker
Ever since I installed version 4.6.1, the Message Box no longer responds to Return or Enter. I can type in it (both single and multi-line) but cannot execute anything. Weirdly, this also happens now with previous versions. I have made no changes to a utility stack I keep in the back, and this

Re: POST command error

2011-05-07 Thread JosepM
Hi, But the comunication is secure, isn't? The only think is that I can't check if the SSL Certificate is valid, isn't? Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/POST-command-error-tp3503001p3505400.html Sent from the Revolution - User

Re: Cannot use Message Box

2011-05-07 Thread Thomas McGrath III
This might not help, but the multi line message box uses the enter key and not the return key. Try turning on Livecode UI elements in Lists and then search through those stacks. -- Tom McGrath III http://lazyriver.on-rev.com 3mcgr...@comcast.net On May 7, 2011, at 4:59 AM, paul foraker wrote:

perhapse..

2011-05-07 Thread bacches...@tin.it
Perhapse.. Has it been a nonsense to ask if it could be possible to perform ON THE WEB a resizeStack ? Pehapse someone knows something about… many thanks mario ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: Cannot use Message Box

2011-05-07 Thread dunbarx
This happened to me a few months ago, though it went away. It resolves itself if, when you first open the msg box, you click in the lower field and hit return. From then on all is well. A thread I started at that time was inconclusive, some not knowing what I was talking about, some having seen

put the system date

2011-05-07 Thread Louis Janus
I have changed the system date (on my Mac OS 10.6) to Norwegian time and settings. Now I'm trying to get Live Code to show it in a field. I gave the command put long system date the time (in the msg box), hoping to get lørdag 7. mai, because that's how I set the system preferences. But I

Re: Can Message Box retain messages?

2011-05-07 Thread dunbarx
I modified the message field script in the message box to build a history of entries. It is considered dicey to meddle with IDE scripts, but this has never caused a problem. I just modified the enterInField and returnInField handlers resident there, passing the current contents to a list field

Re: Live LiveCode Code Event #22

2011-05-07 Thread Mark Schonewille
Hi everyone, In 20 minutes the Live LiveCode Code Event is starting. Hope to see you all there. Éric, thanks for the correction :-) -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter:

Re: Live LiveCode Code Event #22

2011-05-07 Thread Mark Schonewille
Grrr... I meant, _René_, thanks for the correction. I think I'm confused because it is evening already and it was a really warm day here. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter:

Re: put the system date

2011-05-07 Thread Pete
I tried this on my Mac, also 10.6, with LC 4.1 and it displayed the Norwegian date correctly. I know you have to restart LC after making system date format changes, other than that don't know what to suggest. Pete Molly's Revenge http://www.mollysrevenge.com On Sat, May 7, 2011 at 10:02 AM,

Re: Live LiveCode Code Event #22

2011-05-07 Thread René Micout
Hi Mark, I also think Eric (Chatonet !) Bon souvenir de Paris René Le 7 mai 2011 à 19:39, Mark Schonewille a écrit : Grrr... I meant, _René_, thanks for the correction. I think I'm confused because it is evening already and it was a really warm day here. -- Best regards, Mark

Re: Can Message Box retain messages?

2011-05-07 Thread stephen barncard
Eric Chatonet created a tool that would modify the message box; it's still available. Also Jerry Daniel's Remo has that feature as well. Arrowkey up goes back in time in the MB. On 7 May 2011 10:05, dunb...@aol.com wrote: I modified the message field script in the message box to build a history

Re: Cannot use Message Box

2011-05-07 Thread paul foraker
Thanks, Craig, but unfortunately that didn't fix it. It's very odd being completely without command line! On Sat, May 7, 2011 at 8:14 AM, dunb...@aol.com wrote: This happened to me a few months ago, though it went away. It resolves itself if, when you first open the msg box, you click in the

Re: Cannot use Message Box

2011-05-07 Thread paul foraker
On Sat, May 7, 2011 at 5:41 AM, Thomas McGrath III mcgra...@mac.com wrote: This might not help, but the multi line message box uses the enter key and not the return key. Yeah, the Enter key in the multiline box doesn't work either. Try turning on Livecode UI elements in Lists and then

Re: POST command error

2011-05-07 Thread Bernard Devlin
Josep, even with libURLSetSSLVerification to false, the network communication will be encrypted if you are using SSL. However, one can argue it is not secure, in the sense that your client application cannot be sure that the SSL certificate being accepted by it is really one that is presented by

Re: Cannot use Message Box

2011-05-07 Thread paul foraker
On Sat, May 7, 2011 at 1:47 PM, paul foraker p...@whitefeather.com wrote: Thanks, I just now tried that. The only stack with returnKey is revRotate and it's in a card script. Turns out that the Find interface does not find all occurrences in the rev stacks. I searched for rawKeyDown and it

Re: POST command error

2011-05-07 Thread JosepM
Thanks for the information Bernand, and with my own certificate I will have the same problem? I mean that the error isn't a question if the certificate is shared or personal. This is important so when you comunicate with a databases from iPads, iPhones, Androids, to secure the data you send and

Re: Cannot use Message Box

2011-05-07 Thread Phil Davis
Hi Paul, Can you edit scripts OK? This reminds me of a weird LC problem I had a few days ago that was caused by the existence of a global (an environment variable created by Google Chrome apparently) that had slashes in the name. It went away when I restarted my machine. On 5/7/11 3:54 PM,

Re: Cannot use Message Box

2011-05-07 Thread Pete
Hey Paul, I just today ran into almost the exact same problem running on my Mac with any version of LC, along with some other very weird behavior. As a last resort I restarted my Mac and all works OK again. If you haven't restarted recently, give it a try. Pete Molly's Revenge

Re: Cannot use Message Box

2011-05-07 Thread Pete
Hi Phil, I'm thinking my problem was the same as yours. If I right-clicked a control then selected the Edit Script option, the cursor changed to a watch and no script editor window was displayed. Repeated the same thing and I got a script editor window. I could edit scripts OK but if I clicked

Re: Cannot use Message Box

2011-05-07 Thread Phil Davis
Hi Pete, Chrome is my default browser too. Here is what I posted when it happened: Apparently Google Chrome defined a global on my Mac that is crippling all my versions of LiveCode. LC can't do ANYTHING that requires dealing with globals - like opening the script editor - because it runs into

Re: Can Message Box retain messages?

2011-05-07 Thread Jim Ault
The arrow up and down works for me on Rev 4.0 A short video on how to discover the message box history for Revolution 4.0 http://jimthewebmaster.com/video/messageBoxHistoryBug.mp4 Changing the history is possible without modifying the IDE (which is a risky thing to do) once you know the

Russian (UTF-8) in LC 4.6

2011-05-07 Thread Slava Paperno (Bridge)
Is anyone using LC 4.6 for really foreign stacks, like Slavic languages or Greek, in UTF-8? In my tests of 4.6.1, the Contents box of fields and labels accepts Russian fine, and it is displayed correctly, but Russian in a button caption or tooltip turns into garbage (actually, it looks like it

Re: Russian (UTF-8) in LC 4.6

2011-05-07 Thread Mark Schonewille
Hi Slava, You can set the label but not the name of button to a unicode string. In LiveCode, you always use UTF16. If you have a UTF8 string, you need to convert it to UTF16 before you can use it in LiveCode. To convert a UTF8 string to UTF16, use the following syntax: put

Re: Cannot use Message Box

2011-05-07 Thread Pete
I didn't get the error message but I'm sure the cause was the same. I'm thinking maybe this should be reported as a bug. It's puzzling why LC should be chasing down global variables it doesn't care about and not being prepared to deal with slashes I guess is a side effect of that. Plus there's

Russian (UTF-8) in LC 4.6

2011-05-07 Thread Slava Paperno (Bridge)
Thanks, Mark! It sounds like I should probably wait for full Unicode support. I'm trying to decide if I can move from Adobe Director to LC. In my Director applications, I type Cyrillic in the code and message windows all the time, and the ease of manipulating strings during development is very

Re: Can Message Box retain messages?

2011-05-07 Thread Nonsanity
I think the confusion in this thread stems for the fact the message box as a top section and a bottom section. I think everyone can agree that the top section has a history, and the up and down arrowkeys move through that history there. It's the bottom half of the message box that this thread is

Re: Can Message Box retain messages?

2011-05-07 Thread tbodine
Thanks for the clarification, Chris. That's exactly what prompted my original question... a lack of history in the bottom half (output) of the message box. -- Tom Bodine -- View this message in context:

Re: Cannot use Message Box

2011-05-07 Thread J. Landman Gay
On 5/7/11 7:46 PM, Pete wrote: I didn't get the error message but I'm sure the cause was the same. I'm thinking maybe this should be reported as a bug. It's puzzling why LC should be chasing down global variables it doesn't care about and not being prepared to deal with slashes I guess is a

Re: perhapse..

2011-05-07 Thread J. Landman Gay
On 5/7/11 8:16 AM, bacches...@tin.it wrote: Perhapse.. Has it been a nonsense to ask if it could be possible to perform ON THE WEB a resizeStack ? I don't think it is possible using LiveCode alone. The stack is presented in a fixed-size window which can't change. There might be a way to

Re: Cannot use Message Box

2011-05-07 Thread J. Landman Gay
On 5/7/11 6:29 PM, Phil Davis wrote: Hi Paul, Can you edit scripts OK? This reminds me of a weird LC problem I had a few days ago that was caused by the existence of a global (an environment variable created by Google Chrome apparently) that had slashes in the name. It went away when I

Re: Cannot use Message Box

2011-05-07 Thread J. Landman Gay
On 5/7/11 9:27 PM, J. Landman Gay wrote: It may be a bug though that LiveCode doesn't deal correctly with system globals containing slashes. That part could be reported. I'm not sure what I wrote is right. I just looked and I have several system globals that both contain file paths with

Re: Cannot use Message Box

2011-05-07 Thread Richard Gaskin
Jacque wrote: It may be a bug though that LiveCode doesn't deal correctly with system globals containing slashes. That part could be reported. I'm not sure what I wrote is right. I just looked and I have several system globals that both contain file paths with slashes. Neither are

Re: Cannot use Message Box

2011-05-07 Thread Phil Davis
On 5/7/11 10:11 PM, Richard Gaskin wrote: Jacque wrote: It may be a bug though that LiveCode doesn't deal correctly with system globals containing slashes. That part could be reported. I'm not sure what I wrote is right. I just looked and I have several system globals that both contain file