Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
Peter Hahmann #1
Metatags Bindable, CollapseWhiteSpace and Inspectable
Hi,
I'm working with a TextArea and got stuck at the setter and getter functions.
I've researched the documentation, some books and google, but I couldn't find
the answers for some questions.
1 - Is there any difference between: [Bindable(event="change")] and
[Bindable("teste")] ? Which one?
2 - When adding the event property to the BINDABLE metatag, the binding will
only occur when this event is dispached, correct?
3 - The [CollapseWhiteSpace] tag is used to remove the white spaces of the
return and parameter variables, correct?
4 - I've understood the [INSPECTABLE] concept, but couldn't understand the
real use and result of using this tag. For example:
[Inspectable(category="General")]
public function get text():String
{
return textArea ? textArea.text : _text;
}
Which would be the diferece in using or not using the inspectable tag?
5 - As the get text() and the set text() are overloaded methods, metatags
preceeding the getter method will work also for the setter methods (which is
defined right after the getter method)?
I know that those are pretty basic questions, but my research fonts wheren't
"for dummys", so I would be very happy if someone would answer them.
Thanks,
Peter
Peter Hahmann Guest
-
How to use [Inspectable] tag???
I downloaded trial version Flash 2004, and unzipped it. One of the PDF in it is "Using_Components" The final chapter of this file, "Creating... -
Inspectable properties for Extended Components
I am trying to create some V2 standard components by extending TextInput, Combobox and UIComponent. Are the inspectable properties expected to be... -
ANN: MetaTags 1.0
MetaTags 1.0 ============ MetaTags is a rather simple ruby module. Its goal is the ability to easily define and produce sets of tagged metadata... -
metatags & XP
Thank you for responding to my question on adding metatags to my Publisher website. The answer was to download the XP Service Pack 2. However, I... -
metatags
I have created a working website "ltcinsurancemarketing.com" that doesn't seem to include metatags. I have created the metatags using... -
Peter Hahmann #2
Re: Metatags Bindable, CollapseWhiteSpace andInspectable
Question 5 is answerd, but I'm still looking for the answers of the other questions.
thanks,
peter
Peter Hahmann Guest



Reply With Quote

