realbasic-nug
[Top] [All Lists]

Font Menu

To: REALbasic Network Users Group <realbasic-nug at lists dot realsoftware dot com>
Subject: Font Menu
From: Pepe <DaVincent at addcom dot de>
Date: Sun, 30 Mar 2003 16:35:03 +0200
Hello,

Using this code, I get all available fonts twice in the (sub-)menuitem called FontName (under the Menuitem called "Format"). Two times all available fonts in alpabetical order.

  Dim m as MenuItem
  Dim i,n as Integer
  n= FontCount-1
  FormatFontName(0).Text=Font(0)
  For i=1 to n
    m=New FormatFontName
    m.Text=Font(i)
  Next


What's wrong?


Using the newest RB 5 beta.

Greets,
Pepe


---
A searchable archive of this list is available at:
<http://support.realsoftware.com/listarchives/search.php>

Unsubscribe:
<mailto:realbasic-nug-off at lists dot realsoftware dot com>

Subscribe to the digest: <mailto:realbasic-nug-digest at lists dot realsoftware dot com>
.


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