Re: Orin's check

2012-01-30 Thread Andre Garzia
t;> Once I accidentally sent an invoice to a usenet group. Nobody paid. 8-\ >> >> On Jan 30, 2012, at 2:23 PM, Pete wrote: >> >>> Whoops, how did that happen!  I am a very generous man but only with other >>> people's money! >>> Pete >>>

Re: [ANN] libQR

2012-01-30 Thread Andre Garzia
On Mon, Jan 30, 2012 at 10:13 PM, John Craig wrote: > LOL - sQuiRt coincidentally contains Q and R   :D > I would use a library called sQuiRt =) > > On 31/01/2012 00:09, Roger Eller wrote: >> >> On Mon, Jan 30, 2012 at 6:52 PM, John Craig wrote: >> >>> Again - thanks for feedback.  No-one has h

Re: "Redraws will be flushed" translation

2012-01-30 Thread Andre Garzia
Guys, If I understand it correctly, it is the opposite. Now, the screen is redrawn after every command unless the screen is locked, if the screen is locked, then it will be redrawn when it is unlocked. =) ___ use-livecode mailing list use-livecode@list

Re: OT: Walking

2012-01-31 Thread Andre Garzia
YAY!! Congrats Mike On Tue, Jan 31, 2012 at 3:22 PM, Bob Sneidar wrote: > WOOT! > > On Jan 30, 2012, at 6:53 PM, Mike Bonner wrote: > >> Ok. I know this is not the most appropriate place for this but.. Today for >> the first time in about 12 years I walked 5 unassisted steps in physical >

Re: How does a command find out who called it?

2012-02-01 Thread Andre Garzia
The way I implement such callbacks is by using a script local variable. In my script local variable, I have a handler that registers a callback. This handler will keep track of the target that registered the callback. When I need to send a callback later, I pick the original target from that variab

Re: How does a command find out who called it?

2012-02-01 Thread Andre Garzia
On Wed, Feb 1, 2012 at 10:33 PM, Phil Davis wrote: > Here's a related tidbit I learned from Dar Scott (and who else would think > of it?  ;-) > > If you have several pending messages and you want to send the next one to > the front of the pendingMessages, you can: > > send "doUrgentStuff" to me in

[TEASER] Dropbox Support Almost Ready

2012-02-01 Thread Andre Garzia
Hey Folks, Take a look at: http://andregarzia.clarify-it.com/d/earp64 This is proof of a working Dropbox library. Today, it worked for the first time and made a successful upload operation. I hope to release it soon! It will be dual licensed like the other libraries from the social network suit

Re: [TEASER] Dropbox Support Almost Ready

2012-02-02 Thread Andre Garzia
wrote: > Looks good,  will it work with iOS too???  That will be very useful! > > > On 2 Feb 2012, at 06:02, Andre Garzia wrote: > >> Hey Folks, >> >> Take a look at: >> >> http://andregarzia.clarify-it.com/d/earp64 >> >> This is proof of a w

Re: [ANN] sQuiRt now available

2012-02-02 Thread Andre Garzia
Just bought it, now, I need to fight the irresistible impulse to place barcodes in everything! =) On Thu, Feb 2, 2012 at 3:42 PM, John Craig wrote: > I'm pleased to annouce that sQuiRt (formerly LibQR), a library for > generating QR codes, is now available.  It's good for Mac / Windows / Linux >

Re: Clarify Article in Macworld

2012-02-06 Thread Andre Garzia
I must say that I really enjoy using clarify. It saves me a lot of time with my coworkers and clients. On Mon, Feb 6, 2012 at 3:42 PM, Bob Sneidar wrote: > Were the words Clarify Article not a link? They are in my sent email. Perhaps > the server strips those out for security. Here is the litera

Re: Android stats

2012-02-06 Thread Andre Garzia
Unfortunately, here in Brazil there are a lot of Android 2.1 devices. They are still popular because they are extremely cheap. Brazilian cheap is not the same as U.S. or Europe cheap. For example the iPhone 4 here costs 1000 USD with a contract, I don't want to think what it would cost without a c

Re: (OT) Re: Android stats

2012-02-06 Thread Andre Garzia
, 2012, at 3:18 PM, Andre Garzia wrote: > >> Unfortunately, here in Brazil there are a lot of Android 2.1 devices. >> They are still popular because they are extremely cheap. >> >> Brazilian cheap is not the same as U.S. or Europe cheap. For example >> the iPhone 4 h

Linode + Livecode + Virtualmin

