Re: GUI code
- From: "Steven Kelly" <stevek@xxxxxxxxxxxx>
- Date: Fri, 10 Mar 2006 07:32:56 GMT
oops, typo:
"build open" -> "builder open"
S.
"Steven Kelly" <stevek@xxxxxxxxxxxx> wrote in message
news:mW9Qf.50$iO1.9@xxxxxxxxxxxxxxxx
Again, see SimpleDialog, for example
SimpleDialog>>choose:labels:values:default:equalize:for: (which is
what (Dialog warn: 'foo') sends in the end). If you want a normal
window not a dialog, you can replace "self preOpen" with "builder
window model: self", and then call "build open" rather than "builder
openDialogWithExtent:".
Steve
"Guybrush Threepwood" <spambak@xxxxxxxxxxx> wrote in message
news:pan.2006.03.10.03.39.35.279489@xxxxxxxxxxxxxx
On Sun, 26 Feb 2006 20:56:47 -0500, David Buck wrote:
Manually creating a GUI is indeed much easier than in Wrapper.
The most
common technique in Wrapper to manually create a GUI is to create
the
window specs (which can be done without the GUI tool) and using it
to
build the window the normal way. Any other way is a LOT of work.
If the window specs is created, how would I build/open the window?
--
"Don't worry about people stealing your ideas. If your ideas are
any
good, you'll have to ram them down people's throats."
-- Howard Aiken
.
- References:
- Re: GUI code
- From: Guybrush Threepwood
- Re: GUI code
- From: Steven Kelly
- Re: GUI code
- Prev by Date: Re: GUI code
- Next by Date: [VW] Message pattern expected ->
- Previous by thread: Re: GUI code
- Next by thread: [VW] Message pattern expected ->
- Index(es):
Relevant Pages
|