From: <hol...@ic...> - 2005-09-15 10:32:09
|
Hi all, I realized that the Items instance definition for listCtrl does not work in wxHaskell (V0.9). Doing lc <- listCtrl f [items := ...] get lc items always yields a list of empty strings! I found out that in the implementation (in WX/Controls.hs) in the getter function for item the following line is missing for items to work correctly: listItemSetMask li wxLIST_MASK_TEXT Best regards, Bernd -- Bernd Holzmüller Dipl.-Inf. ICS AG Sonnenbergstraße 13 D-70184 Stuttgart Tel.: +49 (0) 711 / 2 10 37 - 643 Fax: +49 (0) 711 / 2 10 37 - 653 Mobile: +49 (0) 151 / 17449 534 mailto:hol...@ic... www.ics-ag.de |