Re: [OT] Box.net free 50Gb for iOS 5 users

2011-10-26 Thread J. Landman Gay
On 10/25/11 8:10 PM, Chipp Walters wrote: Hey guys. You don't want to miss this free lifetime giveaway. Box.net recently closed on a huge round of financing, and they are now, for a limited time, allowing anyone with an iPhone or iPad and iOS5 to download their free Box.net app from the Appstore

Re: drawing with a finger in iOS

2011-10-26 Thread Gerry
John has posted his code somewhere...perhaps the forums...? On Wed, Oct 26, 2011 at 2:44 PM, Colin Holgate co...@verizon.net wrote: It probably does. John Craig's app Spell With Kyle seems to manage to do what you want: ___ use-livecode mailing

Re: Particle Physics

2011-10-26 Thread Malte Brill
Hi Todd, I am afraid animationEngine can not help you (yet) here. One of the major problems is that particle emitters like smoe would require many many objects being animated at the same time to look somewhat realistic. I have not fully tested the limits with the new rendering capabilities of

Re: [OT] Box.net free 50Gb for iOS 5 users

2011-10-26 Thread Chipp Walters
Jacque, I believe they have a WebDav interface as well. Plus, perhaps sometime, someone will build a Box.net library for LC! Can't hurt to have it available. On Wed, Oct 26, 2011 at 1:21 AM, J. Landman Gay jac...@hyperactivesw.comwrote: On 10/25/11 8:10 PM, Chipp Walters wrote: Hey guys. You

Re: [OT] Box.net free 50Gb for iOS 5 users

2011-10-26 Thread Scott Rossi
Le 26 oct. 2011 à 09:09, Chipp Walters a écrit : Jacque, I believe they have a WebDav interface as well. Plus, perhaps sometime, someone will build a Box.net library for LC! Can't hurt to have it available. Recently, Christian Langers wrote: One could also use Finder's Connect to Server

LiveCode.tv #40 Wrap-up

2011-10-26 Thread Mark Schonewille
Dear LiveCoders, Last Saturday, 22 October, we had our 40th on-line gathering of LiveCode fans. This time the usual hosts Björnke and Mark shared their ideas with you. Björnke von Gierke explained html parsing and extraction techniques, including a neat way to use item and line delimiters.

Re: drawing with a finger in iOS

2011-10-26 Thread Andre Garzia
David, Thank you very much!!! I will play with it! I knew I should have enrolled on the summer academy. Cheers andre On Wed, Oct 26, 2011 at 2:16 AM, David Glass dgl...@graymattercomputing.com wrote: During the Summer Academy Elanor created a stack for Android that used the polygon tool to

Re: Particle Physics

2011-10-26 Thread Todd Geist
Thanks Malte! On Tue, Oct 25, 2011 at 11:46 PM, Malte Brill revolut...@derbrill.dewrote: Hi Todd, I am afraid animationEngine can not help you (yet) here. One of the major problems is that particle emitters like smoe would require many many objects being animated at the same time to look

Text-to-speech

2011-10-26 Thread paolo mazza
Dear livecoders, I have few questions about iOS app. how can I integrate  text-to-speech/Siri in an iOS application ? Can i use different languages as other apps do? Then , can I set the international keyboard from an iOS LC app? Thanks a lot All the best. Paolo Mazza

Re: Text-to-speech

2011-10-26 Thread Thomas McGrath III
You can however turn on speak selection in accessibility preference pane in iOS 5. Then when you select text in an app the option to speak it is there. Haven't tested yet with LC fields. Also fwiw, turn on big text and set to 20 or 24 to ease your eyes when using the iPhone. -- Tom McGrath

Re: Empty fields and controls after testing

2011-10-26 Thread dunbarx
Mike. Is it really so bad to write a handler that cycles through all the controls and custom properties, etc., in a stack and clean them? You seem to have already done this. Place a generalized handler in a library and move on. Craig Newman -Original Message- From: Joe Lewis

Re: drawing with a finger in iOS

2011-10-26 Thread Ben Rubinstein
On 26/10/2011 04:00, Andre Garzia wrote: I know the paint tools are not supported in iOS but did anyone here succeeded in making some paintbrush of sorts for iOS? I did this for a little prototype (where I wanted to be able to analyse hand-drawn lines drawn on top of a background) and it was

