Jump to content

dongaman

Members
  • Posts

    12
  • Joined

  • Last visited

dongaman's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. ops,I am waiting such function
  2. It seems U have not worked with m$ spy++
  3. Without doubt, it's great. Unfortunately,atfer tried, I found it will delete script inside gui creating scripts. If it can work with au3 script already exist, I will say Koda is perfect.
  4. ok, I hope so
  5. 'bad smell' means influence. I used this c++ terms
  6. But I found nothing about sleep's 'bad smell' in autoit help doc.
  7. That may be complicated, sorry my poor nonnative english I build a GUI app with many functions.And i set GUIOnEventMode to 1.In the main gui,I use while(1)and sleep(1000) to loop the gui. My QUESTION is: Wether any other function i will be paused or to be unstable while the dead loop in main gui sleeping? BECAUSE: 1 The function i defined have some while(1) loop to receive console application's output. 2 The console app is child app created from my main gui app.
  8. To Mat: M$DN did not give me any useful clue. Follow msdn's code can not make tooltip works To martin: thanx your code. This may the compromise,ultimate way Anyhow,thank you all the guys
  9. OOOOOOOOOOOh my god.Your answer is 'no answer'
  10. After search all the forums, I can not find the way that make GuiToolTip worked? #include <GuiConstantsEx.au3> #include <GuiIPAddress.au3> #Include <GuiToolTip.au3> $hgui = GUICreate("IP Address Example", 300, 200) $hIPAddress = _GUICtrlIpAddress_Create($hgui, 10, 10) ;WinSetState($hIPAddress, "", @SW_DISABLE) _GUICtrlIpAddress_Set($hIPAddress, "24.168.2.128") $hTool = _GUIToolTip_Create(GUICtrlGetHandle($hIPAddress)) MsgBox(0,"",_GUIToolTip_AddTool($hTool,$hgui, "sadfasdddddddddd")) _GUIToolTip_Activate($hTool,True) MsgBox(0,"",_GUIToolTip_GetText($hgui,GUICtrlGetHandle($hIPAddress), 0)) GUISetState(@SW_SHOW) Do Until GUIGetMsg() = $GUI_EVENT_CLOSE
  11. Thanx So,is below methods right? _GUIToolTip_Create _GUIToolTip_Activate _GUIToolTip_Destroy
  12. Any clue will be appreciated。。。 BTW,THIS is my first topic in forums。
×
×
  • Create New...