Lost your password?

Blogs about: Rbcurse

Featured Blog

Progress on SplitPane and ScrollPane

totalrecall wrote 3 weeks ago: Great progress on rbcurse’s Scrollpanes and Splitpanes. Scrollpanes contain a viewport which h … more →

Tags: ncurses, Ruby

Sample: SQL Client in ruby ncurses1 comment

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 →

Tags: Ruby, ncurses

Finder app using ruby curses widgets

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 →

First real app with Ruby-Curses (rbcurse)

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 →

Tags: Ruby, ncurses

Editable Multi-column tables

totalrecall wrote 10 months ago: Quite excited to share that I’ve just got editable tables coded and running. String, numeric, … more →

Tags: Ruby, ncurses

Editable lists: Fields, Checkboxes, ComboBoxes

totalrecall wrote 10 months ago: Thanks to CellRenderers and CellEditors, we may edit existing lists with just this line added: cell_ … more →

Tags: Ruby

Big internal changes amiss

totalrecall wrote 10 months ago: Some major changes (internal) ### firing property change 1. In order not to repaint the entire form … more →

Tags: Ruby

class Table : rough release

totalrecall wrote 10 months ago: A wip release of Table, tabular data based on the MVC architecture. Default models and listeners and … more →

Tags: Ruby

Video grabs of ruby curses

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 →

Tags: Ruby, ncurses

Merry Christmas Updates

totalrecall wrote 11 months ago: Lots of bells and whistles for Christmas. Such as: Used ACS_ codes to make neater boxes. The earlier … more →

Thoughts on event firing

totalrecall wrote 11 months ago: Do UI’s fire events only when someone is listening, or always. Firing an event often means cre … more →

Event model evolving

totalrecall wrote 11 months ago: Rubycurses’ event model is undergoing a lot of change currently: in terms of parameters passed … more →

vt100 and vt200

totalrecall wrote 11 months ago: I was pleasantly surprised to find that vt100 and 200 do send keycodes that work correctly with rbcu … more →

xterm-color key issues fixed

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 →

Tags: ncurses

Hotkeys with Labels (and other buttons)

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 →

Tags: Ruby, ncurses

Comboboxes (editable)

totalrecall wrote 11 months ago: If a ComboBox is declared as editable, the edit box inserts the entered values as per insert_policy: … more →

Tags: Ruby, ncurses

Thoughts on data models and events

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 →

Tags: Ruby

Comboboxes (non-editable)

totalrecall wrote 11 months ago: I have fixed on some specs for combo-boxes. Non-editable combo boxes just implemented as follows: Al … more →

Tags: Ruby, ncurses

More on key-trapping in ncurses

totalrecall wrote 11 months ago: The getch() method of ncurses window catches function keys and control keys, but not alt/meta keys w … more →

Tags: Ruby, ncurses


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS