FredS
Members-
Content Count
418 -
Joined
-
Last visited
-
Days Won
4
Everything posted by FredS
-
How to focus a window from another application?
FredS replied to Lajos Juhรกsz's topic in Windows API
This works for me, even switches desktops if you have more that one: BringWindowToTop(FindWindow( nil,'Calculator')); EDIT: the desktop switching is a bit flaky though.. -
Where is the Welcomepage directory in Delphi 11 Alexandria?
FredS replied to PeterPanettone's topic in Delphi IDE and APIs
I think you forgot the sarcasm tag ๐ -
DDevExtensions with: TDataModule.PixelsPerInch property remover
FredS posted a topic in Delphi Third-Party
New branch: https://github.com/fschetterer/DDevExtensions/tree/RemoveDMPixelsPerInch Makes it easier to share code with older versions of Delphi. Although it works fine here it could use some testing before I add a pull request. -
You can't really expect a new feature like that to be implemented in under 3 years.. /s
-
I canceled out of that when it came up, was early during my beta testing the release version ๐ After the 'What's New' page became available I saw some bragging about implementing such a 'feature' but it all felt wrong. First it asked to install Abbrevia and Lockbox which where already installed but NOT by Getit, then why on earth add Getit to my package.. Anyhow, only so many RSPs one wants to file in a day..
-
wuppdi Welcome Page for Delphi 11 Alexandria?
FredS replied to PeterPanettone's topic in Delphi IDE and APIs
Just uninstalled all LiveBindings: -
wuppdi Welcome Page for Delphi 11 Alexandria?
FredS replied to PeterPanettone's topic in Delphi IDE and APIs
Welcome is the first thing I remove, followed by Refactoring and Live Binding.. sure seems to make the rest a lot more lightweight.. -
They most likely have justified abandonment issues..
-
Delphi 11 Windows XP compatibility tweak
FredS replied to mitzi's topic in RTL and Delphi Object Pascal
The VMware slogan was: Run XP forever.. -
Delphi 11 Windows XP compatibility tweak
FredS replied to mitzi's topic in RTL and Delphi Object Pascal
Yup, I have one running but don't expect newer versions of Delphi to be practical for any updates to that code.. -
I checked Berlin and Rio both work with 15_0_45_2476..
-
15_0_45_2476 gives me an exception in Delphi 11 on Windows 7: Attempting show 'Code Explorer' gave me an error and then this while clicking 'OK' to rebuild the index. In Sydney the 'Code Explorer' is docked but same error rebuilding the index with the form open, rebuilding is fine using the refresh button. Both required killing the process to get out of loop. 15.0.37 works in Sydney CodeSite Express, MadExcept and DevEx are installed [76C2C5AF]{KERNELBASE.dll} RaiseException + $58 [50CCCF17]{vcl280.bpl } Vcl.Controls.DoControlMsg (Line 10648, "Vcl.Controls.pas" + 12) + $11 [50CCD9BB]{vcl280.bpl } Vcl.Controls.TWinControl.WMCommand (Line 10925, "Vcl.Controls.pas" + 1) + $5 [50E06D4D]{vcl280.bpl } Vcl.Forms.TCustomForm.WMCommand (Line 6915, "Vcl.Forms.pas" + 6) + $4 [50CC7CCA]{vcl280.bpl } Vcl.Controls.TControl.WndProc (Line 7544, "Vcl.Controls.pas" + 91) + $6 [5006076C]{rtl280.bpl } System.TMonitor.Destroy (Line 19558, "System.pas" + 0) + $0 [50064774]{rtl280.bpl } System.@FinalizeRecord (Line 32815, "System.pas" + 76) + $2 [50CC86E2]{vcl280.bpl } Vcl.Controls.TControl.WMLButtonUp (Line 7801, "Vcl.Controls.pas" + 9) + $6 [50CA814D]{vcl280.bpl } Vcl.Graphics.FreeMemoryContexts (Line 7288, "Vcl.Graphics.pas" + 12) + $8 [17351E55]{mmx_bds22.dll} SysInit.@_delayLoadHelper2 + $2A5 [17352809]{mmx_bds22.dll} Winapi.Windows.user32.dll + $5 [17371CFE]{mmx_bds22.dll} FormStates.TFormState.UpdateHighDPI (Line 491, "FormStates.pas" + 4) + $8 [1737184E]{mmx_bds22.dll} FormStates.TFormState.SaveState (Line 404, "FormStates.pas" + 1) + $4 [5005A388]{rtl280.bpl } System.@FreeMem (Line 4976, "System.pas" + 20) + $0 [5006206C]{rtl280.bpl } System.@UStrClr (Line 25872, "System.pas" + 14) + $0 [17371F62]{mmx_bds22.dll} FormStates.TFormStateStore.AssureFormState (Line 555, "FormStates.pas" + 8) + $10 [1737245A]{mmx_bds22.dll} FormStates.TFormStateStore.SaveFormState (Line 669, "FormStates.pas" + 2) + $E [175C9388]{mmx_bds22.dll} SrcIndexerOptsFrm.TSourceIndexerOptionsForm.FormClose (Line 197, "SrcIndexerOptsFrm.pas" + 1) + $9 [50E02967]{vcl280.bpl } Vcl.Forms.TCustomForm.DoClose (Line 4523, "Vcl.Forms.pas" + 1) + $16 [50E082AF]{vcl280.bpl } Vcl.Forms.TCustomForm.CloseModal (Line 7711, "Vcl.Forms.pas" + 6) + $A [50E08A03]{vcl280.bpl } Vcl.Forms.TCustomForm.ShowModal (Line 7974, "Vcl.Forms.pas" + 52) + $F [50E08B78]{vcl280.bpl } Vcl.Forms.TCustomForm.ShowModal (Line 8004, "Vcl.Forms.pas" + 82) + $13 [175C9243]{mmx_bds22.dll} SrcIndexerOptsFrm.TSourceIndexerOptionsForm.Execute (Line 173, "SrcIndexerOptsFrm.pas" + 8) + $5 [17531253]{mmx_bds22.dll} SourceIndexerServices.IndexerServices (Line 139, "SourceIndexerServices.pas" + 3) + $8 [175CBD4F]{mmx_bds22.dll} MMX.SourceIndexer.Frame.TSourceIndexerFrame.OptionsActionExecute (Line 550, "MMX.SourceIndexer.Frame.pas" + 8) + $23 [501733CF]{rtl280.bpl } System.Classes.TBasicAction.Execute (Line 17813, "System.Classes.pas" + 3) + $7 [50CAF9B2]{vcl280.bpl } Vcl.ActnList.TCustomAction.Execute (Line 284, "Vcl.ActnList.pas" + 19) + $35 [50173223]{rtl280.bpl } System.Classes.TBasicActionLink.Execute (Line 17724, "System.Classes.pas" + 2) + $7 [50CC820C]{vcl280.bpl } Vcl.Controls.TControl.Click (Line 7658, "Vcl.Controls.pas" + 7) + $7 [50D50550]{vcl280.bpl } Vcl.ComCtrls.TToolButton.Click (Line 22464, "Vcl.ComCtrls.pas" + 0) + $0 [50CC86D7]{vcl280.bpl } Vcl.Controls.TControl.WMLButtonUp (Line 7799, "Vcl.Controls.pas" + 7) + $6 [50CC7CCA]{vcl280.bpl } Vcl.Controls.TControl.WndProc (Line 7544, "Vcl.Controls.pas" + 91) + $6 [50093C27]{rtl280.bpl } System.SysUtils.AnsiCompareText (Line 7195, "System.SysUtils.pas" + 1) + $2F [5006076C]{rtl280.bpl } System.TMonitor.Destroy (Line 19558, "System.pas" + 0) + $0 [50064774]{rtl280.bpl } System.@FinalizeRecord (Line 32815, "System.pas" + 76) + $2 [50DCDE51]{vcl280.bpl } Vcl.Themes.TStyleManager.GetStyle (Line 5789, "Vcl.Themes.pas" + 7) + $D [50061544]{rtl280.bpl } System.@TryFinallyExit (Line 23404, "System.pas" + 8) + $0 [50CC7900]{vcl280.bpl } Vcl.Controls.TControl.Perform (Line 7322, "Vcl.Controls.pas" + 10) + $8 [50CCC435]{vcl280.bpl } Vcl.Controls.GetControlAtPos (Line 10291, "Vcl.Controls.pas" + 2) + $78 [50CCC506]{vcl280.bpl } Vcl.Controls.InternalControlAtPos (Line 10315, "Vcl.Controls.pas" + 15) + $E [50D658DE]{vcl280.bpl } Vcl.ComCtrls.TToolBarStyleHook.WndProc (Line 34293, "Vcl.ComCtrls.pas" + 6) + $4 [50DD15DE]{vcl280.bpl } Vcl.Themes.TStyleHook.HandleMessage (Line 7389, "Vcl.Themes.pas" + 20) + $6 [50CC7900]{vcl280.bpl } Vcl.Controls.TControl.Perform (Line 7322, "Vcl.Controls.pas" + 10) + $8 [50CCC5EC]{vcl280.bpl } Vcl.Controls.TWinControl.IsControlMouseMsg (Line 10344, "Vcl.Controls.pas" + 15) + $29 [50CCCC02]{vcl280.bpl } Vcl.Controls.TWinControl.WndProc (Line 10521, "Vcl.Controls.pas" + 112) + $6 [50D52A41]{vcl280.bpl } Vcl.ComCtrls.TToolBar.UpdateButtonState (Line 23818, "Vcl.ComCtrls.pas" + 11) + $27 [50D52A82]{vcl280.bpl } Vcl.ComCtrls.TToolBar.UpdateButtonStates (Line 23829, "Vcl.ComCtrls.pas" + 3) + $4 [50D556EE]{vcl280.bpl } Vcl.ComCtrls.TToolBar.WndProc (Line 25450, "Vcl.ComCtrls.pas" + 104) + $6 [50CCC338]{vcl280.bpl } Vcl.Controls.TWinControl.MainWndProc (Line 10267, "Vcl.Controls.pas" + 3) + $6 [50174200]{rtl280.bpl } System.Classes.StdWndProc (Line 18318, "System.Classes.pas" + 8) + $0 [50E0D68F]{vcl280.bpl } Vcl.Forms.TApplication.ProcessMessage (Line 11317, "Vcl.Forms.pas" + 23) + $1 [50E0D6D2]{vcl280.bpl } Vcl.Forms.TApplication.HandleMessage (Line 11347, "Vcl.Forms.pas" + 1) + $4 [50E0DA11]{vcl280.bpl } Vcl.Forms.TApplication.Run (Line 11486, "Vcl.Forms.pas" + 27) + $3 [004F6F82]{bds.exe } bds.bds (Line 227, "" + 16) + $2
-
Similar using Windows 7 and 15_0_45_2476 while 15.0.37 works.. Just in the process of repeating that install to track down that issue which also broke Sydney as well as Alex..
-
Not sure what you wrote but I had to pick the license without the Mobile add-on for it to work.. in Windows 7 that is..
-
I started that way, now its the opposite ๐
-
Where there changes in Record Helper? Nothing compiles for me.. but I still can't get to DocuWiki and the help 'What's new' seems all 10.4 stuff..
-
That might require a 'new feature' request ๐
-
Try clicking 'Advanced' then select the active license..
-
Anon function with undefined result yields no warning
FredS replied to Lars Fosdal's topic in RTL and Delphi Object Pascal
Can't expect 'em to implement a new feature in under 5 years now.. -
upcoming language enhancements?
FredS replied to David Schwartz's topic in RTL and Delphi Object Pascal
So are Roadmaps ๐ -
upcoming language enhancements?
FredS replied to David Schwartz's topic in RTL and Delphi Object Pascal
Please, has been announced since around Godzilla.. -
With info in the MAP file for that build.
-
releasing memory after compile in Delphi 10.4.2
FredS replied to Dave Novo's topic in Delphi IDE and APIs
ANN:DDevExtensions is now on GitHub -
virtualization VMWare Workstation PRO vs MS Hyper-V
FredS replied to Drewsky's topic in Delphi IDE and APIs
One of the options besides adding already plugged in ones was to alert when you plug one in but I didn't test it. Use local resources on Hyper-V virtual machine with VMConnect