realbasic-nug
[Top] [All Lists]

Re: Unified toolbar / window

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Unified toolbar / window
From: Corey Redlien <corey at redlien dot com>
Date: Sat, 30 Apr 2005 15:26:42 -0400
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <A096C6DB-ECA0-4703-A182-D48B1C47469E at redlien dot com> <EA0FF1FC-8DC0-43A8-805A-EFBDE0563620 at freaksw dot com>
So... tell us how you really think about it!

Actually, I rather like it, thought it looked more clean (better then both the pin stripe and the brushed metal, if you ask me... )

Isn't it fortunate that now Apple has provided more now 3 different unique looks and feels? /sarcasm

Thanks for the tip though... I shall use with care.



On Apr 30, 2005, at 2:22 PM, Seth Willits wrote:

On Apr 30, 2005, at 7:39 AM, Corey Redlien wrote:


Does anyone know how to get one of those new "unified" window looks (ala Mail.app) from RB with Tiger?


DON'T EVEN THINK ABOUT USING IT!!!!!!

I'm the most diehard Apple fan I know, but my goodness!!

Anyway, not that I think you should use it, but this is how you would do it if REALbasic didn't draw the window background and make it completely useless:


Declare Sub ChangeWindowAttributes Lib "Carbon" (win as WindowPtr, setAttribs as integer, removeAttribs as integer)
ChangeWindowAttributes self, 2^7 + 2^11 + 2^18, 0




Seth Willits
----------------------------------------------------------
Freak Software - http://www.freaksw.com/
ResExcellence - http://www.resexcellence.com/realbasic/
----------------------------------------------------------

_______________________________________________
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>


_______________________________________________
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>

<Prev in Thread] Current Thread [Next in Thread>