-
Content Count
224 -
Joined
-
Last visited
-
Days Won
3
Everything posted by gkobler
-
wuppdi Welcome Page for Delphi 11 Alexandria?
gkobler replied to PeterPanettone's topic in Delphi IDE and APIs
New Build 31 are available. Also compiled for D11. -
wuppdi Welcome Page for Delphi 11 Alexandria?
gkobler replied to PeterPanettone's topic in Delphi IDE and APIs
Unfortunately, I can't reproduce the behavior on my side. 🙂 Can you send me a video so I can take a look? Another possibility is to activate the checkbox in the settings “DebugOutputString”. Then record the output with the program “dbgview.exe” and send me the log file. -
wuppdi Welcome Page for Delphi 11 Alexandria?
gkobler replied to PeterPanettone's topic in Delphi IDE and APIs
Ok, that at least gives me a clue where to look. -
wuppdi Welcome Page for Delphi 11 Alexandria?
gkobler replied to PeterPanettone's topic in Delphi IDE and APIs
I tried to solve the problem today. But it doesn't happen for me. I won't be in the office tomorrow. Let's see if I can get to it at the weekend. Sorry for that. Have you tried clicking on a different node in the TreeView? Is the display then correct again? -
wuppdi Welcome Page for Delphi 11 Alexandria?
gkobler replied to PeterPanettone's topic in Delphi IDE and APIs
Original font settings -
wuppdi Welcome Page for Delphi 11 Alexandria?
gkobler replied to PeterPanettone's topic in Delphi IDE and APIs
For D12 Computer\HKEY_CURRENT_USER\Software\Embarcadero\BDS\23.0\WelcomePage\gksoft For D11 Computer\HKEY_CURRENT_USER\Software\Embarcadero\BDS\22.0\WelcomePage\gksoft -
wuppdi Welcome Page for Delphi 11 Alexandria?
gkobler replied to PeterPanettone's topic in Delphi IDE and APIs
You can delete the entrys at the registry. First close the IDE. -
wuppdi Welcome Page for Delphi 11 Alexandria?
gkobler replied to PeterPanettone's topic in Delphi IDE and APIs
Have to look tomorrow when i‘m back at the office. -
wuppdi Welcome Page for Delphi 11 Alexandria?
gkobler replied to PeterPanettone's topic in Delphi IDE and APIs
Size 9 The issue with the wrong font size are only at the unaware mode. I dont‘t now if i can fix it. 😞 for the other things will look at tomorrow. -
wuppdi Welcome Page for Delphi 11 Alexandria?
gkobler replied to PeterPanettone's topic in Delphi IDE and APIs
Did you start Delphi in DPI Unaware Mode? -
wuppdi Welcome Page for Delphi 11 Alexandria?
gkobler replied to PeterPanettone's topic in Delphi IDE and APIs
Please try Build 29 -
wuppdi Welcome Page for Delphi 11 Alexandria?
gkobler replied to PeterPanettone's topic in Delphi IDE and APIs
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. 😉 -
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?
-
I am still working on this problem. Does no one have any ideas on how I can solve it?
-
wuppdi Welcome Page for Delphi 11 Alexandria?
gkobler replied to PeterPanettone's topic in Delphi IDE and APIs
OK, will check what i can do -
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
-
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
-
A new version 2.0.1.193 is available. Visit our homepage and download the demo version. https://fbm.gksoft.ch
-
It‘s weekend now, may you have to wait for a working day until you will get answer
-
A new version 2.0.1.190 is available. Visit our homepage and download the demo version. https://fbm.gksoft.ch
-
i'm not sure, but FireDAC are not available in CE edition https://www.embarcadero.com/products/rad-studio/firedac
-
Firebird 5.0 with FastReport (Delphi 12): unknown ISC error 0
gkobler replied to TheBioh4z4rdx's topic in Databases
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... -
A new version 2.0.1.188 is available. Visit our homepage and download the demo version. https://fbm.gksoft.ch
-
You will find the backup file at the FB-Server PC!
-
You have to enable the checkbox at the Installer. You wil find the checkbox at bottom right (may you have to scroll down)