Re: Countdown HH:MM:SS

2011-07-20 Thread Ken Ray
On Jul 19, 2011, at 10:00 PM, dunb...@aol.com wrote: Hi. Shorter? It already can be pretty short. MUCH shorter? Where's Colin? Here's the fastest way I know: on mouseUp DisplayTime end mouseUp on DisplayTime put the long time into tTime convert tTime to dateItems split tTime by

iPhone + Arduino

2011-07-20 Thread Phil Davis
I just saw this: http://www.tuaw.com/2011/07/19/cord-from-iphone-to-arduino-now-available/ Redpark (maker of the cable) has a Serial SDK for app dev with the cable. I assume it could be made into an external for mobile dev (?), but their licensing is for private use only. Bummer. -- Phil

Re: age calculation on Windows vs Mac

2011-07-20 Thread André Bisseret
Pete, Ken, SparkOut, Bill, Thank you very much for your attention and your answers. This morning, I am going to change my handler in order to get windows accepting it!! I will let you know my result Wonderful list ;-)) André Le 20 juil. 2011 à 01:24, Bill Vlahos a écrit : The problem

Re: age calculation on Windows vs Mac

2011-07-20 Thread SparkOut
As well as changing your handler, which is unfortunately necessary at the moment, if you have access to the QCC you could vote for bug #4941 and/or message support and bring awareness back to this. It's not that Livecode can't determine pre epoch dates on Windows - it's just that the

Re: Output error in standalone

2011-07-20 Thread Mark Schonewille
Hi Charles, You might want to check out this http://qery.us/v9 blog post. Are you sure that the Mac OS X binaries are still inside the Runtime folder of your Revolution application folder? Is any Mac OS X item at all created by the standalone builder? -- Best regards, Mark Schonewille

AW: ANN: LiveCodeErrors for iPhone

2011-07-20 Thread Tiemo Hollmann TB
I just can't recall the circumstances, but I had some of these error messages just with codes in the last years and was happy about Marks web interface to decode them. My 2 cents Tiemo -Ursprüngliche Nachricht- Von: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-

Re: age calculation on Windows vs Mac

