ViewNavigator has ActionBar on top by default. I want move at the bottom. navigator.actionbar.y=415 //gets actionbar at bottom
While I was trying to change the fontSize of titlebar of TitleWindows, the whole container changes to new font Size. But I do not want to achive this. I would like to get it only on the titlebar.
I made a custom component, BitmapButton, which is based on spark.components.Button. It basically just takes three Bitmap objects - upBitmap, overBitmap and downBitmap - and then its skin class, Bitmap
I want to post some variables to a new window. The receiving c# will then generate a CSV which will stream as a download.
I\'m new to Flex and am trying to port a pure Flash/AS3 card game to Flex 4.5. It works mostly well, but I\'m missing few puzzle parts there:
I want to use single collection object to two different UI components. 1. Datagrid and 2nd is chart component. I dont want to change anything inside the arraycollection object but I want to use it at
I want to change cursor to pointer when I hover movieclip in the stage. I try this MovieClip(this.myContainer.myStage.getChildAt(i)).buttonMode=true;
There are a three public variable public var objPrintJob:FlexPrintJob; public var objPrintTemplate:canvas;
I have one MXML File as <objecthandles:ObjectHandles xmlns:fx=\"http://ns.adobe.com/mxml/2009\"xmlns:s=\"libra开发者_StackOverflowry://ns.adobe.com/flex/spark\"backgroundAlpha=\"1\"xmlns:mx=\"lib
Is it possible to simultaneously access single SQLite database at server from multiple clients applications of Flex(web and AIR applications)?