2012-02-07 Thread Andre Garzia
Hello Folks, This is a postmortem email about setting up a Linode server to use Livecode Server. If you are not interested in learning about a great service (Linode), a great control panel (Virtualmin) and a great server language (Livecode server), then, you should just close this. I've been invo

Re: Linode + Livecode + Virtualmin

2012-02-08 Thread Andre Garzia
Ralf, Thank You for RevIgniter! =) Cheers On Wed, Feb 8, 2012 at 8:37 AM, Ralf Bitter wrote: > Andre, > > thanks for taking the time. > Your explanations are very interesting and helpful. > > Ralf > > ___ > use-livecode mailing list > use-livecode@li

Re: Linode + Livecode + Virtualmin

2012-02-08 Thread Andre Garzia
Hmmm... We use CentOS for a digital key system and we have the same problem. > Randomly Apache will fail and we usually just restart the whole server to fix > it. I would be interested in your watchdog app! You wouldn't mind sending > that to me would you? > > Bob > > > On

Re: regex help please

2012-02-09 Thread Andre Garzia
Klaus, I used to work like that, doing little XML files with RegEx and matchText. After working like that for a long time, I came to realize that there was no advantage at all in my case. It was simpler to work with RevXML. The problem with RegEx is all the little cases where it fails. I think you

Re: regex help please

2012-02-09 Thread Andre Garzia
on-rev wrote: > Hi Andre, > > Am 09.02.2012 um 21:38 schrieb Andre Garzia: > > > Klaus, > > > > I used to work like that, doing little XML files with RegEx and > matchText. > > After working like that for a long time, I came to realize that there was >

Re: regex help please

2012-02-09 Thread Andre Garzia
On Thu, Feb 9, 2012 at 7:10 PM, Klaus on-rev wrote: > Hi Andre, > > Am 09.02.2012 um 22:05 schrieb Andre Garzia: > > > Klaus, > > > > Since you have control, then instead of RegEx, you can go like > > > > > > nodecontent > > > > >

A call for inter-plugin communication

2012-02-13 Thread Andre Garzia
Hey Folks, I've been wondering why most of the plugins for LC do not publish an API that developers (and other plugins) can call. Since the addition of "dispatch", plugin developers could provide an API in the form of dispatchable calls, it would be great. The plugins could dispatch some calls to

Re: A call for inter-plugin communication

2012-02-13 Thread Andre Garzia
onewille > > Economy-x-Talk Consulting and Software Engineering > Homepage: http://economy-x-talk.com > Twitter: http://twitter.com/xtalkprogrammer > KvK: 50277553 > > Download the Installer Maker Plugin 1.7 for LiveCode here > http://qery.us/za > > On 13 feb 2012, at 17:15,

Re: A call for inter-plugin communication

2012-02-13 Thread Andre Garzia
Richard, I am on the group since forever. Our specs were pre-dispatch right? Cheers andre On Mon, Feb 13, 2012 at 3:42 PM, Richard Gaskin wrote: > Andre Garzia wrote: > >> I've been wondering why most of the plugins for LC do not publish an API >> that developers (and

Re: A call for inter-plugin communication

2012-02-13 Thread Andre Garzia
On Mon, Feb 13, 2012 at 5:57 PM, Richard Gaskin wrote: > Andre Garzia wrote: > > >> Some of this has been anticipated and spec'd in the Rev > >> Interoperability Guidelines at the RIP project: > >> <http://tech.groups.yahoo.com/group/revInterop/<htt

Re: Mac OS X 10.8!

2012-02-16 Thread Andre Garzia
But I am HAPPY with Snow Leopard ARGH... had to do a scavenger hunt to find XCode 4.2 in the Developer Portal... now it is all about Lion and Mountain Lion. Guess I will have to migrate soon... On Thu, Feb 16, 2012 at 8:08 PM, J. Landman Gay wrote: > On 2/16/12 3:19 PM, Richard Gaskin wrote:

[ot] is it safe to upgrade to lion?

2012-02-22 Thread Andre Garzia
Hey Folks, Is it safe to upgrade to Lion yet? I'd rather stay with snow leopard but with mountain lion around the corner, snow leopard becomes outdated in the sense of not being allowed into iCloud and things like that. If I don't migrate to Lion or Mountain Lion, I will not be able to move to iCl

Re: The Linux engine...

2012-02-22 Thread Andre Garzia
Malte, I think the linux engine and IDE is not as good as their siblings on MacOS X and Windows. The redraw routines used to be slower than the others but I haven't tested it since the latest graphical reorganization. But with MacOS X getting more and more like iOS and Windows being Windows, I th

Re: [ot] is it safe to upgrade to lion?