Re: Empty fields and controls after testing

2011-10-26 Thread Richard Gaskin
Admin wrote: One thing that truly bugs the hell out of me with Live Code is that when I am done designing/programming and want to test it, the data is now a part of the program. In most applications architectures it's common to separate data storage from the user interface, making it easier

iTunes 10.5, QuickTime and Windows

2011-10-26 Thread Klaus on-rev
Hi friends, I just updated my Windows XP (under Parallels on my Mac) to iTunes 10.5 and Safari 5.1.1 and noticed a HIGHLY interesting sentence in the release notes: German: Hinweis: iTunes 10.5 benötigt oder enthält nicht mehr QuickTime. Translation: Hint: iTunes 10.5 does NOT require or

Re: iTunes 10.5, QuickTime and Windows

2011-10-26 Thread Richard Gaskin
Klaus wrote: I just updated my Windows XP (under Parallels on my Mac) to iTunes 10.5 and Safari 5.1.1 and noticed a HIGHLY interesting sentence in the release notes: German: Hinweis: iTunes 10.5 benötigt oder enthält nicht mehr QuickTime. Translation: Hint: iTunes 10.5 does NOT require or

LiveCode server: incorrect path environment variables on Lion

2011-10-26 Thread Ralf Bitter
Hi all, can anybody confirm that LiveCode server 4.6.3 up to 5.0 has incorrect path environment variables? I did tests and compared server version 4.6.3, 4.6.4 and 5.0 with reserver (LiveCode server prior version 4.6.3). The results using files at

Re: [OT] Box.net free 50Gb for iOS 5 users

2011-10-26 Thread Bob Sneidar
I believe it's read only though. I don't think the Finder will create writeable FTP mounts, unless they fixed/changed something. Bob On Oct 26, 2011, at 12:41 AM, Christian Langers wrote: One could also use Finder's Connect to Server with https://www.box.net/dav; It works !

Re: Empty fields and controls after testing

2011-10-26 Thread Bob Sneidar
Yes, you will need to write your own initialization routine. I do this anyway in all my forms because I read data into the fields, and then validate before writing them back to my storage. I always want to make sure I do not have any random data from a previous edit session making it's way into

Re: [OT] Box.net free 50Gb for iOS 5 users

2011-10-26 Thread Pete
I've used box.net for a few months. They do limit individual file sizes, that's kind of their differentiator from dropbox - box gives you more free disk space but limits the file size. Depends on your needs as to whether that makes sense. I have only stored a few different file types on box so

Re: Empty fields and controls after testing

2011-10-26 Thread Bob Sneidar
Good tip Richard! Bob On Oct 26, 2011, at 7:11 AM, Richard Gaskin wrote: In more recent years, the LiveCode IDE now sends a savingStandalone message, which can be trapped to handle that sort of stuff for a clean build. ___ use-livecode mailing

Re: When has a field changed?

2011-10-26 Thread Pete
Hi Ken, This took me by surprise so I just did a test. Pasted text into a field then clicked on another field on the card and I did get a closeField, so maybe this was a bug that has been fixed? LC 4.6.3/OS X 10.6.8 Pete Molly's Revenge http://www.mollysrevenge.com On Tue, Oct 25, 2011 at

Re: When has a field changed?

2011-10-26 Thread Pete
I guess that works but it means the button script will execute before the focus on nothing in the card script which could be an issue, depending on the application requirements. Pete Molly's Revenge http://www.mollysrevenge.com On Wed, Oct 26, 2011 at 9:09 AM, Bob Sneidar b...@twft.com wrote:

Re: Duplicate Control IDs

2011-10-26 Thread Pete
Thanks Trevor, downloading it now. Pete Molly's Revenge http://www.mollysrevenge.com On Tue, Oct 25, 2011 at 8:01 PM, Trevor DeVore li...@mangomultimedia.comwrote: On Tue, Oct 25, 2011 at 4:06 PM, Pete p...@mollysrevenge.com wrote: OK, so I guess it's not a simple as I thought. I can

Re: .irev code editor?

