IWETHEY v. 0.3.0 | TODO
1,095 registered users | 1 active user | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Watch out
Bad or non-existant docs, no error checking.
Will stomp memory and segfault if the size of the
window is defined larger than size of terminal. Same
issue if a check box is placed "off-screen" by accident, etc.

Seems like the only missings things are are radio button group
and multi-choice list. A scrolling menu can double as a radio
box, and I'll live without the multi-check for list for now.

Very usable. Here's my current example control file:

WINDOW| 3| 3| 73| 29| Test Configuration
BACKTITLE| CC3

LABEL| 3| 2|| IP Address:
EDIT| 15| 2| 20|| ip_address

LABEL| 2| 4|| Subnet mask:
EDIT| 15| 4| 20|| sub_net

BUTTON| 21| 6|| But 1 | BUTTON1
BUTTON| 30| 6|| But 2 | BUTTON2

CHECKBOX| 2| 8| 1| Check1 opt 1 | CHECK1_1
CHECKBOX| 2| 9| 0| Check1 opt 2 | CHECK1_2
CHECKBOX| 2| 10| 0| Check1 opt 3 | CHECK1_3
CHECKBOX| 2| 11| 0| Check1 opt 4 | CHECK1_4

LISTBOX| 2| 13| 40| 5 | LIST_BOX_1
LISTITEM | Item 1
LISTITEM | Really ksd jskld lasdj las dlas dasldasld asldasldaskldlaks dasld Item 2
LISTITEM | Item 3
LISTITEM | Item 4
LISTITEM | Item 5
LISTITEM | Item 6
LISTITEM | Item 7
LISTITEM | Item 8
LISTITEM | Item 9


LISTBOX| 2| 19| 40| 5 | LIST_BOX_2
LISTITEM | L2 Item 1
LISTITEM | L2 Really ksd jskld lasdj las dlas dasldasld asldasldaskldlaks dasld Item 2
LISTITEM | L2 Item 3
LISTITEM | L2 Item 4
LISTITEM | L2 Item 5
LISTITEM | L2 Item 6
LISTITEM | L2 Item 7
LISTITEM | L2 Item 8
LISTITEM | L2 Item 9
Collapse Edited by broomberg May 24, 2003, 03:07:49 PM EDT
Watch out
Bad or non-existant docs, no error checking.
Will stomp memory and segfault if the size of the
window is defined larger than size of terminal. Same
issue if a check box is placed "off-screen" by accident, etc.

But, still very usable. Here's my current example control file:

WINDOW| 3| 3| 73| 29| Test Configuration
BACKTITLE| CC3

LABEL| 3| 2|| IP Address:
EDIT| 15| 2| 20|| ip_address

LABEL| 2| 4|| Subnet mask:
EDIT| 15| 4| 20|| sub_net

BUTTON| 21| 6|| But 1 | BUTTON1
BUTTON| 30| 6|| But 2 | BUTTON2

CHECKBOX| 2| 8| 1| Check1 opt 1 | CHECK1_1
CHECKBOX| 2| 9| 0| Check1 opt 2 | CHECK1_2
CHECKBOX| 2| 10| 0| Check1 opt 3 | CHECK1_3
CHECKBOX| 2| 11| 0| Check1 opt 4 | CHECK1_4

LISTBOX| 2| 13| 40| 5 | LIST_BOX_1
LISTITEM | Item 1
LISTITEM | Really ksd jskld lasdj las dlas dasldasld asldasldaskldlaks dasld Item 2
LISTITEM | Item 3
LISTITEM | Item 4
LISTITEM | Item 5
LISTITEM | Item 6
LISTITEM | Item 7
LISTITEM | Item 8
LISTITEM | Item 9


LISTBOX| 2| 19| 40| 5 | LIST_BOX_2
LISTITEM | L2 Item 1
LISTITEM | L2 Really ksd jskld lasdj las dlas dasldasld asldasldaskldlaks dasld Item 2
LISTITEM | L2 Item 3
LISTITEM | L2 Item 4
LISTITEM | L2 Item 5
LISTITEM | L2 Item 6
LISTITEM | L2 Item 7
LISTITEM | L2 Item 8
LISTITEM | L2 Item 9
     Alternative for dialog? - (broomberg) - (8)
         Possibly build from perl Curses::Widgets? - (broomberg) - (1)
             Uhoh - (broomberg)
         Possible winner. - (broomberg) - (5)
             Looks like you found nearly - (folkert) - (4)
                 Watch out - (broomberg)
                 Grid - (broomberg) - (2)
                     Actually... no. - (folkert) - (1)
                         Give it a shot - (broomberg)

Is that a differential I see in my mirror?
33 ms