</mx:GridItem>
<mx:GridItem width="100%" id="fromCt">
<mx:ComboBox id="from" dataProvider="{connectingWays}" width="{fromCt.width}"
</mx:GridItem>
<mx:GridItem width="100%" id="fromCt">
<mx:ComboBox id="from" dataProvider="{connectingWays}" width="{fromCt.width}"
<mx:GridItem width="100%" id="toCt">
<mx:ComboBox id="to" dataProvider="{connectingWays}" width="{toCt.width}"
selectedItem="{findSelected('to')}"
<mx:GridItem width="100%" id="toCt">
<mx:ComboBox id="to" dataProvider="{connectingWays}" width="{toCt.width}"
selectedItem="{findSelected('to')}"
public function showFromTo():void {
if (show.label=='Show') {
show.label='Hide'; setHighlights(true);
public function showFromTo():void {
if (show.label=='Show') {
show.label='Hide'; setHighlights(true);
}
// ** FIXME - we should really remove the highlights when this icon panel is
// closed. But since the removedFromStage event basically doesn't fire at the
}
// ** FIXME - we should really remove the highlights when this icon panel is
// closed. But since the removedFromStage event basically doesn't fire at the