Charles Heaps
Energy and climate change scientist and developer of LEAP software tool. https://leap.sei.org
- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 14
Comments
Recent activity by Charles Heaps-
Super - thanks!
-
Thaks for this Roy, I DID have disablethemes true for the above grid. Duh! I think I also found the issue why checkmarks are sometimes the wrong size. I think you need to change a line of code i...
-
Quick update. I found this code in procedure DisplayBitmapFromImageList in wwdbigrd unit: if ImageList.DrawingStyle = dsTransparent then I just hacked that to always be true and that fixed the ba...
-
This works for me: RecordPanel.Selected.Add('<New Line>');
-
Hi Mike - have you tried using Delphi’s own themes? Im not sure how they differe from alphaskins TBH. I have had some luck with using them with TwwDBGRID. Just make you set the two disablethemes op...
-
I see a new version of Infopower VCL has been released. Does not seem to contain any new capabilities although the links to more information on it are currently broken (https://woll2wolldata.com/do...
-
Check to see if you've got any events attached to the grid that might be overriding the default behavior. You can always comment those out temporaily while you debug. Perhaps also worth checking ...
-
Hi all - thought I'd post some findings here in case it's useful. I found the reason I was getting access violations outside the IDE was down to using the UPX utility to pack the application execu...
-
I am also getting similar access violations in the TwwDBRichEdit component when using Delphi 11.1 with Infopower 22.02. See my other post in this forum. They only seem to happen outside the IDE a...
-
Hi Michael - in general the latest Infopower (22.0.2) is working fine with Delphi 11.1 in my experience. I use the grid control and many of the combo boxes. The only issue I have seen so far is w...