tlb_frame_attr in Mac [message #81109] |
Thu, 16 August 2012 14:11 |
Russell Ryan
Messages: 122 Registered: May 2012
|
Senior Member |
|
|
Hi gang,
I am developing a widget, and I wanted to make it so that the TLB cannot be resized. I saw the tlb_frame_attr keyword for widget_base and set it to what seems appropriate. But, it doesn't appear to do anything. After a bit of googling, it sounds like this is a "feature" of the Mac window system. Can anyone confirm that that TLB_FRAME_ATTR does not work for Mac?
Here is my print to version:
IDL> help,!version,/structure
** Structure !VERSION, 8 tags, length=104, data length=100:
ARCH STRING 'x86_64'
OS STRING 'darwin'
OS_FAMILY STRING 'unix'
OS_NAME STRING 'Mac OS X'
RELEASE STRING '8.1'
BUILD_DATE STRING 'Mar 9 2011'
MEMORY_BITS INT 64
FILE_OFFSET_BITS
INT 64
I just want to make sure I'm not doing something stupid here.
Thanks!
Russell
|
|
|