2011-10-26 Thread Pete
Hi Ken, It does indeed say Plain Text right now but I dont see Transcript, Revolution, or anything else that rings a bell as being related to Livecode in the popup menu. Pete Molly's Revenge http://www.mollysrevenge.com On Tue, Oct 25, 2011 at 6:56 PM, Ken Ray k...@sonsothunder.com wrote:

Re: [OT] Box.net free 50Gb for iOS 5 users

2011-10-26 Thread Pete
The permission for the mounted drive on my mac say I can read and write, but I'm getting the same hang problem as someone else mentioned when I try to upload something. The Box FAQs says they don't support webdav or FTP access. The FAQs also say that the following files aren't supported, but

Re: Duplicate Control IDs

2011-10-26 Thread Pete
Looks like the bug is indeed fixed in this version. Unfortunately, my code is part of an IDE plugin I'll be releasing soon so it will almost certainly run in versions prior to 4.6.4. I think I'll have to stick with the workaround of creating a group then copying the individual controls into it.

Re: [OT] Box.net free 50Gb for iOS 5 users

2011-10-26 Thread J. Landman Gay
On 10/26/11 3:53 AM, Scott Rossi wrote: Le 26 oct. 2011 à 09:09, Chipp Walters a écrit : Jacque, I believe they have a WebDav interface as well. Plus, perhaps sometime, someone will build a Box.net library for LC! Can't hurt to have it available. Recently, Christian Langers wrote: One

Re: iTunes 10.5, QuickTime and Windows

2011-10-26 Thread Richmond Mathewson
On 10/26/2011 06:59 PM, Richard Gaskin wrote: Klaus wrote: I just updated my Windows XP (under Parallels on my Mac) to iTunes 10.5 and Safari 5.1.1 and noticed a HIGHLY interesting sentence in the release notes: German: Hinweis: iTunes 10.5 benötigt oder enthält nicht mehr QuickTime.

Re: When has a field changed?

2011-10-26 Thread Bob Sneidar
How about inserting the mouseUp handler into the frontScript. That should run before the button script then. Make sure to pass mouseUp though! Here is what I did: Create a button called btnFrontScript in the script of that button put on mouseUp focus on nothing pass mouseUp end mouseUp in

Re: iTunes 10.5, QuickTime and Windows

2011-10-26 Thread ddas
From what I hear, HTML5 support would take care of it all. Thanks, Debdoot ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: [OT] Box.net free 50Gb for iOS 5 users

2011-10-26 Thread Pete
Theis para is about using Box on a Mac. Yes, uploading is through logging into the box.net web site in your browser. Right clicking a file in box.netshows you a Download option so no webdav needed. I don't believe there are any file type restrictions unless you are using the box.net sync service

Re: [OT] Box.net free 50Gb for iOS 5 users

2011-10-26 Thread J. Landman Gay
On 10/26/11 12:30 PM, Pete wrote: Theis para is about using Box on a Mac. Yes, uploading is through logging into the box.net web site in your browser. Right clicking a file in box.netshows you a Download option so no webdav needed. I don't believe there are any file type restrictions unless

Re: LiveCode server: incorrect path environment variables on Lion

2011-10-26 Thread stephen barncard
These vars work on my linux version Livecode server 5.0 installed at Dreamhost. On 26 October 2011 09:03, Ralf Bitter ra...@revigniter.com wrote: Hi all, can anybody confirm that LiveCode server 4.6.3 up to 5.0 has incorrect path environment variables? I did tests and compared server

LiveCode alternative to Sitelok?

2011-10-26 Thread Keith Clarke
Hi folks, I need to add a secure members area to a web site I'm building in RapidWeaver (nothing fancy - just user management to limit page visibility). I've been recommended Sitelok, but I don't particularly want to have to learn the necessary PHP. The site is hosted on my on-rev account and

Re: LiveCode alternative to Sitelok?

2011-10-26 Thread stephen barncard
quick and dirty: use a .htaccess file. Apache is your friend. you get a nice password-user dialog before being allowed to that directory. No coding required, really except for a few lines in an invisible text file ON-rev control panel has a utility to create these files in situ: *Password

Re: [OT] Box.net free 50Gb for iOS 5 users

