Hide the pictures on startup:

Xivaro
Xivaro Member Posts: 4 Member
edited October 2024 in Scripting Workshop

declare ui_label $frame_dhol(1,1)
set_text($frame_dhol,"")
set_control_par_str(get_ui_id($frame_dhol),$CONTROL_PAR_PICTURE,"frame_dhol")
set_control_par(get_ui_id($frame_dhol),$CONTROL_PAR_HIDE, 16)


Hide the pictures on startup: but picture is not hiding at start up. only when
is there something wrong in the code ? please help

Comments

This discussion has been closed.
Back To Top