Custom Query (3921 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (331 - 333 of 3921)

Ticket Resolution Summary Owner Reporter
#1160 No Bug GuictrlcreatePic not displaying over ListView in Win7 Jon anonymous
Description

Using Windows 7 RC the image will not display over a listview control. Works fine when running on XP. I don't have Vista to test with.

;ListView with Pic overview test
#include <GUIConstantsEx.au3>

$hGui = GUICreate("ListView Pic test", 400, 600)
$hLV = GUICtrlCreateListView("Test|One", 100, 10, 300, 590)
GUICtrlCreatePic(".\Web\Img_Small.jpg", 60, 300, 0, 0)
GUICtrlSetState(-1, $GUI_ONTOP)
GUISetState()

While 1
	$msg = GUIGetMsg()
	If $msg = $GUI_EVENT_CLOSE Then ExitLoop
WEnd

#1162 No Bug Run ( "wrong file" ) Thunda9@…
Description

Ok so path is very loooong &filename is very looong too

run ( "Norton Internet Security 2007.EXE" ) runs "Norton Internet Security 2007.EXE" :)

run ( "NIS 2007 CFG.EXE" ) runs "NIS 2007 CFG.EXE" :)

run ( "Norton Internet Security 2007 CFG.EXE" ) runs "Norton Internet Security 2007.EXE" :????!

First I thought this was a limitation of my OS but then I started comparing the results against XP's CMD's START command &found that it runs all correct files :)

So if this is an AU3 limit it still should not run the wrong file, so I assume it's a bug, hence my post.

I will TMP try too shorten path, filenames even further, but that is no long term solution. With all those giga's I depend heavily on path nesting to be able to track my files &not having to search for them...

RunWait ( 'Z:\ADMIN\REPAIR\WWW\OS\WIN\32x\XP\INSTALL\SYS\SEC\CONNECT\FireWall, AntiVirus &Spawn\FireWall &AntiVirus\Symantec\Norton Internet Security 2007\Norton Internet Security 2007 CFG.EXE' )
RunWait ( 'Z:\ADMIN\REPAIR\WWW\OS\WIN\32x\XP\INSTALL\SYS\SEC\CONNECT\FireWall, AntiVirus &Spawn\FireWall &AntiVirus\Symantec\Norton Internet Security 2007\Norton Internet Security 2007.EXE' )
RunWait ( 'Z:\ADMIN\REPAIR\WWW\OS\WIN\32x\XP\INSTALL\SYS\SEC\CONNECT\FireWall, AntiVirus &Spawn\FireWall &AntiVirus\Symantec\Norton Internet Security 2007\NIS 2007.EXE' )

ps:

Ironically I had to write an AU3 to automate the installation of AutoIT, since I couldn't find any silent install switch for "Installation Path", if it does exist, please mail me ;)

This is also why I haven't updated to 3.3.1 yet, then I would have to update my AU3 script &Me is a bit lazy ;( Now I think of it, maybe this already was fixed ;(

#1170 No Bug Random(1,1,1) = 0 anonymous
Description

random(1,1,1) = 0

in old autoit version (one year ago, or older) i got 1 now (3.3.0.0) i get 0

bug or feature?

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.