2012-02-22 Thread Andre Garzia
hat feature for Lion users until > RR come up with a fix, it's out for beta testing now so I hope a fix will > come soon. > > Paul > > On 22 Feb 2012, at 21:02, Andre Garzia wrote: > > > Hey Folks, > > > > Is it safe to upgrade to Lion yet? I'd rather st

Re: [ot] is it safe to upgrade to lion?

2012-02-22 Thread Andre Garzia
On Wed, Feb 22, 2012 at 8:01 PM, Mark Wieder wrote: > Andre- > > Wednesday, February 22, 2012, 2:37:50 PM, you wrote: > > > I think I will migrate directly to Mountain Lion because I am felling > > adventurous. > > You might try installing it into a vm to try it out first. > oh I don't dream of

Re: [ot] is it safe to upgrade to lion?

2012-02-22 Thread Andre Garzia
, Bob Sneidar wrote: > If they had put a nice video card into it, they would have then had to put > it in a nice metal case and call it a Macbook Pro. :-) > > Bob > > > On Feb 22, 2012, at 3:09 PM, Andre Garzia wrote: > > > On Wed, Feb 22, 2012 at 8:01 PM, M

Re: [OT] LC's Fields of the Future

2012-02-24 Thread Andre Garzia
On Fri, Feb 24, 2012 at 1:52 PM, Richard Gaskin wrote: > In such niche applications there may be a need for an embedded word > processor, a way for the user to write and format styled text. This won't > be a replacement for Word or OO, but instead is an integrated part of an > app that serves a d

Re: Cheap Android Tablet

2012-02-24 Thread Andre Garzia
Scott, I think that archos offers some "iPod Touch" like devices with Android. I checked their side and there are offerings from 2.8'' to 10'', you should be able to pick some resolution that you want. Since you mentioned the touchPad, I got one and I will never trade it for Android or iOS... but

Re: Stray Puts

2012-02-24 Thread Andre Garzia
Bob, I think that Chipp had an altPlugin that would look everywhere on a stack and find those puts... =) On Fri, Feb 24, 2012 at 4:49 PM, Bob Sneidar wrote: > Anyone ever scripted a put to put something in the message box, and then > forgot it was there and had a helluvatime finding it again?

Re: Mac drop file on standalone, process, and quit

2012-02-24 Thread Andre Garzia
Folks, I think that AppleEvents are not authorized on the new Mac App Store rules right? Silly Apple... Andre On Fri, Feb 24, 2012 at 4:24 PM, J. Landman Gay wrote: > On 2/23/12 10:55 PM, ilsa wrote: > >> Hi: >> >> Thanks. I was trying the below in my stack script, which I got from a >> Jacqui

Re: Stray Puts

2012-02-24 Thread Andre Garzia
On Fri, Feb 24, 2012 at 5:55 PM, Dar Scott wrote: > > Is GLX2 still available? https://bitbucket.org/mwieder/glx2/ Courtesy of Jerry and Mark =) -- http://www.andregarzia.com -- All We Do Is Code. http://fon.nu -- minimalist url shortening service. _

Re: Stray Puts

2012-02-24 Thread Andre Garzia
Jacque, I use something like constant kDebug = true on log pText if kDebug is true then put pText end if end log The good thing is that if I want to change from debug to release, I just change the kDebug constant value and the puts are gone. Cheers andre On Fri, Feb 24, 2012 at 6:58

Re: Mac drop file on standalone, process, and quit

2012-02-24 Thread Andre Garzia
ou're doing vertical) Also the iCloud stuff only work for software from the Mac Apple Store. > > Bob > > > On Feb 24, 2012, at 11:44 AM, Andre Garzia wrote: > > > Folks, > > > > I think that AppleEvents are not authorized on the new Mac App Store >

Re: Mac drop file on standalone, process, and quit

2012-02-24 Thread Andre Garzia
.com > > Tim > > On Feb 24, 2012, at 2:43 PM, Andre Garzia wrote: > > > On Fri, Feb 24, 2012 at 7:26 PM, Bob Sneidar wrote: > > > >> Well then screw the app store! I am starting to look sideways at > Apple... > >> > > > > There will be a day

Re: Stray Puts

2012-02-24 Thread Andre Garzia
On Fri, Feb 24, 2012 at 7:55 PM, Dar Scott wrote: > Is there any advantage of using a debug constant over commenting out the > body of the log? no advantage at all... actually, the commented version will run faster because it does not execute the if statement to check for constant value. The th

Re: Stray Puts

2012-02-24 Thread Andre Garzia
On Fri, Feb 24, 2012 at 8:41 PM, J. Landman Gay wrote: > On 2/24/12 3:39 PM, Dar Scott wrote: > >> That may have been I who mentioned log. >> > > I'm sure it must have been, you have lots of little tricks like that. I > just couldn't remember for sure. > > I've used Andre's method too, where you t

Re: Stray Puts

2012-02-24 Thread Andre Garzia
On Fri, Feb 24, 2012 at 10:21 PM, Mark Wieder wrote: > Andre- > > Friday, February 24, 2012, 2:22:47 PM, you wrote: > > > Then you have added benefits... > > Also note that as of rev 2.9 "put" statments to the message box can be > redirected to a file. I forget the details off the top of my head,

Re: [OT] 100GB free cloud storage for Android

2012-02-24 Thread Andre Garzia
Folks, Box is pretty useful. Check out Box Apps at http://www.box.com/services and you will see integration with Desktop and lots of others services. Box API is very useful too. IIRC Box allow you to share a folder(s) and/or file(s) with third-party users with password even if they don't have a b

Re: [OT] 100GB free cloud storage for Android

2012-02-24 Thread Andre Garzia
10:06 PM, Andre Garzia wrote: > >> Folks, >> >> Box is pretty useful. Check out Box Apps at http://www.box.com/servicesand >> you will see integration with Desktop and lots of others services. Box API >> is very useful too. >> > > Isn't desktop integratio

Re: [ANN] video picking and editing added to mergExt

2012-02-27 Thread Andre Garzia
OMG! it is getting better and better! thanks for the hard work Monte! On Sun, Feb 26, 2012 at 9:37 PM, Monte Goulding wrote: > Hi LiveCoders > > The mergAV suite of externals has grown again! The top pick on our poll > was movie picking, recording, editing and saving and so we have added a new

Re: revpdfprinter + RevServer?

2012-02-28 Thread Andre Garzia
Richard, I know it is not what you are asking for but Quartam PDF works on RevServer. Cheers andre On Tue, Feb 28, 2012 at 12:41 AM, Richard Gaskin wrote: > Does LC's revpdfprinter work with RevServer? > > I would guess the answer is "no" since CGIs have no graphics environment, > but it would

Re: unresponsive sequential post requests - libURL problem?

