Custom Query (3922 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (391 - 393 of 3922)

Ticket Resolution Summary Owner Reporter
#392 Fixed Tidy Region Nesting Jos LongBowNZ
Description
#Region - 1
#Region - 2
#EndRegion - 2
#EndRegion - 1

The above changes to below when tidy is used

#Region - 1
#Region - 2
#EndRegion - 2
#EndRegion - 2

More Info: http://www.autoitscript.com/forum/index.php?showtopic=73979

#393 Completed SoundSetWaveVolume() doesn't do anything. Valik monoceres
Description

SoundSetWaveVolume() doesn't seem to do anything on vista, nor does it return any indication of failure.

$code=SoundSetWaveVolume(80)
If @error Or Not $code Then Msgbox(16,"Error","There was an error")

I can't see to find a 'wave' mixer in vista, could this be the problem? If that is the case then the help file should be updated.

#394 No Bug Strange TreeView behaviour, 2 different problems. Wooltown
Description

In the treeview, the first time the WM Notify event is fired off, the first time I click on an item, and test for the Item ID using $hItem = _GUICtrlTreeView_GetSelection($TreeView) it is 0x00000000, error ?

In the Func TreeView_Click() I have added ;--- Change this on two lines to show what happens on the 10 root items if you click in the checkbox or on the text. If you have the first alternative active, if you click in the checkbox, it will always be checked, but if you click on the text it will always be unchecked. If I use the other "Change this" line, the behaviour is reversed.

Testing on Windows 2000 SP4

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