View Single Post
  #2  
Old 12-06-2010, 08:48 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
From what I gathered from the Wiki if you set the bitmap else where without a useownprofile = true; It would overwrite the actual profile. Perhaps that's whats happening.

PHP Code:
  new GuiControlProfile(ObscuredTextEditProfile) {
    
bitmap "defaulttexteditobs.png";
    
cankeyfocus true;
    
transparency 1;
    
opaque 1;
    
fontcolor "255 255 255";
    
fonttype "Arial";
    
fillcolor fillcolorhl fillcolorna "44 46 44";
  } 
Works fine in my case.
__________________
Quote:
Reply With Quote