application scrolling independant of child component focus
hello everyone,
i'm wondering how solve following problem. application structure looks follow:
<s:application>
<mx:applicationcontrolbar />
<s:skinnablecontainer>
<s:scroller>
<s:group>
<mx:viewstack>
<s:navigatorcontent>
<s:hgroup>
<s:panel>
<mx:form>
....
....
<s:textarea />
</mx:form>
<s:panel>
</s:hgroup>
</s:navigatorcontent>
</mx:viewstack>
</s:group>
</s:scroller>
</s:application>
i want scroller work time. when viewstack has focus, scrolling down application scroller not possible. how can fix this? in form there's textarea, that's component has have scrolling functionality itself.
all kind of advice welcome.
thanks in advance!
the viewstack should never have focus. in theory, if 1 of focusable
controls has focus , arrow or down, once textarea runs out of
lines, scroller should start scroll.
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment