Jump to content

Uwe Raabe

Members
  • Content Count

    2882
  • Joined

  • Last visited

  • Days Won

    169

Everything posted by Uwe Raabe

  1. Uwe Raabe

    Delphi 12 Application showing two windows on the taskbar?

    Same here. Unless you are able to provide a reproducible test case we will have hard time to help you.
  2. Uwe Raabe

    Procedure/Function Commenting..

    There are also some code templates in Delphi to simplify writing these comments: summary, params, returns, remarks
  3. As a short time workaround you can use the Trial installed from the ISO. A link for that as well as other information can be found in this blog post: Some Embarcadero Servers Are Experiencing A Hardware Outage
  4. It's not like they did it on purpose.
  5. I just want to emphasize that the DocWiki is not only back again, but also seems to be pretty fast and stable now.
  6. Uwe Raabe

    Delphi 12: Invalid class typecast

    I wish I'd know. There are other cases with a similar error, but I wasn't able to reproduce it, nor could I spot the trigger. In case you can manage to create a reproducible test case I would love to use that for finding the root cause. As long as I am not able to reproduce any code change would be a blind guess.
  7. Uwe Raabe

    Quality Portal going to be moved

    Actually QP ought to be a subsystem from the internal Jira. The InternalTrackingLink ist a hint for that. One of the reasons to make QP read-only is probably to allow for a final synchronize before moving the internal Jira to the new one.
  8. It may be delayed, but not necessarily. The development systems should be functional even without these servers.
  9. Can you try with Light as the initial theme?
  10. Uwe Raabe

    Quality Portal going to be moved

    AFAIK, they plan to internally use a cloud based Jira (you won't get any other) while getting rid of the public QP instance in favor of limited public access to the new one. At least that has been discussed for quite a while, because the synchronization between the internal and external instance was error prone and often lagging behind. So the statement that the current system seems to work fine probably didn't take into account the whole picture. On the other hand, as I mentioned in my initial post, such criticism was somehow expected. The same as my expectations are mostly based on speculation, so are others. Personally I just feel better expecting an improvement. So for me it stays to be a good thing until it turns out otherwise.
  11. Are you talking about the Community Edition? That would be the only one I know of available to the public without an ISO.
  12. The blog post recently got an update: https://blogs.embarcadero.com/we-are-experiencing-a-hardware-outage/
  13. Uwe Raabe

    Save and Load Panel to Stream.

    If you don't want to have the panel stored to the stream as the parent of its controls, you shouldn't do so: MemStr.WriteComponent(pnlSource); // write component to panel source Compare that to the code writing only the controls: for idx := 0 to pnlSource.ControlCount - 1 do begin MemStr.Position := 0; MemStr.WriteComponent(pnlSource.Controls[idx]); StreamConvert(MemStr); end;
  14. Uwe Raabe

    Delphi 12 is available

    I am even able to compile for industrial Windows XP systems with Delphi 12. Of course one is limited in which features can be used and which cannot, but that would be even more restricted when working with Delphi 7 or Delphi 5. I would rather drop these kind of projects than even think about using such an old Delphi version. Actually I have just one project that is bound to Delphi 2007 in the moment. As long as it is dormant it can stay that way, but I would try to convince the customer to port it to a newer Delphi version once it is going to be resurrected. Otherwise I have to adjust my hourly rate to cover up for the additional stresses and strain.
  15. Not very long in general. It just might not help either if the server doesn't happen to be the root of the outage.
  16. If you did not install from the ISO in the first place or have already changed to online mode before, open a command prompt in the Delphi bin folder and execute getitcmd c=useoffline You can as well change the SeviceKind setting to Offline in the registry in HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\CatalogRepository (for Delphi 12). There you can specify the path to the gof file from the ISO under ServicePath. Up to here, all this is to tell the Feature Manager where to look for the installation files. Then start the IDE and select Tools - Manage Features. There you can select Help and install it.
  17. DocWiki has a workaround with a local help installation from the ISO. The breakage of GetIt is crucial indeed.
  18. Part of the services are available again. The rest is expected to follow shortly.
  19. Uwe Raabe

    How to create new FireDac components

    As a side note: For quite some time one can find some NexusDB related files in the FireDAC sources, albeit we are waiting for a working NexusDB link since about a similar time frame. Seems it is far from trivial to implement that.
  20. Uwe Raabe

    D12 CatalogRepository Problem!

    Yes. They are required to install via GetIt locally. It { "Id": "FmxLinux-1.76_Local", "Name": "FMXLinux", "Version": "1.76", "Description": "Full features FireMonkey implementation for Linux Platform.", "Vendor": "Embarcadero Technologies", "VendorUrl": "http:\/\/www.embarcadero.com", "Image": "fmxlinux_154x154.png", "Tags": "fmx, firemonkey, linux, ui, gui", "License": "fmxLinux_license.txt", "Url": "FMXLinux-20231124.zip", "ProjectUrl": "https:\/\/www.embarcadero.com\/products\/rad-studio", "Modified": "", "LicenseName": "Embarcadero Software License", "TargetPath": "", "RequireElevation": 1, "AllUsers": 1, "Actions": [
  21. Uwe Raabe

    D12 CatalogRepository Problem!

    You can download that from my.embarcadero.com
  22. Uwe Raabe

    D12 CatalogRepository Problem!

    It is as well possible that these entries are totally unrelated and AllUsers is the only place looked at.
  23. I just installed successfully a fresh Delphi 12 from the ISO with a Network Named License inside a VM. Then I downloaded the *General Packages* and installed all of them using the multi package option in one go without problems. All downloads (ISO and packages) from *my.embarcadero.com*. So it is still possible to install a paid Delphi version and at least some packages from GetIt (Radiant Shapes, Konopka Controls, BeaconFence, Bookmarks, Navigator). To make the GetIt manager dialog show up faster, I removed the values from the ServiceURL entry under CatalogRepository in HKCU and HKLM. Note that the list of packages displayed then is not usable. You may get away with a standard workstation license already available on the target system. Sorry, but this approach will not work for the Community Edition.
  24. Uwe Raabe

    D12 CatalogRepository Problem!

    It is controlled by the json configuration file for that feature. For local packages one can modify that, but for online packages probably not. Embarcadero provides some packages to be downloaded for offline installation from my.embarcadero.com, but I could not find one containing FastReport.
×