Modify

Opened 12 years ago

Closed 12 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 follow-up: Changed 12 years ago by Jpm

Can you post a full repro script?
Thanks

comment:2 in reply to: ↑ 1 Changed 12 years ago by anonymous

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 Changed 12 years ago by trancexx

  • Resolution set to Works For Me
  • Status changed from new to closed

6 weeks should have been enough for that I guess.

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.