I'd like to note that you should really look at the SimpleToolbar example. All of these things are addressed. Basically, for No. 1, there is a paletteImage and a toolbarImage. You …
Thanx ksuther, worked like a charm
Synotic: you must have a 'special' SimpleToolbar example, as mine makes no mention of separate images for palette and toolbar. In fact the word …
Nope, but I know how Omni does.
In the delegate method where you provide toolbar items:
<BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><…
Hello ...
I want my NSTextView to have a transparent background. I've tried assigning a zero-percent-opacity color to the background in IB, and I've tried sending "setDrawsBackg…
Hmm... perhaps you need to subclass NSTextView, NSScrollView, or NSClipView and override <font face = "courier">isOpaque</font> to return NO. Dunno if it'll work...
you need to setup the window and the views. something like this should do it:
<BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><HR><…
Hello ...
I found the trouble. I have to send "setDrawsBackground:NO" to the NSScrollView containing the NSTextView.
That is sending
<BLOCKQUOTE><font size="1"face="Ge…
Quote:
Originally posted by DayLateDon:
<STRONG>Is there a way to tell Project Builder not to throw out that warning each time?
Thanks,
DayLateDon</STRONG>…
If you can run a PC emulator then ARTiSAN Real-Time studio is the best UML tool out there. I have managed to run it under Virtual PC 4. You need a G4 to use it really though.
----…
Quote:
Originally posted by Eyedoc:
I may suggest you try Together whiteboard, a free Java UML tool which can also do c++. Has worked well for me. http://www.togethersof…
No relation to Ian Daeglish, that soccer hooligan?
Thanks for the pointer to ObjectPlant, I found it at
http://versiontracker.com/moreinfo.fcgi?id=3220
I'll let you know how it…
So here at my school (Rutgers University), they do some pretty neat stuff with Applescript. When you login, it'll do a text-to-speech that says "Welcome, username", etc. How can I …
It's been a long time since I worked with speech in AppleScript (or, indeed, worked with AppleScript at all). But if I remember right, the basic command is just:
say string
where…
I've really wanted to make an applescript for iTunes so you can switch songs from other programs in 9 or X.
I was thinking the function keys in 9 would be so easy to hook up, and…
Quote:
Originally posted by proluck:
<STRONG>I've really wanted to make an applescript for iTunes so you can switch songs from other programs in 9 or X. </STRON…
Hey there,
I am trying to design a Cocoa program that, when a checkmark is checked, an action will happen (like pinging a server) I'd like it to be user friendly, and avoid the t…
No, Sherlock just runs an extra process in the background all the time. This might be the best thing for you to do. See the "Foundation Tool" project template, and then use some fo…
For OSX - a contextual menu item that lets you attach a script as a new contextual item. for example if I control click on the desktop I get the opportunity to add a script, so I …
Apple hasn't released a pluggable CMM yet - I'm sure they will but I don't know that they are committed to it at this point. Until this happens I wouldn't expend any energy on it.
haven't yet looked at it, but supposedly the new version of stuffit deluxe does add a contextual menu to the finder's contextual menu.
well, then, of course, they probably got bet…