Custom Query (3920 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (376 - 378 of 3920)

Ticket Resolution Summary Owner Reporter
#1250 Fixed Fix bugs in Static documentation Nutster Nutster
Description

A bold is not turned off. Add to index and table of contents - keyword tree. Example is correct; it revealed a bug in Static array handling.

#1255 Fixed 127 characters limitation with AutoItX v3.3.0.0 (with titles and controls) Jon marc0v
Description

127 characters limitation with AutoItX ActiveX ver 3.3.0.0 tested with winXP SP3, WScript.exe v 5.7.0.16599

short_str has length <= 127 long_str has length > 127

  • title is blanked when doing

res = WinSetTitle(short_str, "", long_str) ; but res = 1

  • control is blanked when doing

res = ControlSetText(short_str, "", controlID, long_str) ; but res = 1

  • WinGetTitle returns the active window title instead of the targeted window title when doing

res = WinGetTitle(long_str) ; res = current active window title

looks very much like ticket #1083 with ClipPut, fixed in v3.3.1.4 has it been fixed in the same time for WinSetTitle, ControlSetText, WinGetTitle...?

wintitle = "provide_here_a_valid_window_title"
newtitle_127 = "1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567"
newtitle_128 = "12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678"

Set autoitx3obj = WScript.CreateObject("AutoItX3.Control")

autoitx3obj.WinSetTitle wintitle, "", newtitle_127
MsgBox "Title is set to newtitle_127"

autoitx3obj.WinSetTitle newtitle_127, "", newtitle_128
MsgBox "Title is set to blank"
#1256 Fixed Scite Config for AutoIt3 Link Issue Jos exodius
Description

Using SciTE Config for AutoIt3. ver:1.6.6, if I click "Check for SciTE4Autoit3 Updates" then it tells me that my version is 1-6-2009 and the latest version is 31-5-2009, then offers to take me to the SciTE4AutoIt3 Download page.

If I click Yes it tries to take me to http://www.autoitscript.com/autoit3/scite/downloads.php which doesn't exist.

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