

Rafal.B
Members-
Content Count
33 -
Joined
-
Last visited
Everything posted by Rafal.B
-
wuppdi Welcome Page for Delphi 11 Alexandria?
Rafal.B replied to PeterPanettone's topic in Delphi IDE and APIs
Unfortunately, b48 on x86 and x64 causes identical errors as the previous version. -
wuppdi Welcome Page for Delphi 11 Alexandria?
Rafal.B replied to PeterPanettone's topic in Delphi IDE and APIs
I confirm. Indeed, selecting the option to close the welcome page causes an error (which I described first) when closing D13. -
wuppdi Welcome Page for Delphi 11 Alexandria?
Rafal.B replied to PeterPanettone's topic in Delphi IDE and APIs
When I open a project with the original IDE plugin "Open Recent," there are no problems (errors) when closing D13. Some time passed, and... everything started working fine. I didn't do anything except open and close D13 several times. I don't understand this situation. It's just a hocus pocus. ๐ I'll see what happens tomorrow ๐ -
wuppdi Welcome Page for Delphi 11 Alexandria?
Rafal.B replied to PeterPanettone's topic in Delphi IDE and APIs
I ran another test. I uninstalled D13 and cleared all folders and registries. I reinstalled D13. Then gksoftPlugin370. (I didn't install MMX!) I created MyProject (FMX), saved it, and closed it. Then I opened it using: gksoftPlugin370 -> Recently used -> Projects -> MyProject Then I closed D13. This time it behaved a bit differently; I immediately got the error: "Strange situation. I don't really understand what's causing the error, it's definitely not MMX." -
wuppdi Welcome Page for Delphi 11 Alexandria?
Rafal.B replied to PeterPanettone's topic in Delphi IDE and APIs
There's no problem with D12. I don't know about D11, I don't have it ๐ -
wuppdi Welcome Page for Delphi 11 Alexandria?
Rafal.B replied to PeterPanettone's topic in Delphi IDE and APIs
Hello. A new problem has appeared in D13. Following the list below, it's reproducible: 1. Install D13 2. Install MMX 3. Install gksoftPlugin370 4. Load project from this plugin (important) 5. Close D13 At this point, the operation takes quite a while, and finally, I get an error (shown below). If I don't install MMX or (after installation) uninstall it, everything works fine. Installing MMX and gksoftPlugin370 together has a problem. Considering that MMX is very necessary in D13, I can't get rid of it. It would be nice to have gksoftPlugin370 as well ๐ -
wuppdi Welcome Page for Delphi 11 Alexandria?
Rafal.B replied to PeterPanettone's topic in Delphi IDE and APIs
Thanks. -
wuppdi Welcome Page for Delphi 11 Alexandria?
Rafal.B replied to PeterPanettone's topic in Delphi IDE and APIs
It's already 13 ๐ -
wuppdi Welcome Page for Delphi 11 Alexandria?
Rafal.B replied to PeterPanettone's topic in Delphi IDE and APIs
"Item Columns Count" works correctly. Thanks. However, there's a problem with "Tree View Width." After setting the width with the mouse, the current width is saved in a register. After turning D off and on, the value of this register doesn't change, but the bar is set to a different, undefined width. After setup: After restarting: -
wuppdi Welcome Page for Delphi 11 Alexandria?
Rafal.B replied to PeterPanettone's topic in Delphi IDE and APIs
I've already tried that too. Refreshing the register reading (F5) while running D shows the value changing to 1 at some point. I'm running D as Administrator. I also tried as a regular user, same result. -
wuppdi Welcome Page for Delphi 11 Alexandria?
Rafal.B replied to PeterPanettone's topic in Delphi IDE and APIs
and -
wuppdi Welcome Page for Delphi 11 Alexandria?
Rafal.B replied to PeterPanettone's topic in Delphi IDE and APIs
D12. After starting D, I set this parameter to 2 and disable D. I enabled the registry viewer (regedit). The next time I start D, the registry value changes to 1, and so does D. This happens every time. -
wuppdi Welcome Page for Delphi 11 Alexandria?
Rafal.B replied to PeterPanettone's topic in Delphi IDE and APIs
Hello. First of all, thank you for this very good add-on. I noticed that: Every time Delphi starts, the "Item list columns count" is overwritten with the value 1. -
It works ๐ (I haven't used this method of installation before) Thank you very much
-
Still no news on when it will be available?
-
Hello. A few days ago it was still there, but today Navigator and Bookmarks (formerly Parnasus) are gone. Does anyone know why?
-
They just appeared again now ๐
-
The description is available, but you can't install it from "Getit Package Manager". It's not there.
-
Delphi 12.1
-
NVIDIA RTX 3000 graphics card In both cases, GlobalUseSkiaRasterWhenAvailable=False and GlobalUseVulkan=True. In my opinion, it looks better when GlobalUseSkia = False;
-
I understand, thanks.
-
Thank you for your substantive and extensive comment. In one word, there is no reason to expect any improvement?
-
Considering my case, this is exactly the problem. ๐ I haven't noticed this report until now. Thank you for pointing out this report ๐ As you can see, the topic is not new, and EMB has not done anything about it (for now) ๐
-
I want to confirm slow graphics rendering using GlobalUseSkia=True. I create SCADA applications. There's a lot of graphics there. To make it 'nicer' I use animations. Unfortunately, with the GlobalUseSkia=True option it works terribly slowly (2-3 fps). With the GlobalUseSkia=False option it is much better. However, I would expect much smoother operation. This problem also occurred in D11.3 I use equipment: HP ZBOOK G7 i9; Quadro RTX 3000 Hardware is probably not the problem here.
-
Delphi 12 - 'Bind Visually' -> StringGrid connection works very slowly
Rafal.B posted a topic in Databases
Hello everyone. I have a classic layout (Windows-FMX, MSSQLExpress database): ADODataSet -> 'Bind Visually' -> StrinGrid ADODataSet.CommantText = 'SELECT TOP 100 * FROM xxx' (regord contains about 90 fields) The database contains approximately 60,000 records. At design time, in Delphi 11, selecting ADODataSet.Active=True causes data to appear in the StrinGrid in ca. 0.3-0.5 sec. In Delphi 12, this operation takes 5-7 seconds. Of course, it behaves identically during execution time. I've already tried: I imported the database into MySQL, I used FireDAC components: FDConnection -> FDQuery -> 'Bind Visual' -> StrigGrid. Unfortunately, the effect is the same. However, when editing FDQuery (FireDAC Query Editir), after pressing 'Execute', the data in the 'RecordSet' tab appears immediately. This means that this delay occurs within 'Bind Visual' -> StrigGrid. What's changed in D12? I have no idea how to solve this. Such a long delay is unacceptable to me.