A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: $15 - AS3 Click row in datagrid and change background color...

Threaded View

  1. #1
    Senior Member
    Join Date
    Jul 2004
    Posts
    264

    Thumbs up AS3 Click row in datagrid and change background color...

    Hi guys,

    Got to be in AS3

    I need a datagrid, already on stage...

    Actionscript Code:
    var mmm:Array = [
    {label: "hi", data:'1'},
    {label: "good", data:'2},
    {label: "yes", data:'
    3'},
    {label: "boo", data:'
    4'},
    ];
    myGrid.dataProvider = new DataProvider(mmm);

    Then i would like to be able to do something like this (or any way possible):

    setGridColor("row no. e.g. '2'"), "#33FF00");

    And change the full row to a certain color.

    Anyone?


    Let me know the price - sent via paypal. Cheers.

    Many thanks!
    Last edited by itsallgood; 02-08-2012 at 05:51 AM. Reason: Changed price...

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