KenN

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • KenN
    Participant

    Oh, I somehow managed to do what I wanted to do with the following code.

        defaultText
            .css({"height":"100em", "width":"100em"})
            .cssContainer({"background-color":"red", "position":"absolute", "top":"0px"})
            .center()
        ,
        defaultTimer.start().wait()
        ,
    
        newText("mask","<div style=\"background-color: red\">ok?</div>")
        .print("center at 50vw","middle at 50vh"),
        newTimer("maskTimer", 1000),                       
        getText("mask").remove()
        .log()
        ,
    in reply to: Missing data (Failed submission) #7671
    KenN
    Participant

    OK, thank you for the detailed explanation regarding the situation. I really appreciate the presence of this platform and also thank you for your efforts to improve the system!

    -Ken N.

Viewing 2 posts - 1 through 2 (of 2 total)