[REBOL] [panel choice] Problem with choice style in panels.
From: carl::cybercraft::co::nz at: 23-Apr-2005 20:23
Hi all,
Try this...
view layout [
backdrop blue
title "Test"
panel [
origin 20x20
backdrop yellow
choice data ["1" "2" "3" "4" "5" "6"]
] 140x75
button
]
and click on the choice button and you'll find the drop-down choices are cut off at the
panel edge. I know in View they can't exceed the layout, but I don't think the ideal
is to have them bound by the panel, right?
I know it'd be easy (if cludgy) to have choice styles from outside the panels appear
as though they're within them, but is a fix for this being considered for the next View?
-- Carl Read.