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

JvDBUltimGrid & JVDBGrid issue showing checkbox and glyps #158

Closed
wants to merge 450 commits into from

Conversation

fduron
Copy link

@fduron fduron commented Nov 5, 2021

I see a bug when I use checkbox and glyps on JvDBGrid or JvDBUltimGrid, as you can see in the picture bellow:

JvDBUltimGridIssue1

It seems like it is necessary to clean the cell before drawing the glyph, so I added a FillRect just before Drawing a transparent bitmap at line 3843 of JvDBGrid.pas

JvDBUltimGridIssue2

After adding this FillRect, the JvDBUltimGrid shows checkboxes correctlly

JvDBUltimGridIssue3

jfudickar and others added 30 commits March 6, 2019 23:17
…ated commits I created this single commit containing all the modifications of the German translation in one commit.
Initialize FShowStartEndTimeInHint  (Mantis 6578)
NativeInt can be negative, better to test for different from zero (Mantis 6595)
Give IJvDynControlDblClick its own GUID (Mantis 6558)
LookupField should be searched case sensitively (Mantis 6620)
Some kind of jpeg image does not has the "JFIF" or "Exif" signature at stream offset 6 as procedure GraphicSignaturesNeeded currently expected. According to JPEG standard (https://en.wikipedia.org/wiki/JPEG), JPEG File MUST begins with magic number FF D8. So we can register FF D8 as JPEG Signature to solve this problem.
Update for registering JPEG Graphics with signature FF D8
…creating the component in code and setting min, max or position before the component had a chance to paint itsself led to a crash because FBitmap was not assigned.
Create bitmap before trying to draw a pointer.
…method it was suggested to only draw the pointer if a bitmap is already created otherwise the next call to Paint will draw it anyway.

Checking this was necessary in further methods as well though.
More efficient fix for TJvDialButtonCrash
Changed suggested V2AB and AB2V to be compatible with D6-D2009 as well.
Added ShowCaption property for Delphi 6-2007
…ple of small enhancements to JvMemoryDataset and XPButton" pull request #55
…ext and TJvXPCustomButton to support DT_HIDEPREFIX, DT_NOPREFIX, DT_PREFIXONLY when calling DrawText" commit splitting series of commits.
ahausladen and others added 26 commits April 23, 2021 17:45
Link in the correct wininet library file when using the C++Builder 64-bit compiler.
Link in the correct wininet library file when using the C++Builder 64-bit compiler.
Update JvComputerInfoEx.pas
Update JvUrlListGrabber.pas
* Replace old JCL URL with GitHub URL
@ronaldhoek
Copy link
Contributor

Please merge with the master instead of this 6 year old tag.

@obones
Copy link
Member

obones commented Nov 7, 2021

Dear @fduron, you have created this pull request with the "JVCL3_49_PREPARATION" branch as the target. As @ronaldhoek indicated, this tag is very very old.
Could you please recreate a pull request with your changes, but this time targeting our "master" branch?

@obones
Copy link
Member

obones commented Nov 10, 2021

Redone in #159

@obones obones closed this Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.