>
>> I was trying to create a resizable table object (i.e. 6 equal text columns
>> with a scrollbar on the right side) and eventually succeeded.
>> However...there must be an easier way to do this! Basically I want to
>> resize the table "field" and spread the column widths out proportionately.
>> I managed to do it using "brute force" by creating individual fields for
>> each column and setting the scrollBar (borrowed from the examples stack)
>> and setting the "resize" properties.
>>
>> The whole exercise would have been much easier if the tabStops property
>> would accept a variable; then you could just create one field and put in
>> the card script "on resizeStack /put the width of this cd into tBlob/
>> divide tBlob by 6/ set the tabStop of fld to tBlob". Apparently, the
>> tabStop property only accepts integers..is there any way of doing this?
Blair, tabstops accept variables, the problem must be somewhere else in your script.
on mouseUp
put tabstops of fld 1 into temp
set the tabstops of fld 1 to temp*2 #does what it says
end mouseUp
>>
>> Also, I recently installed MC2.3.2 on a Win98se P3 800mHz. All of the
>> tabbed dialogs appear with a white diagonal line through the tab. Just an
>> annoyance but...is this my display driver (new) or has anyone else got
>> this artifact?
>>
>> Thanks,
>> Blair
Regards, Andu
_______________________
[EMAIL PROTECTED]
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.