From: Mathijs Claassen Date: 2008-04-01T19:50:43+09:00 Subject: [fxruby] FXImageFrame/SEL_LEFTBUTTONRELEASE Hi, I have a FXImageFrame widget and I would like it to show another image when I click on it. I'm having no luck with receiving a onclick via SEL_LEFTBUTTONRELEASE. ... imageframe=FXImageFrame.new(mainwindow,the_image,LAYOUT_EXPLICIT,0,0,20,20) imageframe.connect(SEL_LEFTBUTTONRELEASE) {p 'onclick received'} ... What is it that I'm missing? Thanks in advance, Mathijs. PS. I asked this question on the fxruby-users mailing list last week, but I didn't get a reply, hence my post here. -- Posted via http://www.ruby-forum.com/.