On Apr 8, 2006, at 5:47 pm, GregO wrote:

On Apr 8, 2006, at 2:19 am, Christian Miller wrote:

I'm looking for a class or set of classes which mimic the Safari bookmark bar buttons. I did some searching and found the "CCapsButton" class, which is close, but doesn't draw "smooth". I don't know how else to explain it.

Can anyone share a solution?

Christian,

In CCapsButton, in the PRenderText method of the CCapsButtonClass right after the g = self.graphics statement, try putting:

g.UserOldRenderer = false

I don't know why this works, since it's supposed to default to true, but perhaps because the project is so old....

Whoops. That should have been:

g.UseOldRenderer = false

GregO
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to