-
Content Count
96 -
Joined
-
Last visited
Community Reputation
13 GoodAbout Silver Black
- Birthday 03/07/1978
Technical Information
-
Delphi-Version
Delphi 10.3 Rio
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
No: the CE is the full RAD Studio, that expires every year! We need a much smaller one with only Delphi main core components and no-expiration license.
-
Good ol' times! IMHO, Delphi should have a restricted FREE environment of its IDE, to make small desktop utilities at least and for the bigger purpose of spreading Delphi knowledge to new generations of devs. If VS has that, why not to copy from it?
-
Anybody remembers when Delphi 6 had the "Personal" edition that was completely FREE? I started from there.
-
I have to reinstall it because the one-year-license is over, so I just looked for the most updated one. By the way, I hate the fact that it's mandatory for you to reinstall the CE after one year. Totally nonsense.
-
Why a Delphi 10.4.1 CE edition does not exist? The CE is still in 10.3 version...
-
That libraries are great, really thank you!!!
-
Using themes with 10.3.3 I noticed that common dialogs like "Open/Save file" are not correctly skinned and they are quite a punch in the eye... Is there a workaround or do I have to rewrite my own common dialogs to have them properly skinned?
-
Code insight doesn't work with my main project on 10.3.3
Silver Black replied to Silver Black's topic in Delphi IDE and APIs
Thank you, I didn't try to uninstall IDE Fix Pack yet. -
Code insight doesn't work with my main project on 10.3.3
Silver Black replied to Silver Black's topic in Delphi IDE and APIs
Applied this trick, updated verions of IDEFixePack and DDevExtensions, but it doesn't work. Problem is much more complex: the code completion doesn't work on some unit, but in other yes (the most, fortunately). On the units where it works it works even after I rebuild or run the project, in other units it stops working. The oddest thing is that if from a unit where it works I move to a unit where it doesn't work, when I return to the unit where it worked... it doens't work anymore! (I have to delete che DCU file to make it work again). And on other projects it works perfectly on every unit. -
Code insight doesn't work with my main project on 10.3.3
Silver Black posted a topic in Delphi IDE and APIs
With my main and biggest project, Code Insight doen't work on 10.3.3. I discovered that deleting al .DCU files it starts working again... until next build or run! Then it just stops working. Does this happen to others? Any help would be appreciated. It worked like a charm until Delphi 2010 (I jumped from D2010 to 10.3). If I can't fix this I'm really planning to go back to the 2010 version, because I can't develop without code-insight (auto-completion, etc.), it seems to be back to the 90s... I'm really disappointed, EDIT: update: the issue is when I work on some units only!!! With the most of other project units it works! Very odd. -
Where is the Install command in the Project Manager of D10.3?
Silver Black replied to Silver Black's topic in VCL
Ok, solved: I needed to build a completely new bpl starting from the source code provided with 10.3.3, using this guide: https://stackoverflow.com/questions/34905926/where-is-tshelltreeview -
Where is the Install command in the Project Manager of D10.3?
Silver Black replied to Silver Black's topic in VCL
They always show up and they are checked. Quite weird... -
Where is the Install command in the Project Manager of D10.3?
Silver Black replied to Silver Black's topic in VCL
I get the Install, I build and install succesfully, but I can't see the components in the palette when I creare a new VCL project. Until Delphi 2010 I had no problem at all installing these components, now I really don't know what to do. -
Where is the Install command in the Project Manager of D10.3?
Silver Black replied to Silver Black's topic in VCL
It is already what I'm doing. All succesful, the components appears in the list of component (if I choose "Install component" I can see the list), but then I don't have the components in the tools palette! -
Where is the Install command in the Project Manager of D10.3?
Silver Black replied to Silver Black's topic in VCL
I must be blind, I can't see where these options are. In "Usage options" there is "Design and runtime" flagged, is this it?