Skip navigation

Login or Register to find out more about Flex harUI
Flex harUI has no profile image available
Status Level:
Adobe Employee

Recent Activity

Flex harUI replied to Chart doesn't display in Tabbed application

"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
Flex harUI replied to Custom Flex component has wrong width/height

"Yes, really.   Measure() should only provide measuredWidth/Height and measuredMinWidth/Height.  Later, in updateDisplayList(), each parent"

in Flex 5 replies
9 hours ago
Flex harUI replied to Chart doesn't display in Tabbed application

"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
Flex harUI replied to Chart doesn't display in Tabbed application

"Check the sizes and positions of the chart and all of its parents."

in Flex 5 replies
15 hours ago
Flex harUI replied to Custom Flex component has wrong width/height

"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
Flex harUI replied to Tabbing is not working properly / Flex Mobile 4.6

"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
Flex harUI replied to <b> and <i> tags not working in StyleableTextField for mobile development

"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
Flex harUI replied to suggested workaround for list itemrenderer bug?

"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
Flex harUI replied to suggested workaround for list itemrenderer bug?

"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
Flex harUI replied to Loading multiple style modules not working

"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
Flex harUI replied to <b> and <i> tags not working in StyleableTextField for mobile development

"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
Flex harUI replied to <b> and <i> tags not working in StyleableTextField for mobile development

"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
Flex harUI replied to How to handle large number (7200+) identical HorizontalRule's

"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
Flex harUI replied to How to handle large number (7200+) identical HorizontalRule's

"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
Flex harUI replied to loadPolicyFile() on crossdomain.xml with query parameters

"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
Flex harUI replied to Flex application compiled with SDK 4.5.1 cannot run with the application compiled with SDK 4.1?

"Should be here: https://sourceforge.net/adobe/flexsdk/wiki/Downloads/"

in Flex 3 replies
5 days ago
Flex harUI replied to Is this right FLEX Sub-category-forum for me?

"This is probably the right place. Ask your question and folks will redirect you if needed."

in Flex 1 replies
6 days ago
Flex harUI replied to Flex sub-app

"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
Flex harUI replied to Flex application compiled with SDK 4.5.1 cannot run with the application compiled with SDK 4.1?

"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
Flex harUI replied to Deep Linking problem when using AddChild();

"Try BrowserManager"

in Flex 4 replies
1 week ago
Flex harUI replied to Flex sub-app

"SWFLoader.content should be the root of the sub-app."

in Flex 3 replies
1 week ago
Flex harUI replied to Tabbing is not working properly / Flex Mobile 4.6

"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
Flex harUI replied to Custom components in modules

"Do you get an error?  Or what happens?"

in Flex 1 replies
1 week ago
Flex harUI replied to Loading multiple style modules not working

"You might try an uncaughtError handler to prove than an exception really is being thrown."

in Flex 14 replies
1 week ago
Flex harUI replied to Loading multiple style modules not working

"It works in debug SWFs but in release SWFs?"

in Flex 14 replies
1 week ago