Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Ivan Tellez Issues Reported #30

Closed
mikecotrone opened this issue Nov 30, 2020 · 5 comments
Closed

Multiple Ivan Tellez Issues Reported #30

mikecotrone opened this issue Nov 30, 2020 · 5 comments
Assignees

Comments

@mikecotrone
Copy link
Owner

image

@mikecotrone
Copy link
Owner Author

mikecotrone commented Nov 30, 2020

1: Windows Issue:

  • Using drawroundrect for the DateTime, TimeChooser, and Calendar Containers causing a weird corner space.

Fix:

  • Added #TargetWindows pragmas to drawrect

@mikecotrone
Copy link
Owner Author

mikecotrone commented Nov 30, 2020

2: Windows Issue:

  • Calendar Starts on first run always selecting at day 7
  • This is not happening on Mac OS

Fix:

This was due to missing the run of Calendar.calculate1stDayOfMonth() method then the Calendar.UPDATE_MonthDays() method.

@mikecotrone
Copy link
Owner Author

mikecotrone commented Nov 30, 2020

3: Windows/Mac issue:

  • Segment Control not functioning well when me.width is an odd number

Fix:

  • Changed with to 150 (Thanks Ivan)

@mikecotrone
Copy link
Owner Author

mikecotrone commented Nov 30, 2020

4: Mouse Over in between slots

  • You can mouse over the border of a slot and both slots highlight

Fix:

CalendarClass.MouseMove --> Removed the = from >= when comparing isMouseOver

@mikecotrone
Copy link
Owner Author

4: Windows Issue:

  • Calendar does not highlight selected day on start

Fix:

  • Apparently Windows doens't handle the time zone changes when comparing a Xojo.Date = Xojo.Date where Mac OS Does. I had to not try to match date to date, but to match on date.month, date.day, date.year.

mikecotrone pushed a commit that referenced this issue Dec 1, 2020
- Fix #32: #32

- Fix #31: #31

- Fix #30: #30

- Fix #27: #27

- Fix #26: #26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant