View Single Post
  #9  
Old 01-08-2010, 07:00 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
Something like this should work, but I know align has been a pain before with me.

PHP Code:
    new GuiTextEditCtrl("Calculator_input")
    {
      
profile GuiBlueTextEditProfile;
      
useownprofile true;
      
profile.align "right";
      
5;
      
5;
      
width 155;
      
height 30;
      
text="0";
    } 
__________________
Quote:
Reply With Quote