Re: POST command error

2011-05-06 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 list

Re: POST command error

2011-05-06 Thread Pierre Sahores
Add my vote to this clearly important request... > 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

Re: POST command error

2011-05-06 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 s

Re: POST command error

2011-05-06 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: http://runtime-revolution.278305.n4.nabble.com/POST-command-error-tp3503

Re: command line examples

2011-05-06 Thread Terry Judd
Just add this key and string to the pList file... LSUIElement 1 I'm not sure if it matters where in the pList file you put this but I always put it immediately before the LSGetAppDiedEvents key. If you want more info then head over to Ken's website... http://www.sonsothunder.com/devres/live

Re: POST command error

2011-05-06 Thread Pierre Sahores
Should't this discussion help : ? Le 7 mai 2011 à 01:46, Bob Sneidar a écrit : > Hmmm... a self signed certificate? Shouldn't be the case unless this is your > server and you created one yourself. You can try dele

Re: command line examples

2011-05-06 Thread J. Landman Gay
On 5/6/11 10:44 PM, David C. wrote: Best I can tell, Todd just wants to be able to launch a LC executable on the Mac, but with it running as a hidden or background process, without an icon showing up in the Dock. Is that correct Todd? On Windows, this really simple sample code seems to do the jo

Re: command line examples

2011-05-06 Thread Warren Samples
On Friday, May 06, 2011 03:28:14 PM Todd Geist wrote: > But it does appear in my Dock, as I > expected, but don't want. I believe this can be avoided by setting a key value in the .plist file inside the app bundle. I think you'll find this info with a google search. Good luck! Warren __

Re: Can Message Box retain messages?

2011-05-06 Thread J. Landman Gay
On 5/6/11 7:27 PM, tbodine wrote: Hi, Don't believe I have any frontscript gobbling up the arrow keys. I re-opened LiveCode to a different stack with no key coding at all, and it also behaves the same way. (Up/down arrows jump left/right over the line in the message box output, but do not scroll

Re: command line examples

2011-05-06 Thread David C.
Best I can tell, Todd just wants to be able to launch a LC executable on the Mac, but with it running as a hidden or background process, without an icon showing up in the Dock. Is that correct Todd? On Windows, this really simple sample code seems to do the job: on preOpenStack set the hideCon

Re: Can Message Box retain messages?

2011-05-06 Thread Bob Sneidar
Ooooh. Share. Bob Sent from my iPad On May 6, 2011, at 5:27 PM, tbodine wrote: > No matter. On advice from Chris, I rolled my own Log substack as a palette > and now send things to a handler that puts them into a field there. Works > like a charm. > > Thanks, > Tom Bodine ___

Re: command line examples

2011-05-06 Thread Jim Ault
On May 6, 2011, at 8:10 AM, Todd Geist wrote: The current user guide does have the following section on page 146 *Command-line argument variables* If you start up the application from a command line, the command name is stored in the variable $0 and any arguments passed on the command line

Re: Saving Image Data to Local File

2011-05-06 Thread Ken Ray
Whoops! You're right... "binfile:" it is... Ken On 5/6/11 7:59 PM, "Phil Davis" wrote: > That should be "binfile:" instead of "file:", right? > > Phil > > > On 5/6/11 5:28 PM, Ken Ray wrote: >>> I am displaying a static map from Google in an image object. How do I save >>> a >>> copy of th

Re: Saving Image Data to Local File

2011-05-06 Thread Phil Davis
That should be "binfile:" instead of "file:", right? Phil On 5/6/11 5:28 PM, Ken Ray wrote: I am displaying a static map from Google in an image object. How do I save a copy of this map to a local PNG file so I can display it again without access to the Internet? Here you go: put img 1

Re: Saving Image Data to Local File

