找回密码
 加入
搜索
查看: 1984|回复: 6

[AU3基础] AU3有待解决的问题

  [复制链接]
发表于 2010-8-14 14:32:04 | 显示全部楼层 |阅读模式
本帖最后由 风行者 于 2010-8-14 15:10 编辑

1.多线程
暂时没解,用多进程代替

2.GUI框架网页,点击弹出新窗口问题
有待解决
最新进展:http://www.autoitx.com/forum.php ... p;extra=&page=1

3.图片作GUI背景后,再加控件显示不正常
暂时解决方法,看4楼

以上问题,希望大家多关注,找到解决方法
发表于 2010-8-14 14:39:40 | 显示全部楼层
3 可以使用PNG的那个UDF
 楼主| 发表于 2010-8-14 14:40:56 | 显示全部楼层
在哪里,能提供一下吗?
 楼主| 发表于 2010-8-14 15:09:23 | 显示全部楼层
第3个问题,群里解决方法
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=C:\Users\guland\Desktop\PNG浏览\Form1.kxf
$Form1 = GUICreate("Form1", 513, 341, 310, 238)
$Pic1 = GUICtrlCreatePic("bg_1.gif", 4, 4, 505, 265)
GuiCtrlSetState(-1,$GUI_DISABLE)
$Button1 = GUICtrlCreateButton("Button1", 178, 106, 115, 41)
$Button2 = GUICtrlCreateButton("Button2", 24, 282, 75, 25)
$Label1 = GUICtrlCreateLabel("撒打算的阿什顿撒的阿什顿阿斯顿啊  ", 20, 22, 202, 17)
$Label2 = GUICtrlCreateLabel("adadadadasdasdasdasdadasdas", 20, 46, 160, 17)
$Label3 = GUICtrlCreateLabel("131312123123123123123123123123123123", 24, 74, 220, 17)

GUISetState(@SW_SHOW)
GuiCtrlSetState(-1,$GUI_ENABLE)
#EndRegion ### END Koda GUI section ###

While 1
        $nMsg = GUIGetMsg()
        Switch $nMsg
                Case $GUI_EVENT_CLOSE
                        Exit
                Case $Button2 
                        GUICtrlSetData($Button1,"我改我改")
                        GUICtrlSetData($Label1,"好用好用好用好用好用好用好用好用")
                        GUICtrlSetData($Label2,"好用好用好用好用好用好用")
                        GUICtrlSetData($Label3,"好用好用好用好用")
        EndSwitch
WEnd

评分

参与人数 1金钱 +10 收起 理由
guland + 10 加分加分,哈哈

查看全部评分

发表于 2010-8-14 15:59:17 | 显示全部楼层
你自己本身就有问题,还赖AutoIt不强大,想不明白这种人咋这么多,我了个去,烦了
 楼主| 发表于 2010-8-14 16:07:06 | 显示全部楼层
不用烦躁,我说有待解决,就是能解决,只是暂时未解决
希望多些人关注,并没有说au3不强大
发表于 2010-8-14 16:45:52 | 显示全部楼层
回复 4# 风行者

我直接用图片算了.

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?加入

×
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2024-9-21 23:24 , Processed in 0.084860 second(s), 26 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表