2011-07-20 Thread André Bisseret
Le 20 juil. 2011 à 09:49, SparkOut a écrit : As well as changing your handler, which is unfortunately necessary at the moment, it is a pity indeed ; I am wasting a lot of time :-(( if you have access to the QCC you could vote for bug #4941 and/or message support and bring awareness back to

Re: Countdown HH:MM:SS

2011-07-20 Thread Roger Eller
On Wed, Jul 20, 2011 at 2:12 AM, Ken Ray wrote: On Jul 19, 2011, at 10:00 PM, dunb...@aol.com wrote: Hi. Shorter? It already can be pretty short. MUCH shorter? Where's Colin? Here's the fastest way I know: on mouseUp DisplayTime end mouseUp on DisplayTime put the long time

Re: age calculation on Windows vs Mac

2011-07-20 Thread André Bisseret
Le 20 juil. 2011 à 09:49, SparkOut a écrit : As well as changing your handler, which is unfortunately necessary at the moment, if you have access to the QCC you could vote for bug #4941 Done; in fact, I discovered that I had already put 5 votes for this bug, quite a long time ago ;-))

Re: ANN: LiveCodeErrors for iPhone

2011-07-20 Thread Bernard Devlin
Whilst I don't have a use for this incarnation of Mark's app (I'm avoiding the new Apple ecosystem as much as possible), I've used his web service for looking up such errors, and I bought a copy of his library errorLib years ago for the same purpose. It's kind of weird that some of us should get

Re: ANN: LiveCodeErrors for iPhone

2011-07-20 Thread Chipp Walters
Mark, Thanks for your generous offer, but frankly, since I don't recall seeing those errors, I'm sure Richard's technique and your web application will suffice for now. I suspect I may have actually run across them, but instantly know what the problem is- or have just gotten used to ignoring

Re: ANN: LiveCodeErrors for iPhone

2011-07-20 Thread Mark Schonewille
Chipp, True, your customer won't and shouldn't see those errors, unless you display them on purpose. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 New:

Re: ANN: LiveCodeErrors for iPhone

2011-07-20 Thread Malte Brill
True, your customer won't and shouldn't see those errors, unless you display them on purpose. Which I frankly do quite often. :-) (Not that my software ever has errors... mwahahaha) Malte ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: LiveCode Server Release and On-Rev

2011-07-20 Thread Andrew Kluthe
Heather says On-Rev users will be upgraded to the new livecode server in a few days. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/LiveCode-Server-Release-and-On-Rev-tp3679789p3680996.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: ANN: LiveCodeErrors for iPhone

2011-07-20 Thread J. Landman Gay
I also have a free web interface for error lookup. But what bothers me is that everyone who has LiveCode already has a copy of the error list, extracting it to a field takes one line of script in the message box, and the lookup script is two lines of code. Even the most basic newcomer could do

Re: age calculation on Windows vs Mac

2011-07-20 Thread André Bisseret
Bonjour, After following the quoted adv!ces from SparkOut, I found a handler given in 2006 by Peter Brigham on nabble; it is running well on PC (it avoid the 1970 barrier!) Thank you Peter ;-)) When age 4 (baby), I need to get it in month so I keep the handler from Jim Ault (thank you Jim

Re: ANN: LiveCodeErrors for iPhone

2011-07-20 Thread Mark Schonewille
Hi Jacque, I really believe you should write people off-list, when you accuse them. I still believe I made a useful app, since I use it myself. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter:

Re: ANN: LiveCodeErrors for iPhone

2011-07-20 Thread Roger Eller
On Wed, Jul 20, 2011 at 10:59 AM, J. Landman Gay wrote: I also have a free web interface for error lookup. But what bothers me is that everyone who has LiveCode already has a copy of the error list, extracting it to a field takes one line of script in the message box, and the lookup script is

Re: ANN: LiveCodeErrors for iPhone

2011-07-20 Thread Mark Schonewille
I think it is really mean what you guys are doing. I have taken all free LiveCode utilities and libraries off-line. From now on, you will have to pay if you want to use something. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage:

Re: Countdown HH:MM:SS

2011-07-20 Thread James Hurley
Roger Is this what you are looking for? on mouseUp set itemdel to : put the long time into tTime put char 1 to -4 of tTime into field 1 convert tTime to dateItems set the hms of me to tTime countDown end mouseUp on countDown put the hms of me into temp subtract 1

Re: ANN: LiveCodeErrors for iPhone

2011-07-20 Thread Andre Garzia
irgh, Hey Guys, Is it friday 13th here? What is happening? Mark made an mobile application that he likes and some other people find useful, props to him. Others don't see the need, that is ok. Mark is not forcing anyone to buy anything, actually, for someone to want his app, this person needs to

Re: ANN: LiveCodeErrors for iPhone

2011-07-20 Thread Matthias Rebbe
Hi, although i understand what you mean. I cannot completely agree. Nobody is forced to buy it. Mark made an iOS tool which can be used offline on the iOS devices. He spent time and effort into it. So why not selling? Everyone is free to use the free webInterfaces. But if one wants to buy,

Re: Countdown HH:MM:SS

2011-07-20 Thread James Hurley
Roger, I forgot the stop clause. Maybe: if field 1 is 0:0:0 then --or whatever --Do your business else send countDown to me in 1 sec end if Roger Is this what you are looking for? on mouseUp set itemdel to : put the long time into tTime put char 1 to -4 of tTime into

Re: ANN: LiveCodeErrors for iPhone

2011-07-20 Thread Judy Perry
I've followed this thread with some interest as it is something I intended to purchase once my vacation here in Florida is done. What amazes, no, horrifies me is the pure vitriol and outright personal nastiness that has greeted this nice product. Sure, the rest of you Titans could figure out

Re: ANN: LiveCodeErrors for iPhone

2011-07-20 Thread Matthias Rebbe
Well spoken, Andre ! Am 20.07.2011 um 17:45 schrieb Andre Garzia: irgh, Hey Guys, Is it friday 13th here? What is happening? Mark made an mobile application that he likes and some other people find useful, props to him. Others don't see the need, that is ok. Mark is not forcing anyone

Re: ANN: LiveCodeErrors for iPhone

2011-07-20 Thread J. Landman Gay
I apologize for the public posting. I agree that anyone can sell anything they like, and anyone can buy anything they like. End of thread for me. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com

Re: ANN: LiveCodeErrors for iPhone

2011-07-20 Thread Kevin Miller
Hi folks, I have every confidence in the free market to determine whether or not people find this tool useful. I'm certainly not going to make a judgement either way and I know that we have so many different types of people using LC these days. Lets drop this thread now, please. Kind regards,

Re: ANN: LiveCodeErrors for iPhone

2011-07-20 Thread Mark Schonewille
Thank you, Jacque. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 New: Download the Installer Maker Plugin 1.6 for LiveCode here http://qery.us/ce On 20 jul

Re: externals error under linux

2011-07-20 Thread Bob Sneidar
No but I LOVE the word wimplicit!! I am going to have to work that into a sentence soon. Bob On Jul 19, 2011, at 8:35 PM, Andre Garzia wrote: Folks, Anyone seen this: warning: implicit declaration of function ‘getXtable’ [-Wimplicit-function-declaration] It is related to some

Re: age calculation on Windows vs Mac

2011-07-20 Thread Bob Sneidar
I purchased Infowallet, (it's awesome) and so feel it's alright to scavenge your bit of code. :-) Bob On Jul 19, 2011, at 4:24 PM, Bill Vlahos wrote: The problem is the epoch date in Windows is 1970 and LiveCode can't deal with dates earlier than that in Windows. You will need to use a

Re: Countdown HH:MM:SS

2011-07-20 Thread Bob Sneidar
Hey as long as we are talking about dates and times, I am going to need soon a method to determine if a block of time intersects with another. Specifically I will need to do this in an SQL query. I suppose the best way would be to store all dates in julian format, then have a query that, given

Re: externals error under linux

2011-07-20 Thread Chris Bohnert
Andre, This is the compiler warning you that it can't find a header prototype for the getXtable function. In this case the function (which used to be in XCmdGlue.c) will serve as the declaration and you can remove the warning by changing the compiler flag -Wimplicit-function-declaration to

Re: externals error under linux

2011-07-20 Thread Andre Garzia
Chris, Thank you very much! I will look into that. :-) The Linux Externals SDK is not used much, so I guess there might be bugs. :-) On Wed, Jul 20, 2011 at 1:36 PM, Chris Bohnert ch...@altuit.com wrote: Andre, This is the compiler warning you that it can't find a header prototype for the

