Blitz (10/119)

From:Gareth Griffiths
Date:5 Jun 2001 at 19:52:55
Subject:MUI ListView problem...

Hi,

OK, I've managed to get two MUI ListView's on my window, although I haven't
written any code for the six buttons I mentioned in an earlier mail...

My problem is that the listview entries are not just limited to the ones in
my array.

My code (minus the constants and window stuff)
----
Dim array$(4)
array$(0)="Arse1" : array$(1)="Arse2" : array$(2)="Arse3"
array$(3)="Arse4" : array$(4)="Arse5"

MUIListHook Off
MUIList #w5_list_left,"WEIGHT=150",array$()
MUIAddTags #w5_lv_left,#MUIA_Frame,#MUIV_Frame_ReadList
MUIListView #w5_lv_left,#w5_list_left
----

The listviews come out fine, but the contents confuse me... Arse1-5 are
there, but then there is a load of garbage in the list as well. The
scrollbar is the right size to accomodate these other garbage items too.

Any ideas?

Cheers,
GazChap.



Gareth Griffiths -- mailto:mail@gazchap.com -- http://www.gazchap.com
Did Noah keep his bees in archives?

---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list-help@netsoc.ucd.ie