Re: palette drag bars on side?

2001-06-29 Thread Richard Gaskin

Tuviah Snyder wrote:

> Go to 
> 
> http://developer.apple.com/techpubs/macos8/HumanInterfaceToolbox/WindowMa
> nager/WindowMgr8Ref/WindowMgrRef.b.html
> for a list of windowdefs.
> 
> In particular these wdef id's may be of interest to richard
> 
> 1997,1995,1087,1085,1083,1081,1079,1077,1075,1073,1071 - left side
> palette with/without resizing
> 1991,1987, 1067,1065 - normal palette with/without resizing
> 
> what I did to test all the window def ids out was too create a list
> field
> with all the id's and put following script into the list field.
> 
> on mouseup
> set the decorations of this stack to the selectedtext of me
> end mouseup

And on windows?

-- 
 Richard Gaskin 
 Fourth World Media Corporation
 Multimedia Design and Development for Mac, Windows, UNIX, and the Web
 _
 [EMAIL PROTECTED] http://www.FourthWorld.com
 Tel: 323-225-3717   ICQ#60248349Fax: 323-225-0716



Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.




palette drag bars on side?

2001-06-29 Thread Tuviah Snyder

Go to 

http://developer.apple.com/techpubs/macos8/HumanInterfaceToolbox/WindowMa
nager/WindowMgr8Ref/WindowMgrRef.b.html
 for a list of windowdefs.
 
 In particular these wdef id's may be of interest to richard 
 
 1997,1995,1087,1085,1083,1081,1079,1077,1075,1073,1071 - left side
 palette with/without resizing
 1991,1987, 1067,1065 - normal palette with/without resizing 
 
 what I did to test all the window def ids out was too create a list
field
 with all the id's and put following script into the list field.
 
on mouseup
set the decorations of this stack to the selectedtext of me
 end mouseup

Tuviah
http://members.aol.com/tuvsnyder

Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.




palette drag bars on side?

2001-06-28 Thread Richard Gaskin

Anyone know a way to have a palette window's drag bar placed on the left
side rather than the top?

Also, is there  way to have a stack's resizable proeprty honored when it is
opend as a palette?

-- 
 Richard Gaskin 
 Fourth World Media Corporation
 Multimedia Design and Development for Mac, Windows, UNIX, and the Web
 _
 [EMAIL PROTECTED] http://www.FourthWorld.com
 Tel: 323-225-3717   ICQ#60248349Fax: 323-225-0716



Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.