2012-02-29 Thread Andre Garzia
Are these posts all going to the same server? Do you see something like "error, the previous request is not complete" or similar? How many posts are we talking about? On Wed, Feb 29, 2012 at 9:51 PM, Terry Judd wrote: > Hi guys (Dave hopefully you're not too far away) - earlier on I asked > abou

Re: unresponsive sequential post requests - libURL problem?

2012-03-01 Thread Andre Garzia
Folks, This is from the "wild crazy and potentially stupid ideas" department: 1 - have you tried lowering the timeout interval, this way, your calls should fail faster and you would be able to recover more easily. Better retry until it work than to be locked into a timeout loop. 2 - Are you exec

Re: Apple iPad announcement evokes yawn

2012-03-07 Thread Andre Garzia
On Thu, Mar 8, 2012 at 12:35 AM, Colin Holgate wrote: > Android resolutions are more consistent than iOS. By which I mean that > consistently every new Android device is a resolution that you haven't > heard of before! > I've heard that Google is dealing with that by shipping a new Android Emula

Re: post command on Android not working (?)

2012-03-08 Thread Andre Garzia
That bugs prevents anyone from implementing any social network stuff on Android, should be marked as blocker. =/ On Thu, Mar 8, 2012 at 11:07 AM, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > Hi Nicolas, > > You're right, this doesn't work. It is a bug. Currently, I don't know of

Re: [WOT] Warning - long winded discussion - was Re: Apple iPad announcement evokes yawn

2012-03-09 Thread Andre Garzia
On Thu, Mar 8, 2012 at 10:41 PM, Bob Sneidar wrote: > And what really eats at this long time mac aficionado is that soon I will > be forced to upgrade. I LIKE Leopard/Snow Leopard! I don't wanna give it up! > What bob said The only thing forcing me to upgrade is Apples silly decisions that

Re: on-rev urgent problem -- Livecode contact address?

2012-03-10 Thread Andre Garzia
e still shows an > error when loading the "dbmysql.so" driver. > > Looking thru the archives, this "dbmysql.so" problem has happened > before. Case-sensitivity was noted on by Andre Garzia, but, as I > wrote, the setup has worked fine for years. So, why the hiccup now? &

[OT] Free SSL certificates available

2012-03-11 Thread Andre Garzia
Hey Folks, I don't know how many of you here have struggled with SSL certificates before. Once I purchased an SSL certificate from GoDaddy and it was a really bad experience. These days, I decided to move away from GoDaddy and try something new since I don't like their practices. Lurking on the Ha

Re: [OT] Free SSL certificates available

2012-03-11 Thread Andre Garzia
I think they are from Israel. I remember they being hacked a year ago or so but no harm done. I don't recall they being intrusive. I just filled my normal information. odd. well... that was just my experience, maybe, I am wrong. =) On Sun, Mar 11, 2012 at 8:58 PM, Mark Schonewille < m.schonewi

Re: Cyberduck versus Flow

2012-03-13 Thread Andre Garzia
Francis, I like both Interarchy and Transmit http://nolobe.com http://panic.com These days I am using Transmit. =) On Tue, Mar 13, 2012 at 4:01 PM, Francis Nugent Dixon wrote: > Hi from Beautiful Brittany, > > Maybe a little outside LiveCode discussions, but > I want the best app to upload my

Re: [ANN] iOS document interaction external added to mergExt

2012-03-14 Thread Andre Garzia
Thomas, I agree with you!!! Monte, thanks for the wonderful tools! On Wed, Mar 14, 2012 at 10:01 AM, Thomas McGrath III wrote: > Monte, > > This is a great external. Thanks so much for this. This is the best > purchase I've made in a long time. > > Keep up the great work…. > > -- Tom McGrath III

How to detect Android or iOS

2012-04-11 Thread Andre Garzia
Hey Folks, As someone who is about to finish some cross-platform libraries to be released soon, I must ask. Is there any clear way to detect if I am running on iOS or Android? What I have right now is checking the environment to see if it is "mobile" and then I check for all the possible combinati

Re: How to detect Android or iOS

2012-04-11 Thread Andre Garzia
unction. Still have to check whats returned > > and figure it out, but can skip the check for 'mobile' and go directly to > > looking for ios devices. > > > > > > On Wed, Apr 11, 2012 at 4:02 PM, Andre Garzia >wrote: > > > >> Hey Folks, > &g

[OT] Installing lion, if I am not back in a week, send the rescue team...

2012-04-12 Thread Andre Garzia
Folks, I am now installing lion. If you don't see me on this list in a week, send in a rescue team. I will be the sobbing person in the corner of my office hugging a broken mac. =) -- http://www.andregarzia.com -- All We Do Is Code. http://fon.nu -- minimalist url shortening service. __

Re: Linux application crashes

2012-04-12 Thread Andre Garzia
Glen, My linux system is down (fried psu) so I can't test it right now, sorry. I advise you to check with support at supp...@runrev.com this sounds like a blocker. Best andre On Thu, Apr 12, 2012 at 10:23 PM, Glen Bojsza wrote: > Hello, > > I have discovered a potential problem with my Liveco

Re: [OT] Installing lion, if I am not back in a week, send the rescue team...

2012-04-12 Thread Andre Garzia
On Thu, Apr 12, 2012 at 8:28 PM, J. Landman Gay wrote: > On 4/12/12 6:19 PM, Andre Garzia wrote: > >> Folks, >> >> I am now installing lion. If you don't see me on this list in a week, send >> in a rescue team. I will be the sobbing person in the corner o

Re: [OT] Installing lion, if I am not back in a week, send the rescue team...

2012-04-12 Thread Andre Garzia
eheheh, Silly Lion, just installed the damn thing and it already kernel panic'd twice!!! Any trick I should know to work with the new XCode thing? Cheers andre ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscrib

[OT] nice views from my city

2012-04-12 Thread Andre Garzia
Folks, Just installed Mac OS X Lion and was trying to build a little mobile app when I discovered that I needed a new XCode for that. While I was downloading the new version, I went to browse my TV news. Here in Brazil, in our main broadcast channel, we have a series called "The Brazilians Girls"

Re: [OT] nice views from my city

2012-04-13 Thread Andre Garzia
> > > Very nice! I like those white domes and wavy structures. They look very > futuristic. > > Roger, Glad you liked. They are designed by Oscar Niemeyer ( http://en.wikipedia.org/wiki/Oscar_Niemeyer) he is 104 years old as of now, he still alive and still working. He created lots of futuristi

Re: [OT] Android for the HP Touchpad (ICS 4.0)

2012-04-13 Thread Andre Garzia
On Thu, Apr 5, 2012 at 9:29 PM, Roger Eller wrote: > I just happen to discover this when browsing YouTube, and I thought of > Andre. If you ever decide to part ways with WebOS (not likely), your > hardware is at least capable of running the latest incarnation of Android, > and very well it appear

equivalent of iphoneApplicationIdentifier() for Android

2012-04-13 Thread Andre Garzia
Hey Folks, Anyone knows if there is a way to get the bundle identifies for Android? something like iphoneApplicationIdentifier() but for android... Cheers andre -- http://www.andregarzia.com -- All We Do Is Code. http://fon.nu -- minimalist url shortening service. __

Re: [OT] Android for the HP Touchpad (ICS 4.0)

2012-04-14 Thread Andre Garzia
> > Actually Andre, you don't need to actually convert - it runs as a > dual-boot on the TouchPad, so you can pick either WebOS or Android and get > the best of both worlds. > > Just FYI, > > Ken, IIRC to dual boot you need to doctor your touchpad, this means reflashing it. You need to use metadoc

Re: [OT] nice views from my city

2012-04-16 Thread Andre Garzia
On Mon, Apr 16, 2012 at 3:04 AM, Gerry Orkin wrote: > Andre wrote: > > > (prettiest > > bay ever). > > It is very pretty :) My bay looks like this (2mb file): > > http://dl.dropbox.com/u/67170/examples/skiesmatrix.jpg > > Gerry, Wow, very pretty! I would mistake it for the sea. It is a big bay r

Re: [OT] nice views from my city

2012-04-16 Thread Andre Garzia
Monte, That is beautiful! =) I love green! On Mon, Apr 16, 2012 at 8:01 PM, Monte Goulding wrote: > >> It is very pretty :) My bay looks like this (2mb file): > >> > >> http://dl.dropbox.com/u/67170/examples/skiesmatrix.jpg > >> > > Unfortunately, I have neither a bay nor a city view. I'm stuc

