Re: Another web challenge: Back button

2011-09-24 Thread Chipp Walters
Perhaps this may make my point a bit more palatable. Which one of these to use in your next web app development? 20 JavaScript Frameworks Worth Checking Out http://net.tutsplus.com/articles/web-roundups/20-javascript-frameworks-worth-checking-out/

IP Address Function

2011-09-24 Thread Gregory Lypny
Hello everyone, Is there a LiveCode function that returns the IP address of the computer on which LiveCode or a LiveCode standalone is running? Regards, Gregory ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

RE: IP Address Function

2011-09-24 Thread John Dixon
Read page 12 of the 'release notes... 'networkinterfacesproperty', it was introduced in 4.6.3 From: gregory.ly...@videotron.ca Subject: IP Address Function Date: Sat, 24 Sep 2011 12:44:12 -0400 To: use-livecode@lists.runrev.com Hello everyone, Is there a LiveCode function that returns

Dragging folder to a field under linux adds file:// before the folder

2011-09-24 Thread Matthias Rebbe
Hi, i want to drag a folder into a field to get the path displayed. I am using the following code in the field script: ON dragEnter IF there is a folder the dragdata[files] THEN set the dragaction to copy END IF END dragEnter ON dragDrop set the text of me to