仿QQ右下角弹窗 支持库

小肥羊 8月前 904

把自己用的仿的一个弹窗封装了一下,感觉有点用吧。

import console; 
import yang.qqmsg;
func1 = function(){
	console.dump("详情点击回调");
}

func2 = function(){
	console.dump("内容文本点击回调");	
}


qqmsg = yang.qqmsg(mainForm,"仿QQ弹窗提示")

qqmsg.popup("这里标题","内容主体,这里显示足够多的消息",func1,func2,15000)
console.dump(qqmsg.form)


thread.delay(50000)
console.pause(true);
最新回复 (6)
  • netfox 8月前
    0 2
    没见到库
  • Viewer8122 8月前
    0 3
    不错哟,用来弹公告不错。
  • aika107 8月前
    0 4
    大佬,库文件呢?
  • hi_aardio 7月前
    0 5
    同寻库文件。。。
  • finn 7月前
    0 6
    同寻库文件。。
  • tanzh 7月前
    0 7
    寻库
返回