Modify ↓
Opened 14 years ago
Closed 14 years ago
#2099 closed Bug (Works For Me)
Crash of script when using "_GUICtrlDTP_SetSystemTimeEx()" function
| Reported by: | uberis | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.8.0 | Severity: | None |
| Keywords: | Cc: |
Description
The script crashes when "_GUICtrlDTP_SetSystemTimeEx()" is used in combination with "_GUICtrlDTP_SetFormat" to set a date field as marked.
Worked fine in Version 3.3.6.1.
Example:
GUICtrlSetData($idDatum, $_idDatum) $st1 = GUICtrlGetHandle($idDatum) _GUICtrlDTP_SetFormat($st1, "dd.MM.yyyy") _GUICtrlDTP_SetSystemTimeEx($st1, $_idDatum, False)
Attachments (0)
Change History (3)
follow-up: 2 comment:1 by , 14 years ago
comment:2 by , 14 years ago
Replying to Jpm:
Can you post a full repro script?
Thanks
Hi,
this is a little bit difficult because the script uses an internal database for data management. I will see if I can downgrade this script to a usable and functional scriptlet.
Thanks.
comment:3 by , 14 years ago
| Resolution: | → Works For Me |
|---|---|
| Status: | new → closed |
6 weeks should have been enough for that I guess.
Note:
See TracTickets
for help on using tickets.

Can you post a full repro script?
Thanks