Simply Maya User Community

Simply Maya User Community (https://simplymaya.com/forum/index.php)
-   Programming (https://simplymaya.com/forum/forumdisplay.php?f=32)
-   -   scrollField (https://simplymaya.com/forum/showthread.php?t=24667)

Dann 17-01-2007 09:55 AM

scrollField
 
Has anyone ever used the scrollField command?

Trying to figure it out with the docs, with limited success. It seems to ignore my width and height settings so I cannot view the whole list. Here is my simple testing script.

string $A = "Item_A\n";
string $B = "Item_B\n";
string $C = "Item_C\n";
string $D = "Item_D\n";

string $list;
$list += $A;
$list += $B;
$list += $C;
$list += $D;

if (`window -q -exists qwe`) deleteUI qwe;
window -menuBar true -mxb true -mnb true -title Title -w 260 -h 200 qwe;

rowColumnLayout -numberOfRows 4 ;

text -label "Title" -align "center" -fn boldLabelFont;
text -label "-----------------------------------------------------------------------------------" -align "center";
rowColumnLayout -numberOfRows 1 -rh 1 200;
scrollField -w 500 -h 200 -wordWrap false -nl 15 -text $list -editable false shdrLists;

showWindow qwe;


All help is appreciated.
Thanks,
-dann

Dann 17-01-2007 04:51 PM

got it working. nevermind.


All times are GMT. The time now is 12:24 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Simply Maya 2018