Custom Query (3917 matches)
Results (346 - 348 of 3917)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1666 | Fixed | Format conflict for date control And GUICtrlSetData() | ||
| Description |
If you create a date control using the $DTS_SHORTDATEFORMAT and try to store it in an ini file the format is opposite to what is required to set the date later GUICreate("Demo")
$Date = GUICtrlCreateDate("", 10, -1, 150,25,$DTS_SHORTDATEFORMAT)
$sCurrDate = GUICtrlRead($Date)
GUICtrlSetData($sCurrDate);; Oooops
MsgBox(0, "TEST", $sCurrDate)
$sCuuDate will be in the format dd/mm/yyyy and GUICtrlSetData(for a date control) clearly states that it must be in the format yyyy/mm/dd |
|||
| #1676 | Fixed | Ptr() documentation has empty example | ||
| Description |
I don't quite know how it happened but the example for Ptr() is missing from the docs and whe I check for the file, it exists but it's empty. I also don't know if that example ever existed and the description is sketchy at best so it's somewhat difficult to figure out the usage. |
|||
| #1791 | Wont Fix | GuiCtrlDelete is in the wrong place? | ||
| Description |
It's under GUI Control Creation and I think it should be under GUI Control Update but then again who am I to second guess anyone. |
|||
