Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

setting visual attributes of items.

Status
Not open for further replies.

hluash

Programmer
Aug 7, 2001
10
0
0
UG
Hello developers. Here I come again yet with another query. I have a display item in my form. i want to change its background color programatically but have failewd to do this. The color should change when the item is displaying something.
I have this idea that you use
set_va_property or set_item_property but the parameters how they are written is what is beating me.
Thanks everso for the help.
 
You have to create visual attribute group during design time (possibly changing it by set_va_property) and assign it to your item (instance) during runtime.

set_item_[instance_]property('your_item', visual_attribute, 'your_attribute')
 
SEM I want to thank you for your help. Sorry to send this here because i do not know you email.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top