2011-05-06 Thread Ken Ray
> I am displaying a static map from Google in an image object. How do I save a > copy of this map to a local PNG file so I can display it again without access > to the Internet? Here you go: put img 1 into url ("file:/path/to/my/file.png") or put the text of img 1 into url ("file:/pat

Re: Can Message Box retain messages?

2011-05-06 Thread tbodine
Hi, Don't believe I have any frontscript gobbling up the arrow keys. I re-opened LiveCode to a different stack with no key coding at all, and it also behaves the same way. (Up/down arrows jump left/right over the line in the message box output, but do not scroll the box's output history as I'd hop

Re: alternative to mousecolor to get a color from loc?

2011-05-06 Thread Ken Ray
> I didn't read your post very closely... you wanyed it as a function You should probably also put the cursor back where it was before you're done: function pixelColor x,y put the screenMouseLoc into tOldLoc put the topLeft of this stack into theLoc set the screenMouseLoc to (item 1 of

Re: POST command error

2011-05-06 Thread Bob Sneidar
Hmmm... a self signed certificate? Shouldn't be the case unless this is your server and you created one yourself. You can try deleting the local certificate and try again. On a Mac you do that in your keychain. On a PC, I don't know where you would do that. Easy to find out though. Google it.

Re: POST command error

2011-05-06 Thread Mike Bonner
Oh, far beyond me then, hopefully someone will be able to point you the right direction. On Fri, May 6, 2011 at 4:06 PM, JosepM wrote: > I get this error... > > error -Error with certificate at depth: 4 issuer = /C=SE/O=AddTrust > AB/OU=AddTrust External TTP Network/CN=AddTrust External CA Ro

Re: Hide group on click

2011-05-06 Thread Klaus on-rev
Hi Keith, > 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 drawer set to invisible if clicked. So, what's wrong with this script - > placed on the group? set the VISIBLE :-) >

Re: POST command error

2011-05-06 Thread JosepM
I get this error... error -Error with certificate at depth: 4 issuer = /C=SE/O=AddTrust AB/OU=AddTrust External TTP Network/CN=AddTrust External CA Root subject = /C=SE/O=AddTrust AB/OU=AddTrust External TTP Network/CN=AddTrust External CA Root err 19:self signed certificate in certificate c

Re: POST command error

2011-05-06 Thread JosepM
Hi, Yes, yes, I use POST... but I go to the check the PHP script... Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/POST-command-error-tp3503001p3504446.html Sent from the Revolution - User mailing list archive at Nabble.com. __

Re: Please answer my survey on Social Network Libraries for LiveCode

2011-05-06 Thread Andre Garzia
Folks, Don't forget to answer the survey at http://fon.nu/MAK68EA :-D On Fri, May 6, 2011 at 8:15 AM, Roger Eller wrote: > On Fri, May 6, 2011 at 2:07 PM, Andre Garzia wrote: > > Roger, > > > > we can't use webkit field on android because there is no access to any > > web

Re: Can Message Box retain messages?

2011-05-06 Thread J. Landman Gay
On 5/6/11 1:27 PM, tbodine wrote: Thanks, but no go. Arrow up or down moves the cursor to the beginning or end of the current message, but does not scroll up to any prior messages. Your LC does not behave this way? (I'm using 4.6.1) The engine has always used the arrow keys to move up and down

Re: command line examples

2011-05-06 Thread mwieder
On Fri, 6 May 2011 13:28:14 -0700, Todd Geist wrote: thanks Mark I was able to get the terminal commands to work although you need to reference the engine inside the OSX package. So I had to type the following at the terminal /Applications/LiveCode\ 4.6.app/Contents/MacOS/LiveCode -h ...ah

Re: POST command error

2011-05-06 Thread Mike Bonner
Are you sure its set up to use post data? Works fine with http get instead. * * *on mouseUp* * put empty into field "resultat"* * * * * * set httpHeaders to "Content-type: application/x-www-form-urlencoded" & cr* * get libURLFormData("ID",39)* * put URL merge(" https://delphi.nocdirect

Re: POST command error

2011-05-06 Thread JosepM
I try this but nothing happen... on mouseUp put empty into field "resultat" set httpHeaders to "Content-type: application/x-www-form-urlencoded" & cr get libURLFormData("ID",39) post it to URL "https://delphi.nocdirect.com/~heroesqu/espais/partes2/info-customer.php"; p

Re: command line examples

2011-05-06 Thread Todd Geist
thanks Mark I was able to get the terminal commands to work although you need to reference the engine inside the OSX package. So I had to type the following at the terminal /Applications/LiveCode\ 4.6.app/Contents/MacOS/LiveCode -h The same also works for standalones. You have to reference the e

Re: command line examples

2011-05-06 Thread mwieder
On Fri, 6 May 2011 08:10:52 -0700, Todd Geist wrote: Is this just left over cruft? Well, the -h argument is used by the engine, so that's just wrong. However... Not only is this *not* just leftover cruft, but I have applications that *rely* on passing and parsing commandline arguments. Ty

Re: POST command error

2011-05-06 Thread Pierre Sahores
Josep, Here is the way HTTP POST works fine there. >set httpHeaders to "Content-type: application/x-www-form-urlencoded" & cr >post URLEncode(yourdatas) to URL > "https://www.mydomain.com/info-customer.php"; >get it Best, Pierre > Hi, > > I need some help. I trying to do a post c

Re: Moving a rev stack to the foreground

2011-05-06 Thread william humphrey
When I change the resizeable property to be false then it behaves properly. It will then go toplevel. Weird On Fri, May 6, 2011 at 2:50 PM, william humphrey wrote: > More experiments. It has nothing to do with the drawer stack. I have the > stack by itself and it won't "toplevel" > > > On Fri, M

Re: Database Encryption Key

2011-05-06 Thread Bob Sneidar
Hi Warren. Someone pointed out in the last thread on the subject, that at a certain point, you are going to be in the same boat as any other developer. If someone wants in and they have the will and technology to do it, there isn't much you can do to absolutely prevent it. It's my understand

Re: Moving a rev stack to the foreground

2011-05-06 Thread william humphrey
More experiments. It has nothing to do with the drawer stack. I have the stack by itself and it won't "toplevel" On Fri, May 6, 2011 at 2:48 PM, william humphrey wrote: > I tried toplevel stack stackname and that works for every stack except one > which has a MacOS drawer hanging off the side. >

Re: Moving a rev stack to the foreground

2011-05-06 Thread william humphrey
I tried toplevel stack stackname and that works for every stack except one which has a MacOS drawer hanging off the side. On Fri, May 6, 2011 at 2:15 PM, Phil Davis wrote: > Try "toplevel" instead of "go" - that will bring the stack to the front. > > Phil > > > > On 5/6/11 10:08 AM, william hump

Re: Database Encryption Key

2011-05-06 Thread Warren Kuhl
Chris, Yes...that would be a concern. I am just trying to do my best (or make it harder) for someone to hack my application and decrypt my database if the key is easily accessible. Warren On Fri, May 6, 2011 at 1:31 PM, Nonsanity wrote: > So is your question "Does a encrypted stack also encry

Re: Can Message Box retain messages?

2011-05-06 Thread tbodine
Great idea! Thanks guys! -- Tom Bodine -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Can-Message-Box-retain-messages-tp3503775p3503882.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-li

Re: Can Message Box retain messages?

2011-05-06 Thread Bob Sneidar
I think there is a preference you can set somewhere to go back, but I think it only refers to the commands you issue, not the results you got. Bob On May 6, 2011, at 11:04 AM, tbodine wrote: > Hi All. > > Can the Message Box retain messages I "put" there? Right now, it seems every > new messa

Re: Can Message Box retain messages?

2011-05-06 Thread Pete
Never noticed that before - the first arrow up/down does indeed move to the beginning/end of the current message but subsequent arrow up/downs do scroll the previous/next messages. That with LC 4.6 on a Mac but I think this pretty standard behavior for a long time on any platform. Pete Molly's Re

Re: Database Encryption Key

2011-05-06 Thread Nonsanity
So is your question "Does a encrypted stack also encrypt all its variables in memory?" ~ Chris Innanen ~ Nonsanity On Fri, May 6, 2011 at 12:30 PM, Warren Kuhl wrote: > I have a database encryption key that is required by my RunRev application. > Currently I just have the key loaded in the o

Re: Can Message Box retain messages?

2011-05-06 Thread Nonsanity
You can put multiple lines in the message box, and even scroll (if you have a scroll wheel or other scroll input, since the output pane doesn't have a scrollbar). put "" into msg repeat with a = 1 to 100 put a & cr after msg end repeat The only problem is, if anything else just puts something

Re: Can Message Box retain messages?

2011-05-06 Thread tbodine
Thanks, but no go. Arrow up or down moves the cursor to the beginning or end of the current message, but does not scroll up to any prior messages. Your LC does not behave this way? (I'm using 4.6.1) -- Tom Bodine -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/

Re: Moving a rev stack to the foreground

2011-05-06 Thread Phil Davis
Try "toplevel" instead of "go" - that will bring the stack to the front. Phil On 5/6/11 10:08 AM, william humphrey wrote: I have a livecode app with many stacks. One of the stacks has a drawer (MACOS) on the side. When you "GO" that stack it becomes active but remains in the background with th

Re: Please answer my survey on Social Network Libraries for LiveCode

2011-05-06 Thread Roger Eller
On Fri, May 6, 2011 at 2:07 PM, Andre Garzia wrote: > Roger, > > we can't use webkit field on android because there is no access to any > webkit related api from LC... until the mothership provides us with a > browser view, and this should come soon because it is basic under android, > then, I will

Re: Can Message Box retain messages?

2011-05-06 Thread Mark Schonewille
Tom, Type arrow-up and arrow-down. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 New: Download the Installer Maker Plugin 1.6 for LiveCode here http://qery.us/ce

Re: Please answer my survey on Social Network Libraries for LiveCode

2011-05-06 Thread Andre Garzia
Jeff, What kinds of authentication you want? I have OAuth2 and half of OAuth 1 but it seems that different services make different assumptions about OAuth 1. Anyway, the libs will be open source, so you can use the OAuth libs or take pieces from the other libs. Andre On Fri, May 6, 2011 at 8:02

Re: Please answer my survey on Social Network Libraries for LiveCode

2011-05-06 Thread Andre Garzia
Roger, we can't use webkit field on android because there is no access to any webkit related api from LC... until the mothership provides us with a browser view, and this should come soon because it is basic under android, then, I will port the libs. cheers Andre On Fri, May 6, 2011 at 7:53 AM,

Can Message Box retain messages?

2011-05-06 Thread tbodine
Hi All. Can the Message Box retain messages I "put" there? Right now, it seems every new message erases the prior one, so if you have a series of puts as the program executes you can only see the latest one to fire. (I'm used to Director and Flash where "put" and "trace" messages are retained in t

Re: Please answer my survey on Social Network Libraries for LiveCode

2011-05-06 Thread Jeff Massung
With regard to this library, I'd be very interested, but I'd be mostly interested in it as a method of authentication for other applications and not for Tweeting, wall posting, etc. Is that something you are planning on supporting or not really? Jeff M.

Re: Please answer my survey on Social Network Libraries for LiveCode

2011-05-06 Thread Roger Eller
> On Fri, May 6, 2011 at 3:47 AM, Roger Eller wrote: > > On Fri, May 6, 2011 at 1:35 AM, Andre Garzia wrote: > > > > > > Hi Folks, > > > please, go the URL below and answer my survey there: > > > http://fon.nu/MAK68EA > > > Your answer will really help me. Please answer the survey and > > > > >

Re: command line examples

2011-05-06 Thread John Craig
I used an old engine to run a Linux server process a while ago. It required Xvfb (virtual frame buffer) to be running so the engine had a display to write to. I think that's as close as faceless as you can get with LC - I'll try and dig out the version I was using and get you some more info

Re: Please answer my survey on Social Network Libraries for LiveCode

2011-05-06 Thread Andre Garzia
Roger, I want android as well but it will only be possible when some sort of revBrowser or WebView is possible on LiveCode under Android. Right now there is no support for revBrowser or similar under Linux or Android, that is why both platforms are missing. Once this is implemented, then I will po

Re: Finding Tips (in the documentation)

2011-05-06 Thread Pete
Great, thanks for the info. I saw those clump stacks but didn't think to look in custom properties. Sounds like you might be planning to implement full text searches so I think I'll just wait for your new release. Pete Molly's Revenge 2011/5/6 Björnke von Gierk

Re: command line examples

2011-05-06 Thread Bernard Devlin
The old engine used to be able to execute scripts. That is, you could invoke the engine using something like this: #!/path/to/engine on startup put "hello" end startup IIRC this functionality was removed at the time that the "on-rev" product was launched. Perhaps the functionality was rem

Re: command line examples

2011-05-06 Thread Todd Geist
Does anybody know if the old engine allowed you to build a standalone that could be started with no UI and stay running in the background? Todd On Fri, May 6, 2011 at 8:45 AM, Matthias Rebbe http://www.geistinteractive.com> 805-419-9382 ___ use-livecode

Re: GLXFramework [ad] SpiceKit

2011-05-06 Thread william humphrey
Looks real interesting. The brochure doesn't mention your method of earning money. I hope you have a plan for real small distribution at high per unit cost (common method for custom vertical market software) On Fri, May 6, 2011 at 1:51 AM, Andre Garzia wrote: > I've seen SpiceKit during the conf

Re: Moving a rev stack to the foreground

2011-05-06 Thread william humphrey
I have a livecode app with many stacks. One of the stacks has a drawer (MACOS) on the side. When you "GO" that stack it becomes active but remains in the background with the other stacks on top of it. Can anybody offer some suggestions on how to get this stack on it's drawer to be on top when you g

Re: Database Encryption Key

2011-05-06 Thread Bob Sneidar
You know what I would do, is create your app, then try various disk level utilities to decompile it and see what you get. Also give it to someone else to try to decrypt. See how they fare. Using a different passcode of course! :-) Bob On May 6, 2011, at 9:50 AM, Warren Kuhl wrote: > Bob, > >

Re: Database Encryption Key

2011-05-06 Thread Warren Kuhl
Bob, ThanksI setup the software to close down after the incorrect code is entered 3 times. Appreciate your feedback! I will keep the encryption key in the variable. Warren On Fri, May 6, 2011 at 11:45 AM, Bob Sneidar wrote: > I have read in a prior post that Livecode (actually a past ver

Re: Finding Tips (in the documentation)

2011-05-06 Thread Björnke von Gierke
Hi The built in Docu stores xml text in a custom property of several stacks called clump_.rev. I extract those into separate xml files, and then access those with my stack. Full text search is very hard to do within those xml files, because it's all stored in rev-htmlText. But people have done

Re: Database Encryption Key

2011-05-06 Thread Bob Sneidar
I have read in a prior post that Livecode (actually a past version of Revolution) went to a much better encryption so you should be fine. I am not sure what happens if someone enters the wrong code multiple times a la brute force, but if anyone is that determined to hack my application (if I eve

Re: Hide group on click

2011-05-06 Thread Keith Clarke
...well, you never know who reads the use list. At least this thread has provided clarity on how to set the visible of me to true - just in case! ;-) On 6 May 2011, at 17:27, Richmond Mathewson wrote: > On 05/06/2011 07:13 PM, Keith Clarke wrote: >> ...ah, now I know who wrote the wikipedia page

Database Encryption Key

2011-05-06 Thread Warren Kuhl
I have a database encryption key that is required by my RunRev application. Currently I just have the key loaded in the opencard. It is loaded in a variable. If I password protect my stack when generating my stand alone, is this sufficient? Or this there a more secure way to store the key? Than

Re: Hide group on click

2011-05-06 Thread Richmond Mathewson
On 05/06/2011 07:13 PM, Keith Clarke wrote: ...ah, now I know who wrote the wikipedia page that I was quoting http://en.wikipedia.org/wiki/Vis ;-) Well all that proves is how, down here in provincial Plovdiv, I am shielded from the extremely nasty and messy world of Bulgarian crime; this is t

Re: Hide group on click

2011-05-06 Thread Keith Clarke
...ah, now I know who wrote the wikipedia page that I was quoting http://en.wikipedia.org/wiki/Vis ;-) On 6 May 2011, at 17:08, Richmond Mathewson wrote: > On 05/06/2011 06:48 PM, Keith Clarke wrote: >> On 6 May 2011, at 16:07, Richmond Mathewson wrote: >> >>> Personally I always learn the shor

Re: Hide group on click

2011-05-06 Thread Keith Clarke
Chris, Maybe I'm still too new to LiveCode (or too keen on the Matrix) but for now I'm sticking to the principle that software objects are inanimate - they don't get to have a state of being! ;-) There seems to be a fair mixture of toggle properties that imply states of being (such as visible)

Re: Pre-Beta Help

2011-05-06 Thread Pete
Thanks Bob, please send me the schema. Not sure what admin tool you're using but I think they all have a way of exporting the SQL statements to create the database. Pete Molly's Revenge On Fri, May 6, 2011 at 8:51 AM, Bob Sneidar wrote: > Oh hey I have the per

Re: Hide group on click

2011-05-06 Thread Richmond Mathewson
On 05/06/2011 06:48 PM, Keith Clarke wrote: On 6 May 2011, at 16:07, Richmond Mathewson wrote: Personally I always learn the short form for everything [ c.f. 'vis'] ...is that 'vis' as in face, the island of Vis, VIS the Bulgarian crime organisation, the Polish hand-gun, the abbreviation for

Re: Pre-Beta Help

2011-05-06 Thread Bob Sneidar
Oh hey I have the perfect test. Spiceworks uses an SQLite database and it's BIG. That will put it through it's paces!! Bob On May 5, 2011, at 6:19 PM, Pete wrote: > Folks, > A couple of months ago, I did a Livecode Live presentation on an LC utility > I'm working on that cuts out a lot of the

Re: CustomProperties

2011-05-06 Thread Peter Brigham MD
On May 5, 2011, at 8:37 PM, dunb...@aol.com wrote: > You can. You can even set a custom property to an entire stack. > > > I use these all the time, they are incredibly powerful and convenient. > > > But I do not understand what it means to set a property to an object, as > opposed to a chunk

Re: Hide group on click

2011-05-06 Thread Keith Clarke
On 6 May 2011, at 16:07, Richmond Mathewson wrote: > Personally I always learn the short form for everything [ c.f. 'vis'] ...is that 'vis' as in face, the island of Vis, VIS the Bulgarian crime organisation, the Polish hand-gun, the abbreviation for vis-a-vis or the apostrophe-free state of b

Re: command line examples

2011-05-06 Thread Warren Samples
On Friday, May 06, 2011 10:10:52 AM Todd Geist wrote: > Command-line argument variables Hi Todd, It looks as if you have to program your app to respond according to what values any such variable(s) contain, such as 'if $1 is "true" then doSomeThing' It looks af it will take some craft in ord

Re: command line examples

2011-05-06 Thread Matthias Rebbe
Ah, now i understand. You are right, command line mode was possible up to version 3.5. If you need command line mode and if you have an active maintenance, why not asking supp...@runrev.com for a key for v 3.5? I am pretty sure they will help. Regards, Matthias Am 06.05.2011 um 17:20 schrieb

Re: Hide group on click

2011-05-06 Thread Nonsanity
I see two-state properties such as "visible" as a "state of being" toggle such that: "the state of being visible is true or false" or "the state of being opaque is true or false" But "the state of being visibility" doesn't scan right. It's different with non-toggle properties. If there was one ca

Re: Staying on a field

2011-05-06 Thread Peter Brigham MD
On May 3, 2011, at 9:14 PM, Bill Vlahos wrote: > I do a validity check on a field to see if the user entered a valid date. If > the user entered a valid date and presses TAB or RETURN the focus moves on to > the next field. However, if the user enters an invalid date I want to keep > the focus

Re: how-to link to a video

2011-05-06 Thread Jim Lambert
NicholasC wrote: > Player controls don't work. Nothing new, though. That's been my > experience so far with revlet player objects. I suspect the revlet is somehow preventing mouse events from reaching the QT player. :( As you say, fortunately we can roll our own basic player controls. Gotta Lov

Re: command line examples

2011-05-06 Thread Todd Geist
Thanks very much for your response, but I don't think that is actually doing anything other than starting the application using the OS. It is just as if you double clicked it. I don't think that is what I am looking for. I think I am looking for command line mode Todd On Fri, May 6, 2011 at 8:

Re: command line examples

2011-05-06 Thread Todd Geist
The current user guide does have the following section on page 146 *Command-line argument variables* If you start up the application from a command line, the command name is stored in the variable $0 and any arguments passed on the command line are stored in numbered variables starting with the *

Re: command line examples

2011-05-06 Thread Matthias Rebbe
Hi Todd, you have to use open on Mac os x E.g. open 'served.app'would open the application served.app. If your are not in the folder, where the application resides you can use also paths open /whateverfolder/served.app HTH Matthias Am 06.05.2011 um 16:56 schrieb Todd Geist: > I just

Re: Hide group on click

2011-05-06 Thread Richmond Mathewson
On 05/06/2011 06:02 PM, Warren Samples wrote: On Friday, May 06, 2011 09:48:07 AM Colin Holgate wrote: and "visible" should be removed and replaced with "visibility" Of course this would cause problems with backward compatibility, but I think the argument regarding correct English grammar is s

Re: Hide group on click

2011-05-06 Thread Warren Samples
On Friday, May 06, 2011 09:48:07 AM Colin Holgate wrote: > and "visible" should be removed and replaced with "visibility" Of course this would cause problems with backward compatibility, but I think the argument regarding correct English grammar is specious. "the visible" refers to a state or p

Re: Hide group on click

2011-05-06 Thread Keith Clarke
Jim - Thanks, You're right in that my typo didn't throw a script editor error but instead created a custom property - which I've now purged, (to save me wondering what it's for, when I rediscover it in a few months' time!) Best, Keith.. On 6 May 2011, at 13:18, Jim Ault wrote: > "the visibility

Re: command line examples

2011-05-06 Thread Todd Geist
I just stumbled on something that would make me sad. It seems that maybe command line mode has been removed in anything after version 4. Id this is true then I think it is very sad. Can anyone confirm this? Todd On Fri, May 6, 2011 at 7:52 AM, Todd Geist wrote: > Hello, > > I had nice long ch

Re: Convert Packet decimals comp-3 and comp-6

2011-05-06 Thread JosepM
Hi Peter, The file come from a PC-MSDOS with a old ACUCOBOL-GT application, it's the customer file data, I have the File Definition with the structure of record. It's a one-off conversion but I have many files to convert. So my plan was read the file as chunks of bytes, and for each record (divi

command line examples

2011-05-06 Thread Todd Geist
Hello, I had nice long chat with Richard Gaskin yesterday. Amongst the myriad of topics we discussed was how to build simple apps that could be started from the command line and run silently in the back ground. I have been trying to do a little R and D on this idea, but I am stymied by the fact t

Re: Hide group on click

2011-05-06 Thread Colin Holgate
You may be right, and "visible" should be removed and replaced with "visibility". But I don't mind if they were synonyms, at least someone who thinks in terms of the visibility of objects wouldn't get script errors. On May 6, 2011, at 8:35 AM, Richmond Mathewson wrote: >> "visibility" ought to

Re: Convert Packet decimals comp-3 and comp-6

2011-05-06 Thread Peter W A Wood
I suspect the answer partly lies in knowing where the file originated from and where you are reading it from. (By where, I mean what computer/operating system.) By the way, one thing that is easy to overlook is that if the file has come directly from an IBM Mainframe any character strings will

POST command error

2011-05-06 Thread JosepM
Hi, I need some help. I trying to do a post command from LC but I don't see why don't work. on mouseUp put empty into field "f_result" get libURLFormData("ID",38) post it to URL "https://www.mydomain.com/info-customer.php"; put it into field "f_result" end mouseUp Ever I get

Hide group on click

2011-05-06 Thread Keith Clarke
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 drawer set to invisible if clicked. So, what's wrong with this script - placed on the group? on mouseDown set the visibility of me to

Re: Saving Image Data to Local File

2011-05-06 Thread Keith Clarke
Hi Peter, How about exporting a snapshot of the rect of the image object? Best, Keith.. On 6 May 2011, at 14:58, Peter Reid wrote: > I am displaying a static map from Google in an image object. How do I save a > copy of this map to a local PNG file so I can display it again without access > to

Re: Convert Packet decimals comp-3 and comp-6

2011-05-06 Thread JosepM
Many thanks! I will try... But how I must read the file? as file: or as binfile:? I mean how get the chars... :( Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Convert-Packet-decimals-comp-3-and-comp-6-tp3498822p3502906.html Sent from the Revoluti

Re: Hide group on click

2011-05-06 Thread Keith Clarke
Synonym might not be the correct term here but the dictionary could help us much more with Thesaurus and/or contextual relationships, because for the part-time coder, it's often difficult with LiveCode to know when to think of properties as nouns, adjectives, adverbs, etc. Just look at the basi

Saving Image Data to Local File

2011-05-06 Thread Peter Reid
I am displaying a static map from Google in an image object. How do I save a copy of this map to a local PNG file so I can display it again without access to the Internet? Thanks Peter -- Peter Reid Loughborough, UK ___ use-livecode mailing list us

Re: Please answer my survey on Social Network Libraries for LiveCode

2011-05-06 Thread Roger Eller
On Fri, May 6, 2011 at 1:35 AM, Andre Garzia wrote: > > Hi Folks, > > I am trying to sense the market for a set of Social Network Libraries for > LiveCode. > > > > please, go the URL below and answer my survey there: > > http://fon.nu/MAK68EA > > > > Your answer will really help me. Pleas

Re: CustomProperties

2011-05-06 Thread Thomas McGrath III
This does not however work in iOS. I just tried it and remembered that clipboard is not supported yet. Tom -- Tom McGrath III http://lazyriver.on-rev.com 3mcgr...@comcast.net On May 5, 2011, at 11:37 PM, Jim Ault wrote: > These two lines should do it > > copy button "btnToStoreAsObjectForma

Re: CustomProperties

2011-05-06 Thread Thomas McGrath III
Jim, Ahh! I didn't think of the clipboard. I tried a bunch of things. Thank you -- Tom McGrath III http://lazyriver.on-rev.com 3mcgr...@comcast.net On May 5, 2011, at 11:37 PM, Jim Ault wrote: > copy button "btnToStoreAsObjectFormat" > set the cpsObjects["cpBtn2"] of this stack to the clip

Re: Hide group on click

2011-05-06 Thread Richmond Mathewson
On 05/06/2011 03:47 PM, René Micout wrote: Hello Richmond, It is not a probem for French people because "visible" is an adjective ANd a name Sous le soleil de Paris René Mais, c'est sure! Seulement, Livecode c'est pas le roi soleil . . . :) ___ us

Re: Hide group on click

2011-05-06 Thread René Micout
Hello Richmond, It is not a probem for French people because "visible" is an adjective ANd a name Sous le soleil de Paris René Le 6 mai 2011 à 14:35, Richmond Mathewson a écrit : > On 05/06/2011 03:26 PM, Colin Holgate wrote: >> "visibility" ought to be a synonym along with "vis". >> > I don't

Re: Hide group on click

2011-05-06 Thread Richmond Mathewson
On 05/06/2011 03:26 PM, Colin Holgate wrote: "visibility" ought to be a synonym along with "vis". I don't see how that makes much sense; 'visible' is an adjective, while 'visibility' is a noun; so how 'visibility' could be synonymous with 'visible' I just do not see. Of course the language i

Re: Hide group on click

2011-05-06 Thread Colin Holgate
"visibility" ought to be a synonym along with "vis". As for a simple script to make it be invisible, this would do: hide me ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your su

Re: Hide group on click

2011-05-06 Thread Jim Ault
"the visibility of me" would be a custom property that you invent to hold text or other data. 'Visibility' is not a Rev property of an object. try this set the visible of me to (not the visible of me) or set the visible of me to not(the visible of me) Both should work for you. Since the m

  1   2   >