realbasic-nug
[Top] [All Lists]

Re: Listbox on Tab panel OS X

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Listbox on Tab panel OS X
From: CV <atauqua at hit dot net>
Date: Sun, 31 Jul 2005 02:13:40 -0700
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <05ef38f9c8aa14bdc1c69f668d050ab3 at xhtmlsoft dot com>
It works fine for me in 5.5 with the code in the Open event of either the listbox or the tab panel.

Where are you putting your code? Have you tried it in a simple project, just a tab panel and a listbox?


Jack


Hi,
I search for this problems in the archive and found some stuff from 1998.. but today is 2005..

Listbox on tab panel not works, can't do addrow, the listbox is empty

I have an simple code like this

for x = 1 to 333
listbox1.addrow str(x)
next x
listbox1.refresh

I have used the debugger and the lines is executed ...
This happens in both RB 5.5.5 and 2005r1 (OS X 10.3.9)

Is it an bug or what..


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