Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
LCL
»
TCalendar patch
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Pixie: A lightweight HTML...
by
Tomxe
[
Today
at 01:48:30 pm]
[New Component] ExtTabCtr...
by
ovidio
[
Today
at 01:36:34 pm]
TstringGrid read cell col...
by
rnervi
[
Today
at 01:20:27 pm]
AArch64. Fast method to c...
by
LemonParty
[
Today
at 12:59:26 pm]
EasyLazFreeType Bug?
by
Tommi
[
Today
at 10:57:47 am]
embed .jpg file into .pp ...
by
Thaddy
[
Today
at 09:51:38 am]
Call SetLength from assem...
by
Thaddy
[
Today
at 09:00:36 am]
Lazarus Main and Gnome/Wa...
by
robert rozee
[
Today
at 08:57:55 am]
Knigo
by
kirchfritz
[
Today
at 08:53:06 am]
TPlaysound problem Ubuntu...
by
jamie
[
Today
at 12:57:32 am]
Portable verion of FPC an...
by
Martin_fr
[
Today
at 12:26:26 am]
Release ray4laz 6.0
by
lazarusprogrammer
[June 07, 2026, 08:02:14 pm]
Where is Lazarus config
by
n7800
[June 07, 2026, 07:49:03 pm]
Auto-vectorization hint/w...
by
Ten_Mile_Hike
[June 07, 2026, 07:31:42 pm]
Splitting Picture into Qu...
by
Dzandaa
[June 07, 2026, 06:16:22 pm]
Lazarus 4.99 - New featur...
by
Martin_fr
[June 07, 2026, 05:46:05 pm]
FPC Unleashed (inline var...
by
Thaddy
[June 07, 2026, 05:27:05 pm]
GDB 17 for Windows
by
Martin_fr
[June 07, 2026, 04:45:35 pm]
Hint not being shown
by
J-G
[June 07, 2026, 03:34:25 pm]
UnoLib - library in Pasca...
by
ackarwow
[June 07, 2026, 02:16:15 pm]
Very rough version of a s...
by
hedgehog
[June 07, 2026, 08:24:00 am]
water filling simulation
by
ADMGNS
[June 06, 2026, 09:54:50 pm]
Array of structure -> str...
by
Seenkao
[June 06, 2026, 09:44:44 pm]
TStringGrid Question
by
J-G
[June 06, 2026, 08:05:52 pm]
Benchmark: converting arr...
by
LemonParty
[June 06, 2026, 03:25:25 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: TCalendar patch (Read 4676 times)
Zoran
Hero Member
Posts: 1988
TCalendar patch
«
on:
February 25, 2016, 08:19:06 am »
Hello,
I would ask someone to test and apply the patch provided in
bug report 0029646
. It adds the method GetCurrentView to TCalendar.
This patch should then make possible to correct the behaviour of TDateTimePicker, TDateEdit and TCalendarDialog on Windows (Vista+) OS, as described in bug reports 29617 and 29696.
Regards,
Zoran
Logged
Swan, ZX Spectrum emulator
https://github.com/zoran-vucenovic/swan
balazsszekely
Guest
Re: TCalendar patch
«
Reply #1 on:
February 25, 2016, 09:33:56 am »
@Zoran
Yes, this should be definitely applied!
Logged
JanRoza
Hero Member
Posts: 747
Re: TCalendar patch
«
Reply #2 on:
February 25, 2016, 11:47:44 am »
Is there a svn url to download the fix?
I'll gladly test it.
Logged
OS: Windows 11 / Linux Mint 22.3
Lazarus 4.6 RC FPC 3.2.2
CodeTyphon 8.90 FPC 3.3.1
balazsszekely
Guest
Re: TCalendar patch
«
Reply #3 on:
February 25, 2016, 11:58:14 am »
@JanRoza
It's attached to the bugreport, but won't fix the issue you reported, this is just a prepatch, nevertheless is still important and should be applied.
@Juha, @Bart Can you please apply it?
Logged
Zoran
Hero Member
Posts: 1988
Re: TCalendar patch
«
Reply #4 on:
February 25, 2016, 12:17:25 pm »
Bart applied the patch. Thanks, Bart.
I am now going to fix the TDateTimePicker behaviour.
Logged
Swan, ZX Spectrum emulator
https://github.com/zoran-vucenovic/swan
JanRoza
Hero Member
Posts: 747
Re: TCalendar patch
«
Reply #5 on:
February 25, 2016, 12:19:38 pm »
Okay, I'll wait my turn.
Take your time.
Logged
OS: Windows 11 / Linux Mint 22.3
Lazarus 4.6 RC FPC 3.2.2
CodeTyphon 8.90 FPC 3.3.1
Zoran
Hero Member
Posts: 1988
Re: TCalendar patch
«
Reply #6 on:
February 25, 2016, 02:01:58 pm »
Quote from: JanRoza on February 25, 2016, 12:19:38 pm
Okay, I'll wait my turn.
Take your time.
The time has come.
I applied the fix for TDateTimePicker in revision 51696. Please test.
Logged
Swan, ZX Spectrum emulator
https://github.com/zoran-vucenovic/swan
balazsszekely
Guest
Re: TCalendar patch
«
Reply #7 on:
February 25, 2016, 02:08:51 pm »
Tested under win32! Works fine. Thanks Zoran!
Logged
JanRoza
Hero Member
Posts: 747
Re: TCalendar patch
«
Reply #8 on:
February 26, 2016, 12:10:14 am »
And tested under Windows 10 (64-bit).
Works as wished.
Good job Zoran!
Logged
OS: Windows 11 / Linux Mint 22.3
Lazarus 4.6 RC FPC 3.2.2
CodeTyphon 8.90 FPC 3.3.1
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
LCL
»
TCalendar patch
TinyPortal
© 2005-2018