search for: wbparson

Displaying 5 results from an estimated 5 matches for "wbparson".

Did you mean: wbparsons
2010 Apr 09
2
Problem detecting keypresses in FXTable
I''m using an RXTable in my application and I would like to be able to select a row and then press the Delete key to delete the selected row. This does not seem to work, however, as apparently keypresses are not initially recognized. In my FXTable derived class I have: connect(SEL_KEYRELEASE) do |sender, selector, event| puts "code = #{''%X'' %
2003 Nov 06
2
openssh-3.7.1p2 on HP-UX 10.20
Hello, I have dowloaded all that is required to build a working OpenSSH on HP-UX 10.20 from the HP-UX Porting and Archibve centre (this seems to be the only way to go for 10.20). Make/install of all prerequisites has scucceeded. Now make of openssh-3.7.1p2 gives the following: gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.. -I. -I./.. -I/usr/local/openssl-0.9.7b/include
2011 Jun 02
0
keeping columns in view in a grid
I''m writing an application using wxruby in which the main portion is essentially a spreadsheet using a Grid widget. The extent of the Grid is such that it exceeds the available space that can be seen at once, so it will be necessary to use scrollbars to see data as necessary. However, the first two columns should stay in view even when the Grid is scrolled horizontally. (They contain
2011 Aug 13
0
help text display with wrapped text
Hi, I''ve been experimenting with wxruby for a bit, but am still a relative newcomer. I find myself wanting to do something that I think should be pretty staight- forward, but I can''t quite figure out how do it from the documentation. I wish to create a simple help screen, i.e., a simple window that pops up in response to a menu selection or a hot-key and displays static text.
2010 Mar 17
0
getting text being entered into an FXTable cell
I have an application that uses an FXTable widget, and when the contents of a cell is being edited, I want to anticipate what the user wishes to enter (by matching the text with a previous entry), and present that for completion. (This is similar to how Excel works.) I''ve attempted to do this by using the FXTable getItem(currentRow, currentColumn).text method when a SEL_KEYRELEASE