Dj

1. How do I get the length of my UITextField, not 100% - that's just
plain silly

AN: <mx:text id="test"/>
 <mx:script>
  import mx.controls.TextField;
  public var  sizeOf:int;

 public function returnSizeofTextField():void
 {
          sizeOf = test.length;
        trace(sizeOf);
}
</mx:script>

2. What if i don't want a broken image skin, no image i want nothing

So you want to create new components has a lot fo ways to do that, but if I
undrestood your question
just start using the DisplayObject class and start creating your own.


3. how do i override a resize event or lock a VBox container not to
get smaller as children are removed

just uses the override method, please take a look at the help.



Regards.

On 11/30/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

  These little things take me forever to find and i simply can't find
these solutions easily, if you have a moment. Answer one or two of
them.

I appreciate it, i'd gladly paypal you a few bucks for a peet's
coffee, i'm going to get one myself and maybe i'll have my answer
when i return, yum.

Thanks,
Patrick

1. How do I get the length of my UITextField, not 100% - that's just
plain silly

2. What if i don't want a broken image skin, no image i want nothing

3. how do i override a resize event or lock a VBox container not to
get smaller as children are removed

4. How do I set the font of UITextField with stylesheet, or embedded
font

5. How do I make the UITextfield's font not to be so pixelated.




--
----------------------------
Igor Costa
www.igorcosta.com

Reply via email to