I have this string "2007,08,28,14,13,12" in the variable it The statement convert it to seconds gives 3271155192 When I change the format of the short date in...
... Andree The dateItems string you quote above is not a valid dateItems format - it's missing a final item. If I convert 3271155192 toDateItems I get...
... I know that the final item (the day of the week) is missing, but why isn't that a problem with the original settings (year-month-day) which converts to...
... If you just want to calculate the time elapsed between two dates, why don't you just convert your dates directly to seconds ? You don't need to go through...
... That is only possible if you have a standardized date in some form. But I have for instance these two timestamps: 24 mei 2007 14:34 30 juni 2007 23:45 and...
... put "24 mai 2007 14:34:10" into dt1 put "30 juin 2007 23:45:35" into dt2 convert dt1 to seconds convert dt2 to seconds put dt2-dt1 into tm put tm div...
... PS : if you need to calculate the months, the dateitems will be more handy, indeed. S. __________________ Stéphane Leys http://perso.orange.fr/modulopi/...
... You took your own dates, made suitable for your own language and system settings. But what if you take mine exactly? 24 mei 2007 14:34 30 juni 2007 23:45 ...
... It won't work, of course. The dates, in their text format, will always be in the localized format according to the settings of the system preferences and...
... Yes I do, but that is only possible because I know that I have an English OS with the International preferences for date and time set to Dutch. But it...
... This doesn't work on french OS either, I tested with french, dutch and US settings? But this get "2007,8,28,14,13,12,3" convert it to seconds works here...
... And, BTW, it will work even if the last item is wrong (from 1 to 7) get "2007,8,28,14,13,12,1" returns the correct seconds. And it will return the correct...
... That's a useful discovery. Without calculating the exact day of the week it is possible to convert a date to seconds. Thank you very much. -- andree...
I have uploaded a project to the 4.x samples folder of the yahoo group: "ClickThrough Test.sc45.sit". Play with it to see what look like inconsistencies in...
The image in question has no pixels with an alpha value > 254 so click will always pass. Reset clickthrough to a valid number like 127. The grc has no mouseup...
Thank you Toshio, I will look at these things and get back to you... I am trying to create 2D skeleton based animation in a 2.5D space... Is a prototype that...
So the clickthoughlevel sesnsitivity is just the reverse of what is stated in the landuage guide? Makes sense now... That and capturing the mouse with a...
... The Flash may not have matrix functions. I prefer to use "Shockwave3D" for such things (2D skeleton based animation). -- 冨士 俊雄 Toshio Fuji...
Did you play with my test project... The strange behavior is the language guide entry which stated that a clickthrough value of 0 would make any pixel density...
If an incorrect explanation qualifies as strange behavior, i would have been fitted with a straight jacket long ago. N ... stated that a clickthrough value of...
... Andree Numbers are language-neutral - hence your best bet is to reduce your dates to numerical format. It seems that IF the dates you are working with will...
Continuous not to be able to work with the versions more recent than SC. I can use, decent, only version 4.5. Shipment, as it encloses to you, two images and...
Hi, This Saturday at 0900 hrs Central Time USA (1400 hrs GMT), we will have our weekly SuperChat, as SuperCard developers the world over do every Saturday....
Howdy all. I am having difficulty troubleshooting an AppleEvent script and am hoping for some insight. I've been hitting my head on this wall for a few days...
... I needed some more head banging and a few more of those painful Google searches that yield 4 hits. If any others can benefit from the MacHTTPd keyword...
Hello ... What computer and version of OSX are you using? SC 4.6 is for OS 10.3.9 and later. ... The list cannot receive non-text messages. You'll need to post...
Howdy, ... Momentarily getting back to Kendall's excursion into creating new projects from templates: I don't have SC 4.6.2 or an Intel Mac yet, but I will...