3.3.7.2-静态标签控件在标签页上显示问题[已解决]
本帖最后由 wu5cheng3 于 2016-5-16 15:48 编辑静态标签控件不自动在标签页上显示了? 我用3.3.6.1 可以显示... ...
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
$bt = GUICreate("标题",300.50)
$cd = GUICtrlCreateMenu("菜单","-1","0")
$ht = GUICtrlCreateMenuItem("1",$cd)
$bq = GUICtrlCreateTab(5, 50, 280, 280)
$bqy = GUICtrlCreateTabItem("标签页")
GUICtrlCreateLabel("静态标签控件",5,150,200,16)
GUISetState()
While 1
$msg = GUIGetMsg()
Select
Case $msg = $GUI_EVENT_CLOSE
Exit
EndSelect
WEnd GUICtrlCreateTabItem("") 本帖最后由 wu5cheng3 于 2011-9-16 16:30 编辑
GUICtrlCreateTabItem("")
seniors 发表于 2011-9-16 15:12 http://www.autoitx.com/images/common/back.gif
我说的是 静态标签控件(GUICtrlCreateLabel ) 没有在标签页(GUICtrlCreateTabItem)上显示出来... ...
3.3.6.1的版本可以显示... ...我测试过N次了... 在12行加入GUICtrlCreateTabItem("") 在12行加入GUICtrlCreateTabItem("")
seniors 发表于 2011-9-16 16:41 http://www.autoitx.com/images/common/back.gif
测试OK,谢谢!~... 为什么在3.3.6.1版本上不需要加就可以呢?版本更新没说这个控件的更新呀... {:face (428):}回复 5# wu5cheng3
你想说这个BUG吧? 回复wu5cheng3
你想说这个BUG吧?
hzxymkb 发表于 2011-9-16 22:03 http://www.autoitx.com/images/common/back.gif
不知道该怎么说... ...求解!`
页:
[1]