I have an AIR application set to 800px wide and 600px high. When I launch it, the window starts too small with horizontal and vertical scrollbars? Isn\'t this dumb? What am I missing?
I have flex advancedDataGrid (could use dataGrid if that works better, though i like my meta-column headers), and i want to have a component popup on top of a selected row.
I have a WindowedApplication with a lis开发者_StackOverflowtener on keyboardEvent (on the ENTER key), but when the user choose to use the colorpicker and type an hexadecimal code then hit ENTER the ev
I want to display some开发者_StackOverflow data in a separate browser window instead of using popupManager. How do i do that. Also i need to pass parameter to that window, based on that parameter, i l
I think there is bug in Flex charting. \"DATETIME AXIS DOES NOT SUPPORT SERIES STACKING IN CERT开发者_C百科AIN CASES WHILE LINEAR AXIS AND CATEGORY WORKS FINE IN SIMILAR CONDITIONS\"
I have following data: var data: ArrayCollection = new ArrayCollection( [ { name: \"ProductA\", user: {login: \"loginA\", email: \"emailA\"} },
I was just going through one code used to draw one chart. This code is written in the updateDisplayList function of the ItemRenderer of ColumnChart. I am not good at the graphics part of Flex. Can any
I\'m loading an external SWF (pre-made by an other department of the company I work for) using flash.display.Loader. I then traverse the display list, register all objects and listen for added/removed
I need a way to handle user preferences in a file. Of course, users can update their preferences. What is the best way to do that ?
开发者_如何学JAVAGiven a rich text editor, I want to save the "rich" text to a database, and load it later.