Just released 0.1.3 on http://gemcutter.org/gems/rbcurse containing a tiny bug fix in Listbox. Silly of me not to have released a version for 1.9 when I had made the changes and tested out. Without co… more →
The Accidental Rubyistjmancine wrote 1 month ago: As the title says, I learned C on the train. 'Curse the Matrix' is the product of having a 30minute … more →
totalrecall wrote 1 month ago: Great progress on rbcurse’s Scrollpanes and Splitpanes. Scrollpanes contain a viewport which h … more →
totalrecall wrote 2 months ago: I had in the installation of rbcurse, asked for the gem of ncurses-ruby to be installed. Appa, there … more →
ankursworld wrote 7 months ago: I’ve been coding in C for sometime. Been working on a command line app for twitter (I couldn … more →
totalrecall wrote 10 months ago: I am putting up a small SQL Client made in about 3 hours using rbcurse. The idea of course was to se … more →
totalrecall wrote 11 months ago: I decided to start doing a small app to test out the widgets (VIDEO). More real life than the eye-ca … more →
totalrecall wrote 11 months ago: Quite excited to share that I’ve just got editable tables coded and running. String, numeric, … more →
totalrecall wrote 11 months ago: NOTE: updated demo 1 on Dec 29 with textarea bug fixes, para wrapping, and a quick-dirty file choose … more →
totalrecall wrote 12 months ago: xterm-color blows as a TERM. Even vt100/200, xterm (and xterm-256color) send proper values for F1..F … more →
totalrecall wrote 12 months ago: We may associate a label with any field/widget with the label_for method. If a mnemonic has been def … more →
totalrecall wrote 1 year ago: If a ComboBox is declared as editable, the edit box inserts the entered values as per insert_policy: … more →
totalrecall wrote 1 year ago: I have fixed on some specs for combo-boxes. Non-editable combo boxes just implemented as follows: Al … more →
totalrecall wrote 1 year ago: The getch() method of ncurses window catches function keys and control keys, but not alt/meta keys w … more →
totalrecall wrote 1 year ago: The underline property (taken from Tk) when set for a button, registers the meta(alt) key for that c … more →
totalrecall wrote 1 year ago: Tabbedpanes (multiple overlapping forms as you see in preference panes) may now be made quite simply … more →
totalrecall wrote 1 year ago: Just added a popuplist. This widget pops up a window with a scrollable list of options. This is like … more →
totalrecall wrote 1 year ago: Now it is possible to pass a list of items to a messagebox. It will allow scrollable selection from … more →
totalrecall wrote 1 year ago: My ruby-ncurses says that I have 256 colors, (the constant Ncurses.COLORS). Using some ruby scripts … more →
totalrecall wrote 1 year ago: It was a lot easier than I thought. English color names such as green and red can be converted to th … more →