search for: jacekwiktor

Displaying 3 results from an estimated 3 matches for "jacekwiktor".

2007 Aug 27
3
Problem with ListCtrl#get_item
...is a bug in wxRuby or I''m doing something wrong. I have tried: x = myList.get_item_text(row) and it works but it always returns the element from the first column in a given row and I have no idea how to get elements from other columns. Thanks in advance for your help! -- Jacek Nowak jacekwiktor@gmail.com
2008 Feb 17
15
A bug in wxRuby. Segmentation fault in random situations.
...Space.garbage_collect) it doesn''t crash. What can I do in this situation? I have an application which is almost finished but completely useless because of those random crashes :( Can someone help me? How can I debug the application to actually see the reason of the crash? -- Jacek Nowak jacekwiktor@gmail.com
2007 Oct 03
9
WxRuby Newbie Application Hanging
I have a WxRuby application that takes a few inputs from the user and uses that information to search through a large file for matches. The application works very well, with one exception. If I click anywhere in the frame while the application is searching through the long file, the application hangs. Has anyone experienced anything similar to this? Any suggestions on how I can fix this? Thanks