0
votes
1answer
17 views
create HBox component with default values
I want to create a HBox component name for example HLBox that behaves exactly like an HBox but ha s as default width and height 100%.
How can I do that?
0
votes
0answers
16 views
Tree Component Drag And Drop Related
I am having a tree which has some root nodes and internally some child nodes. We can drag and drop between these nodes by enabling inbuilt properties like dragEnabled="true" dropEnabled="true" …
0
votes
2answers
25 views
datagrid and horizontalScrollPolicy
look at this code:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" horizontalScrollPolicy="off">
<mx:VBox …
0
votes
1answer
28 views
Flex and source folders in bin-debug
Is there a way to avoid the copy of the empty folders, based on the current source library structure, in bin-debug folder?
I'm using Flex 3.2
Thanks
0
votes
4answers
33 views
how to set selected child in viewstack ?
in main.mxml :
public function init():void
{
PopUpManager.createPopUp(this,login,true);
}
<mx:ViewStack id="vs" label="content" >
<local:FrontPanel id="Fpanel" …
0
votes
1answer
34 views
Flex Collapsible Panel?
I am using this collapsible panel - link. Unfortunately, I have a problem using it with application states. I have a state where this panel is visible, when I switch to this state, this panel shows, …
0
votes
2answers
47 views
Flex External Configuration File..
My problem: I have a program in Flex3 that accesses a server. The program itself is on a server and accessed through a web browser. The point is that I don't want to hardcode in the swf file the IP of …
0
votes
1answer
18 views
Tree Component Item Rendering
I have created a MyTreeItemrenderer extending TreeItemrenderer.
However, I do not want any label, folder, disclosure icon nor icon.
I want to dispaly every node of the tree with my own graphic like …
1
vote
1answer
20 views
Flex tab navigator: initialize hidden tabs.
My problem: I have a tab navigator, with many forms in each tab. But I have a single global save button. Problem is, if I don't open a Tab, it doesn't get initialized and therefore the forms it …
1
vote
2answers
49 views
Flex: What is the best way to place an image in specific coords on canvas
Hi,
I know that the question may seem very easy. I am trying to display an image on canvas.
I need to do it in AS, and also I need to locate image in specific coordinates.
Could you please suggest …
0
votes
2answers
31 views
changing children of dynamic created states
I'm building an Xml-driven application.
I create new states in a seperate actionscript-class.
These states all contain a DataGrid.
I can switch the states in the Main.mxml.
But now I would like to …
0
votes
1answer
34 views
How to create a “spacer” in a Flex LinkBar?
I was trying to achieve the following: create a LinkBar with the width set to 100%, and put 4 LinkButtons on the left side, and the 5th button needs to be placed to the right side. At first, I was …
-1
votes
0answers
34 views
Issue with drag and drop
I'm trying to implement drag n drop feature between two tree controls. Drag and drop within the same tree is not permitted. Drag from one tree and drop to the other tree is permitted only at the end …
0
votes
3answers
53 views
flex3 type casting
Does anyone know the real difference between the two ways of type casting in Flex 3?
var myObject1:MyObject = variable as MyObject;
var myObject2:MyObject = MyObject(variable);
I prefer to use the …
0
votes
1answer
30 views
Tree dataTipFunction tooltip Change position,Flex3
Hi,
I am doing dataTipFunction on Tree in Flex3 Air,
At present the tooltip hides the present node, i need to reposition the tooltip above the node, how can change the x,y position of the tooltip.
…
