You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
一、新增函数
二、新增 WebView 组件, 可创建到炫彩窗口或元素
当前库中使用的 Webview2 运行时版本号是 140.0.3485.44.
高版本运行时是兼容低版本的,低版本运行时不用高版本的方法也没有问题。
下载或更新运行时,安装时要使用管理员权限运行。
更多例子可查看 xcgui-example 仓库。
WebView 问题合集
三、新增 AddEvent 的方式添加事件
此类方法事件回调函数可随意使用匿名函数, 且不用担心 Go 2000 个回调函数上限的限制
四、其他
app.New
前使用app.Init
或app.InitOrExit
就无需再考虑 dll 如何携带了runtime.LockOSThread()
, 无需手动调用了Event_SYSKEYDOWN
wapi
包的 dll 模块, 方便自行调用未封装的 windows apiEvent_MENU_SELECT1
的参数nID
改为int32
类型XMsg_CreateEx
的前两个参数类型This discussion was created from the release v1.3.395.
Beta Was this translation helpful? Give feedback.
All reactions