2011-10-26 Thread Pete
Worth a try I think, I've been happy with it. I decided on box rather than dropbox because, being a cheapskate, I got more free disk space with box and the file size limitation wasn't a problem for me. I use Google Docs a lot for word processing, spreadsheet, and presentation docs. You can

Re: LiveCode alternative to Sitelok?

2011-10-26 Thread stephen barncard
htaccess is something you'd want to use for just a few members, there is no user management per se, with .htaccess except what is done manually. You could do user access in Livecode Server. One could use cookies and server variables. Look at the Livecode source of some of the user-created

[OT] PCI cards

2011-10-26 Thread Richmond Mathewson
I have a lot of useful stuff (mainly old hypercard stacks locked up on a load of ZIP disks, and want to get at them via my Iomega Zip drive. I have a SCSI card lying around (as one does), and wonder if I can get it to function if I jam it into the back of my Pentium 4, 3 GHz, 2 GB RAM Ubuntu

Re: [OT] PCI cards

2011-10-26 Thread Bob Sneidar
I take it then that the disks are formatted as HFS or HFS plus. This is problematic. Windows will not recognize it. Perhaps Ubuntu will, if you install the correct support files, I do not know. But I don't think that just having drivers for the SCSI card will get you there. You would also need

Re: LiveCode alternative to Sitelok?

2011-10-26 Thread Keith Clarke
Thanks for the responses Stephen. I should have mentioned that I already have .htaccess control, courtesy of the RapidWeaver Lockdown plugin http://loghound.com/lockdown/index.html Lockdown is great but is only accessible via the RapidWeaver desktop app - I have to republish the Lockdown page

Re: [OT] PCI cards

2011-10-26 Thread Richmond Mathewson
Thanks, Bob. On 10/26/2011 09:27 PM, Bob Sneidar wrote: I take it then that the disks are formatted as HFS or HFS plus. This is problematic. Not really; Ubuntu seems to have no problem reading external USB hard-drives with HFS+ formatted partitions; as read-only. Windows will not

Re: [OT] PCI cards

2011-10-26 Thread stephen barncard
That's if the ZIP disks or drives work at all. Horrible technology, bound to fail. Remember the 'click of death' ? Everything iOmega made failed prematurely. On 26 October 2011 11:27, Bob Sneidar b...@twft.com wrote: I take it then that the disks are formatted as HFS or HFS plus. This is

Re: [OT] PCI cards

2011-10-26 Thread Richmond Mathewson
On 10/26/2011 09:55 PM, stephen barncard wrote: That's if the ZIP disks or drives work at all. Horrible technology, bound to fail. Remember the 'click of death' ? Everything iOmega made failed prematurely. Um; nothing quite like a few encouraging words; I love you too, Stephen . . . :)

Re: LiveCode alternative to Sitelok?

2011-10-26 Thread Pete
Hi Keith, Sounds like you want your users to be able to set up their own login and password, etc. There;'s this tool: http://www.locked-area.com/index.php. The free version comes with a form for users to register, an admin control panel, and an account profile setup form for users to set up

Re: LiveCode server: incorrect path environment variables on Lion

2011-10-26 Thread Ralf Bitter
Thanks Stephen but, as stated in the subject, I am solely interested in what is going on on Mac OS Lion. I should have mentioned that in the mail body too, sorry for the confusion. So, has anybody installed LiveCode server on Lion and checked $_SERVER[PATH_TRANSLATED] and $_SERVER[PATH_INFO]?

RE: Making Sense of Licenses (bounced when server went down)

2011-10-26 Thread Ralph DiMola
I Have to agree. Heather worked with me when I was evaluating LC and also after I purchased LC. Dealing with Heather and whole crew has been a pleasure compared to the big SW vendors I deal with. Ralph DiMola IT Director Evergreen Information Services Phone: 518-636-3998 Ex:11 Cell: 518-796-9332

Re: [OT] PCI cards

2011-10-26 Thread stephen barncard
Sorry, Richmond, By the way, I'm sure I saw some Read Mac files on Windows products in the day. I think it was made by Farallon in conjunction with the first screen-sharing software I'd seen - Timbuktu. They were all for cross-platform compatibility . One day, a long time ago, I put every bit

Re: LiveCode alternative to Sitelok?

2011-10-26 Thread Keith Clarke
Thanks Pete. I'm not looking for full user registration, just the ability for two or three people in a project team to be able to act as gate-keepers to a set of draft pre-launch product information pages. There's only one set of data, so protection at the top of a directory tree is sufficient

Re: Making Sense of Licenses (bounced when server went down)

2011-10-26 Thread Mark Schonewille
So... you agree. With what exactly? Do you have any understanding of the problem Mike, I and many others face? Do you mean it is stupid of me to expect being able to download a trial version every time RunRev releases a new version of LC? Is it stupid of me to expect at least one additional

RE: Making Sense of Licenses (bounced when server went down)

2011-10-26 Thread Ralph DiMola
All I was saying was email them and state your case. If they can help they will. I had a license issue and Heather helped me resolve it. Ralph DiMola IT Director Evergreen Information Services Phone: 518-636-3998 Ex:11 Cell: 518-796-9332 -Original Message- From:

Re: Making Sense of Licenses (bounced when server went down)

2011-10-26 Thread Mark Schonewille
Ralph, I did e-mail Heather. RunRev refuses to make trial copies available continuously. RunRev expects me to buy RunRev 5.0 without being able to test it first. Of course, they could decide differently, but they don't. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software

Re: [OT] PCI cards

2011-10-26 Thread Alejandro Tejada
Actually, I have 3 zip drives here: 1) Internal, IDE 2) External, scsi 3) External, Parallel port and all the cartridges... But Which of these cartridges have been affected by the click of death? I don't remember... :-(( Al -- View this message in context:

