search for: nochet

Displaying 4 results from an estimated 4 matches for "nochet".

Did you mean: noches
2006 Apr 25
5
FXListBox ...connect(SEL_COMMAND)
...4.numVisible = 6 libo4.connect(SEL_COMMAND) do |sender,selector,data| puts data end The data value printed is always 1. Not always, sometimes true, false ..... I am amazed. It''s a very common widget. I Hope I''m wrong somewhere Regards G?rard M?nochet -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/fxruby-users/attachments/20060425/552409f0/attachment.htm
2006 May 15
3
FXTextField - posSelected?(pos)
...Result: last == 8 !!!!!! ===> problem , 8 is not selected More, atext.posSeltected?(last) ? true : false ===> true. In fact, it''s not selected If I try with 456789 (including the last character), it is ok ..... Some clues ? Regards G?rard M?nochet -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/fxruby-users/attachments/20060515/ca94dbc2/attachment.htm
2006 May 31
3
FXLabel: ca''nt set the Icon attibute
...sender.icon = @@maximizeIcon end 0 end Result abnormal program termination test7.rb:161: [BUG] Segmentation fault ruby 1.8.4 (2005-12-24) [i386-mswin32] note: I''m aware I could file a bug report but it seems i have some problems with the account name G?rard M?nochet -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/fxruby-users/attachments/20060531/c6736ec7/attachment-0001.htm
2006 Apr 19
1
is there a problem with FXList findItemByData(....) ??????
............. cpt = 0 ; idx=nil afxlist.each do |lista| if lista.data == sender idx=cpt break end cpt+=1 end .......... My concern is : is there a problem or have I done something wrong ? Regards G?rard M?nochet -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/fxruby-users/attachments/20060420/cbb57cdb/attachment.htm