-
Content Count
2084 -
Joined
-
Last visited
-
Days Won
29
Everything posted by Attila Kovacs
-
The GetIt server is back online - With the 12.0 Patch 1
Attila Kovacs replied to Lars Fosdal's topic in General Help
Is there an offline installer for that? -
The GetIt server is back online - With the 12.0 Patch 1
Attila Kovacs replied to Lars Fosdal's topic in General Help
I can't see the parnassus bookmarks for D12 in getit. -
Is this unit deprecated? There is a buch of enums in System.JSON.Types.pas that are not implemented: TJsonNullValueHandling = (Include, Ignore); TJsonDefaultValueHandling = (Include, Ignore, Populate, IgnoreAndPopulate); TJsonReferenceLoopHandling = (Error, Ignore, Serialize); TJsonObjectCreationHandling = (Auto, Reuse, Replace); TJsonTypeNameHandling = (None, Objects, Arrays, All, Auto); TJsonNullValueHandling would be very handy to have. Should I ask them once the QP is live again, or is this already considered old stuff that won't be continued or supported?
-
No exception handling with server crash
Attila Kovacs replied to Angus Robertson's topic in ICS - Internet Component Suite
Hm, I'm interested in whether Eurekalog works at all with the DDService, and if it does, whether any adjustments are needed because I'm currently not succeeding. You are using it in your services @Angus Robertson, don't you? I can send emails manully, the account on which the service runs allows it, but that's it. madExcept didn't do enything either. -
FYI - Several Embarcadero services are currently unavailable
Attila Kovacs replied to Keesver's topic in General Help
I am curious how it will affect the development; will the next version accordingly also be released later? -
FYI - Several Embarcadero services are currently unavailable
Attila Kovacs replied to Keesver's topic in General Help
Or it was Download Spike -
FYI - Several Embarcadero services are currently unavailable
Attila Kovacs replied to Keesver's topic in General Help
And then what? What will be served? The default apache landing page? -
FYI - Several Embarcadero services are currently unavailable
Attila Kovacs replied to Keesver's topic in General Help
It's sufficient if there was an older operating system or a part of the system that won't run on current hardware, and you can't simply restore and go. -
Delphi 10.4.2 application switch after using open file expert
Attila Kovacs replied to merijnb's topic in GExperts
You just have to defer the call to "(BorlandIDEServices as IOTAActionServices).OpenFile();", it should be called when the expert window is already closed / the editor has the focus or show the expert window non-modal. -
FYI - Several Embarcadero services are currently unavailable
Attila Kovacs replied to Keesver's topic in General Help
If ELC can run off-grid, then this makes no sense. -
FYI - Several Embarcadero services are currently unavailable
Attila Kovacs replied to Keesver's topic in General Help
Can I setup ELC without the running servers? -
FYI - Several Embarcadero services are currently unavailable
Attila Kovacs replied to Keesver's topic in General Help
What? So let me ask the question again. I recently bought the latest Delphi. How can I install it without the running servers? So the mentioned "update your license" or whatever won't work either. -
FYI - Several Embarcadero services are currently unavailable
Attila Kovacs replied to Keesver's topic in General Help
How does it work? Sorry I'm not a professional, I'm constantly on the go. -
FYI - Several Embarcadero services are currently unavailable
Attila Kovacs replied to Keesver's topic in General Help
How? The installer asks for a serial and l/p -
FYI - Several Embarcadero services are currently unavailable
Attila Kovacs replied to Keesver's topic in General Help
How can I install Delphi without their running servers? What happens when these servers are gone forever for any reason? -
FYI - Several Embarcadero services are currently unavailable
Attila Kovacs replied to Keesver's topic in General Help
-
Any thoughts about how this should be patched until it's fixed? https://www.delphipraxis.net/1530328-post10.html I have started to receive error reports on that.
-
I'll go with this, until it's fixed. // D12 caFree patch // https://www.delphipraxis.net/1530328-post10.html // https://quality.embarcadero.com/browse/RSP-43547 procedure TCForm.WndProc(var Message: TMessage); begin if message.Msg = CM_RELEASE then Dispatch(message) else inherited WndProc(message); end; Let this example stand as a sign of how beneficial it is to always use a common form.
-
Ok, CM_RELEASE has no job in form's wnd proc, I have to hop to TWinControls WndProc
-
@Dalija Prasnikar Ok, I see now where the problem is. However, since VisualManager_AcceptMessage is not virtual, the only way to fix that without adding a patched Vcl.Forms to the project is to handle CM_RELEASE without calling the WndProc... As I always use a common form, this should be manageable. I just have to examine what CM_RELEASE should do... let's see. Thank you
-
Delphi 12: The Embarcadero Gelt server could not be reached...
Attila Kovacs replied to PeterPanettone's topic in Delphi IDE and APIs
404 😉 -
I no longer receive warnings about unknown custom attributes in Delphi 12. Could there be a compiler directive that went global, perhaps? Moved from 10.2.
-
Is there an alternative D12 Welcome page available? I find the lack of separation between recent and favorites and the overall design with the love signs to be jarring and reminiscent of a Hello Kitty coloring book.
-
It went small automatically when I loaded Chuck 🙂
-
I didn't know what I was missing, thanks, @Lars Fosdal.