View Single Post
  #6  
Old 05-27-2009, 11:42 AM
Pelikano Pelikano is offline
Registered User
Pelikano's Avatar
Join Date: Oct 2008
Posts: 1,133
Pelikano has a little shameless behaviour in the past
Quote:
Originally Posted by Stefan View Post
By default the in-active checkbox is drawing itself unchecked. There are some alternatives:

- set the profile to non-modal. That makes it impossible for the user to click on it:
PHP Code:
useownprofile true;
profile.modal false
- use gui styles (style="toon.wba")
Thanks =D
Reply With Quote