> When I change the appearance to windows the icon changes > appropriately > but then a black rectangle appears bounding the button. This > rectangle > remains even if the hilite icon is removed from the button ( ie the > button's icon is changed to its enabled appearance ). The > rectangle can > be removed by clicking on another disabled button. > > Is there a way I can prevent this from happening in windows > or is this > the way things are supposed to operate? It really > interferes with the > effect I am trying to get.
Steve, set the 'traversalOn' of the button to false. This is the standard way in Windows of displaying that a button has the focus (so you can type Enter or the space bar to activate it). Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