Re: LiveCode Server Release and On-Rev

2011-07-20 Thread Ken Ray
On Jul 20, 2011, at 9:36 AM, Andrew Kluthe wrote: Heather says On-Rev users will be upgraded to the new livecode server in a few days. That's great to hear, but should I assume that current .irev files won't be affected by the upgrade? I just want to know if I need to change anything before

Your Icon Requests for Android and iOS Development

2011-07-20 Thread Lynn Fredricks
Hello all, A partner of mine makes the icons for IconPeople - many of you have the Valerian icon set, either purchased individually or received in a bundle. Since we now have iOS and Android deployment for LiveCode, we've been thinking about what icons would be useful to extend Valerian for use

Re: iPhone + Arduino

2011-07-20 Thread Phil Davis
I emailed Redpark and heard back from them: Apple policy established the private use only approach. This was not defined by Redpark. So there you have it. Phil On 7/19/11 11:47 PM, Phil Davis wrote: I just saw this:

Re: Countdown HH:MM:SS

2011-07-20 Thread Ken Ray
Using the dateItems is definitely the right direction, but my objective is to count backwards from for example; 2 hours, 45 minutes, and 59 seconds while updating the display field every second. When the countdown reaches 00:00:00, I would play a sound of do other actions. Sorry about

Re: ANN: LiveCodeErrors for iPhone

2011-07-20 Thread Roger Eller
On Wed, Jul 20, 2011 at 12:02 PM, J. Landman Gay wrote: I apologize for the public posting. I agree that anyone can sell anything they like, and anyone can buy anything they like. End of thread for me. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software

Re: LiveCode Server Release and On-Rev

2011-07-20 Thread Andre Garzia
There is a way to have both RevServer and the new LiveCode Server installed side by side with no interference. You can bind one to .lc and the other to .irev. I don't know how RunRev will install things on the On-Rev server, but this can be done. On Wed, Jul 20, 2011 at 1:46 PM, Ken Ray

Mac OS X Lion

2011-07-20 Thread René Micout
Hello Mac addict(s) ! First impression after installing Mac OS X Lion on my Macintosh... LiveCode 4.6.3 run well... New buttons, new radio buttons... A little problem: the scroll bar have the two aspect, the last one (borders) ans the new one (grey bar moving)... Tomorrow morning a more complete

Re: Mac OS X Lion

2011-07-20 Thread Klaus on-rev
Bonsoir René, Am 20.07.2011 um 19:34 schrieb René Micout: Hello Mac addict(s) ! First impression after installing Mac OS X Lion on my Macintosh... LiveCode 4.6.3 run well... New buttons, new radio buttons... A little problem: the scroll bar have the two aspect, the last one (borders) ans

