Jump to content

gkobler

Members
  • Content Count

    215
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by gkobler

  1. gkobler

    wuppdi Welcome Page for Delphi 11 Alexandria?

    Did you start Delphi in DPI Unaware Mode?
  2. gkobler

    wuppdi Welcome Page for Delphi 11 Alexandria?

    Please try Build 29
  3. gkobler

    wuppdi Welcome Page for Delphi 11 Alexandria?

    I have just release a new version Build 28. New: The settings are move the the delphi options page (3. party) Now you can set the font for the TreeView and also for the ControlList. Just click to the TextEdit component. I also try to draw the background, but i have still an open issue with that. The TTreeView doesn't work, the TControlList works well. Also there is an issue when your screen scaling factor > 100% the font size are not correct displayed in the settings form. At the moment, the Plugin are just compiled for D12. In a few days i also will compile it for D11, depens how many bus the users will find. 😉
  4. gkobler

    TTreeView and CustomDraw

    I have a problem with my TTreeView Component, i have add my own methode OnCustomDraw Sender.Canvas.Brush.Color := clGreen; Sender.Canvas.Rectangle(ARect); Sender.Canvas.FillRect(ARect); DefaultDraw := True; Just to draw a green background for test purpose. This code is working well as a VCL-Form App, but as a nested form from as follow TYPE TMainFrame = CLASS(TFrame) When i use them in a WelcomePage Plugin, it does not work. It just drawed the white Background, also the Color Property is ignored. Does anybody has a hint for me?
  5. gkobler

    TTreeView and CustomDraw

    I am still working on this problem. Does no one have any ideas on how I can solve it?
  6. gkobler

    wuppdi Welcome Page for Delphi 11 Alexandria?

    OK, will check what i can do
  7. gkobler

    DevEx VCL Components & VCL Styles??

    DevExpress have his own Styles, i use this for my programs. I don‘t know i you use the Delphi Styles if it works with it
  8. A new version is available V1.6.0.166. This version now supports FB5 release candidat 1. Visit our Homepage and download the Trialversion: https://fbm.gksoft.ch
  9. gkobler

    Firebird - Monitor 2.5 / 3.0 / 4.0 / 5.0

    A new version 2.0.1.193 is available. Visit our homepage and download the demo version. https://fbm.gksoft.ch
  10. gkobler

    TMS VCL UI Pack Installation Question

    It‘s weekend now, may you have to wait for a working day until you will get answer
  11. gkobler

    Firebird - Monitor 2.5 / 3.0 / 4.0 / 5.0

    A new version 2.0.1.190 is available. Visit our homepage and download the demo version. https://fbm.gksoft.ch
  12. gkobler

    Delphi 12CE and SQLite

    i'm not sure, but FireDAC are not available in CE edition https://www.embarcadero.com/products/rad-studio/firedac
  13. Try the follow SELECT NF.DOCUMENT, CAST(SUM(NF.TOTAL) AS INTEGER) AS TOTAL FROM NF GROUP BY NF.DOCUMENT This also can happens with functions SUM, AVG, MIN, MAX...
  14. gkobler

    Firebird - Monitor 2.5 / 3.0 / 4.0 / 5.0

    A new version 2.0.1.188 is available. Visit our homepage and download the demo version. https://fbm.gksoft.ch
  15. You will find the backup file at the FB-Server PC!
  16. gkobler

    Delphi 12.2 Patch 1

    You have to enable the checkbox at the Installer. You wil find the checkbox at bottom right (may you have to scroll down)
  17. gkobler

    What is your Update Process?

    I had to do a complete reinstall. Be careful when installing third-party components. I have had problems with TChart Pro, Devart, DevExpress, Fastreport. After installing TChart Pro 2024.41, I get the following messages when starting Delphi. I think I have to wait for a new version of TChart. I also reinstalled the PAServer on my Mac mini with the latest OS and XCode, but when I started the PAServer, I received a message that the installation was defective.
  18. gkobler

    sending email with oauth2

    https://wiki.overbyte.eu/wiki/index.php/FAQ_ICS_Email_and_OAuth2
  19. Yes, sometimes it is necessary, especially in connection with RS232 data transfers, for example. Some of the devices that still have an RS232 are really quite old.
  20. gkobler

    Anyone using Clever Components?

    i use the Database Comparer VCL components. I had an update subscription, but after I paid for another year and never received an update or answers to my support tickets, I decided to cancel the subscription. I can continue to work with the components since I have the source code.
  21. gkobler

    TTreeView and CustomDraw

    OK, a good approach. The color is just a test, I want to draw a background and call the following code. IF Assigned(BorlandIDEServices) THEN BEGIN LColor := (BorlandIDEServices AS IOTAIDEThemingServices).StyleServices.GetSystemColor(Color) END ELSE BEGIN LColor := clNone; END; (WelcomePagePluginService AS INTAWelcomePageBackgroundService).PaintBackgroundTo(Sender.Canvas, Sender, LColor, cCaptionOpacity);
  22. gkobler

    TTreeView and CustomDraw

    Have created a demo (see attached file). Demo are based on the basic WP demo project. Open the project group TestWPTreeView. When you compile the WP-Plugin, and install it you will see the backgroud are not painted. But when you run the VCL-Program it does. I hope this makes my question clear. TestWPTreeView.zip
  23. gkobler

    Firebird - Monitor 2.5 / 3.0 / 4.0 / 5.0

    A new version 2.0.1.187 is available. Visit our homepage and download the demo version. https://fbm.gksoft.ch
  24. D12.2 has now the „focus mode“, may it‘s that what you need?
×