Custom Query (3933 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (85 - 87 of 3933)

Ticket Resolution Summary Owner Reporter
#3164 Wont Fix problem with the function ToolTip COM Interface Jon blackrodger@…
Description

In the process of the script vbs I use as an information window function ToolTip, example:

Set objAutoItTT = WScript.CreateObject("AutoItX3.Control")
strTT = "Update Adress Book. " & VbLf & "#############################" & VbLf
objAutoItTT.ToolTip strTT & "Preparation, checks." , 50, 50

In the process of writing the script used AutoitX3.dll library version 3.3.8.1 Everything worked great.

After upgrading to version 3.3.14.2 of the library, but the windows are not displayed tooltip.

#2178 Duplicate problem with error anonymous
Description

I'm getting the error "missing separator character after keyword" with this code:

$o.To=1 $o.In=1 $o.Then=1

etc.

The script works fine despite this error.

#3176 No Bug possible error in DriveMapAdd documentation rick.narveson@…
Description

DriveMapAdd refers to 3 constants and claims they are defined in AutoItConstants.au3, but they aren't there. I could not find them anywhere.

[optional] A combination of the following:

$DMA_DEFAULT (0) = default $DMA_PERSISTENT (1) = Persistent mapping $DMA_AUTHENTICATION (8) = Show authentication dialog if required

Constants are defined in "AutoItConstants.au3"

I'm a new user of autoit (<6 mos). I'm not much of a programmer but I like it a lot for task automation.

Rick Narveson,

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