Re: [OT] PCI cards

2011-10-26 Thread Alejandro Tejada
Actually, I have 3 zip drives here: 1) Internal, IDE 2) External, scsi 3) External, Parallel port and all the cartridges... But Which of these cartridges have been affected by the click of death? I don't remember... :-(( Al -- View this message in context:

Re: iTunes 10.5, QuickTime and Windows

2011-10-26 Thread Alejandro Tejada
Hi All, Richard Gaskin wrote: Klaus wrote: I just updated my Windows XP (under Parallels on my Mac) to iTunes 10.5 and Safari 5.1.1 and noticed a HIGHLY interesting sentence in the release notes: German: Hinweis: iTunes 10.5 benötigt oder enthält nicht mehr QuickTime. Translation:

Re: .irev code editor?

2011-10-26 Thread Ken Ray
On Oct 26, 2011, at 11:38 AM, Pete wrote: Hi Ken, It does indeed say Plain Text right now but I dont see Transcript, Revolution, or anything else that rings a bell as being related to Livecode in the popup menu. Weird! I'll send you the bundle I've been using off-list and we'll see if that

Re: Empty fields and controls after testing

2011-10-26 Thread Ken Ray
On Oct 26, 2011, at 11:19 AM, Bob Sneidar wrote: Yes, you will need to write your own initialization routine. I do this anyway in all my forms because I read data into the fields, and then validate before writing them back to my storage. I always want to make sure I do not have any random

Re: When has a field changed?

2011-10-26 Thread Ken Ray
On Oct 26, 2011, at 11:29 AM, Pete wrote: Hi Ken, This took me by surprise so I just did a test. Pasted text into a field then clicked on another field on the card and I did get a closeField, so maybe this was a bug that has been fixed? LC 4.6.3/OS X 10.6.8 Well whaddaya know? You're

Re: [OT] Box.net free 50Gb for iOS 5 users

2011-10-26 Thread Ken Ray
One could also use Finder's Connect to Server with https://www.box.net/dav; It works ! Darn, I was excited for a moment. I can connect to the server from the OSX Finder, and downloads from the server seem to work, but uploads either seem to fail or hang. I think I read somewhere that

Re: When has a field changed?

2011-10-26 Thread Pete
I'm glad they fixed it, 'cause that didn't seem right! Pete Molly's Revenge http://www.mollysrevenge.com On Wed, Oct 26, 2011 at 2:44 PM, Ken Ray k...@sonsothunder.com wrote: On Oct 26, 2011, at 11:29 AM, Pete wrote: Hi Ken, This took me by surprise so I just did a test. Pasted text

Re: Empty fields and controls after testing

2011-10-26 Thread Pete
Gotta think about other types of controls too, like option menus, etc. Maybe it's just the type of applications I tend to write but I want a lot of my stacks to retain their data from last time they were closed and not re-initialise them. For example, I have a stack that lists a bunch of

Re: [OT] PCI cards

2011-10-26 Thread stephen barncard
I've only used a ZIP SCSI external on macs. But I was referring to other iOmega products that use the Bernoulli principle. Like the 8 hard floppy SSL audio console users were forced to use as a 'Hard Drive on older SSL models. Bernoulli was a nice idea, but bound to fail as long the medium is

Re: drawing with a finger in iOS

2011-10-26 Thread Judy Perry
Plus, I believe that there is a font creator/editor available for the iPad; whether or not LC supports the capability is another matter. Judy On Tue, 25 Oct 2011, Joe Lewis Wilkins wrote: Andre, There must be some way, since the iPad2 TV Commercial shows some children doing just that with

card intercepting mouseDown events

2011-10-26 Thread Terry Judd
I'm seeing an odd issue where on a particular card the focus passes from a control to the card without being told to. I noticed that datagrid tables on the card would automatically have their selection dimmed immediately after they were clicked and trapping the focusOut message revealed that

Re: drawing with a finger in iOS

2011-10-26 Thread Joe Lewis Wilkins
Judy, I was hoping to do an iPad version of my San Diego Coloring Book, but I need the paint tools in order to do that. It's just the right size and everything. I have it working in OSX and XP these days. Were you ever able to get the Classic Version that I believe I gave you able to work?

Re: [OT] PCI cards

2011-10-26 Thread Bob Sneidar
Yeah because once you get it, the drive will kill carts, and every cart that has been touched by the drive will kill other drives. Ick!!! I remember that. I was a big proponent of Iomega until then. That mess about killed them. Bob On Oct 26, 2011, at 1:41 PM, Alejandro Tejada wrote:

Re: Empty fields and controls after testing

2011-10-26 Thread Bob Sneidar
Yes, what I do is name all my fields with the prefix fld, and my labels with lbl. This way I can distinguish between editable fields I created and things like, oh say, Datagrid fields. Bob On Oct 26, 2011, at 2:43 PM, Ken Ray wrote: On Oct 26, 2011, at 11:19 AM, Bob Sneidar wrote:

Re: Empty fields and controls after testing

2011-10-26 Thread Bob Sneidar
I think all menus are buttons Bob On Oct 26, 2011, at 3:18 PM, Pete wrote: Gotta think about other types of controls too, like option menus, etc. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: [OT] PCI cards

2011-10-26 Thread Bob Sneidar
Will Wine allow you to read HFS+ disks? Bob On Oct 26, 2011, at 11:52 AM, Richmond Mathewson wrote: I am thinking about reading the ZIP disks via WINE, using the Windows driver for ZIP SCSI drives... ___ use-livecode mailing

Re: [OT] PCI cards

2011-10-26 Thread Bob Sneidar
Not everything. Their Bernoulli drives worked famously. They worked on the same principle but the zip drives were a lot cheaper. Their Jazz drives worked well too, but at one point they also developed a kind of click of death syndrome, and people jumped ship like rats. Bob On Oct 26, 2011,

Re: [OT] PCI cards (Richmond Mathewson)

2011-10-26 Thread Bob Sneidar
Hi problem is his drive is SCSI. Bob On Oct 26, 2011, at 1:38 PM, Vokey, John wrote: I have an Iomega Zip Drive plugged (usb) into my iMac running OS X 10.6.8, and it mounts zip disks with no problem. Do you not have an old usb Mac you could use?

Re: card intercepting mouseDown events

2011-10-26 Thread Pete
Hi Terry, Long shot, but any datagrid custom column behaviors with a mouseDown handler, or maybe a selectionChanged handler in the datagrid script? Pete Molly's Revenge http://www.mollysrevenge.com On Wed, Oct 26, 2011 at 3:45 PM, Terry Judd t...@unimelb.edu.au wrote: I'm seeing an odd

Re: [OT] Box.net free 50Gb for iOS 5 users

