I'm not sure whether I understand your problem and I haven't worked
with outline views up to now, but I'll try to give some comments.
So in IB double-click the outline view - this will select the outline
view and not the scroll view, then crtl-drag the connection (from the
outline view) to the ASK data source. This will open the 'connections'
on the info panel, now double-click the data source. This should work.
You have set up the outline view and data source within your script
within one of the start up handlers, like it is described in the
examples:
...
set outLineDataSource to data source of outline view 1 of scroll view
XYZ of ...
tell outLineDataSource
make new data column at the end of data columns with properties {name:
myName}
...
...
...
end
...
Hope this helps
Andreas
On 21.03.2005, at 22:20, Peter Mason wrote:
I'm experiencing an issue relating to listing of "Outlets" within the
Connections pane of "NSOutlineView Info" after control-dragging an
ASKDataSource object from a nib window onto an "NSOutlineView" object.
I've checked this list's archives and found two threads associated
with this problem however there were nil responses that provided a
valid answer/solution. (And yes I've confirmed that I did have the
correct object selected prior to Control-dragging the ASKDataSource to
this selected object.) I've attempted a number of fixes including
restarting XCode while IB remained open (which fixed an earlier
problem of scripts not being presented within the scripts pane of
Applescript).
Note that I've encountered this problem while working through the
"Building Applications With AppleScript Studio" online documentation
at the section titled "Mail Search Tutorial: Connect the Interface",
subsection "Provide a Data Source Object for the Mailboxes View", and
within step number 6.
(I'm using XCode v1.5, IB v2.4.2 and OSX 10.3.8).
Has anyone else experienced this problem and found a fix for it?
In anticipation, help would be greatly appreciated.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-studio mailing list
(email@hidden)
Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/applescript-studio/
email@hidden