[ENHANCEMENT REQUEST] LiveCode Server needs a way to disable SSL verification check

2012-04-18 Thread Andre Garzia
Hey Folks, Sometimes you need to use a self-signed certificate with a server that you want to access with LiveCode. When using LiveCode with Desktop Apps, you can issue libURLSetSSLVerification false and be happy but if you're using LiveCode server, then you're lost because there is no way to disa

Re: Casey is now in the App Store

2012-04-25 Thread Andre Garzia
Congrats Jacque =) On Wed, Apr 25, 2012 at 7:51 PM, J. Landman Gay wrote: > Casey's Solitaire has migrated to the App Store. :) If you have an iPad > you can grab it here: > >

Re: Casey is now in the App Store

2012-04-25 Thread Andre Garzia
On Wed, Apr 25, 2012 at 8:32 PM, J. Landman Gay wrote: > On 4/25/12 6:01 PM, Andre Garzia wrote: > >> Congrats Jacque >> > > Thanks Andre. I was positive Apple would reject it for something silly, > I've heard so many reports here about that. I was prepared f

Re: problem for the ancients - headless cgi mode and images

2012-04-30 Thread Andre Garzia
On Sun, Apr 29, 2012 at 12:38 AM, J. Landman Gay wrote: > On 4/28/12 5:48 PM, Bryan McCormick wrote: > >> Folks, >> >> This is aimed at people who know the vagaries of the headless cgi mode >> of old. >> >> I am trying to set an image in a headless stack and then get its >> imagedata. In other wor

Apple being Evil, again...

2012-05-01 Thread Andre Garzia
Folks, I want to release Dropbox support for LiveCode soon but it appears that Apple is being evil again. It is rejecting any application that connects to Dropbox. Checkout the thread at: http://forums.dropbox.com/topic.php?id=59350 And that is why I use webOS and Android as my mobile platforms

Re: PayPal IPN & LC

2012-05-01 Thread Andre Garzia
Guys and Gals, You may want to check https://www.paypal-community.com/t5/About-Settings/Paypal-repeats-identical-IPN-posts/td-p/465559 Cheers andre On Tue, May 1, 2012 at 10:21 PM, Richard Miller wrote: > Monte, > > Do you mean like the line shown below (==>)? If so, it doesn't seem to > trigg

Re: Apple being Evil, again...

2012-05-01 Thread Andre Garzia
ted to is changed in > the new sdk without the link to buy more space (which is against the app > store rules). > > -- Tom McGrath III > http://lazyriver.on-rev.com > 3mcgr...@comcast.net > > On May 1, 2012, at 8:52 PM, Andre Garzia wrote: > > > Folks, > > >

Re: Apple being Evil, again...

2012-05-01 Thread Andre Garzia
the new one. > > -- Tom McGrath III > http://lazyriver.on-rev.com > 3mcgr...@comcast.net > > On May 1, 2012, at 9:57 PM, Andre Garzia wrote: > > > Thomas, > > > > There are reports of apps being rejected EVEN AFTER THE SDK CHANGE. It > > appears th

Re: PayPal IPN & LC

2012-05-01 Thread Andre Garzia
Folks, I found some old IPN code I had. It was a part of a online shop software. There are two useful files: ipn.inc - https://gist.github.com/2573122 ipn.irev - https://gist.github.com/2573132 The code above serves as reference material, I am not advocating that the code above is safe or that i

Re: Hosting Companies: Was Gatekeeper

2012-05-10 Thread Andre Garzia
Folks, I recommend http://jaguarpc.com they are very reliable and their support rocks. For those that can maintain their own servers, I recommend http://linode.com. Linode is like having your own little cloud but you're responsible for everything. JaguarPC is a managed host, so you can call suppo

Re: Hosting Companies: Was Gatekeeper

2012-05-10 Thread Andre Garzia
Things are so cheap these days that there is no reason not to go with a VPS hosting. Instead of paying from 5 to 10 monthly, you can pay just a little big more and be root. You may not know how to do linux stuff but once you need to install some odd library or software you will be happy that you we

Re: Hosting Companies: Was Gatekeeper

2012-05-10 Thread Andre Garzia
act me now and be > first in line. > > On 10 mei 2012, at 22:31, Andre Garzia wrote: > > > Things are so cheap these days that there is no reason not to go with a > VPS > > hosting. Instead of paying from 5 to 10 monthly, you can pay just a > little > > big more

Re: ANN: Tiny Loupe 1.0 (well, sorta)

2012-05-11 Thread Andre Garzia
Dar, on a related note: I love those primers! =) ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Auto-opening folders

2012-05-14 Thread Andre Garzia
Whenever faced with options like this, I'd rather have a preference that I could set. You will have both kinds of users, so why not give them the choice? On Mon, May 14, 2012 at 1:59 PM, Bob Sneidar wrote: > Works on Mac too, but the path to folder needs to begin with / as in > "/Volumes/BOOTCA

Re: HP WebOS tablet

2012-05-18 Thread Andre Garzia
Folks, I am a heavy user of my HP Touchpad. I prefer webOS than Android and iOS. If you need any webOS advise, just shoot me an email. The first thing you want to do is checking http://webosinternals.org, you want to install Preware and then, the sky is the limit. Cheers andre On Fri, May 18, 2

[OT] My iCloud account has been hacked.

2012-05-18 Thread Andre Garzia
Folks, As some here may know, long time ago I went by the online alias of Soapdog and my email was soap...@mac.com. I created that email when iTools and MacOS 9 were new things and went thru dotMac, mobileMe and now iCloud. Some hours ago, I received a call from my father saying that my account wa

Re: [OT] My iCloud account has been hacked.

2012-05-18 Thread Andre Garzia
; *may* account for it. I lost one, and subsequently "bricked" it, but I > don't think they ever connected to the internet before they extracted my > information. Can't brick an iPhone if you can't see it on the Internet. > > Bob > > > On May 18, 2012, at

Re: [OT] My iCloud account has been hacked.

2012-05-18 Thread Andre Garzia
d. The users will always be blamed. Also, I reinstalled Lion two days ago so this was basically a fresh install. > > Ouch! > Jerry > > On May 18, 2012, at 2:24 PM, Andre Garzia wrote: > > > Folks, > > > > As some here may know, long time ago I went by the onlin

Re: Android Emulator upside down

2012-05-22 Thread Andre Garzia
Chipp, The android emulator is probably the worst piece of software that I've ever used. It is far easier and faster to just hook an android device to the machine and press test. Serious, that emulator is evil. andre On Tue, May 22, 2012 at 11:16 PM, Chipp Walters wrote: > When I run my LC st

Re: Android Emulator upside down

2012-05-22 Thread Andre Garzia
On Tue, May 22, 2012 at 11:38 PM, J. Landman Gay wrote: > It also might be that the simulator is opening upside down. I told you that simulator is EVIL! -- http://www.andregarzia.com -- All We Do Is Code. http://fon.nu -- minimalist url shortening service.

Re: Reading the manual and other docs on an iPad

2012-05-23 Thread Andre Garzia
Online docs at http://docs.runrev.com It is really slow but works. -- enviado do meu Nexus S - android is freedom. http://andregarzia.com :: all we do is code http://fon.nu :: minimalist url shortening Em 22/05/2012 08:21, "Mark Rauterkus" escreveu: > Hi, > > Are there LiveCode docs that can be

Re: [PREVIEW] Task LIst Plugin (lcTaskList) for LiveCode

2012-05-23 Thread Andre Garzia
I just want to say that I really like this! I can see myself using this all the time! =) On Wed, May 23, 2012 at 1:24 AM, Bill Vlahos wrote: > Have you ever forgotten where you last left off in your scripts? Need a > better way to manage the code you need to write or fix, or make a quick >