2011-10-26 Thread Pete
If you happen to use the Chrome browser, there's a Box plugin available for it. Pete Molly's Revenge http://www.mollysrevenge.com On Wed, Oct 26, 2011 at 2:49 PM, Ken Ray k...@sonsothunder.com wrote: One could also use Finder's Connect to Server with https://www.box.net/dav; It works

Re: Anyone out there who uses TextMate for LiveCode editing?

2011-10-26 Thread Pete
I got this working now with a new bundle that Ken sent me. One thing to watch out for is that the bundles are now stored in /path/to/TextMate.app/ Contents/SharedSupport/Bundles, a change from ~/Library/Application Support/TextMate. Pete Molly's Revenge http://www.mollysrevenge.com On Thu,

Re: [OT] Box.net free 50Gb for iOS 5 users

2011-10-26 Thread Scott Rossi
For Mac users... If you go to the Mac app store (not iOS app store), you can get an app called Box SimpleShare that adds a drop icon to your main menubar. Files dropped on the icon get sent to an uploads folder on your Box server account. Seems pretty useful (and free). For Google Chrome, one

Re: [OT] Box.net free 50Gb for iOS 5 users

2011-10-26 Thread Pete
Hadn't noticed Cloud Save but it appears to be a general purpose Cloud saver. The Chrome plugin I got was named Box - 5gb Free. It does let you login to an existing account (or create new one) and puts you right into your Box main page, where you can upload/download to your heart's content! Pete

Re: [OT] Box.net free 50Gb for iOS 5 users

2011-10-26 Thread Chipp Walters
On Wed, Oct 26, 2011 at 12:09 PM, J. Landman Gay jac...@hyperactivesw.comwrote: So for a non-Windows user, it sounds like you can upload via a web interface (do I have that right? Or is that only for certain file types?) and then you need to download via webdav, which I think will only work

Re: [OT] Box.net free 50Gb for iOS 5 users

2011-10-26 Thread J. Landman Gay
On 10/26/11 8:34 PM, Chipp Walters wrote: The excellent GoodReader app for iPhone and iPad has hooks for Box.net. With it you can upload files from your iOS device, as well as transfer from Google and/or Dropbox and others. Not sure if there's a GoodReader for Android. I don't see it in the

Re: [OT] Box.net free 50Gb for iOS 5 users

2011-10-26 Thread J. Landman Gay
On 10/26/11 9:11 PM, J. Landman Gay wrote: On 10/26/11 8:34 PM, Chipp Walters wrote: The excellent GoodReader app for iPhone and iPad has hooks for Box.net. With it you can upload files from your iOS device, as well as transfer from Google and/or Dropbox and others. Not sure if there's a

Re: card intercepting mouseDown events

2011-10-26 Thread Terry Judd
On 27/10/2011, at 10:13 AM, Pete wrote: Hi Terry, Long shot, but any datagrid custom column behaviors with a mouseDown handler, or maybe a selectionChanged handler in the datagrid script? Nope - happened with a brand new datagrid (table) with no added scripts or handlers. Weird! Terry...

Re: Empty fields and controls after testing

2011-10-26 Thread Peter M. Brigham, MD
One way that works to initialize controls (fields, pop-up buttons, menus, etc) is to store a set of default values as a customproperty containing an array with the keys being the names of the controls and the values being the contents. For instance store your default button/menu contents in the

Re: [OT] PCI cards (Richmond Mathewson)

2011-10-26 Thread Vokey, John
Two possibilities, then. He could send his zip disks to me, and I could save the files to, say, dvd. Or, I could send him a functioning usb Zip, and he could save them himself. I am sure I have other functioning usb Zip drives around (there was a time when I had them installed in every Mac

Re: When has a field changed?

2011-10-26 Thread James Hurley
Message: 10 Date: Wed, 26 Oct 2011 15:05:09 -0700 From: Pete p...@mollysrevenge.com To: How to use LiveCode use-livecode@lists.runrev.com Subject: Re: When has a field changed? Message-ID: CABx6j9k5s_42TG85A-HL_yMoGD9cccKtQbD=bk9rbomadua...@mail.gmail.com Content-Type: text/plain;