-
Content Count
181 -
Joined
-
Last visited
-
Days Won
3
Everything posted by gkobler
-
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 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.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)
-
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.
-
https://wiki.overbyte.eu/wiki/index.php/FAQ_ICS_Email_and_OAuth2
-
[dcc32 Warning] uMain.pas(1154): W1058 Implicit string cast with potential data loss from 'string' to 'ShortString'
gkobler replied to Skrim's topic in General Help
I mean a communication over a ComPort via RS232 😉 -
[dcc32 Warning] uMain.pas(1154): W1058 Implicit string cast with potential data loss from 'string' to 'ShortString'
gkobler replied to Skrim's topic in General Help
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. -
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.
-
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?
-
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);
-
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
-
A new version 2.0.1.187 is available. Visit our homepage and download the demo version. https://fbm.gksoft.ch
-
Is it possible to hide the Object Inspector automatically when the Design tab is showing?
gkobler replied to Gord P's topic in Delphi IDE and APIs
D12.2 has now the „focus mode“, may it‘s that what you need? -
Delphi 12.2 code editor blinks for every key I press
gkobler replied to Clément's topic in Delphi IDE and APIs
I made som test with my mRemoteNG program. https://mremoteng.org/ I can't see any blinking code editor at my RDP connection. -
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.
-
So how is Embarcadero supposed to know that there is a problem that needs to be fixed?
-
Are there an open RSP for that case?
-
Yes of course, but deinstall these tools an look if its giung better
-
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.
-
I use Ctrl-F a lot but got not a problem like you. May a 3-Party tool cause the problem?
-
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
-
Me too… 🙂