Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (97 - 99 of 3870)

Ticket Resolution Summary Owner Reporter
#318 Fixed GUICtrlSetTip problem on TreeViewItem Jpm Wooltown
Description

I try to make a tooltip on an GUICtrlCreateTreeViewItem, it gives code 1, success, but it won't work, I don't know if it should work or not, biut if it shouldn't work, then it should give return code 0, and the helpfile should inform about it

#320 Fixed _WinNet_EnumResource Bug. + Fix. Gary arcker
Description

When try using the function _WinNet_EnumResource, error 487 is returned.

the problem is on those lines in the function, in WinNet.au3 :

$pCount = DllStructGetPtr(DllStructGetData($tData, "Count"))
	$pBufSize = DllStructGetPtr(DllStructGetData($tData, "BufSize"))

the good code is :

$pCount = DllStructGetPtr($tData, "Count")
$pBufSize = DllStructGetPtr($tData, "BufSize")

arcker.

#321 Fixed _GUICtrlStatusBar_GetText() --> truncation on Unicode Gary Zedna
Description

_GUIStatusBar.au3 --> _GUICtrlStatusBar_GetText()

siao has found this bug and suggested also fix for it which helped. I think this kind of bug could be also in another standard UDFs.

Here is original post: http://www.autoitscript.com/forum/index.php?s=&showtopic=71946&view=findpost&p=526879

Note: See TracQuery for help on using queries.