Re: Comma-Delimited Files on Macs

2011-09-21 Thread Richard Gaskin
stephen barncard wrote: MAC OS RANT I always thought that file suffixes were the 'old' method of typing files ( a PC problem ) and vastly inferior to the flexibility offered by the file types property of files. This was a point of OS superiority because it didn't rely on users including file

Experimental listRegistry function

2011-09-21 Thread Jan Schenkel
Hi all, In LiveCode 4.5, an experimental function 'listRegistry' was added. I just tested the following in LiveCode 4.6.4 on Windows 7, but nothing happens. Note that I tried both with and without a backslash at the end of the parentKey. ## -- constant kColorsKey = HKEY_CURRENT_USER\Control

Re: Comma-Delimited Files on Macs

2011-09-21 Thread Richmond Mathewson
On 09/21/2011 10:49 AM, Richard Gaskin wrote: stephen barncard wrote: MAC OS RANT I always thought that file suffixes were the 'old' method of typing files ( a PC problem ) and vastly inferior to the flexibility offered by the file types property of files. This was a point of OS superiority

AW: URLStatus(tURL) doesn't work anymore since LC 4.5.1!?

2011-09-21 Thread Tiemo Hollmann TB
Hi Mark, thanks for your idea! Finally I found out that there is a slight difference in processing the urlstatus between Rev 4.0 and LC 4.5 and up After fireing the load url I checked all possible urlstatus, including status = empty, which officially means the URL was not loaded. But up to Rev

Re: URLStatus(tURL) doesn't work anymore since LC 4.5.1!?

2011-09-21 Thread Bernard Devlin
LibUrl in 4.6 is not the same as 4.5. I had code working in 4.5 that stopped working on upgrading to 4.6. By swapping out the liburl library from 4.5 into 4.6 the code worked again. I just haven't got round to debugging what has changed in that library in 4.6. Bernard On Wed, Sep 21, 2011 at

SSL encryption hacked

2011-09-21 Thread Claudi Cornaz
Hi all, I came across this article and altough I don't know much about this I thought it might interest some of you. Hackers break SSL encryption used by millions of sites I don't know which version of SSL livecode server deploys, but apparently this might be something quite serious and

AppChallenge

2011-09-21 Thread Josep M Yepes
Hi folks, For all the present and future Android folks :) a challenge for LC to be put in action ... 5000€ price for the winner. http://appchallenge.service2media.com/ Salut, Josep ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: Using go card on Linux standalone with -ui

2011-09-21 Thread Ben Rubinstein
On 21/09/2011 05:47, Mark Wieder wrote: Ben- Tuesday, September 20, 2011, 11:49:09 AM, you wrote: I have one last (for now) issue, which is not a show stopper but which it would be nice to fix. Whenever the stack goes to a card, I get *** ASSERTION FAILURE: MCStack::openrect() - window ==

Re: Using go card on Linux standalone with -ui

2011-09-21 Thread Richard Gaskin
Ben Rubinstein wrote: I have one last (for now) issue, which is not a show stopper but which it would be nice to fix. Whenever the stack goes to a card, I get *** ASSERTION FAILURE: MCStack::openrect() - window == NULL Richard (I think) mentioned in a previous post that he hides the stack -

Re: SSL encryption hacked

2011-09-21 Thread stephen barncard
Some of my Dreamhost accounts have been violated by a group of Malaysian script kiddies. I wonder what they used. My early investigation revealed pieces of code that appeared in a Wordpress media upload folder. This is the place where Wordpress puts imported photos and other media. They had

Re: Experimental listRegistry function

2011-09-21 Thread Ken Ray
In LiveCode 4.5, an experimental function 'listRegistry' was added. I just tested the following in LiveCode 4.6.4 on Windows 7, but nothing happens. Note that I tried both with and without a backslash at the end of the parentKey. ## -- constant kColorsKey = HKEY_CURRENT_USER\Control

Realbasic on the web without plugins

2011-09-21 Thread Chipp Walters
http://www.realsoftware.com/web/ Looks to me like it compiles to a binary CGI which serves up the app as HTML/CSS/AJAX/Javascript/etc.. o. That's the solution for LC. Wouldn't it be cool to develop a modular website engine, which could easily be configured inside of RR? Or, take a really

Re: Realbasic on the web without plugins

