Messages from list : cormas@cirad.fr

Choose a topic among the following archives :

Re: doubts about interface

New Message Reply Date view Thread view Subject view Author view

Subject: Re: doubts about interface
le_page@cirad.fr
Date: Mon Aug 11 2003 - 21:52:00 CEST

Hi all,

Below is a small example of how to open an interface, set a default value for
an input field of this interface, and then get the value that has been entried
by the user in the input field of the interface and finally assign it to a
tempory variable:

init
|test interface|
...
interface := InputInterface new.
interface inputField1 value: 300.
interface open.
test := interface inputField1 value.
...

clp

New Message Reply Date view Thread view Subject view Author view
 

Back to home