View Single Post
  #917  
Old 03-09-2011, 01:39 AM
salesman salesman is offline
Finger lickin' good.
salesman's Avatar
Join Date: Nov 2008
Location: Colorado
Posts: 1,865
salesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud of
Quote:
Originally Posted by salesman View Post
border, fillColor, etc don't seem to work with GuiMLTextCtrl in v6
PHP Code:
new GuiMLTextCtrl("Test_Control") {
  
profile GuiBlueMLTextProfile;
  
useOwnProfile true;
  
profile.border 1;
  
profile.opaque true;
  
profile.fillColor = {192224255200};
  
profile.fontColor = {000};
        
  
text "Test";
  
// Rest removed for brevity

The above works fine in V5 and displays the MLTextCtrl with the colored background and border, but in V6, it lacks the border and fill color.
Still having trouble with GUIs not behaving as they do in v5...

Here's what a GUI looks like in V5:
Click image for larger version

Name:	v5mltext.png
Views:	2473
Size:	3.6 KB
ID:	52519
Here's what it looks like in V6:
Click image for larger version

Name:	v6mltext.png
Views:	2404
Size:	4.3 KB
ID:	52518

Am I doing something wrong?
__________________
Reply With Quote