• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,374 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0059 秒)

21. dialog [ 92%]

dialog UI里面创建了dialog 组件之后导出放引擎里显示还没用代码控制console那边就显示can not create dialog 2017-08-01 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 5 个回复 cuixueying 赞同来自...

来源: Laya_社区 发布时间: 20170801

22. UI模式下Dialog标签嵌套RadioGroup会导致编辑器卡死 [ 91%]

UI模式下Dialog标签嵌套RadioGroup会导致编辑器卡死 <Dialog width="725" sceneColor="#000000" height="500" editorInfo="compId=1"> <Image y="46" x="0" width="687" skin="setting/gd2_n.png" sizeGrid="30,30,30,30" height="402" editorInfo="compId=4"> <Image y="0" x="241.5" skin...

来源: Laya_社区 发布时间: 20170221

23. 2.0Dialog窗口阴影会以为重新排序添加 [ 91%]

2.0Dialog窗口阴影会以为重新排序添加 比如我有一个dialog窗口UI    设置isModel=true  打开会显示黑色阴影    然后我在点关闭按钮的时候 立即执行Laya.Dialog.manager.maskLayer.removeSelf(); 移除阴影 而不是在onDisable方法里移除     那么窗...

来源: Laya_社区 发布时间: 20190328

24. popupEffect 有谁能告诉我dialog的这个东西要怎么用啊? [ 91%]

popupEffect 有谁能告诉我dialog的这个东西要怎么用啊? popupEffect 有谁能告诉我dialog的这个东西要怎么用啊?这里面加了Handler 以后是不是还要加什么东西,能不能有个demo啊,找了半天没有找到 this.popupEffect = new Handler(this, () => { ...

来源: Laya_社区 发布时间: 20180620

25. laya.ui.Dialog_API3.0 [ 90%]

...blic/Protected All Inherited Externals Only exported Menu Globals "laya/ui/Dialog" Dialog Class Dialog Dialog 组件是一个弹出对话框,实现对话框弹出,拖动,模式窗口功能。 可以通过UIConfig设置弹出框背景透明度,模式窗口点击边缘是否关闭等 通过设...

来源: Laya3.0_api 发布时间: 20231115

26. 如何主动关闭Dialog界面 [ 90%]

如何主动关闭Dialog界面 目前Dialog点击边缘可以关闭界面 , 但是想主动关闭界面 , 使用什么方法呢 ?  2018-11-02 添加评论 悬赏 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个...

来源: Laya_社区 发布时间: 20181102

27. Dialog 设置this.mouseEnabled = true;后。再次点击Dialog自动退出 [ 90%]

Dialog 设置this.mouseEnabled = true;后。再次点击Dialog自动退出 Dialog 里做个按钮电脑按钮设置this.mouseEnabled = true; 然后再次点击Dialog里的元素。Dialog自动退出 2019-01-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请:...

来源: Laya_社区 发布时间: 20190130

28. dialog.removeSelf is not a function [ 90%]

dialog.removeSelf is not a function (一个界面)this.ui = new ui.common.PlaneGameInfoDialogUI;。。。(关闭按钮)this.ui.ibtn_close.on(Laya.Event.CLICK,this,this.ui.close);。。。(点击之后)Uncaught TypeError: dialog.removeSelf is not a function....求助大神谢谢啦~~~ 20...

来源: Laya_社区 发布时间: 20170418

29. Dialog.show 的 showEffect参数在微信真机上的问题 [ 90%]

Dialog.show 的 showEffect参数在微信真机上的问题 版本:1.7.19.1beta 使用的3D场景: Laya3D.init(0, 0, true);  今天做了一个测试,在微信小游戏上显示一个Dialog 代码如下: Laya.loader.load(["res/atlas/comp.atlas"], Laya.Handler.create(this, function(){ conso...

来源: Laya_社区 发布时间: 20180525

30. 设置单个Dialog点击边缘关闭 [ 90%]

设置单个Dialog点击边缘关闭 RT,现在貌似只能设置一个全局的开关,但是我有的Dialog就是不需要边缘关闭的。希望能为某个单独的Dialog实例设置边缘关闭 2017-05-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...

来源: Laya_社区 发布时间: 20170519