3

I need a kind of DividedBox with Flex (4.6). This is a component where two groups of components are separated by a bar that can be moved with the mouse. The user can hence chose which group can have more space on the screen.

Of course, there are HDividedBox and VDividedBox coming with Halo and the mx.* packages.

But nothing with Spark. Moreover, in Flex Builder, HDividedBox and VDividedBox are not marked as being recommended components.

Are there DividedBox equivalents with Spark?

If not: is it on the roadmap? Are there some cons in using the DividedBox from Halo with my Spark components?

zero323
  • 322,348
  • 103
  • 959
  • 935
Vincent Hiribarren
  • 5,254
  • 2
  • 41
  • 65

1 Answers1

6

There are no Spark alternatives for these DividedBox containers. DividedBoxes can use MX and Spark components as children. You can use Divided Boxes without any problems.

Jarno Lahtinen
  • 1,713
  • 17
  • 30
  • ... or he can create it;s own "slim" divider – Adrian Pirvulescu Jun 07 '12 at 09:40
  • 1
    To answer the second question: There's currently no roadmap for additional Spark components. And no, there are no cons in using DividedBox from Halo. BTW: The wiki page [Missing Spark Components](https://cwiki.apache.org/confluence/display/FLEX/Missing+Spark+Components) from the Apache Flex project has a good overview of Halo components and their (still missing) Spark equivalents. – Gerhard Schlager Jun 07 '12 at 10:34
  • But for Android application no mx controls are supported, so what we do in case of andoid Application ? – Tahir Alvi Apr 03 '13 at 04:53
  • You should consider building TabbedViewNavigatorApplication for mobile. – Jarno Lahtinen Apr 03 '13 at 05:45