Background: I am doing some UI work where I allow the user to programatically add and resize controls on a canvas.
there is no tags on flex paper. so make tag on flex paper. Now the question.. How do i get the page number in flex paper.
I am having a chart with titles for horizontal and vertical axis. the verticalAxisTitleAlignment property of the vertical axis renderer is开发者_C百科 set to vertical. The application is a portal sort
I have a tree being populated by an array collection. I don\'t have control of the data in the array collection and even when a node has no children i开发者_Go百科t still has a \"children\" property t
Does anyone know of a workaround for loading an AS3 swf into an existing AIR/Flex (Flex 3) application and having the loaded SWF retain its own reference to its stage (not the loader\'s stage)?
I have created a component for alert box and I am using it in main application, <?xml version="1.0" encoding="utf-8"?>
I am aware that the follow will show a hand cursor: component.mouseChildren = true; component.useHandCursor = true;
I I have a view in Flex 3 where I use a tab navigator and a number of views inside the tab navigator. I need to be know which view was clicked because of it\'s one specific view then I need to take ac
I\'m using a Repeater object in Flex. Would be possible to stop the repeater after 50 iterations.开发者_Go百科. even if my dataProvider is bigger ?
Hi I need to save email-id in my login form through the cookies. if I use shared object I am able to save but my requirement is need to save in cookies. How can I save? I got sample code from net. Att