|
"So I assume piechart1 isn’t showing up in the tabbed app? Add a click handler to the view and modify the code in my previous reply to sta" in Flex • 5 replies |
5 hours ago |
|
"Yes, really. Measure() should only provide measuredWidth/Height and measuredMinWidth/Height. Later, in updateDisplayList(), each parent" in Flex • 5 replies |
9 hours ago |
|
"The chart is probably in a container in a contentGroup in the skin of the Tabbed Application. If you can’t see it, it or one of its parent" in Flex • 5 replies |
9 hours ago |
|
"Check the sizes and positions of the chart and all of its parents." in Flex • 5 replies |
15 hours ago |
|
"It is not recommended to set width/height in measure(). See the documentation on custom components and how commitProperties/measure/updateD" in Flex • 5 replies |
15 hours ago |
|
"In 4.6 the default TextInput skins use StageTextField instead of StyleableTextField. This may have an effect on tabbing. You can switch ba" in Flex • 3 replies |
1 day ago |
|
"It is possible that there is some behavior in the text components that read the text property from the TextField and re-write it which woul" in Flex • 7 replies |
3 days ago |
|
"Changing just the renderer, then calling validateNow() should set a flag that flushes the freeItemRenderers. It is possible that if somethi" in Flex • 3 replies |
3 days ago |
|
"How are you changing the classFactory? Try calling validateNow() after changing it and before you set the dataprovider." in Flex • 3 replies |
4 days ago |
|
"To guarantee you are catching errors, you may need to listen for uncaught errors on all modules as well. See the post on my blog about that" in Flex • 14 replies |
4 days ago |
|
"You would have to add the mobile swcs to your project to use them on the desktop. In the emulator try to get to the properties on the Sty" in Flex • 7 replies |
5 days ago |
|
"I think you can swap in a mobile skin on a desktop app. Does it work in a mobile app run on the desktop emulator? If you are not embeddi" in Flex • 7 replies |
5 days ago |
|
"You may have the option to 1. overlay a single Sprite or UIComponent that covers all of the Vboxes 2. use a bitmap instead of vector" in Flex • 4 replies |
5 days ago |
|
"I’m not clear how you fit 7200 horizontal lines on the screen at one time. If they don’t all fit, then they should not be created if they a" in Flex • 4 replies |
5 days ago |
|
"That the player is consistent about requiring a particular MIME type? If you have a simple test case, file a bug against the player at bugb" in Flex • 12 replies |
5 days ago |
|
"Should be here: https://sourceforge.net/adobe/flexsdk/wiki/Downloads/" in Flex • 3 replies |
5 days ago |
|
"This is probably the right place. Ask your question and folks will redirect you if needed." in Flex • 1 replies |
6 days ago |
|
"The sub-app is the ‘this’ pointer for all code in the sub-app’s MXML file. It is the parentApplication property value of any child UICompon" in Flex • 3 replies |
6 days ago |
|
"Unfortunately, having an older SDK app load a newer SDK app is not a supported configuration. Newer SDK apps can loader SDK older apps via" in Flex • 3 replies |
6 days ago |
|
"Try BrowserManager" in Flex • 4 replies |
1 week ago |
|
"SWFLoader.content should be the root of the sub-app." in Flex • 3 replies |
1 week ago |
|
"Which TextFields are you using in the skin? StyleableStageText or StyleableTextField? It might be a limitation of using StageText." in Flex • 3 replies |
1 week ago |
|
"Do you get an error? Or what happens?" in Flex • 1 replies |
1 week ago |
|
"You might try an uncaughtError handler to prove than an exception really is being thrown." in Flex • 14 replies |
1 week ago |
|
"It works in debug SWFs but in release SWFs?" in Flex • 14 replies |
1 week ago |