-
Content Count
2750 -
Joined
-
Last visited
-
Days Won
162
Everything posted by Uwe Raabe
-
Have you dropped a TGestureManager onto the form and wire it to the forms Touch.GestureManager property? In addition, the Touch.InteractiveGestures.igPan musst be active (which is by default).
-
I for myself have never spent any time on this limitation, because I never had to (and probably never will) write that long string literals. Not only that the style guide is much stricter, it is just way less readable and thus I would never even think of doing that. In addition I would literally slap such code in the face of the developer presenting it to me. So better don't count me in here.
-
help for Indy is not available as stated in Delphi dokumentaiton
Uwe Raabe replied to maths bengtsson's topic in Indy
It opens up without problems here (RAD Studio 11.3). Edit: It opens via the Help menu entry. Do you expect it to open with F1 in the sources? -
Another answer can be found on StackOverflow (although for alTop) Delphi: How to programmatically adjust visual ordering of components with align = alTop
-
Async/Await with updating visual controls
Uwe Raabe replied to omnibrain's topic in OmniThreadLibrary
In addition I would pre-calculate the timestamp (Now) inside the thread. Otherwise you'll get the time stamp when the main thread handles the call. Not sure if this is actually significant, though. -
Is it possible that an exception does not inherits from Exception class?
Uwe Raabe replied to Wagner Landgraf's topic in RTL and Delphi Object Pascal
I am reluctant to write the trivial case, but it won't execute if just no exception bubbles up to that point, perhaps because it is caught (not necessary handled properly) at some deeper level. Just curious: What problem are you actually trying to solve? -
Extend that to all dfm files.
-
It is indeed. That is also the reason why a couple of bugs are fixed and features implemented the way they are or not even at all.
-
Project to create a language definition in BNF format started
Uwe Raabe replied to TurboMagic's topic in RTL and Delphi Object Pascal
🤣 you nailed it! -
There is no copy&paste here. That are just the release notes for Delphi 11 Alexandria when it came out. The relevant info for the update releases are linked in the Notes at the top:
-
Those are for Delphi 11.0 and I have doubts that they are still valid for 11.3. See: RSP 37609: PAServer ships with Python 2.7 dependencies - which are no longer available in macOS 12.3
-
Given that it is even not intended to work I count that as a pro
-
In Tools - Options - User Interface - Editor Options - Search there is a percentage value to play with.
-
OK, let me reword it this way: I would rather switch my settings or find another workaround than going back to 11.2!
-
I would rather buy a new monitor instead. Was really a good investment.
-
Does it really matter?
-
It is probably another module (BPL or DLL) that is internally used by the mentioned package, but is either missing or fails to load.
-
TDFBatchMove.GuessFormat - How Many Rows Does It Read?
Uwe Raabe replied to weirdo12's topic in Databases
TFDBatchMove provides the AnalyzeSample property to control that. -
As ever so often, the pragmatic solution probably lies somewhere in between...
-
client pc database connection problem with interbase server
Uwe Raabe replied to muratcelik64's topic in Databases
Is there a reason why you don't use the original InterBase installer and select Client Only in the Choose Install Set dialog? Where did you get the information, that the steps you describe are sufficient?- 15 replies
-
Have you tried the TOAuth2Authenticator component linked to a TRESTClient? It has a context menu that lets you specify play with some parameters.
-
I have encountered the same ac couple of times, but I was not able to reproduce it reliably and thus cannot actually debug it. It is my impression that it helps to have MMX visible in all desktops.
-
That's the basic idea: You implement the code in the Actions OnExecute event instead of the Buttons OnClick event. That allows to use the same code for multiple controls (f.i. Buttons) spread over different forms or frames.
-
Or a couple of other keys like the decimal point or the DIV key on the numeric keypad.