-
Content Count
332 -
Joined
-
Last visited
-
Days Won
5
Everything posted by John Kouraklis
-
Role-Based Permissions packages or similar?
John Kouraklis replied to John Kouraklis's topic in Algorithms, Data Structures and Class Design
Which one is that? Do you mean the Security package? -
Unresponsive IDE and massive memory leaks with RIO
John Kouraklis replied to Stéphane Wierzbicki's topic in Delphi IDE and APIs
@Stéphane Wierzbicki I installed the not-alpha-IDEFixPack now 10.3 works smoothly. I'll keep using it for the next few days and report back -
Hi, can anyone help me with this? Where am I supposed to store my images on Android? I use the deployment manager to store them in "res\drawable-xxx" but my app does not find it. How do I access the folder from the binary file? I mean, would that be "res\drawable-xxx" or "..\res\drawable-xxx"? Thanks
-
@Dany Marmur I've got v.1.29.1 so the menus are a bit different. So I have this: So, how is that configuration being set up? VSC can not debug without a configuration
-
Is anyone getting something like that? I have disabled ErrorInsight and still get this behavious. Also, I have installed RFUnit but the experimental features are off
-
@David Hoyle No I did not clean the registry manually so this may be the reason. I am willing to try again so how do I identify the erroneous entries by 10.3? Just delete the keys below \20.0? I usually install apps using an undelete software but this time I totally forgot it so can't see what changes the installer does to my system
-
@Stéphane Wierzbicki Clean installation of 10.3 didn't solve my problem either Sad as I was looking forward to use the inline vars
-
Units design
John Kouraklis replied to Mike Torrettinni's topic in Algorithms, Data Structures and Class Design
What's wrong with adding many units in the uses clauses? I've got a big number of units that are very small in general. For example, the interface of one class is declared to a different unit than the implementation. The number of units may be big but the code is totally manageable. -
I am not familiar with VSC at all. I tried in the past to use it with OmniPascal but I can't configure it properly. So now I have installed OmniPascal and the editor can find the source files (i.e., when I click on a class it locates the code). How do I add a configuration for Delphi so I can run the app from inside VSC? And to clarify something...VSC is only for code editing. There is no visual elements right? Like form designer, etc.
-
Now that the moved the drop down menu with the desktop layouts in the title bar, how do I save my own layout? I can't find the buttons now😤🙂😤🙂
-
I hadn't touched 10.3 since my last post. I opened the IDE today and after a long period of non-responsiveness, the IDE started working correctly. I used it for 1 hour and then restarted the IDE and I am again where I was before. So, no I haven't managed to solve it. I, also, installed the Debug Tools for windows and configured the settings in Processor Explorer as @David Hoyle shows but the symbols do not resolve to function names. I've also checked the guides from Microsoft but I can't make it work either..... But the symbols are being cached on my hard drive Seems that 10.3 scared every app on my system
-
Yes..that panel with the layouts does not behave correctly. Sometimes, when I minimise the IDE, that panel stays on the screen
-
Haha...so it is a skill development exercise; and I thought it was anger management drill
-
Difference between Pred and -1
John Kouraklis replied to John Kouraklis's topic in RTL and Delphi Object Pascal
@KodeZwerg Thanks for the answer Yes I know about the use of Pred with other arguments. I was just wondering for that particular code snippet -
i will try to load the symbols but I am annoyed...don't get why I need to debug the IDE...
-
Ok, this is what the stack shows when I type in a character in code panel: In this phase, the IDE is not responding... Doesn't look very helpful, does it?
-
@David Hoyle You mean this app, right? https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer Is the call stack what appears in the bottom panel when I select the process?
-
It's amazing...I reinstalled Rio 3-4 times, cleaned registries, Windows and all that and when I open a project I press a key in the code and the CPU jumps to 60-70. After 2 mins, the IDE becomes responsive. It's impossible to work in that
-
@pyscripter Have you got any additional components installed apart from those that come with the IDE?
-
Where did the Step Out button in the toolbar go in 10.3?
John Kouraklis posted a topic in Delphi IDE and APIs
Hi, as the title says....I can't find the step out button to add to the toolbar -
Where did the Step Out button in the toolbar go in 10.3?
John Kouraklis replied to John Kouraklis's topic in Delphi IDE and APIs
Thank you -
Ohhh...under the theme button.....hmmmm....I think they cleaned the GUI too much 🙂🙂🙂🙂
-
Hi guys, I am trying to install 10.3 and I get an "Internal Server Error" when the installer launches the Platform select form. Anyone knows what might be wrong? Thanks
-
10.3 and Internal Server Error
John Kouraklis replied to John Kouraklis's topic in Delphi IDE and APIs
I just checked. The server is back on again -
10.3 and Internal Server Error
John Kouraklis replied to John Kouraklis's topic in Delphi IDE and APIs
Although the getit managaer failed I can open the IDE. It can't do anything but it loads. Would it be ok to use the GetIt from within IDE to complete the installation or I need to uninstall it and reinstall again?