realbasic-nug
[Top] [All Lists]

List selection

To: Real Basic List <realbasic-nug at lists dot realsoftware dot com>
Subject: List selection
From: Youri <lystes at free dot fr>
Date: Tue, 28 Nov 2006 17:28:10 +0100
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com


Hi,


I have the following code to populate a listbox :

  f=FontsFolder

  For i=1 to f.count
    self.ListBox1.addrow f.item(i).name
  Next

I would like, that once the list is populated, the line containing the name of my default font (stored in self.Cal.propFont) to be selected in the listbox.

Can anyone help?


TIA,


Regards,


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