Jump to content

gkobler

Members
  • Content Count

    224
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by gkobler

  1. 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.
  2. gkobler

    sending email with oauth2

    https://wiki.overbyte.eu/wiki/index.php/FAQ_ICS_Email_and_OAuth2
  3. 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.
  4. 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.
  5. 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);
  6. 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
  7. 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
  8. D12.2 has now the „focus mode“, may it‘s that what you need?
  9. I made som test with my mRemoteNG program. https://mremoteng.org/ I can't see any blinking code editor at my RDP connection.
  10. If everyone thinks the others are already doing it, then nothing will happen. So if the error bothers you so much, maybe you should open the RSP. The problem has also stressed me out more, but after uninstalling Bookmarks and Navigator it hardly affects me any more. That's why I haven't bothered to create an RSP. Incidentally, I have always had good experiences with the resolution of my RSP. I also have a support contract. First I create an RSP and then when it is confirmed I report it to support, they have always been able to solve the problem and integrate it into the next version.
  11. So how is Embarcadero supposed to know that there is a problem that needs to be fixed?
  12. Are there an open RSP for that case?
  13. Yes of course, but deinstall these tools an look if its giung better
  14. I have this pain when i press Ctrl-C a lot but i think this cause a 3-Party tool. Have deinstalled Bookmarks and Navigator. Now it‘s better. Not so often.
  15. I use Ctrl-F a lot but got not a problem like you. May a 3-Party tool cause the problem?
  16. For those who use TIBEvent in their projects, the following is perhaps a useful hint. https://embt.atlassian.net/servicedesk/customer/portal/1/RSS-1302
  17. gkobler

    wuppdi Welcome Page for Delphi 11 Alexandria?

    Solved in build 26: Now you can setup the settings
  18. We are pleased to present the new version 2 of the Firebird Monitor with “Trace and Audit”. We are currently offering a 10% discount on the purchase of a license until the end of June 2024. The coupon code is "Discount10". With “Trace and Audit”, they are able to record and evaluate every single event in the database. Visit our homepage and download the demo version. https://fbm.gksoft.ch
  19. gkobler

    wuppdi Welcome Page for Delphi 11 Alexandria?

    It's on my todo list. 😉
  20. gkobler

    Writing if statement in the Code Editor

    Sometimes scale settings more than 100% makes problems. Try it with 100%
  21. gkobler

    IDE freezing

    Does anyone have the same problem as me when selecting several components (visible as well as non-visible) on a form in the IDE. Either by Ctrl-clicking or just with the mouse and then pressing Ctrl-C, the CPU output of the BDE.exe task goes up and the IDE is blocked/freezing. You can then only end the task and have to restart the IDE. The problem has existed for some time, but since D11, D12 and D12.1 it happens more and more frequently.
  22. gkobler

    IDE freezing

    Have installed Parnassus Navigator, will try to deinstall them.
  23. gkobler

    IDE freezing

    this is what process explorer shows when the IDE hangs
×