

Didier Cabalé
Members-
Content Count
14 -
Joined
-
Last visited
Community Reputation
3 Neutral-
"Key Bindings" disabled not working?
Didier Cabalé replied to Didier Cabalé's topic in MMX Code Explorer
Considering the absence of answer to the above as a sign of acceptance, I reported this issue to support@mmx-delphi.de -
[Delphi 10.4.2; MMX 15.0.30.2400] Hi there, I wondered what was the purpose of the "Enable Key Bindings" checkbox. If it is, as I understand, for disabling the registered "Key Bindings" defined in the list above, then it does not work for me. Eg: although disabled ("Enable Key Bindings" unchecked), I can open Uses search form by typing ctrl+U. This is quite annoying, because newer Delphi IDE plugins (like Parnassus Bookmarks) conflicts with MMX key shortcuts - or "key bindings" (eg: ctrl+shift+B), and it would be useful to temporary disable MMX key bindings, and watch how the other is behaving. Other solution would be to change the shortcut value, but must be considered as an unfair workaround. Thanks for your help.
-
"Member Search bar" click resets the context where you expect the search must be applied
Didier Cabalé replied to Didier Cabalé's topic in MMX Code Explorer
1. Anyway, I have presented my point of view. 2. Thanks for your reply -
"Member Search bar" click resets the context where you expect the search must be applied
Didier Cabalé replied to Didier Cabalé's topic in MMX Code Explorer
Indeed, the thing does what he says.. -> it's not a bug. But please consider this point: entering in the "Member Search bar" edit box currently deselects the filtering done by the object top pane selection. 1. this is not logical, unless you select first the Module in the top pane. 2. it would be nice to be able to "member search" the members within a selected object. I hope you understand this point. -
"Member Search bar" click resets the context where you expect the search must be applied
Didier Cabalé posted a topic in MMX Code Explorer
Hi there, please follow these steps: 1. in MMX code explorer, select one of your object 2. state that the members of this object are listed in the pane below. Ok. 3. click on the "Member Search bar" edit control 4. state that the search will be applied to all the current module, whereas I would have expect it applies only to the object selected in 1. Wouldn't you have expect the same as me? -
class wrongly placed, when added in the context of a Console application
Didier Cabalé posted a topic in MMX Code Explorer
Hi there, here are the steps that lead to the problem: 1. from the IDE, create a "console application" 2. from MMX code explorer, click on the "Add Class" button, and add the proposed class 3. state the class is added at the wrong place in the IDE editor (cf attached picture) -
I finally get it work, without any changes in the GetIt http ServiceURL (remains https://getit-104.embarcadero.com), following what is told in the above link, and probably also by doing what told at chapter "Enable TLS 1.1 and 1.2 on Windows 7 at the SChannel component level" from Update to enable TLS 1.1 and TLS 1.2 as default secure protocols in WinHTTP in Windows (microsoft.com). ..and here is the result When one want to stay with Windows7, one need to fight
-
Now, I have a list (things are improving).. but the problem is now that not all the packages are presented (143/338). Eg: none of the "IDE Plugins" category are present.
-
I probably should follow This link, but it's what I already did.. -> 🤔
-
[using Delphi 10.4 update1 + Windows7 on VirtualBox] Further interesting test (always with HKEY_CURRENT_USER\Software\Embarcadero\BDS\21.0\CatalogRepository ServiceUrl = https://getitnow.embarcadero.com): GetItCmd -l= -f=all returns this => "Cannot load data from the server: Error sending data: (12175) A security error occurred" Note the other test below
-
[using Delphi 10.4 update1 + Windows7 on VirtualBox] hmm.. even pointing to https://getitnow.embarcadero.com, and having applied kb3140245 Windows Update, it is still not working. Any clues? PS: I know that Windows7 is not officially supported by Delphi 10.4. Though, this problem was not existing in the same environment (Delphi +Windows7), some months ago.
-
Error on loading data from the server getit-104.embarcadero.com
Didier Cabalé replied to Didier Cabalé's topic in Delphi IDE and APIs
1. Thanks Remy 2. Sorry, I missed the search leading to your reply -
Error on loading data from the server getit-104.embarcadero.com
Didier Cabalé posted a topic in Delphi IDE and APIs
[using Delphi 10.4 update1 + Windows7 on VirtualBox] Preamble: I know that Windows7 is not officially supported by Delphi 10.4. Though, the below problem was not existing in the same environment (Delphi +Windows7), some months ago. Steps to reproduce: 1. open Delphi 10.4 update1 2. from the IDE, open GetIt package Manager 3. state that "the Embarcadero GetIt server could not be reached", "Error on loading data from the server getit-104.embarcadero.com" Note that: 1. the Embarcadero GetIt server could currently be pinged. 2. the Embarcadero GetIt server could be accessible previously (some months ago) My questions are: 1. Has something been changed on the Embarcadero server side? 2. Can someone state the same issue, in the same conditions?