Modify

Opened 17 years ago

Closed 17 years ago

#707 closed Bug (Fixed)

_GUICtrlMonthCal_Create

Reported by: anonymous Owned by: Gary
Milestone: 3.2.13.12 Component: Standard UDFs
Version: 3.2.13.11 Severity: Blocking
Keywords: Cc:

Description

Ex.1
[autoit]
#include <GUIConstantsEx.au3>
#include <GuiMonthCal.au3>
#include <WindowsConstants.au3>
$hgui = GUICreate("Month Calendar Create", 1100, 600)
$hmonthcal = _GUICtrlMonthCal_Create($hgui, 0, 0, $ws_border)
GUISetState()
Do
Until GUIGetMsg() = $gui_event_close
GUIDelete()
autoit

Ex.2
[autoit]
#include <GUIConstantsEx.au3>
#include <GuiMonthCal.au3>
#include <WindowsConstants.au3>
$hgui = GUICreate("Month Calendar Create", 1100, 600)
$hmonthcal = _GUICtrlMonthCal_Create($hgui, 300, 0, $ws_border)
GUISetState()
Do
Until GUIGetMsg() = $gui_event_close
GUIDelete()
autoit

Ex.3
[autoit]
#include <GUIConstantsEx.au3>
#include <GuiMonthCal.au3>
#include <WindowsConstants.au3>
$hgui = GUICreate("Month Calendar Create", 1100, 600)
$hmonthcal = _GUICtrlMonthCal_Create($hgui, 400, 0, $ws_border)
GUISetState()
Do
Until GUIGetMsg() = $gui_event_close
GUIDelete()
autoit

in ex.1, ex.2 and ex.3 i try move MonthCal horizontally,
but in
ex.1 - 1 month
ex.2 - 2 months
ex.3 - 3 months

why?
i want 1 month with
_GUICtrlMonthCal_Create($hgui, 400, 0, $ws_border)

it is possible?

thank you

Attachments (0)

Change History (2)

comment:1 by Gary, 17 years ago

Component: AutoItStandard UDFs
Owner: set to Gary
Severity: NoneBlocking
Status: newassigned

comment:2 by Gary, 17 years ago

Milestone: 3.2.13.12
Resolution: Fixed
Status: assignedclosed

Fixed in version: 3.2.13.12

Modify Ticket

Action
as closed The owner will remain Gary.

Add Comment


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