rudy999
Members-
Content Count
46 -
Joined
-
Last visited
Everything posted by rudy999
-
Is there a keystroke that re invokes Delphi keymapping versus add on?
rudy999 posted a topic in Delphi IDE and APIs
I have installed the CNPack and use it mainly for the code formatter. I have found recently in Delphi 12.2 that after a period of time the Ctrl+W which is the default code formatter key map for the CNPack switches BACK to the Ctrl-W for Delphi IDE key mapping (a text selection tool). I end up changing the key map for the CNPack formatter. I had been using Ctrl+W and CNPack for years with out an issue. I am thinking that a certain key stroke sequence I am doing while coding causes this, but do not really know what is causing this. **Any body else experiencing this behaviour? --- Is there a key stroke sequence that can command the IDE to 'reset' to IDE tools options keymappings? Un installing and re installing CNPack does not necessarily bring the key map back to CNPack. Thanks in advance -
Is there a keystroke that re invokes Delphi keymapping versus add on?
rudy999 replied to rudy999's topic in Delphi IDE and APIs
I have concluded I am going to live with this behaviour, as at least it is identified. In regards to the registry locations - there are references to the 'Enhancement' modules and they continue to appear there even when they do not appear in the key mappings list of the IDE. The problematic project will not always be edited... At one point I will recreate the project and move the files to the new project to see if the issue goes away or travels. -
Is there a keystroke that re invokes Delphi keymapping versus add on?
rudy999 replied to rudy999's topic in Delphi IDE and APIs
It is one project that when I open it do the keymappings disappear. I need to close RAD Studio and open it again to get them back and as long as I do not open 'that project' - the keymappings stick. The only other information I can provide is that the project is an HTTP SYS intraweb project that required the IDE to 'run as admin' in order to run the application from the IDE (testing and debug etc.) -
Is there a keystroke that re invokes Delphi keymapping versus add on?
rudy999 replied to rudy999's topic in Delphi IDE and APIs
OK - I see something strange that could explain it. The keymapping screen shot I supplied is with no Project open. When I open the project that I noticed this issue - the keymapping is DIFFERENT. There are not extension keymapping listed... The last three from the screen shot are not listed.. That probably explains it but how is this possible... TIA for any suggestions -
Is there a keystroke that re invokes Delphi keymapping versus add on?
rudy999 replied to rudy999's topic in Delphi IDE and APIs
-
I am not sure if I am reporting the exact same issue but I can report that 12.2 IDE freezes -specifically after CLOSING a project. The project appears to close but the UI is unresponsive, and that is what Task Manager reports. I do have a lot of 3rd party components. Today I UN Installed Delphi 12.2 and re installed, and it started happening again. *ALSO -as a side effect - the project .dproj files are getting corrupt upon saving - maybe in the middle of saving and then IDE freeze
-
Regarding: "Looking at the 23.0\bin folder - folder structure folders and files are there but NOT bds.exe " With help from Embarcadero Technical Support I was able to get the installation going with success. A complete un install lead me to the conclusion that something I did in the past created an issue. I installed in another login user admin profile with no issues and then could use 12.1 in my 'normal' login profile.
-
I just have Windows 11 Virus and Threat protection - and no warning or message from that system?
-
OK, I am able to attempt to install now, but back to the original error where installation continues and 'registering entries' and copying files to ..\Embarcadero\Studio\23.0 but fails to install bds.exe. Looking at the 23.0\bin folder - folder structure folders and files are there but NOT bds.exe?! I see bds.* files but not that one... Any help is appreciated
-
"A Previous Version of RAD Studio 12 was found on your system" - How can I thoroughly clean up file(s) or registry setting to get past this? "The previous version is not removed. Unable to continue" TIA
-
I tried to install the web installer and it said that it could not find BDS.EXE. Then I tried to completely un-install, and now an install attempt says "The previous version is not removed. Unable to continue" Am I screwed? I can not install the original 12.0 web install either -same message. Would the ISO image be the next step? TIA
-
help needed -ICS v8 in Delphi11 vs ICS v9 on Delphi12
rudy999 posted a topic in ICS - Internet Component Suite
I have an application that sends emails via outlook office 365. The application uses the Overbyte components sslsmtpclient, sslcontect, icsrestemail and was developed in Delphi 11 on Windows 10 (ICS v8), and the co ordination to obtain 'tokens' etc with a web page initially popping up to log in to MS and verify the user continues to work. With the release of Delphi 12 last year I am using ICS v9. The application behaves the same on an initial email send attempt to obtain tokens and authorize against the microsoft outlook com user, HOWEVER the web page login now 'redirects' to a GITHUB LOGIN to get to microsoft... THIS IS different than ICS v8 application. I have a GITHUB account but my users DO NOT.. (and do not need one) It has been over 1 year since I developed the Delphi 11 ICS v8 application - is there some low level source code settings that I need to modify 'not' to use GITHUB or a setting in one of the components I am missing? Thanks in advance all - PS Happy New Year!- 4 replies
-
- sslsmtpclient
- sslcontext
-
(and 1 more)
Tagged with:
-
help needed -ICS v8 in Delphi11 vs ICS v9 on Delphi12
rudy999 replied to rudy999's topic in ICS - Internet Component Suite
I changed the setting from consumers to common - I think it may work- 4 replies
-
- sslsmtpclient
- sslcontext
-
(and 1 more)
Tagged with:
-
help needed -ICS v8 in Delphi11 vs ICS v9 on Delphi12
rudy999 replied to rudy999's topic in ICS - Internet Component Suite
what are the options - I see that this is a new entry - at the moment it says consumers. Can I leave it blank? tia😮- 4 replies
-
- sslsmtpclient
- sslcontext
-
(and 1 more)
Tagged with:
-
I have a question in regards to the new SKI support. When I 'enabled' SKIA in the IDE there was no noticeable change to the project or settings that I found. I could 'disable' it on the IDE as well. What I finally noticed was in the executable folder there was now a sk4d.dll. If I move the file out of that directory the application still ran. (I was expecting some sort of load error (?)).. My question- so even though the application is self contained otherwise - the 32 bit or 64 bit sk4d.dll file needs now to be deployed also? Thanks in advance
-
sk4d.dll Delphi 12 when app becomes 'SKIA' enabled question
rudy999 replied to rudy999's topic in General Help
Yes my experience is with a VCL application.. -
sk4d.dll Delphi 12 when app becomes 'SKIA' enabled question
rudy999 replied to rudy999's topic in General Help
Yes- on my clean VM, when trying to start a test app with no dll - Runtime error 217 with dll- working so - the appropriate dll needs to be deployed -
sk4d.dll Delphi 12 when app becomes 'SKIA' enabled question
rudy999 replied to rudy999's topic in General Help
ok, I think I know what may be happening. I cannot test on the application I am working on but can test it on a test app. --I 'enabled' SKIA via the IDE but that was all. I have no SKIA components in use. So I think that is why the app ran with or without the dll. If I drop a skia component then I expect errors,, -
sk4d.dll Delphi 12 when app becomes 'SKIA' enabled question
rudy999 replied to rudy999's topic in General Help
I just ran it on a VM Windows 10 without Dephi 12 installed and just the exe and not the sk4d.dll file. --It still ran.... -
Delphi (11.2) IDE stops after "All design time packages loaded", but works in admin mode
rudy999 posted a topic in Delphi IDE and APIs
Delphi was behaving fine in regards to startup until recently, when the IDE 'freezes' upon startup, after loading all design time packages. The splash screen shows the added component packages loading, and then nothing. If I set BDS.exe to run as admin it opens as before. There must be(maybe?) a file somewhere that a security setting has changed (maybe I did without knowing in a previous IDE session). I have re-installed some of the components, with no change. I do not plan to re install Delphi - I will wait for 11.3... Any suggestions or feedback is appreciated. -
Delphi (11.2) IDE stops after "All design time packages loaded", but works in admin mode
rudy999 replied to rudy999's topic in Delphi IDE and APIs
" Is there a Nexus db connected component in one of the apps of yours, which is active at design-time, but which db cannot be reached from your PC? " < The issue should not be with an app since no project is loaded on start up. If the IDE is running the nexus components are not design-time active. This is strange indeed. -I have another PC where I run new releases of Delphi as a test before going to my dev PC. The IDE has nexus installed and run non-admin mode just fine. -
Delphi (11.2) IDE stops after "All design time packages loaded", but works in admin mode
rudy999 replied to rudy999's topic in Delphi IDE and APIs
More Info 1. I identified the VCL component install that is involved in the IDE freeze on start up. --I did an uninstall (complete as far as I know) of 11.3 and re-installed Delphi. I then started to re-install the 3rd party components. The issue is involved with the installation of the NexusDB component (4.700 or 4.701 - I did not try to install earlier vns) There is the Design time BPL that if 'checked' in the component palette will cause the freeze upon start up, or if removed and the IDE is started in non-admin ok and that BPL is added - the IDE is ok until I try to close and the the IDE freezes.!! 2. I have another PC for test installs of software and Delphi 11.3 and the Nexus component works just fine in non-admin mode. ??? regards all -
Delphi (11.2) IDE stops after "All design time packages loaded", but works in admin mode
rudy999 replied to rudy999's topic in Delphi IDE and APIs
Thanks for some information - more information on my situation - If I login as another user and start Delphi 'normally' it is ok... user registry... rgds -
A 'legacy' environment - with 'old...' applications running on Windows Server 2000. I have a support application running on the same server that was developed in earlier versions of Delphi and lastly compiled in Delphi 10.4.2. I recently compiled the same app in Delphi 11 - win32 and tried to run that app om W2000. 'not a valid win32 application'. Just to test and verify that it is Delphi 11 and not the app--- I created a test VCL app with a FORM and no manifest or other 'newer' project options enabled and tried to run that on w2000. - same message. (*Just Curious and want to learn*) - I know W2000 is no longer a valid o/s to work with (maybe now that win32 apps would not work on XP!). QUESTION - what internal new 'feature' in Delphi 11 causes the compilation to create a win32 app exe in the file that is not recognized now? -the answer may be in a Delphi 11 release note ? Thanks in advance
-
Delphi 11.2 - TTreeview issue not in debug but release mode - Node.HasAsParent(myParentNode) myParentNode
rudy999 posted a topic in VCL
I do not use the ttreeview alot. I recently started to use it and while the application was in DEBUG mode there were no issues. No changes or ifdefs in code but simply changing to release - and it does not work! Delphi 11.2 with latest patches. example code snippet: calling: TfrmMain.ttreeViewChange(Sender: TObject; Node: TTreeNode); //.... if Node.HasAsParent(myParentNode) then begin myParentNode := Node.Parent; strParentText := myParentNode.Text; end; when in DEBUG = strParentText string has a value (which I use to compare and branch later in the code) when in RELEASE = strParentText is empty... Has anyone seen this before? I am do more tests and my plan is to make a dedicated pre populated treeview to test against. (and send to Embarcadero) Thanks in advance