Search Results

Search found 4 results on 1 pages for 'scarx'.

Page 1/1 | 1 

  • How create processing events for array of TextBox [closed]

    - by ScarX
    I create array: TextBox[] textarray = new TextBox[100]; Then in cycle set this params, all items array situated in uniformGrid1 textarray[i] = new TextBox(); textarray[i].Height = 30; textarray[i].Width = 50; uniformGrid1.Children.Add(textarray[i]); How create events Click or DoubleClick that all items array? Sorry my English.

    Read the article

  • How create processing events for array of TextBox

    - by ScarX
    I create array: TextBox[] textarray = new TextBox[100]; Then in cycle set this params, all items array situated in uniformGrid1 textarray[i] = new TextBox(); textarray[i].Height = 30; textarray[i].Width = 50; uniformGrid1.Children.Add(textarray[i]); How create events Click or DoubleClick that all items array? Sorry my English.

    Read the article

  • DOUBLE_CLIC dont work in actionscript3

    - by ScarX
    I have MyMovie.addEventListener(MouseEvent.CLICK, goClick) function goClick(e:MouseEvent):void { trace("Trololo"); } It's work. Why don't work? MyMovie.addEventListener(MouseEvent.DOUBLE_CLICK, goDouble) function goDouble(e:MouseEvent):void { trace("Trololo"); }

    Read the article

1