Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 3866)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#3085 Fixed wrong examples Jpm Tweaky
Description

Hi, the examples of the two functions are swap _Excel_ColumnToLetter / _Excel_ColumnToNumber

in the examples of the following functions, the function does not appear _GDIPlus_PathBrushGetWrapMode _GDIPlus_StringFormatGetMeasurableCharacterRangeCount _GUICtrlRebar_GetBandMarginsEx _GUICtrlTreeView_GetFirstItem _GUICtrlTreeView_SetHeight _GUIScrollBars_GetScrollInfoEx _GUIToolTip_GetText[2] _IECreate[5] _IEFormElementSetValue[3] _IEFormElementSetValue[4] _IELinkClickByText[2]

#1297 Fixed wrong $bPasswordHash in the example of _Crypt_HashData-documentation, crypt.au3? Valik skyteddy <rainer@…>
Description

Hello,

the $bPasswordHash in the example of the _Crypt_HashData-documentation from crypt.au3 is not correct.

The right one is 0xCE950A8D7D367B5CE038E636893B49DC, or may you change the "Yellow fruit that is popular among monkeys" to the string which fits to the given $bPasswordHash :-)

Or may I don't understand the example?

Many thanks! R@iner

#594 Rejected wintitlematchmode anonymous
Description

This is really a two part request. I believe WinTitleMatchMode should actually be a parameter on all of the Window management functions. Why? I came across a situation that I didn't realize was happening where one of the many window titles I am working with in my script slightly changes dependent on a file being opened or the state of the app (I generally like to keep the mode on 3). Now I know you can just insert the WinTitleMatchMode function in front and behind the particular Window function you are calling in order to remedy this, but I believe it would be very convenient, clean, concise, and intuitive to just have the optional parameter extended into the window management functions. Ex. WinActivate ( "title" [, "text"[, "match = 1"]]). And it wouldn’t break anything. This way you don’t have to have a universal WinTitleMatchMode and constantly inserting it every time you need to change it. I'm making my own functions like this for the time being, but I think this would be a great help to all. The second portion of my request is to the Control functions in the window management functions. I think that control functions should follow the logic of the window function with the WinTitleMatchMode just to make things easier, and also include the WinTitleMatchMode optional parameter in them as well. All for the same reason and also to get rid of the need for WinGetTitle().

1 2 3 4 5 6 7 8 9 10 11 12
Note: See TracQuery for help on using queries.