Flex :: Is Mx.containers.HDividedBox Deprecated ?
Aug 30, 2011
Is mx.containers.HDividedBox deprecated by some spark container in Flex 4.5? I'm new to Flex programming and can't find any spark replacement for it.I want to have 2 Lists separated by movable vertical bar.
View 1 Replies
Similar Posts:
Aug 31, 2009
I've recently started working with an application written using Adobe Flex 3. We're using several deprecated functions and unfortunately we can't remove these dependencies.
The documentation says to set -show-deprecated-warnings=false into the Compiler Additional Options. This isn't accepted, but I've found that using -show-deprecation-warnings=false will be accepted by the dialog, but gives an error about declaring the option twice when I try to compile the project.
Ideally, I'd like a way to disable the warning on a case-by-case basis. disable the warnings either per-file, per-project or globally?
View 2 Replies
Mar 22, 2010
I'm trying to have a minimap display with a draggable viewport below a chart. I essentially have this to control the viewport of the chart:
<mx:annotationElements>
<mx:HDividedBox id="dividedBox" horizontalScrollPolicy="off" width="100%" height="100%" liveDragging="true" borderSides="bottom top">
[Code].....
Problem is, only one divider actually moves at a time. I found that if I set a timeout of about 50ms before moving the next divider that both dividers move. However, this seems like a rather awkward way to approach this and is error prone.
Anyone know if it's possible to move two dividers in a HDividedBox simultaneously or should I be taking another approach?
View 1 Replies
Sep 11, 2011
Since Google has announced that it is deprecating Google Maps for Flash, I am need of some alternatives.elaborate here in order to get the best pick of the maps, since the google maps for flash will be deprecated in next 3 years. Let's get here the best opinions of the peoples - which maps which is build on the Flash platform shall be used instead ?
View 1 Replies
Sep 15, 2011
I'd to use a HDividedBox and I have resize problem.Indeed, when I reduce the width of accordion component, the list is not reduce.Find below my code
<mx:HDividedBox width="100%"
height="100%"
color="0x323232">
[code].....
View 1 Replies
Sep 21, 2010
How we can lessen the length of Dividing bar between two components. like in this example i want the length only of two pixel.
View 1 Replies
Feb 23, 2010
I'd love to be able to prevent dragging of a HDividedBox's divider based on a condition. for example:
[Code]...
View 3 Replies
Sep 9, 2011
I have a Hdividedbox, which has three child elements.
I want to set the initial ration of sizes, such that the first one is 30%, the second is 40% & the third is 30% of the Hdividedbox's width.
View 2 Replies
Apr 15, 2011
I've noticed that an "out of the box" HDividedBox has some serious flickering issues when liveDragging is enabled, but only when the pointer is over the contents of the DividedBox while dragging. If you grab the BoxDivider and move the pointer off the component while dragging, the flicker goes away and the component renders properly.
I have tested this with both my customized component and an extremely basic HDividedBox implementation with Group, SkinnableContainer, and BoxContainer children as well as nested groups with clipping.All types of children exhibit the same behavior.
<mx:HDividedBox width="500" height="200" liveDragging="true">
<s:SkinnableContainer minWidth="0" backgroundColor="green" percentHeight="100"/>
<s:SkinnableContainer minWidth="0" backgroundColor="blue" percentHeight="100"/>[code3].....
View 1 Replies
Aug 19, 2011
I have several nested VBoxes in flex, and I'm aiming for one of them to get scrollbars if the total content is larger than the window height. However, when I grow the container, it doesn't get scrollbars at all (vertical scroll policy is AUTO), and the outer container stretches past the bottom of the screen, causing the entire app to get scrollbars. So it looks something like this:
[Code]...
View 2 Replies
Jul 7, 2011
I have the following scenario: I create an HBox with a width of 1000000px (one million pixels of width). this big HBox is contained inside another small HBox that has a width of 1000 px
[Code]...
Inside this big HBox I create a bitmapFill of a simple image, its just a pattern of lines the problem is that the scrollBar of the small hbox doesnt work well, it just stops halfway, the thumb of the scrollbar keeps going, but the scrolling stops and the end of the big hbox is not beign reached. Here is the part of the code that makes the bitmapfill:
[Code]...
View 1 Replies
Aug 9, 2010
[Flex 4] Float left or right in layouts or containers?i have a main container, that is dynamic, 100% width, and in it there are 3 components. one should be floating to left, to right and the other will be centered. how do i do that?
View 3 Replies
Dec 17, 2010
Is it possible to create Accordion with only the headers without adding any containers in it? Is there a way so that I can just create the Accordion with three sections with only labels?
View 2 Replies
Dec 29, 2010
I'm new to Flash Builder 4 and Actionscript 3 (actually, to programming as a whole beyond some very simplistic stuff). I have watched / read a bunch of tutorials, and started a project but now seem to have hit a wall. The answer is most likely simple, but seems to be alluding me.
How do I (or What approach should I take) to control visual elements, for instance, BorderContainer's, that I created dynamically?
As is, I have an Application containing a BorderContainer and a DataGrid. At runtime, 3 new BorderContainers (which are dragable, and resizeable) are created based on XML data that contains X & Y co-ordinates, and Height and Width values, and then added to the pre-existing BorderContainer. How would I go about getting the properties of these children BorderContainers to be displayed and remain up-to-date in the DataGrid (such as when they are moved/resized)?
View 2 Replies
Feb 10, 2012
Is there a way to link two Scroller containers in Adobe Flex? As in, when one scroller is modified, the same modifications will be reflected in a second scrolling container?What I am trying to do is have an image and label on different areas of the screen that are swipable, and when they are swiped/changed I want the same change to be reflected in the other Scroller container.
Here is my initial Scroller container with images that the label Scroller container should correspond to:
[Code]...
View 2 Replies
Aug 6, 2009
My problem is pretty simple: Flex containers do layout based on un-transformed children, and so rotated children are positioned as if there were no rotation, but then they're rotated around the top-left of that position. I've attached an image to show what I mean. Can I wrap the components in something? Or do I have to resort to custom components or fixed layouts? The image inlining doesn't look like it's working to me. Link to example image: [URL]
View 2 Replies
May 4, 2011
I have a panel and i have set minWidth and width for it. The code looks like this <s:Panel id="adg1" x="199" y="164" width="200" minWidth="300" title="Title">
Here the expected behaviour is width of the panel should be 300 since the minWidth > width,but the panel width is 200.I dont understand where i have went wrong.
View 2 Replies
Sep 25, 2011
i am trying to make a some groups within a predefined group at run time. i can make groups, the code is working fine. Now i have added two buttons in each group which is created in run time. now the problem is one of the button is x . the property of button should be when i click on it it should delete the very specific group in which it is built. please check out the code and tell me what additions should i make.
[Code]...
View 2 Replies
Jul 16, 2010
I have a VBox, I assigned a handler to click, and inside the VBox I have components such as images and texts with no handler assigned for click. Would the click function be called when I click on the text and image? If not how can I make it so without assigning handlers individually, but on the container level?
View 3 Replies
Dec 2, 2010
I generate panels dynamically and put them in other states in that way so in one state you have a list of panels on the left and one big panel on the right for example in one state and when you click on the list on the left (with small panels) that panels takes the places of the big panel and the big one goes back in the place. So I have 50 panels on the left and i want to scroll them down but I don't want to big panel to go down with them I want it fixed. this is where I got and I don't know how to do that here is my code:
enter code here
protected function canvas1_creationCompleteHandler(event:FlexEvent):void
{
blurEffect= new BlurEffect(myBlur,myUnBlur);
listEventsResult.token=eventService.listEvent();
[Code]....
View 1 Replies
Mar 28, 2011
I have a custom component ExpandCollapseMenu that extends SkinnableContainer.This component can have state "normal" or "expanded".Inside this component I have buttons, with different skin based on ExpandCollapseMenu's state.This works fine when defining the buttons inside ExpandCollapsMenu's skin class:
<s:Group id="contentGroup" top="20" left="10" right="10" bottom="10">
<s:layout>
<s:VerticalLayout/>
</s:layout>
[code]....
View 1 Replies
Aug 16, 2005
I always simply use random() for calculating random numbers, since I read one of 's best. And I like it a lot. Only to generate a float of random numbers I use Math.floor(Math.random()*(max-min+1)) + min
So, this time I had to use both in one script, and I had it checked by a friend who is a way better developer as I am (as far as I'm a developer ).He advised me to leave the random() behind.I replied that there is no reason to, since it sometimes really is a hassle to use "Math.floor(Math.random()*(max-min+1)) + min" when u simply want a random number. "And it's way faster!", I added.
"I know, I know", he said, "but it's deprecated". Why is it deprecated??? It has 2 advantages: it's shorter and it calculates faster. So I don't understand why people at MM put it at the deprecated elements.I will keep using random() for sure... cuz imo both random() and that other code have their advantages.
View 5 Replies
Dec 21, 2010
#include is deprecated in AS3 but import is not really equivalent. In C# there is using which is like import AND PARTIAL CLASS.AS3 needs something equivalent to #include to be able to organize code like partial class so what's the equivalence ?
View 2 Replies
Jun 21, 2010
I have read this a few times, however, I never really understood the alternative. Please help me understand.How would I, without SetProperty, change the _alpha of a movieclip defined by a variable.With setProperty I would define the variable(which obviously will be changing, therefore a variable is needed):var movieClip = "_root.someMovieClip_mc"setProperty(movieClip, _alpha , 50)
View 5 Replies
Apr 7, 2010
Since AS2 supports only the old deprecated tags for HTML, I'm looking for a WYSIWYG editor (javascript) that will work with these and not the "style" attribute.
View 0 Replies
May 25, 2010
Im trying to load my xml into a pattern that places the information found in a for loop nested inside a contentional MovieClip instance. For example: I have a movie clip (basically a main container) on the root timeline that should load 3 other instances of a movie clip which is just a back ground (or container) I created to present the xml data to the viewer. The Xml data is just a name, date, text, and thumbnail.
I am having issues with making my for loop nest my data from the xml into firstly create instances of the needed movie clips when they are needed and then nest the xml information inside of them...
Right now it works... It just that the information isn't nested so some of the movie clips appear on top of others due to how the code is set up and the display list... I formated it with the setChildIndex so it looks normal, but I want to develop a pattern to where the information fits into the containers correctly.
[Code]...
View 6 Replies
Apr 20, 2011
I am having a problem adding my containers. I have a class that holds all my players containers, x & y cor etc. They are all pushed into a single array. Then I have another class my main class. But I cant add my containers to the stage though my main class.
Heres ActionScript Code:
package com.shoot {
import com.BlackJack.CardDeck;
import com.BlackJack.Players;
import flash.events.*;
import flash.display.Sprite;
[Code] .....
View 0 Replies
Mar 30, 2010
If I wanted to store multiple, related sprites, would it be more efficient to store them in a container Sprite and cycle through them by child number, or to use an Array.
Code:
//Basically
var container:Sprite = new Sprite();
container.addChild (obj1);
container.addChild (obj2);
[code]....
View 8 Replies
Nov 9, 2010
I'm newly migrating over to AS3, so this may be a silly question, but is there a way to use only one Loader to load in three external swfs into different MC containers on the stage? Or, do I have to specify a new Loader for each swf since I am loading into different containers?
Say I have (containerA, containerB and containerC) on the stage of my main movie -- would it be possible to only use one Loader here to load them all in simultaneously? If so, what would the proper syntax be?
Again, I know this may just be a simple fix, but so far I can only get this working by declaring three different Loaders, and it just seems like there should be a more efficient and simple way to accomplish this.
View 6 Replies
May 17, 2009
[code]I add alot of containers to the stage, but I would like to be able to remove the containers again outside the function.I was thinking that I could maby write removeChild(snipper1), but I can't access them after they are created ?
View 1 Replies