Progress Indicator class badly displayed
Progress Indicator class badly displayed
- Subject: Progress Indicator class badly displayed
- From: Jean-Marc Decouleur <email@hidden>
- Date: Thu, 30 Jan 2003 14:22:43 +0100
Hi,
I'm a newbie to AppleScript Studio, using OSX 10.2.3 (french
localized), AS 1.9 and Studio 1.2.
When using the following handler:
on awake from nib theObject
log "class:" & class of theObject
end awake from nib
I got these results:
when calling the handler with a Button (NSButton) -> "class:button"
when calling the handler with a Drawer (NSDrawer) -> "class:drawer"
but when calling with a Progress Indicator (NSProgressIndicator) ->
"class:\\253class proI\\273"
What happens here ? bug ?
Thanks
Jean-Marc
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.