mxml
RegExpValidator MXML
HiI have a problem with a regular expression. I have an RegExpValidator in MXML and I want that is invalid when the source contain a or bMy RegExpValidator is[详细]
2023-03-07 18:48 分类:问答Webservice Flex
In my application I call a webservice. I try with the correct location of the WSDL and it works fine. When I change the WSDL location in the application (while running, not restarting the application)[详细]
2023-03-07 17:56 分类:问答How to set the name property of spark State declaratively to a string variable value
I have spark States declare开发者_开发知识库d in mxml. I also have a class with string constants. I want my states names to match the string constants. Is it possible to do that directly in mxml and h[详细]
2023-03-07 17:33 分类:问答Interface IDisposable gone in Flex 4.5?
It seems that Flex 4.5 can not compile my old AIR applications that implement the IDisposable interface. What? Why? And how should memory management be done from now on?[详细]
2023-03-05 04:26 分类:问答Spark RichEditableText word wrap with percent width and fixed height
I know this question has been asked before but the other solutions didn\'t work for me quite well. here\'s my sample application.[详细]
2023-03-05 01:39 分类:问答How to compile a MXML file to AS3
I want to compile one class from MXML to as3 as a learning experience.What is the best way to do this?[详细]
2023-03-04 17:31 分类:问答A quick way to know the source of scroll bar?
Whenever I use a lot of nesting inside mxml components(including many states) with quite a few Vboxs and Other containers, I always get confused when I see a scrollbar appearing on screen, especially[详细]
2023-03-04 00:18 分类:问答I want to get the values from slider in mxml and use it in as,thereby changing the layout
(I am using flex builder) I have main mxml,this calls an AS file, layout is shown.That is working good.But I cant 开发者_Go百科get the values from the slider dynamically into actionscript i.e, if the[详细]
2023-03-01 15:20 分类:问答Rolling Over a spark ItemRenderer switches the view state to default!
I\'m currently using flex sdk 4.5 (but it\'s the same with 4.1) and I have the following problem: I bind the current state of an ItemRenderer to an external object. This object is injected to the mxm[详细]
2023-03-01 15:06 分类:问答What is the RegExpValidator.flags property used for?
I\'m attempting to write a c开发者_如何学JAVAustom RegExpValidator in AS3 (similar to this).I\'m wondering (and I\'ve checked livedocs...), what is the \'flags\' property on a RegExpValidator used for[详细]
2023-03-01 14:21 分类:问答