Re: Countdown HH:MM:SS

2011-07-20 Thread Pete
Hi Bob, Depending on your requirements, your tests might ned to be = and =. Also, SQL has a BETWEEN operator that would make your code a little more readable: SELECT * FROM xyz WHERE startDate BETWEEN savedStartDate AND savedEndDate I don't think you need to store your dates in julian

Re: Mac OS X Lion

2011-07-20 Thread Andre Garzia
I don't like lion or the new scrollbars... :-( will stay with snow leopard for a while :-) On Wed, Jul 20, 2011 at 2:42 PM, Klaus on-rev kl...@major.on-rev.comwrote: Bonsoir René, Am 20.07.2011 um 19:34 schrieb René Micout: Hello Mac addict(s) ! First impression after installing Mac OS

Re: Mac OS X Lion

2011-07-20 Thread Richard Gaskin
Andre wrote: I don't like lion or the new scrollbars... :-( For better or worse, it seems those scrollbars are the wave of the future: http://livecodejournal.com/blog.irv?pid=1307545265.586975 What concerns me more about Lion is how auto-save is supposed to work with our apps --

Re: revmpossible?

2011-07-20 Thread AcidJazz
Cool. A video would be great. It's not entirely clear to me yet what revimpossible could *not* do that a plugin could do, but that indicates my lack of understanding. Thanks, Mark -- View this message in context:

revIgniter

2011-07-20 Thread Olivier Dussutour
I do not quite understand what is revigniter? Is it locally installed with WampServer? ps: I am beginner and French with a deplorable level of English so please write slowly ;-) Cordialement, Olivier Dussutour olivierdussut...@gmail.com ___

Re: Countdown HH:MM:SS

2011-07-20 Thread Bob Sneidar
Ah! Very useful thank you! Bob On Jul 20, 2011, at 10:50 AM, Pete wrote: Hi Bob, Depending on your requirements, your tests might ned to be = and =. Also, SQL has a BETWEEN operator that would make your code a little more readable: SELECT * FROM xyz WHERE startDate BETWEEN

Re: Mac OS X Lion

2011-07-20 Thread Warren Samples
On Wednesday, July 20, 2011 01:11:55 PM Richard Gaskin wrote: For better or worse, it seems those scrollbars are the wave of the future: Stevie was really enthuastic about his drawers, too. For a while. Warren ___ use-livecode mailing list

Re: Mac OS X Lion

2011-07-20 Thread Richmond Mathewson
Not wishing to appear catty or anything . . . But, surely, from the point of view of the average RunRev/Livecode developer unless one has a desperate urge to leverage any new capabilities in 'Lion' it is just business as usual? ___ use-livecode

Mac OS X Lion

2011-07-20 Thread Richmond Mathewson
http://www.apple.com/macosx/whats-new/ well; I don't know what to say, but on the basis of that webpage there seems to be nothing much more than eye-candy. The only thing that seems vaguely new is the set of finger-twiddles one can perform on one's trackpad: just thinking about them makes me

Re: Countdown HH:MM:SS

2011-07-20 Thread Roger Eller
On Wed, Jul 20, 2011 at 1:06 PM, Ken Ray wrote: Using the dateItems is definitely the right direction, but my objective is to count backwards from for example; 2 hours, 45 minutes, and 59 seconds while updating the display field every second. When the countdown reaches 00:00:00, I

Re: Mac OS X Lion

2011-07-20 Thread Andre Garzia
On Wed, Jul 20, 2011 at 3:30 PM, Warren Samples war...@warrensweb.uswrote: On Wednesday, July 20, 2011 01:11:55 PM Richard Gaskin wrote: For better or worse, it seems those scrollbars are the wave of the future: Stevie was really enthuastic about his drawers, too. For a while. I like

Re: Mac OS X Lion

2011-07-20 Thread Andre Garzia
On Wed, Jul 20, 2011 at 3:11 PM, Richard Gaskin ambassa...@fourthworld.comwrote: Andre wrote: I don't like lion or the new scrollbars... :-( For better or worse, it seems those scrollbars are the wave of the future:

Re: Mac OS X Lion

2011-07-20 Thread Bob Sneidar
You mean besides the new pricing which is WAAAY more affordable than prior version? Or besides the new Remote Access that allows me to have a session which does not disturb the current local session? Or the fact that Remote Access Server is no longer $500 unlimited, but somewhere in the area of

