On Fri,= 14 Sep 2007 08:31:37 +0200, Alessandro Manotti wrote: >Can you
postthe piece of= code? >  Hi Alessandro ~   further studies have revealed=
the "offending" code:   empty-fields: func [ "Clear= all text fields faces
ofa layout." panel [object!] ][   if not all [ in= panel 'type
panel/type =3D 'face ] [ exit ]   unfocus=   foreach
face= panel/pane [    if any [= flag-face?  face field
     =    flag-face?  face area
     =    flag-face?  face memo
     =    flag-face?  face fld
&#16/d    =    flag-face?  face inf
    =   ][ either series? face/text
    =      [ clear face/text
 face/line-list:= none ]     =
     [ face/text: attempt [ make face/text= none ]]
    =    ]   ]  ;
 show= panel ]   It seems to die every time a= face that this function
wants to "talk to" is obscured by the dropped= down choice.....   Anybody
have a suggestion on= how to tell a choice to "roll up"???   TIA Kai        
              >On 9/13/07, Kai Peters= <[EMAIL PROTECTED]> wrote: >>>>>Hi
all= ~ >>>>I have a layout= with (among other faces) a number of choices. If
a particular choice= (the >>others are fine) is= in dropped-down state and I
click one of the buttons from that layout,= I >>get: >>>>** Script Error:=
Invalid path value: flags >>** Where:= flag-face? >>** Near: all=
[face/flagsfind face/flags flag] >>>>>>The only difference= between this
choice and the other choices (that I can=3D see)is that= it >>is by far the=
widest and, when dropped down, covers a few of the other=3D faces= entirely.
>>>>Where do I start to= look here/what code is breaking? I have a feeling
that=3D if I could tell= the >>choice to hide the= drop-down things might be
well... >>>>Is there a way to= do that? Or am I totally wrong all the way
here? >>>>TIA, >>Kai >>-- >>To unsubscribe from= the list, just send an
emailto >>lists at rebol.com= with unsubscribe as the subject. >>>>-- >>=
//Alessandro >>http://sguish.wordpress.com[0] >http://laccio.wordpress.com[0]



-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to