上位机开发笔记
» netfox
最后活动于2022-03-28
« 2022-03-18
« 2022-03-18
创建了主题 › plus实现的滑动侧边栏
import fonts.fontAwesome;
import win.ui;
import win.timer;
import win.ui.simpleWindow
/*DSG{{*/
var winform = win.form(text="aardio form";right=1080;bottom=687;bgcolor=16760832;border="none";maximize=1)
winform.add(
panel={cls="custom";text="自定义控件";left=-2;top=-6
« 2022-03-18
回复了主题 › 利用MiniUI组件给PC软件做界面练习
嗯嗯
« 2021-06-08
回复了主题 › 利用MiniUI组件给PC软件做界面练习
放弃webview+layui了吗,师兄
我现在的表格用webview+vue的一个表格组件(vxe-grid),速度贼快,但是在blink里就不舒服了
« 2021-06-04
« 2021-04-11
« 2020-11-18
« 2020-11-06
« 2020-11-03
回复了主题 › htmlayout下拉组合框联动
编译个没有效果的exe打开,用官方的工具,爆源码,就能看到渲染过后正确的html结构树了
« 2020-11-03
创建了主题 › 获取图片扩展信息
import console;
import com
path = "f:\IMG20200204223120.jpg";
getImageExtInfo = function( filePath , id = -1){
assert(io.exist(filePath),"输入的图片文件不存在,请检查!");
var image = io.splitpath(filePath);
var path,file = image.dir,image.file;
var shellApp =
« 2020-11-02
创建了主题 › 对称匹配运用实例
« 2020-10-23
我运行也没提示