New topic: 

Font menu or panel

<http://forums.realsoftware.com/viewtopic.php?t=30733>

       Page 1 of 1
   [ 1 post ]                 Previous topic | Next topic         Author  
Message       crazymacsoftware.com           Post subject: Font menu or 
panelPosted: Thu Oct 29, 2009 9:52 am                               
Joined: Sat Jun 20, 2009 7:08 pm
Posts: 78              I tried the example at DeclareSub and couldn't get it to 
work
It didn't like 
    me.SelBold = Bitwise.BitAnd(format, QDBold) <> 0
    me.SelItalic = Bitwise.BitAnd(format, QDItalic) <> 0
    me.SelUnderline = Bitwise.BitAnd(format, QDUnderline) <> 0
    me.SelOutline = Bitwise.BitAnd(format, QDOutline) <> 0
    me.SelCondense = Bitwise.BitAnd(format, QDCondense) <> 0
    me.SelExtend = Bitwise.BitAnd(format, QDExtend) <> 0
    
  Actually I would prefer a Font menu I tried that too, while I got a Font menu
  all the fonts were disabled.

What do i do to add support for different fonts in my textfield??

Brian     
_________________
----
Brian Heibert
[email protected]  
                            Top            Display posts from previous: All 
posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost 
timeSubject AscendingDescending          Page 1 of 1
   [ 1 post ]     
-- 
Over 1500 classes with 29000 functions in one REALbasic plug-in collection. 
The Monkeybread Software Realbasic Plugin v9.3. 
http://www.monkeybreadsoftware.de/realbasic/plugins.shtml

[email protected]

Reply via email to