Re: [Fxruby-users] Creating new frames
Status: Inactive
Brought to you by:
lyle
From: Phil S. <ps...@oz...> - 2003-10-08 15:20:05
|
Thank you. I have been struggling with this *much* longer than I would care to admit. On Wed, 8 Oct 2003, meinrad recheis wrote: > Phil Sharp wrote: > > I want to create different entry fields depending upon which button is > > selected. I would like to do this by calling a function (see example > > below, pressing <Add> should create one label and one text entry box). > > > > This does not work and I thought it was because it was created but hidden, > > however adding a .show had no effect. > > you have to call the create method on all widgets that have been > instanciated later than your call to application.create. > > also you have to call the reaclc method on the containing widget, in > order to tell it, that it should make its layout new. |