以文本方式查看主题 - Foxtable(狐表) (http://www.foxtable.com/bbs/index.asp) -- 专家坐堂 (http://www.foxtable.com/bbs/list.asp?boardid=2) ---- 为什么有个空的 (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=177796) |
||||
-- 作者:qazlinle6 -- 发布时间:2022/6/4 20:34:00 -- 为什么有个空的 ![]() ![]() With wb.AddDialog("", "dlg2","","") .AddButton("btnOK1", "关闭") End With 为什么有个空的 |
||||
-- 作者:狐狸爸爸 -- 发布时间:2022/6/5 6:57:00 -- 测试没有问题: Select Case e.Path Case "test.htm","" Dim wb As New WeUI With wb.AddButtonGroup("", "bng2", True) .Add("btn1", "Dialog1").Attribute = """ End With With wb.AddDialog("", "dlg1", "提示", "您的订单正在派送,请注意查收!") .AddButton("btnOK", "确定").Attribute = """ End With e.WriteString(wb.Build) End Select |
||||
-- 作者:qazlinle6 -- 发布时间:2022/6/5 9:29:00 --
不知道什么回事,其它地方都好好的
|
||||
-- 作者:有点蓝 -- 发布时间:2022/6/5 20:40:00 -- 看不出问题,请上传实例测试 |
||||
-- 作者:qazlinle6 -- 发布时间:2022/6/5 22:47:00 -- 好像又可以了,不知道为什么 |