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 Rubyisttotalrecall wrote 3 weeks ago: Great progress on rbcurse’s Scrollpanes and Splitpanes. Scrollpanes contain a viewport which h … more →
totalrecall wrote 9 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 9 months ago: After some work on a TODO app, which used editable tables and other widgets, I have started a sort o … more →
totalrecall wrote 10 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 10 months ago: Quite excited to share that I’ve just got editable tables coded and running. String, numeric, … more →
totalrecall wrote 10 months ago: Thanks to CellRenderers and CellEditors, we may edit existing lists with just this line added: cell_ … more →
totalrecall wrote 10 months ago: Some major changes (internal) ### firing property change 1. In order not to repaint the entire form … more →
totalrecall wrote 10 months ago: A wip release of Table, tabular data based on the MVC architecture. Default models and listeners and … 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 11 months ago: Lots of bells and whistles for Christmas. Such as: Used ACS_ codes to make neater boxes. The earlier … more →
totalrecall wrote 11 months ago: Do UI’s fire events only when someone is listening, or always. Firing an event often means cre … more →
totalrecall wrote 11 months ago: Rubycurses’ event model is undergoing a lot of change currently: in terms of parameters passed … more →
totalrecall wrote 11 months ago: I was pleasantly surprised to find that vt100 and 200 do send keycodes that work correctly with rbcu … more →
totalrecall wrote 11 months ago: xterm-color blows as a TERM. Even vt100/200, xterm (and xterm-256color) send proper values for F1..F … more →
totalrecall wrote 11 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 11 months ago: If a ComboBox is declared as editable, the edit box inserts the entered values as per insert_policy: … more →
totalrecall wrote 11 months ago: Should I go towards MVC? I was completing the editable combo box today. I wanted to fire some events … more →
totalrecall wrote 11 months ago: I have fixed on some specs for combo-boxes. Non-editable combo boxes just implemented as follows: Al … more →
totalrecall wrote 11 months ago: The getch() method of ncurses window catches function keys and control keys, but not alt/meta keys w … more →