flashing cells easylanguage

Discussion in 'App Development' started by w4rri0r, Feb 22, 2018.

  1. w4rri0r

    w4rri0r

    hi forumer,
    i have a simple conditoned alert and i need an helping hand in coding a flshing background color of the plot statement
    Code:
    #
    Var:
    MyAlarm = True;
    
    if Condition1 then
         begin
           Plot1 ("YeY", "1");
           Alert( ! ( "Alert" ) );
           SetPlotColor ( 1 , DarkBlue ); 
           SetPlotBGColor (1, White);
    
           Once begin
           MyAlarm = (playsound("C:\MyFiles\MySounds.wav")); 
           end;
           
           end
    Else begin
           Plot1 ("", "1");
           SetPlotBGColor (1, Transparent);
         end;
    #
     
    Last edited by a moderator: Feb 22, 2018
  2. w4rri0r

    w4rri0r

    oh....wow.....