Re: tlb_frame_attr in Mac [message #81107] |
Thu, 16 August 2012 16:23 |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
rryan@stsci.edu writes:
> 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.
I think on X Windows systems, in general, the TLB
frame attributes have always been treated as gentle
"suggestions" (almost always ignored), rather than as
strict commands.
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|