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)

comment:1 by J-Paul Mesnage, 14 years ago

Can you post a full repro script?
Thanks

in reply to:  1 comment:2 by anonymous, 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 trancexx, 14 years ago

Resolution: Works For Me
Status: newclosed

6 weeks should have been enough for that I guess.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.