<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
I'm trying to adjust the attributes of a combo box.&nbsp; In flash, the code would look something like this:<BR>
&nbsp;<BR>
mycomb.color = 0x000000;<BR>
mycomb.setStyle("alternateRowColors", [0xffffff, 0xcccccc]);<BR>
mycomb.setStyle("textSelectedColor", 0xffffff);<BR>
mycomb.setStyle("backgroundColor", 0xffffff);<BR>
(where mycomb is the instance name of a standard flash combo box)<BR>
&nbsp;<BR>
When I try to do similar calls in Xerte like:<BR>
&nbsp;<BR>
RSCombo.setStyleProperty('backgroundColor', 0xffffff); <BR>
(Where RSCombo is the rs of a standard Xerte combo box)<BR>
&nbsp;<BR>
There is no effect.&nbsp; I'm sure there's just some tidbit of information that I'm missing... and I'd certainly appreciate&nbsp;any&nbsp;help.<BR>
&nbsp;<BR>
Have a great day,<BR>
Kent&nbsp;<BR><br /><hr />Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. <a href='http://clk.atdmt.com/GBL/go/171222985/direct/01/' target='_new'>Sign up now.</a></body>
</html>