

PeterPanettone
Members-
Content Count
1327 -
Joined
-
Last visited
-
Days Won
5
Everything posted by PeterPanettone
-
After having installed CodeSite 5 (not the Lite version distributed for free in GetIt) in the Delphi 10.3.3 on my new computer and running the IDE afterwards I got this error message: Can't load package C:\Program Files (x86)\Raize\CS5\Bin\CodeSiteLoggingPkg_Design260.bpl. The module was not found. How can Delphi tell me that it did not find the module when it obviously knows the path? CodeSite worked well on the same Delphi version on the old computer.
-
Or the type search could also be performed by: type=TLabel
-
Problem reinstalling CodeSite 5
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
I LOVE misleading messages. It shows how the human mind often cannot preview the consequences of what he is doing. ("What could possibly go wrong?") -
Problem reinstalling CodeSite 5
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
Thanks, David! You nudged me in the right direction! But ...\CS5\Deploy\Win32 was not the right directory (in my case), like from your screenshot. Because when I tried to add those BPLs from that directory to the list of installed Design Packages (Install Packages dialog) then Delphi told me: Only after adding C:\COMP\Raize\CS5\Bin to the PATH variable (instead of the above one), I could then eventually install the CodeSite packages: So now everything is working again! I also had a similar problem with another component package where I solved the problem by adding the directory of that Design Package to the PATH variable. But in that case the problem was solved only after restarting Windows. Could it be that the PATH variable is becoming fully active only after a Windows reboot? And BTW, the PATH variable contains itself the PATH variable: Isn't that a SELF-REFERENCING CIRCLE? -
Problem reinstalling CodeSite 5
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
I have tried to add ...\Raize\CS5\Bin to the Browsing path list: ...but it did not help. -
That is a wise statement. And a funny one.
-
I tried to build [r3053] in Delphi 10.3.3. Got this error message: [Exec Error] The command "call ..\..\buildtools\prebuild.cmd "\\Mac\Home\Documents\DELPHI\___ADDINS\gexperts-code-r3053-trunk\Projects\DelphiXx103\GExpertsRS103.dproj"&&call ..\..\buildtools\movedll.cmd "\\Mac\Home\Documents\DELPHI\___ADDINS\gexperts-code-r3053-trunk\Binaries\GExpertsRS103.dll"" exited with code 9009. How can this be resolved?
-
Error when trying to build GExperts r3053
PeterPanettone replied to PeterPanettone's topic in GExperts
It seems so. -
Attila, it is important to understand comments. Maybe a second reading lesson would be better.
-
Correct. Emba promised several years ago to make the IDE High DPI Aware. Although the tools to make the IDE High DPI Aware are available to everybody.
-
So what? First reading lesson?
-
Can't you read? I wrote SCALED!!
-
200% scaling makes all "normal" non-legacy apps look HORRIBLE! And look how horrible the F6 drop-down search-results list looks when scaling is set to only 150% (!):
-
After having set the system font size to 200%, the font sizes in the Delphi IDE (except the menu font) still remain microscopically small:
-
The IDE UI font size can be changed here in the Windows Registry: http://docwiki.embarcadero.com/RADStudio/Rio/en/System_Registry_Keys_for_IDE_Visual_Settings However, the toolbar icons and icon labels (?) and the title bar (text) still remain microscopically small: Even the GetIT fonts are still VERY SMALL compared to the now enlarged IDE Menu font:
-
Here is another screenshot comparing the IDE's Object Inspector fonts with the "normal" Windows 10 system fonts:
-
You are a LUCKY MAN!
-
Strange behavior when restoring Delphi v10.3.3 IDE window from MINIMIZED window state
PeterPanettone posted a topic in Delphi IDE and APIs
This is how my Delphi v10.3.3 IDE window normally looks: But MANY TIMES, when I restore the IDE window from MINIMIZED window state (by clicking on the Delphi icon on the Windows Taskbar) there is a substantial vertical GAP between the MainMenu/Toolbar area and the main panels area: I then double-click twice on the IDE window title-bar to restore the usual IDE layout. For testing, I have disabled all my IDE plugins to exclude any possible influence from such a plugin. Has anybody ever experienced this annoying effect? -
Strange behavior when restoring Delphi v10.3.3 IDE window from MINIMIZED window state
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
I have just tested it now on my fresh installed Delphi Ide inside a VM (Windows 10) on my new MacBook Pro. No gap this time, but a waiting time of about 1 second when restoring from minimized state. It seems that migrating to Windows 10 (from Windows 7) healed several things. -
460 chars.
-
I have installed several different things now from GetIt (libraries, components, etc.) without problems and compiled code without problems. So it seems logical that the problem has something to do with the JCL installer.
-
Meanwhile I tried to uninstall the not installed JCL, and I again got the error message about the not found rtl260.bpl:
-
You mean, Win7 inside a VM or Win7 as a host for VirtualBox?
-
That's what I have done. But on the next IDE restart I got this error: Translated to English, this means: System error. Code: 1400. Invalid window handle. BTW, do you also run the IDE in a VM?
-
Got me a Mac (MacBook Pro 16") with Parallels and installed Windows 10 HOME 64-bit in a Parallels VM. Is Windows 10 Home 64-bit good enough to run Delphi 10.3.3+ without problems or should I upgrade to Windows 10 PRO?