Re: ListView Question

new topic     » goto parent     » topic index » view thread      » older message » newer message

don cole wrote:
> In my code I only have one listView.  But supposen' I had multiple listViews
> how would
>  
> 
>  lvInsert = setLVInsert( 1 )
> 
> know which listView to apply itself to?

It has a global effect. It effects all listviews. That is why you can use the
syntax

  addLVItem( { lv, -1}, ... )

Also, one could code ...

  -- Set effect on
  temp = setLVInsert( 1 )
  addLVItem ( ... )
  -- Revert to previous setting.
  temp = setLVInsert( temp )


-- 
Derek Parnell
Melbourne, Australia
Skype name: derek.j.parnell

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu