John Perkins
04-09-2005, 02:10 PM
In the AutoSkinControl section of the tscript docs:
The following specifies how regions stretch and what sub-controls are hooked to what colors…
SetStretchyRegion(uchar R, uchar G, uchar B, char* stretchDesc, char* controlDesc)
stretchDesc: use "h", "v", "hv", or "0". No need for quotation marks
controlDesc: looks for the characters
Examples:
SetStretchyRegion(255,255,255,hv,0)
SetStretchyRegion(71,193,130,h,m)
SetStretchyRegion(31,23,29,0,c)
SetStretchyRegion(9,0,178,0,ul)
controlDesc is not found anywhere else in the doc.
What do these do and what are the options?
It looks like "c" is for close, but how are these defined and can you define your own?
Thanks
The following specifies how regions stretch and what sub-controls are hooked to what colors…
SetStretchyRegion(uchar R, uchar G, uchar B, char* stretchDesc, char* controlDesc)
stretchDesc: use "h", "v", "hv", or "0". No need for quotation marks
controlDesc: looks for the characters
Examples:
SetStretchyRegion(255,255,255,hv,0)
SetStretchyRegion(71,193,130,h,m)
SetStretchyRegion(31,23,29,0,c)
SetStretchyRegion(9,0,178,0,ul)
controlDesc is not found anywhere else in the doc.
What do these do and what are the options?
It looks like "c" is for close, but how are these defined and can you define your own?
Thanks