Greetings Experts,

Is it possible to change the window background color of a window using the 
dialog plugin. Sheri wrote a script which cnages fonts and I'm wondering if it 
can change window color properties as well.

> *Configure Setup
> SetConffonts()
> win.sendkeys("{sinp}{shift}{tab}{shift}{right}")
> wait.for(10)
> SetConffonts()
> for(local i=0; i<6; i++)
> wait.for(10)
> win.sendkeys("{sinp}{right}")
> SetConffonts()
> endfor
> quit
>
> Function SetConffonts()
> local dialog_status
> local hWin=win.handle("=pproconf")
> local confctrls=win.childhandlelist(hWin)
> For each word confitem in confctrls
> dialog.set_font(confitem, ?#"Arial" B 12.0#)
> endfor
> quit
>

Reply via email to