Re: Mac OS X Lion

2011-07-20 Thread Richmond Mathewson
On 07/20/2011 10:41 PM, Bob Sneidar wrote: You mean besides the new pricing which is WAAAY more affordable than prior version? Or besides the new Remote Access that allows me to have a session which does not disturb the current local session? Or the fact that Remote Access Server is no longer

Re: Mac OS X Lion

2011-07-20 Thread Andre Garzia
The last Lion DP was pretty bad on my machine. I am going to wait for a long time... On Wed, Jul 20, 2011 at 4:41 PM, Bob Sneidar b...@twft.com wrote: You mean besides the new pricing which is WAAAY more affordable than prior version? Or besides the new Remote Access that allows me to have a

Re: Countdown HH:MM:SS

2011-07-20 Thread Nonsanity
I wouldn't rely on the send in time structure to actually fire every second. It's going to slip over time as the computer takes periodic spikes of use. If you want New Years Eve accuracy of the final countdown, you should probably re-calculate the delta based on the current time continuously.

Re: Mac OS X Lion

2011-07-20 Thread Bob Sneidar
It's Drawer Implementation and Maintenance that always had me stumped. Where should I install them? Should they always be implemented? There are different schools of thought on the subject. I believe in European circles, some don't see the need for drawers at all. I'm not sure I would go that

Re: Mac OS X Lion

2011-07-20 Thread Richmond Mathewson
On 07/20/2011 10:57 PM, Bob Sneidar wrote: It's Drawer Implementation and Maintenance that always had me stumped. Where should I install them? Should they always be implemented? There are different schools of thought on the subject. I believe in European circles, That is because drawers are

Re: Mac OS X Lion

2011-07-20 Thread Pete
There's been recent discussion of just how many OSX controls are not natively available in LC and Lion just seems to add to that list. Will LC ever catch up? Pete Molly's Revenge http://www.mollysrevenge.com On Wed, Jul 20, 2011 at 12:38 PM, Andre Garzia an...@andregarzia.comwrote: On Wed,

Re: Mac OS X Lion

2011-07-20 Thread Andre Garzia
On Wed, Jul 20, 2011 at 5:13 PM, Pete p...@mollysrevenge.com wrote: There's been recent discussion of just how many OSX controls are not natively available in LC and Lion just seems to add to that list. Will LC ever catch up? LC is Carbon and has a lot of emulated stuff to make is

Re: revIgniter

2011-07-20 Thread Andrew Kluthe
It is a web app framework for revServer (Now named LiveCode Server). It is very much like CodeIgniter for PHP. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-revIgniter-v1-4b-tp3678359p3681975.html Sent from the Revolution - User mailing list archive at

Re: revIgniter

2011-07-20 Thread Andre Garzia
On Wed, Jul 20, 2011 at 5:30 PM, Andrew Kluthe and...@rjdfarm.com wrote: It is a web app framework for revServer (Now named LiveCode Server). It is very much like CodeIgniter for PHP. let me correct that for you dear Sir, It is a *BEST* web app framework for revServer (Now named LiveCode

Re: Countdown HH:MM:SS

2011-07-20 Thread Nonsanity
Or with the other features you mentioned: on mouseup -- start 1 hour timer button get the seconds put it into now convert now to internet date put now into fld 1 -- display the current time add 3600 to it -- one hour from now set the targetTime of me to it convert it to

Re: Mac OS X Lion

2011-07-20 Thread Pete
I agree and look forward seeing the results of the work that some LC developers are doing on making the missing controls available. Pete Molly's Revenge http://www.mollysrevenge.com On Wed, Jul 20, 2011 at 1:19 PM, Andre Garzia an...@andregarzia.com wrote: On Wed, Jul 20, 2011 at 5:13 PM,

Re: Mac OS X Lion

2011-07-20 Thread Pete
I was just told the following about Lion: 1) It will only install correctly if you are on the very latest version of Snow Leopard (10.6.8) 2) Apple have discontinued Snow Leopard If that is true and you don't already have Snow Leopard installed, seems like you're screwed. Can anyone confirm

Re: Mac OS X Lion

2011-07-20 Thread Andre Garzia
Apple would not discontinue snow leopard, they support OSes for a long time... On Wed, Jul 20, 2011 at 6:31 PM, Pete p...@mollysrevenge.com wrote: I was just told the following about Lion: 1) It will only install correctly if you are on the very latest version of Snow Leopard (10.6.8) 2)

[ANN] New plugin AAG|Workspaces

