View Single Post
  #10  
Old 01-02-2008, 03:33 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by Stefan View Post
Normally you just set

PHP Code:
useownprofile true;
profile.modal false
The button cannot be clicked then though. You can also set some other attributes:
PHP Code:
profile.focusonshow false;
profile.tab false;
profile.cankeyfocus false
You can also unset the focus when your button receives the focus:
PHP Code:
function onFirstResponderChanges(obj) {
  if (
obj==MyButton && obj.isFirstResponder())
    
GraalControl.makeFirstResponder(true);

Very nice Stefan That Fixed some stuff on my server ! <3
__________________
Reply With Quote