-
Content Count
888 -
Joined
-
Last visited
-
Days Won
7
Everything posted by Stano
-
This extension looks cool. It does not change images. I use the Brave browser. That will probably be it.
-
After all, I just tried. The second one. It works perfectly. Immediately. He even made a negative of my photo
-
Is this an extension? I tried it after a long time. But if I use Google Translator, the response when typing is very large The translation is black text It is unusable for me. There are more of them. I don't feel like trying them all. Can you advise?
-
Why do you use TEdit and not TTimePicker etc.? They are intended for this purpose. It's a big mistake for me!
-
OT: thanks to this syndrome, we have such people as, for example Newton Einstein Bill Gates Where would we be today without this syndrome?
-
And I like that. It's years of experience.
-
Every time I see your name, I look forward to a long post. I honestly mean it as a compliment.
-
I already gave him a link to the Fb forum here. But he is unteachable
-
So I turned off Auto invoke and am using CnPack. I rarely need to run an LSP. It is OK for me. My experience is that LSP does not remember history.
-
I have on my tongue in such situations: What do you want from stupid Americans. They are only interested in money. Nothing more. Managers must have studied at Oxford. They have high self-esteem and are completely detached from reality. They also only have eyes on dollars/euros. They are deaf and blind. Please don't take it personally. I am quite disgusted by it. I have already commented on it. I will not repeat myself and throw peas on the wall. I can hear the death knell ringing
-
If you are asked to register, select the option that you own the license file. Then you give it to him. In the worst case, nothing happens. I just managed to register. It's a good idea to delete all registrations beforehand. But you wrote that he wouldn't let you in there Another option is to contact the supplier for help.
-
Um, can't use the license regXX.txt file for that?
-
It is nicely explained here https://groups.google.com/g/firebird-support/c/gi06-4Uk3Yw
-
It happens to me with some. Typically FormCreate...
-
DB field update using "DataSet.FieldByName" is not working
Stano replied to PenelopeSkye's topic in Databases
OT if (dm.tb_design_master.state=dsEdit) or (dm.tb_design_master.state=dsInsert) then I prefer to use if (dm.tb_design_master.state in [dsEdit, dsInsert) then In such cases if Length(DBEdit19.Field.AsString) > 0 then I use if Length(Trim(DBEdit19.Field.AsString)) > 0 then- 10 replies
-
- fieldbyname
- dataset
-
(and 1 more)
Tagged with:
-
Use the function Copy()
-
Perhaps this is due to the OS settings themselves. All visual effects are one of the first things I turn off with a new OS.
-
Several times it happened to me that MMX blocked my IDE. ComboBox (Return) Type flashes. CPU goes to ~12%. Sometimes it stops. Now I got to this state as follows: I made changes to the forms I closed the form without saving the changes
-
I think the same. But I have no idea what it could be. It happens sporadically. Fortunately, with a large time gap. I use CnPack and Project Magician I would like to know what the selected ComboBox reacts to. Maybe that will help me figure something out.
-
ShowModal does not show window after a few tries (It does not pop up)
Stano replied to ChrisChuah's topic in VCL
I'm not an expert, but in my opinion Action := caFree; frees things in the form, but not the form itself. I am happy to learn. Personally, I would just show and hide the form. It did not destroy and set to null. I don't know if such behavior is suitable for the given situation. I won't get involved in your business anymore. I can't do it -
ShowModal does not show window after a few tries (It does not pop up)
Stano replied to ChrisChuah's topic in VCL
In any case, I miss FDetailForm.Free; I don't know if it will help. -
An option I know of is to create your own component based/derived from e.g. Edit. Then follows the creation and installation of the package.
-
I would not receive an answer from the supplier until Monday. So I turn to this community. I found the following: I have Win 11. Delphi reports Win 10 and version D11.0. See attachments. I installed both patches. However, uninstalling and reinstalling Delphi didn't happen even once! The fact that something is wrong is reflected in the user environment. It doesn't work as it should. The initial installation was using a file on the disk: RADStudio_11_esd_1006491.exe 153.79 MB. As far as I know, I should be using the Web Install. She probably was, but probably weird. I don't know how to get to it from a clean PC, without using a file on disk. Do I have to install D11.00 + Patch1 + Patch2 sequentially? Or is directly Patch2 enough? Considering the short installation times, this is not so important. Thanks in advance and I hope for an early reply. I want to reinstall the whole thing so that I have it 100% correct. Installing third-party software is not a problem.
-
I was able to download the file for 11.1. It looks good. It prints W11
-
I've never seen it either. Note, there is also System.Math.IfThen