-
Content Count
138 -
Joined
-
Last visited
Everything posted by Silver Black
-
Have you noticed that toolbars are messed up when switching from designing/debugging?! Very annoying.
-
Altready installed IDEFixPack?
-
How to replace all occourrences of a given text in ALL units of the projects? I mean: units, forms, etc., any file? I wouldn't want to do an edit/replace… for every file in my project! It's time consuming and, more important, I could forget some file.
-
How to replace text in every unit?
Silver Black replied to Silver Black's topic in Delphi IDE and APIs
Thank you for these important notes, I will remind of them. -
How to replace text in every unit?
Silver Black replied to Silver Black's topic in Delphi IDE and APIs
Thank you! I solved with GExperts grep tool. Your help is very appreciated too! -
Rio.1 does not save all layout settings
Silver Black replied to Sherlock's topic in Delphi IDE and APIs
Same here. I have to RE-select the layout to make the side panels size correctly. -
The new Dev version works perfectly. Thanks!
-
Sounds great. Can't wait for the new version!
-
What do you use to sign your executables? Is there a subscription fee to pay yearly the certificate or what?
-
Thank you to all of you.
-
How to replace whole words in a string
Silver Black replied to John Kouraklis's topic in General Help
To identify a word, besides of spaces, you should also check for dots, commas, etc. Eg.: "abc." / "abc," / " abc " @FredS your regEx expressions does the same of my StringReplace. 😉 -
How to replace whole words in a string
Silver Black replied to John Kouraklis's topic in General Help
If you want to distinguish between words, that for definition are separated by spaces, you have to make a proper function that check occourrences of at least a space before and at least a space after the pattern you want to replace as a word. So it will search for the pattern "abc" then check if before or after there are spaces, if so replace it, otherwise it search for the next occourrence. -
How to replace whole words in a string
Silver Black replied to John Kouraklis's topic in General Help
I use StringReplace. Eg.: Result := StringReplace(strText, strOld, strNew, [rfIgnoreCase, rfReplaceAll]); It's perfect for me, for years no issues yet. -
It seems nice, thank you. Just a question: a signed exe will be signed life-time or once the certificate expire that exe won't be signed anymore?
-
Uninstalled ZipForge and reinstalled… now the error seems to be gone. But I don't know if now is better to uninstall Delphi 10.3.1 and do a clean install of the Update with no other components. Maybe only then I would reimport my Migration Tools settings…
-
Thank you, very useful. I used Migration Tool too, but answering NO to that registry Keys question I thought it was useless since I found all my settings back on, but I hadn't still looked at the library path! Every works more smoothly but I have this error anytime I open a form of a project, just for the first time. Despite of this everything works fine. Now I'm trying to reinstall the Update from scratch, deleting every registry key (I'll answer YES). I hope the Migration Tool will do the magic...
-
This error showed up... but then I clicked "retry" and it worked. 🙂 I'm reporting here just for information if it would happen to other user. Last note: IDEFixPack for 10.3 is not compatibile with 10.3.1, you receive some Unhandled Exceptions starting the IDE, but uninstalling the component solve the problem I suggest to uninstall them before installing the update.
-
Installing the update. Small note: the flickering lables duringi the installation to show the progress are really cheap. 😠I use doublebuffer to avoid that.
-
That's very good to hear! I hate that flickering!!! True: generally, most of the reviews of any products is about complains. Who is happy about something rarely write something about it.
-
Nobody talks about any improvements...
-
But this bug: was reported on 22 nov 2018, so well before the update. I'm using Migration Tool to save my 10.3 settings before installing the update: http://docwiki.embarcadero.com/RADStudio/Rio/en/Settings_Migration_Tool https---plus.google.com-+TomaszKunicki-posts-NuBedJxXWao.url
-
No, this bug is since 10.3 and has not been fixed in 10.3.1 (sigh), but it's not a new bug introduced with the 10.3.1 update!!!
-
Ok, thank all of you. But all my settings would be preserved? And the add-ins (like IDE FixPack, DDevExtensions, GExperts, etc.) should be re-installed? Do I answer YES or NO to that question about the registry keys?
-
Excuse me, I download the update e run the installer, but it asks me to UNINSTAL 10.3 versione first… Is this normal for an UPDATE or have I downloaded a wrong version?
-
Sooooooooo good to know, thanks!I had been looking forward for that! Now, anybody knows if the update can be applied to the CE, please?