Modify ↓
Opened 16 years ago
Closed 16 years ago
#1207 closed Bug (Fixed)
_GUICtrlIpAddress_Set ($hIPAddress, "24.168.2.128") displays 2.128.168.24
| Reported by: | robinacjohnston | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.3.1.2 | Component: | AutoIt |
| Version: | 3.3.1.1 | Severity: | None |
| Keywords: | Cc: |
Description
The _GUICtrlIpAddress_Set function when run on the 3.3.1.1 beta gets the octets muddled up. 1.2.3.4 would display as 3.4.1.2.
If you want to see this in action run the example code in the help file and it displays 2.128.24.168 instead of 24.168.2.128
Attachments (0)
Change History (2)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
| Milestone: | → 3.3.1.2 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed in version: 3.3.1.2
Note:
See TracTickets
for help on using tickets.

This should be 4-3-2-1 not 2-1-4-3 in function below within GUIIPAddress.au3 include file
Func _GUICtrlIpAddress_SetEx($hWnd, $tIP)
EndFunc ;==>_GUICtrlIpAddress_SetEx