A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Problems with TextArea component and right click options in Flash CS3

  1. #1
    Senior Member
    Join Date
    Jun 2009
    Posts
    101

    Thumbs up Problems with TextArea component and right click options in Flash CS3

    Hello Friends,

    I need a small help on TextArea component using FLASH CS3.

    I need a textarea component. I dont want to see the right click property options like cut, copy, paste..... can any one pls make it for me. on top of the textarea component, if you right click you will get the options. i dont want those... thats it.

    your help will be appreciated.

    Regards,
    Rajesh

  2. #2
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,449
    You asked a similar question and it was answered:
    http://board.flashkit.com/board/show...32#post4226032
    - The right of the People to create Flash movies shall not be infringed. -

  3. #3
    Senior Member
    Join Date
    Jun 2009
    Posts
    101

    Thumbs up

    It dint help me out. i mean your earlier reply.

    anyways can you make it clear with an example. i need a solution desparately. i hope you are clear with my requirement isnt it....

    waiting for your reply. can u pls send me a code or a sample.

    Rajesh

  4. #4
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,449
    Here is some code. You were right, focusEnabled did not work, but this works.


    import fl.controls.TextArea;
    var tf:TextArea = new TextArea();
    tf.text = "Text here...";
    tf.editable = false;
    tf.textField.mouseEnabled = false;
    addChild (tf);
    - The right of the People to create Flash movies shall not be infringed. -

  5. #5
    Senior Member
    Join Date
    Jun 2009
    Posts
    101

    Thumbs up [ SOLVED ] Problems with TextArea component and right click options in Flash CS3

    Thank you so much for your help and all your replies.

    It was working fine. Thanks onceagain.....

    Rajesh

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center