[futurebasic] Re: [FB] Static edit field problem

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : May 2002 : Group Archive : Group : All Groups

From: gnome <gnome@...>
Date: Thu, 23 May 2002 15:53:50 +0200
Le jeudi 23 mai 2002, à 01:24 , Douglas Stemen a écrit :

> In this example, a regular edit field can be made static and 
> then return to
> non-static.
>
> A static edit field cannot be made non-static.

i would propose that your first statement is misled.
i think that in fact a regular edit field is always
non-static, however some 'magic' in the runtime allows
it to 'pretend' to be non-static for all practical
intents and purposes.

as edit fields, with the appearnce manager, cannot change
on-the-fly [they are in fact controls, and you cannot and
never have been able to turn a scroll bar to a checkbox
and then back].

so if you are needing edit fields to appear to 'turn' on
and 'on' use your first technique. trying to make non-static
fields wake up is sure to lead to pain.

:-j