gui objects for inputing integers

karl.ramberg at chello.se karl.ramberg at chello.se
Fri Dec 3 18:14:42 UTC 2004


Ralph Boland <ralphpboland at yahoo.com> wrote:

> 
> I need to build a pop up window where I have
> (amoung other things) a set of boxes with which to
> input integers.  
> 
> Can someone tell me which GUI
> object I should use for these boxes?

PluggableTextMorph seems a likely candidate. 

> 
> I also want to be able move the cursor to a given box
> by clicking the mouse when the cursor is in the box or
> by 
> typing the tab character to have the cursor cycle
> through the boxes, one box per tab.

Clicking works, tabbing I don't know.

> 
> If anyone can point me to code that I can study/steal
> from in order to implement my window
> that would be most appreciated.

Look for class references to PluggableTextMorph

Karl



More information about the Squeak-dev mailing list