| 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> |
|---|---|---|
| ||
| Previous by Date: | Re: Asserts & macros, Lars Jensen |
|---|---|
| Next by Date: | Re: List selection, Seth Duke |
| Previous by Thread: | Re: Asserts & macros, Lars Jensen |
| Next by Thread: | Re: List selection, Seth Duke |
| Indexes: | [Date] [Thread] [Top] [All Lists] |