2011-07-20 Thread Andre Garzia
Folks, I've just launched a little plugin. I've used it since forever, hope you guys find it useful. Check out at http://andregarzia.com/page/aagworkspaces Basically it allows you to create workspaces. Each workspace is a collection of URLs and Files (that can be stacks) that are open when you

Re: Mac OS X Lion

2011-07-20 Thread François Chaplais
Le 20 juil. 2011 à 23:45, Andre Garzia a écrit : Apple would not discontinue snow leopard, they support OSes for a long time... when I learned that Lion requires snow leopard (which I do not have on all of my machines) I cautiously ordered a copy of snow. Hardest to find is System 7.x for

Re: Mac OS X Lion

2011-07-20 Thread Gerry Orkin
When I try to test an iOS standalone I get an error message: Unknow deployment platform. Any ideas? Gerry ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Countdown HH:MM:SS

2011-07-20 Thread Scott Rossi
Recently, Nonsanity wrote: I wouldn't rely on the send in time structure to actually fire every second. It's going to slip over time as the computer takes periodic spikes of use. If you want New Years Eve accuracy of the final countdown, you should probably re-calculate the delta based on the

Re: Mac OS X Lion

2011-07-20 Thread Pete Haworth
I think the info I got meant they stopped selling it, not supporting it. It seemed strange to me also, that's why I was asking if anyone had run into this. I'm already on Snow Leopard so not a problem for me. Pete On Wed, Jul 20, 2011 at 2:45 PM, Andre Garzia an...@andregarzia.com wrote:

Re: Mac OS X Lion

2011-07-20 Thread Bill Vlahos
Richard, I believe auto-save only works on applications that specifically support the new API. Bill Vlahos Sent from my iPhone On Jul 20, 2011, at 11:11 AM, Richard Gaskin ambassa...@fourthworld.com wrote: Andre wrote: I don't like lion or the new scrollbars... :-( For better or

Re: Mac OS X Lion

2011-07-20 Thread Jerry J
I just checked the Apple Store (online) and Snow Leopard is still for sale there. I think they mean that new computers will not ship with Snow Leopard any longer. The Snow Leopard in the store is an upgrade from Leopard, which is the way it has always been unless you bought the more expensive

Re: Mac OS X Lion

2011-07-20 Thread Shao Sean
There's been recent discussion of just how many OSX controls are not natively available in LC and Lion just seems to add to that list. Will LC ever catch up? Probably not.. Seems they will not touch anything that is not cross platform.. ___

Re: Countdown HH:MM:SS

2011-07-20 Thread Roger Eller
On Wed, Jul 20, 2011 at 6:20 PM, Scott Rossi wrote: Recently, Nonsanity wrote: I wouldn't rely on the send in time structure to actually fire every second. It's going to slip over time as the computer takes periodic spikes of use. If you want New Years Eve accuracy of the final

Re: Countdown HH:MM:SS

2011-07-20 Thread Ken Ray
The variety of flavors in script methods to achieve a countdown timer are obviously many. The first place I looked for such was in revOnline (user samples). Would those of you in this thread that contributed a version of a solution (Ken, Chris, James, others) be ok with me compiling these

Re: [ANN] New plugin AAG|Workspaces

2011-07-20 Thread stephen barncard
Thanks Andre - I've wanted this since I moved over to using what is now called Remo. Now everyone can have it. sqb On 20 July 2011 16:47, Andre Garzia an...@andregarzia.com wrote: Folks, I've just launched a little plugin. I've used it since forever, hope you guys find it useful. Check

Lion Xcode 3.2.6

2011-07-20 Thread Terry Vogelaar
Hi there, Is anyone experiencing this same problem with Lion? I cannot save a stack as a standalone for iOS anymore since upgrading to Lion. When I go to the preferences and go under Mobile Support and choose 'Location of developer root for iOS 3.2 and above', it says '/Developer' like it

Re: Lion Xcode 3.2.6

2011-07-20 Thread Warren Samples
On Wednesday, July 20, 2011 11:45:58 PM Terry Vogelaar wrote: I wanted to upgrade yesterday, but I couldn't, because it is 'Already installed' according to the App Store. Not to make light of the problems you personally are having, Terry, but would this be the same we provide a seamless path

Re: age calculation on Windows vs Mac

2011-07-20 Thread Bill Vlahos
Bob, I'm glad you like InfoWallet. Thanks for the kind words. This code originally came from this awesome list. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Jul 20, 2011, at 9:21 AM,