Modify

Opened 15 years ago

Closed 15 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 Changed 15 years ago by Gary

  • Component changed from AutoIt to Standard UDFs
  • Owner set to Gary
  • Severity changed from None to Blocking
  • Status changed from new to assigned

comment:2 Changed 15 years ago by Gary

  • Milestone set to 3.2.13.12
  • Resolution set to Fixed
  • Status changed from assigned to closed

Fixed in version: 3.2.13.12

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 owner will remain Gary.
Author


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

 
Note: See TracTickets for help on using tickets.