[wxruby-users] ListCtrl loading data

Alex Fenton alex at pressure.to
Mon Oct 20 10:32:41 EDT 2008


Hi

Firstly, sorry haven't been following the list for the last week or so. 
Have been away with work and pretty busy and haven't had time to follow 
up everything.

Fabio Petrucci wrote:
> Thank you Mario, now is ok :)
>
> bio.
>
> On Sat, Oct 18, 2008 at 8:02 AM, Mario Steele <mario at ruby-im.net 
> <mailto:mario at ruby-im.net>> wrote:
>
>     The problem is, set_item() need to have a valid item in which to
>     set information on.  So change the following code to represent this:
>
>             insert_item(0,  'Item 0 col 0')
>             set_item(0, 1,  'Item 0 col 1')
>             insert_item(1,  'Item 1 col 0')
>             set_item(1, 1,  'Item 1 col 1')
>
Seeing this laid out plainly makes me think we must be able to come up 
with a syntax improvement. I was thinking of something that accepts an 
array for each row and just does the right thing....

append [ "item 0 col 0", "item 0 col 1"],
            [ "item 1 col 0", "item 1 col 1"]
 ...

alex



More information about the wxruby-users mailing list