 |
 |
Finder toolbar
|
 |
|
 |
|
Forum Regular
Join Date: Jan 2001
Status:
Offline
|
|
It is possible to write your own finder toolbar app? Any information on this. If this is possible it would be handy to write a temp storage place in the toolbar to put file and folder that you want to copy or move. Put the file in the toolbar temp storage space and then navigate to the posetion where the file are about to be moved or copied to. Drag of toolbar to move and ctrl drag to copy. I hate to have to windows open just to move a file. Its faster to do this with the terminal.
http://www.obbit.se/~tobbe/toolbar.jpg
[This message has been edited by geran (edited 02-06-2001).]
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Enthusiast
Join Date: Feb 2000
Location: Storrs,Connecticut, USA
Status:
Offline
|
|
Unless someone has inside info, I doubt that anyone is going to know the answer to that until March 24.
|
|
|
| |
|
|
|
 |
|
 |
|
Addicted to MacNN
Join Date: Mar 2000
Location: London, UK
Status:
Offline
|
|
i'm sure someone said that it's available in Cocoa as NSToolbar, but it won't have the same functionality as the Finder one. I'm sure someone could modify it to though.
|
|
|
| |
|
|
|
 |
|
 |
|
Dedicated MacNNer
Join Date: Jun 2000
Location: Dundas, Ontario, Canada
Status:
Offline
|
|
Just out of curiousity, where is the documentation for NSToolBar?
I read about it in one of Apple's developer docs recently but there is no other reference or resource as far as I can tell.
Anyone have any idea how it works or where any of this documentation is?
Jeff.
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Sep 2000
Location: Eagan, MN
Status:
Offline
|
|
|
|
|
|
| |
|
|
|
 |
|
 |
|
Admin Emeritus 
Join Date: Oct 2000
Location: Boston, MA
Status:
Offline
|
|
I've always wanted to know how this is done.
There's a program called "Goban" (It plays Go, on Versiontracker), and grepping the binary yielded a match for NSToolbar... I'll post if I can find anything of use.
|
|
"Against stupidity, the gods themselves contend in vain" (Schiller)
|
| |
|
|
|
 |
|
 |
|
Admin Emeritus 
Join Date: Oct 2000
Location: Boston, MA
Status:
Offline
|
|
/Developer/Documentation/ReleaseNotes/AppKit.html
http://cocoadevcentral.com has an example.
If one of you gets an example running, post it up here. I think we should create a huge Cocoa example warehouse for all the cool and neat stuff. What do you think?
|
|
"Against stupidity, the gods themselves contend in vain" (Schiller)
|
| |
|
|
|
 |
|
 |
|
Dedicated MacNNer
Join Date: Jun 2000
Location: Dundas, Ontario, Canada
Status:
Offline
|
|
If you can find us something fast and reliable that we could all post source to (or even just post links to sources stored in our own Apache servers) that would be a good idea. It is always too hard to find very simple to-the-point examples when you are starting out. I am in!
Jeff.
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Sep 2000
Location: Eagan, MN
Status:
Offline
|
|
I have a working NSToolbar on one of my programs:
http://homepage.mac.com/mr_sonicblue/Velocity/
I ripped the delegate object out of the app I made and posted it here:
http://homepage.mac.com/mr_sonicblue...arDelegate.sit
To use it, I simply call this from my main interface:
[mainToolbarDelegate initToolbar];
And the only reason I do that is to make sure I setup the toolbar before I reposition the window from preferences. You could just change the initToolbar method in the delegate to awakeFromNib and it'll work fine.
------------------
|
|
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
|