Re: Date pickers
Re: Date pickers
- Subject: Re: Date pickers
- From: Deivy Petrescu <email@hidden>
- Date: Wed, 10 Mar 2010 08:14:12 -0500
On 09/03/2010, at 22:44 , Shane Stanley wrote:
> On 10/3/10 10:58 AM, "Deivy Petrescu" <email@hidden> wrote:
>
>> However this does not!
>>
>> set zdate to (what_date's dateValue()) -- gets date value from date field
>> set d5 to 3600 * 24 * 5
>> return zdate's dateByAddingTimeInterval_(d5)
>>
>> -->Can’t make «class ocid» id «data kptr00000000A055590002000000» into type
>> Unicode text.
>>
>> I thought dateValue() would make zdate into an NSDate. Apparently I am wrong.
>
> It works fine here. I'd check you what_date connection in IB.
>
> --
> Shane Stanley <email@hidden>
> AppleScript Pro, April 2010, Florida <http://www.applescriptpro.com>
Thank you so much Shane.
It does work. My error was happening in the log call.
log zdate
works, however
log "This is " & zdate
does not.
The point is, when working in ASOC we are really in no man's land.
We are not using AppleScript and we are not using Objective-C...
We are doomed... :)
Unfortunately this app has to be written in ASOC.
The next one will be Objective-C or some lower level language.
ASOC could be promising if there were a bit more of a guide.
By the way, I do appreciate all the information (thanks Shane) and the many web examples (thanks Craig).
A bit of light in this vast darkness.
Deivy Petrescu
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
applescriptobjc-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden