Graal Forums  

Go Back   Graal Forums > Graal V6 forums > Bug Report
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rating: Thread Rating: 13 votes, 4.69 average. Display Modes
  #1  
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:	2490
Size:	3.6 KB
ID:	52519
Here's what it looks like in V6:
Click image for larger version

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

Am I doing something wrong?
__________________
Reply With Quote
Reply

Tags
graal v6, windows


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 07:40 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.