- Forum
- CodeTyphon Studio
- CodeTyphon Studio Components and Libraries
- General Purpose
- Problem with TVpContactGrid and TVpMonthView
×
General Purpose Components and Libraries, discussions, problems and suggestions
Question Problem with TVpContactGrid and TVpMonthView
- usbdoo
- Topic Author
- Visitor
-
4 years 11 months ago #9231
by usbdoo
Problem with TVpContactGrid and TVpMonthView was created by usbdoo
CT V5.7
Debian 8 amd64
Debian 8 amd64
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
Less
More
4 years 11 months ago #9232
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic Problem with TVpContactGrid and TVpMonthView
Platform Sir
GTK2, QT4 etc ?
GTK2, QT4 etc ?
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- usbdoo
- Topic Author
- Visitor
-
4 years 11 months ago #9233
by usbdoo
Replied by usbdoo on topic Problem with TVpContactGrid and TVpMonthView
GTK2
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
4 years 11 months ago #9234
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic Problem with TVpContactGrid and TVpMonthView
Thanks
we will check this
we will check this
PilotLogic Architect and Core Programmer
The following user(s) said Thank You: usbdoo
Please Log in or Create an account to join the conversation.
- usbdoo
- Topic Author
- Visitor
-
4 years 10 months ago #9521
by usbdoo
Replied by usbdoo on topic Problem with TVpContactGrid and TVpMonthView
unit VpMonthView;
{ Fix Header String }
Now work ok
{ Fix Header String }
StrL := RenderCanvas.TextWidth(Str);
RenderCanvas.Font.Size := FDayHeadAttributes.Font.Size; // add this line!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
TPSTextOut (RenderCanvas, Angle, RenderIn, dhRect.Left + (dhRect.Right - dhRect.Left) div 2 - (Strl div 2), dhRect.Top + TextMargin - 1, Str);
Now work ok
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
4 years 9 months ago #9524
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic Problem with TVpContactGrid and TVpMonthView
Thanks Sir
we add this line to Lab CT 5.80
we add this line to Lab CT 5.80
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.