Re: [OT] fon.nu feature set is getting famous

2011-05-15 Thread Phil Davis
Thanks for sharing the whole enchilada, Andre! I imagine a lot of people (like myself) learn best by studying examples and tinkering with them to suit our needs. Great job! Phil On 5/15/11 1:58 PM, Andre Garzia wrote: Matthias, Fon.nu works fairly easy. When we want to shorten a URL, we com

Re: {ANN} InfoWallet 1.3.14 Released

2011-05-15 Thread Jim Ault
Congratulations on getting all the work done :-) On May 15, 2011, at 4:53 PM, Bill Vlahos wrote: Thanks for everyone's help and suggestions. I was able to incorporate them in the new release of InfoWallet. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping

{ANN} InfoWallet 1.3.14 Released

2011-05-15 Thread Bill Vlahos
Thanks for everyone's help and suggestions. I was able to incorporate them in the new release of InfoWallet. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. _

Re: Incredibly slow revlet in Win 7

2011-05-15 Thread Mark Wieder
stephen- Sunday, May 15, 2011, 1:17:18 PM, you wrote: > perhaps they are now to be called Livelets, or CodeLets. I like Codelets > better. If they're that slow, maybe they should be PigLets... -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecod

Re: [OT] fon.nu feature set is getting famous

2011-05-15 Thread Andre Garzia
Matthias, Fon.nu works fairly easy. When we want to shorten a URL, we compute an md5 of the url then we convert it to base 23 so that is becomes something like A123FG and the short url is something like http://fon.nu/A123FG, so for a given URL always generate the same small code. This code is stor

Re: Incredibly slow revlet in Win 7

2011-05-15 Thread stephen barncard
perhaps they are now to be called Livelets, or CodeLets. I like Codelets better. sqb On 15 May 2011 13:12, Judy Perry wrote: > Okay, this is only tangentially-related, but, I was wondering this just the > other day -- Now that it's no longer called "Revolution," are the > web-deployable thingi

Re: [OT] fon.nu feature set is getting famous

2011-05-15 Thread stephen barncard
True, I could get very hurt if I ever decided to break away from gmail. I've been quite dependent on their filtering. Their filters are really good. When stuff is in the spam bucket, no images can show and the links are mitigated. Few false negatives or false positives. I used to use different ema

Re: Incredibly slow revlet in Win 7

2011-05-15 Thread Judy Perry
Okay, this is only tangentially-related, but, I was wondering this just the other day -- Now that it's no longer called "Revolution," are the web-deployable thingies still called "revlets"? Judy Read the wrap-up of the San Jose conference education sessions here: http://revined.blogspot.com

Re: [OT] fon.nu feature set is getting famous

2011-05-15 Thread Matthias Rebbe
Hi Andre, very very impressive. I have done something similar, but only for inhouse use. I created a desktop app, which creates for each "long url" a short url e.g http://m-r-d.de/x where x is a number. For each new short url the number increases. I then create a folder (with the name of

Re: [OT] fon.nu feature set is getting famous

2011-05-15 Thread Andre Garzia
Jim, Want to learn a trick that will cut spam a lot. NEVER NEVER NEVER allow a marketing email to load any image. Images are tagged with unique identifiers, so if you allow them to load, they basically ping back the server with a message: "Hey Master, do you know email id 2398562965 that went to J

RE: selectable property of button?

2011-05-15 Thread Slava Paperno
Thanks, J. Landman Gay! We won't hold it against you :) > From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode- > Oops, I was too slow. :) ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, uns

Re: selectable property of button?

2011-05-15 Thread J. Landman Gay
On 5/15/11 1:13 PM, Slava Paperno wrote: Many thanks, Mike. "cantSelect" was the culprit, and I have now discovered that clicking in that column of Application Browser has consequences :) I am a better LC user now than I was ten minutes ago! Oops, I was too slow. :) -- Jacqueline Landman Gay

Re: selectable property of button?

2011-05-15 Thread J. Landman Gay
On 5/15/11 12:27 PM, Slava Paperno wrote: I think I have a button with the "selectable" property set to false. This button remains active (i.e. runs its script when you click it) even when I am in the Browse mode and every other object in the card can be selected and edited. In the Application Br

selectable property of button?

2011-05-15 Thread Slava Paperno
Many thanks, Mike. "cantSelect" was the culprit, and I have now discovered that clicking in that column of Application Browser has consequences :) I am a better LC user now than I was ten minutes ago! Gratefully, Slava > -Original Message- > From: use-livecode-boun...@lists.runrev.com

Re: selectable property of button?

2011-05-15 Thread Mike Bonner
There is a cantSelect property which will keep you from being able to 'select' it (Ie. grab it, showing handles for moving and resizing) but this doesn't make it unclickable. It does make it so that you can't choose it with the edit tool. I think what you're looking for is the enabled property. s

selectable property of button?

2011-05-15 Thread Slava Paperno
I think I have a button with the "selectable" property set to false. This button remains active (i.e. runs its script when you click it) even when I am in the Browse mode and every other object in the card can be selected and edited. In the Application Browser, this is the only button with no check

[ANN] revIgniter v1.3.21b

2011-05-15 Thread Ralf Bitter
revIgniter v1.3.21b has been released. This version includes a minor modification of the Output library. If you ever asked yourself what the Hooks feature of revIgniter could be used for, you might be interested in an addition to the Hooks section of the User Guide which describes how to use thi

Re: Zip Files (revZipAddItemWithData)

2011-05-15 Thread Warren Kuhl
Mark, Thanks...that is exactly what the issue is. Much appreciated! Warren On Sun, May 15, 2011 at 4:25 AM, Mark Schonewille wrote: > Hi Warren, > > Are you trying to read the files on a windows machine? Probably you need to > replace cr with crlf before saving the data. > > -- > Best regards

Re: Zip Files (revZipAddItemWithData)

2011-05-15 Thread Mark Schonewille
Hi Warren, Are you trying to read the files on a windows machine? Probably you need to replace cr with crlf before saving the data. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogramm