主题:  关于windowtype

elean78

职务:普通成员
等级:1
金币:0.0
发贴:18
注册:2001/12/15 19:38:50
#12002/5/30 6:32:15
用到movieinawindow时,怎样设置才可能实现打开的窗口无任何边框.用改变windowtype试过,可是用2的时候周围还是一圈黑线



space80916

职务:普通成员
等级:1
金币:0.0
发贴:96
注册:2001/8/5 5:51:15
#22002/5/30 8:19:57
用mask方式



elean78

职务:普通成员
等级:1
金币:0.0
发贴:18
注册:2001/12/15 19:38:50
#32002/5/30 16:06:29
不好意思,比较苯。没有领会你的意思。
能不能说的详细一些。是要给窗口做一个mask.还是用lingo改什么属性



night_5d

职务:普通成员
等级:2
金币:1.0
发贴:275
注册:2000/12/15 21:24:38
#42002/5/31 22:51:37
titleVisible

Syntax

window (whichWindow.titleVisible)
the titleVisible of window whichWindow
Description

Window property; specifies whether the window specified by whichWindow displays the window title in the window's title bar.

This property can be tested and set for windows other than the Stage.

Example

This statement displays the title of the Control Panel window by setting the window's titleVisible property to TRUE:

window("Control Panel").titleVisible = TRUE
多看看帮助


[img]http://61.144.28.245/hjc/web/non-cgi//usravatars/paladin.gif[/img]
I thirst for freedom

TOMBABY

职务:普通成员
等级:1
金币:0.0
发贴:39
注册:2002/5/31 21:36:20
#52002/6/8 21:23:17
看看这个,会有帮助,我就是从这里开始的http://www.5dmedia.com/5dmedia/multimedia/director/tips/20010526/00001023.asp