风行者 发表于 2010-8-14 14:32:04

AU3有待解决的问题

本帖最后由 风行者 于 2010-8-14 15:10 编辑

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

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

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

以上问题,希望大家多关注,找到解决方法

ceoguang 发表于 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

pusofalse 发表于 2010-8-14 15:59:17

你自己本身就有问题,还赖AutoIt不强大,想不明白这种人咋这么多,我了个去,烦了{:face (258):}

风行者 发表于 2010-8-14 16:07:06

不用烦躁,我说有待解决,就是能解决,只是暂时未解决
希望多些人关注,并没有说au3不强大

republican 发表于 2010-8-14 16:45:52

回复 4# 风行者

我直接用图片算了.

页: [1]
查看完整版本: AU3有待解决的问题