View Single Post
  #30  
Unread 11-18-2005, 08:36 AM
tangent tangent is offline
A Forest Scavenger
Interface Author - Click to view interfaces
 
Join Date: Apr 2005
Server: Antonia Bayle
Posts: 15
Default

Quote:
Originally Posted by Landiin
I havn't tried this but it should work.

Code:
<Page name="MemberInfoPage" Onshow="
archmage.Visible=(archtype.text==mage)
archpreist.Visible=(archtype.text==preist)
...">

<Image name="archmage" ... >
<Image name="archpreist" ... >
...
</Page>
Well I have tried this and, as I said above, the Visible attribute does not seem to be updatable with a variable value.
Reply With Quote