Re: [PREVIEW] Task LIst Plugin (lcTaskList) for LiveCode

2012-05-23 Thread Andre Garzia
I've added the following index words to my setup OMG WHY NOOO SILLYAPPLE On Wed, May 23, 2012 at 5:54 PM, Bill Vlahos wrote: > Pete, > > You can do that now in the Preferences. Just double-click in the Library > field to edit. Then click it to add the word(s) to the active field. > > Bill Vlaho

[OT] Saved by Dropbox Packrat

2012-05-23 Thread Andre Garzia
Folks, I am a heavy Dropbox user and keep all my LiveCode stuff inside it. I've been working with a stack for a while and then today I needed the old version from a month ago with a completely different interface and behavior. Thanks to Dropbox Packrat, I could "rewind" time and pick the old versi

Re: [OT] Saved by Dropbox Packrat

2012-05-23 Thread Andre Garzia
; Are you using any decryption? > > Regards, > > Matthias > > Am 23.05.2012 um 23:29 schrieb Andre Garzia: > > > Folks, > > > > I am a heavy Dropbox user and keep all my LiveCode stuff inside it. I've > > been working with a stack for a while and then

Re: [OT] Saved by Dropbox Packrat

2012-05-23 Thread Andre Garzia
On Wed, May 23, 2012 at 7:57 PM, Matthias Rebbe < matthias_livecode_150...@m-r-d.de> wrote: > Btw.: Any news about your social network library suite? > Matthias, The dropbox library is a part of it. I know everyone is waiting but both twitter and facebook changed their API not long ago and I am

Re: [OT] Saved by Dropbox Packrat

2012-05-23 Thread Andre Garzia
On Wed, May 23, 2012 at 8:29 PM, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > I'm no Pro user and I have no Packrat. If you're not a Packrat user, your history is retained only for 30 days if I remember correctly. This is enough to save your life but I am really paranoid and the

Re: [OT] Saved by Dropbox Packrat

2012-05-23 Thread Andre Garzia
On Wed, May 23, 2012 at 9:02 PM, Tim Jones wrote: > On May 23, 2012, at 4:43 PM, Andre Garzia wrote: > > > If you're not a Packrat user, your history is retained only for 30 days > if I remember correctly. This is enough to save your life but I am really > paranoid and t

Re: [OT] Saved by Dropbox Packrat

2012-05-24 Thread Andre Garzia
Landman Gay >wrote: > > > On 5/23/12 5:48 PM, Andre Garzia wrote: > > > >> Hello Matthias, > >> > >> Packrat is a Dropbox Pro add-on for which you pay 39 USD per year and it > >> stores your file modification history forever. > >> >

[ANN] Little plugin stack uploaded to RevOnline

2012-05-24 Thread Andre Garzia
Folks, I am sharing a little plugin that I use everyday. It is called FileDrag and I don't remember if I shared it before. What it does it sit idle there and when you move your mouse into it, it replaces the text field with the file name of your topstack. Dragging the text field or the little file

Re: Google alerts

2012-05-24 Thread Andre Garzia
Colin, Congrats on the book! I am the first in line to purchase it! =) Cheers andre On Thu, May 24, 2012 at 1:21 PM, Colin Holgate wrote: > For what it's worth, Packt do publish books on some pretty obscure and > specialized topics. If you check for Drupal as an example, there are 39 > books o

Question about the "copy files" tab on the Standalone Settings

2012-05-24 Thread Andre Garzia
Hey Folks, When I am building for mobile and use the "Copy Files" tab to add files to my bundle, it always create the whole folder structure in the destination engine folder. I know I can set the defaultfolder to the same place where the files are and then add them without any referenced folder. I

Re: Question about the "copy files" tab on the Standalone Settings

2012-05-24 Thread Andre Garzia
> > Cheers > > -- > Monte Goulding > > On 25/05/2012, at 4:08 AM, Andre Garzia wrote: > > > Hey Folks, > > > > When I am building for mobile and use the "Copy Files" tab to add files > to > > my bundle, it always create the whole folder struc

Re: [ANN] Little plugin stack uploaded to RevOnline

2012-05-24 Thread Andre Garzia
On Thu, May 24, 2012 at 8:04 PM, Mark Wieder wrote: > Andre Garzia writes: > > > Its available on RevOnline or > > How in the world did you manage to do that? I haven't been able to upload > anything to revOnline for months now. > I just reset my password... I trie

<    1   2   3   4   5   6   7   8   9   10   >