Jump to content

coolboy2295

Active Members
  • Posts

    24
  • Joined

  • Last visited

coolboy2295's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. I use guictrlsetpos and it work. Thanks all you guys
  2. In this example it work but in my program it still flash.
  3. I have tried the gui hide but it not work. Thanks
  4. You can't fix like that this my example to make it create a lot of item and it will make gui flash. In my program some time it will load history and it is cause flash gui.
  5. The button is just my example. My list view contain history of program so there is a lot when load the history. I wonder can we create a listview and create items before put to the gui. Or is that problem solve when put list view in child gui is invisible. I don't know but I cann't see the child gui on the second tab even when it is show. The tab is hide the child gui i think. Or can we move the listview to the other position out of gui and load the history. Which one is better. I have not tried or the way yet just my think. But the child gui can not show on the tab is true. Thanks Is there another better way.
  6. Sorry I have up my script. It flash and in my program it flash more than that a lot. When move to the second tab some time the label from the first tab is still visible
  7. Can you help me with the script. Just put some small code.
  8. I have create tab 1 and 2. On tab 1 have button1 to create a list view on tab 2 and many list view item. The List view flash up continuously(@e1). And when turn into tab2 the button on tab1 still visible(@e2). (@e2) i use guisetstate. (@e1) i plan is create listview invisible. And I don't know how to do that. Any one help me which 2 this problem. Thanks Opt("guioneventmode", 1) HotKeySet("{ESC}","_exit") Local $hgui = GUICreate("", 800, 560, 50, 50,BitOR(0x00020000,0x00C00000,0x80000000,0x00080000,0x00040000));$WS_MINIMIZEBOX, $WS_CAPTION, $WS_POPUP, $WS_SYSMENU,$WS_SIZEBOX GUICtrlCreateTab(10, 10, 780, 271, 0x0400, 0x00000001);$TCS_FIXEDWIDTH, $TCS_SCROLLOPPOSITE Local $tab1_1=GUICtrlCreateTabItem("------") $label1=GUICtrlCreateLabel("Big text...........................................",20,40,200,250) GUICtrlSetFont(-1,60) $label2=GUICtrlCreateLabel("Big text...........................................",250,40,200,250) GUICtrlSetFont(-1,60) $list3=GUICtrlCreateListView("3|4|5",500,40,200,250) Local $tab1_2=GUICtrlCreateTabItem("++++++") Local $list1 = GUICtrlCreateListView("a|b|c", 20, 40, 260, 225) Local $list2 = GUICtrlCreateListView("1|2|3", 300, 40, 260, 225) GUICtrlCreateTabItem("") GUISetState() While 1 GUICtrlCreateListViewItem(Random()&"|"&Random()&"|"&Random(),$list1) GUICtrlCreateListViewItem(Random()&"|"&Random()&"|"&Random(),$list2) GUICtrlCreateListViewItem(Random()&"|"&Random()&"|"&Random(),$list3) WEnd Func _exit() Exit EndFunc ;==>guievent
  9. Well it is in the script dir. But i use #include "D:AutoITnonameWinHttp.au3.au3" it is work And not work with: #include <WinHttp.au3> #include "WinHttp.au3" #include <WinHttp.au3> used to work but i have reinstall window and it's not work. Is there any error. Anyway my problem is solves Thanks
  10. This you can see the report >"C:\Program Files\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /prod /AU3Check /in "D:AutoITnonamenoname.au3" +>16:02:43 Starting AutoIt3Wrapper v.2.1.0.8 Environment(Language:0409 Keyboard:00000409 OS:WIN_7/ CPU:X64 OS:X86) >Running AU3Check (1.54.22.0) from:C:Program FilesAutoIt3 D:AutoITnonamenoname.au3(12,10) : ERROR: can't open include file <WinHttp.au3>. #include <WinHttp.au3> ~~~~~~~~~^ D:AutoITnonamenoname.au3(15,10) : ERROR: can't open include file <GUIExtender.au3>. #include <GUIExtender.au3> ~~~~~~~~~^ D:AutoITnonamenoname.au3(29,24) : ERROR: _GUIExtender_Init(): undefined function. _GUIExtender_Init($hgui) ~~~~~~~~~~~~~~~~~~~~~~~^ D:AutoITnonamenoname.au3(39,34) : ERROR: _GUIExtender_Section_Start(): undefined function. _GUIExtender_Section_Start(45, 15) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ D:AutoITnonamenoname.au3(40,60) : ERROR: _GUIExtender_Section_Action(): undefined function. _GUIExtender_Section_Action(2, "", "", 50, 45, 15, 15, 0, 1) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ D:AutoITnonamenoname.au3(41,26) : ERROR: _GUIExtender_Section_End(): undefined function. _GUIExtender_Section_End() ~~~~~~~~~~~~~~~~~~~~~~~~~^ D:AutoITnonamenoname.au3(43,69) : ERROR: _GUIExtender_Obj_Data(): undefined function. _GUIExtender_Obj_Data(GUICtrlCreateObj($oIE, 10, 60, 350, 200), $oIE) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ D:AutoITnonamenoname.au3(118,57) : ERROR: _WinHttpCrackUrl(): undefined function. Local $crack = _WinHttpCrackUrl("http://www.giavang.net") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ D:AutoITnonamenoname.au3(197,31) : ERROR: _GUIExtender_Section_Extend(): undefined function. _GUIExtender_Section_Extend(0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ D:AutoITnonamenoname.au3(278,24) : ERROR: _winhttpopen(): undefined function. $hopen = _winhttpopen() ~~~~~~~~~~~~~~~~~~~~~~^ D:AutoITnonamenoname.au3(279,90) : ERROR: _winhttpconnect(): undefined function. If Not @error And $port = $mainport Then $hconnect = _winhttpconnect($hopen, $url, $port) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ D:AutoITnonamenoname.au3(281,76) : ERROR: _winhttpopenrequest(): undefined function. If Not @error Then $hrequest = _winhttpopenrequest($hconnect, "GET", $root) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ D:AutoITnonamenoname.au3(282,50) : ERROR: _winhttpsendrequest(): undefined function. If Not @error Then _winhttpsendrequest($hrequest) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ D:AutoITnonamenoname.au3(283,54) : ERROR: _WinHttpReceiveResponse(): undefined function. If Not @error Then _WinHttpReceiveResponse($hrequest) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ D:AutoITnonamenoname.au3(284,41) : ERROR: _winhttpquerydataavailable(): undefined function. If _winhttpquerydataavailable($hrequest) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ D:AutoITnonamenoname.au3(287,43) : ERROR: _winhttpreaddata(): undefined function. $sChunk = _winhttpreaddata($hrequest, 1) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ D:AutoITnonamenoname.au3(304,31) : ERROR: _winhttpclosehandle(): undefined function. _winhttpclosehandle($hrequest) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ D:AutoITnonamenoname.au3(356,51) : ERROR: _WinHttpBinaryConcat(): undefined function. $sData = _WinHttpBinaryConcat($sData, $sChunk) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ D:AutoITnonamenoname.au3(397,25) : ERROR: _GUIExtender_Restore(): undefined function. _GUIExtender_Restore() ~~~~~~~~~~~~~~~~~~~~~^ D:AutoITnonamenoname.au3 - 19 error(s), 0 warning(s) !>16:02:44 AU3Check ended.rc:2 >Exit code: 0 Time: 2.426 Do you need any thing else?
  11. I have download and install new autoit and scite4autoit3 But it got error with au3check. It 's cann't open include file I have already put in script dir That problem not happen with default include file Help me
  12. Thanks. Can you help me to change ltem width in guictrlcreateview not _guictrllistview.
  13. Thanks Melba23, but can we do it with other way. I not prefer using _guictrllistview.
  14. Oh thanks i could do it now. But how to make the newer list view item on the top.
  15. Hi, Some body help me how to make list view item have color. I need each list view item have difference color. Thanks for read.
×
×
  • Create New...