Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Choice problem

From: kpeters::otaksoft::com at: 13-Sep-2007 10:17

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/flags find face/flags flag]
>>
The only difference between this choice and the other choices (that I can see)is that it is by far the widest and, when dropped down, covers a few of the other faces entirely. Where do I start to look here/what code is breaking? I have a feeling that 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