2011-09-21 Thread Roger Eller
On Wed, Sep 21, 2011 at 2:47 PM, Chipp Walters wrote: http://www.realsoftware.com/web/ Looks to me like it compiles to a binary CGI which serves up the app as HTML/CSS/AJAX/Javascript/etc.. o. That's the solution for LC. Wouldn't it be cool to develop a modular website engine, which

Re: SSL encryption hacked

2011-09-21 Thread Keith (Gulf Breeze Ortho Lab)
Hi There, I have had a few Web sites hacked in the past, and each time (without exception), it was due to a vulnerability in WordPress. Just an FYI. Sincerely, - Boo -Original Message- From: stephen barncard Sent: Wednesday, September 21, 2011 11:12 AM To: How to use LiveCode

Re: SSL encryption hacked

2011-09-21 Thread Richard Gaskin
Another good reason to use NoScript. -- Richard Gaskin Fourth World LiveCode training and consulting: http://www.fourthworld.com Webzine for LiveCode developers: http://www.LiveCodeJournal.com LiveCode Journal blog: http://LiveCodejournal.com/blog.irv

Re: Realbasic on the web without plugins

2011-09-21 Thread Andre Garzia
Chipp, I tried doing something similar but the one point that I could not solve was how to maintain state for the different clients. Unless I converted everything to JS, then it was basically impossible. :-( Cheers andre On Wed, Sep 21, 2011 at 3:47 PM, Chipp Walters ch...@chipp.com wrote:

Re: Datagrid Question

2011-09-21 Thread zryip theSlug
On Wed, Sep 21, 2011 at 12:20 AM, Pete p...@mollysrevenge.com wrote: Hi Pete, Thanks for explanation.  So if I have set a column to be non-editable and I create a custom behavior for it, it will become editable?  How about if the datagrid itself has been set to be non-editable?  Just trying

Re: SSL encryption hacked

2011-09-21 Thread Bob Sneidar
I highly doubt that SSL was hacked, that is the encryption method itself. They probably back or side doored it. Bob On Sep 21, 2011, at 4:09 AM, Claudi Cornaz wrote: Hi all, I came across this article and altough I don't know much about this I thought it might interest some of you.

Re: SSL encryption hacked

2011-09-21 Thread Bob Sneidar
The fatal flaw making exploitation possible is the failure of JavaServer Faces to implement AES/DES encryption algorithms correctly. The scheme provides no way to sign the ciphertext or authenticate the block cipher mode. That says it all. Incorrect implementation of server software. Bob I

Re: SSL encryption hacked

2011-09-21 Thread stephen barncard
So we're all screwed? On 21 September 2011 14:12, Bob Sneidar b...@twft.com wrote: The fatal flaw making exploitation possible is the failure of JavaServer Faces to implement AES/DES encryption algorithms correctly. The scheme provides no way to sign the ciphertext or authenticate the block

Re: SSL encryption hacked

2011-09-21 Thread stephen barncard
Richard, thanks for the tip. I don't have client side/browser problems, my hacker problems are on the server. Also I really don't like Firefox or Mozilla based products. Firefox/Noscript would be better for visits to Paypal I guess. On 21 September 2011 12:43, Richard Gaskin

Re: Realbasic on the web without plugins

2011-09-21 Thread Pete
I have to admit, this realbasic thing has piqued my interest - not just the web part of it but the whole package. Has anyone on the list taken a look at it? Pete Molly's Revenge http://www.mollysrevenge.com On Wed, Sep 21, 2011 at 3:53 PM, Chipp Walters ch...@chipp.com wrote: Yeah, it's

Re: Realbasic on the web without plugins

2011-09-21 Thread David Glass
Haven't gotten involved in the Web Edition yet, but use RS on a regular basis. On 09/21/2011 4:36 PM, Pete wrote: I have to admit, this realbasic thing has piqued my interest - not just the web part of it but the whole package. Has anyone on the list taken a look at it? Pete -- David Glass

DataGrid deployment/version

2011-09-21 Thread Chip Thomas
We have a project deployed with an old version of the datagrid library as a substack. If we update the revDataGridLibrary stack in this project, do we need to worry about existing datagrids being compatible with the new library? And where can we consult the release notes for the latest datagrid

Re: Realbasic on the web without plugins

2011-09-21 Thread Mike Felker
At $1000 for enterprise, its a bit expensive for me (but I would need the cross platform and web capability). Mike Pete p...@mollysrevenge.com wrote: I have to admit, this realbasic thing has piqued my interest - not just the web part of it but the whole package. Has anyone on the list taken