

Lajos Juhász
Members-
Content Count
1050 -
Joined
-
Last visited
-
Days Won
14
Everything posted by Lajos Juhász
-
I read that, unfortunately I have no access to your working environment I can only confirm what's working at my side. I do not have D10.2.3 to test, tried with XE5 it's also working without a problem there.
-
Which Delphi version. I've never used TFDTable but tested successfully in D11 the code: ProjectsFDTable.Filter:='Category =' +QuotedStr('Tools'); ProjectsFDTable.Filtered:=true; It's working.
-
Of course you can parse the statements, however for a stored procedure call you must have a list of procedures that returns cursors.
-
Why??! (they've changed the way main menu works in the IDE).
Lajos Juhász posted a topic in Delphi IDE and APIs
@David Millington . I have only one question WHY!!!!!! I really like how the main menu in Windows works. You do an ALT+F opens the file menu and then select the submenu. That way should work every program. Now for some reason it's changed in the IDE. You have to press and release the ALT only then the main menu is selected. For years I am using Alt+F O to open files. Now the same sequence leads a letter o in the source (in case I have something selected that is overwritten). -
Why??! (they've changed the way main menu works in the IDE).
Lajos Juhász replied to Lajos Juhász's topic in Delphi IDE and APIs
Ok, the problem with menu shortcuts most probably is simply a conflict. I've docked Unit Dependency Analyzer. Now ALT+E instead of Edit in the main menu will activate the dependency analyzer (&Errors). -
In case of the FireDAC there is already OpenOrExecute.
-
1.) Create a new application. 2.) Set scaled false for the main form, set it's width to 100x100 3.) Run the application. Delphi will ignore the size of the from inside the DFM and will display the default 640x480 form. I cannot check the QP portal as I cannot log into. I admit this is a perfect tool to check whenever you have somewhere scaled false but also quite an interesting bug. Examine the DFM there is no With or Height for the form: object Form1: TForm1 Left = 0 Top = 0 Caption = 'Form1' ClientHeight = 61 ClientWidth = 84 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Segoe UI' Font.Style = [] Scaled = False OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 15 object Label1: TLabel Left = 33 Top = 43 Width = 34 Height = 15 Caption = 'Label1' end end Add those properties to the DFM and save it. Run the program the form is displayed correctly. Display the form again (Alt + F12) execute the application Width and Height are deleted from the DFM and again the form will ignore the ClientHeight/ClientWidth properties.
-
CharInSet revisited (again)
Lajos Juhász replied to pyscripter's topic in RTL and Delphi Object Pascal
The warning was introduced in D2009 as sets can only contain only ANSI characters not Unicode. CharInSet was introduced that you signal to the compiler that you're aware of the limitation and know what "you think you're doing" and how the compiler will handle the code. Of course they could handle the entire thing differently. -
Why??! (they've changed the way main menu works in the IDE).
Lajos Juhász replied to Lajos Juhász's topic in Delphi IDE and APIs
No, Yesterday a couple of time have had this problem. After I posted I didn't got it. -
This is the first search result on youtube.
-
Why??! (they've changed the way main menu works in the IDE).
Lajos Juhász replied to Lajos Juhász's topic in Delphi IDE and APIs
Now it's also working for me. I will have to try to find when it's not working. When I started this thread I was able to reproduce it multiple times. -
In older versions of windows this worked: h := FindWindow( nil,'Calculator') ; if h = 0 then WinExec('calc.exe', sw_ShowNormal) else ShowWindow(h, SW_SHOWNORMAL); Unfortunately on Windows 10 this doesn't work anymore. I can see that the application has 2 top-level windows unfortunately after ShowWindow, SetWindowPos or SetForegroundWindow the calculator application get focused on the taskbar and the "calculator" window turns into dark grey and doesn't get the focus. How should I adjust this code for Windows 10?
-
How to focus a window from another application?
Lajos Juhász replied to Lajos Juhász's topic in Windows API
On My System using reticle (https://chapmanworld.com/2018/10/04/custom-vcl-control-for-getting-window-handles-spy-style-reticle/) I get: Handle: 2952088 Class: Windows.UI.Core.CoreWindow Caption:Calculator Ancestor handle: 396212 Ancestor class: ApplicationFrameWindow Ancestor caption: Calculator I can focus Ancestor handle but it will not get the keyboard focus. In order to focus I have to do: ShowWindow(<Ancestor Handle>, SW_SHOWNORMAL ); SetForegroundWindow(<Ancestor Handle>); ShowWindow(<Handle>, SW_SHOWNORMAL ); Tomorrow I am going to try to find a way to get the handle of the Windows.UI.Core.CoreWindow didn't managed to get it using FindWindowEx. -
How to focus a window from another application?
Lajos Juhász replied to Lajos Juhász's topic in Windows API
The calculator. It's a kiosk type application and the user will have only one instance of calculator open at a time. -
How to focus a window from another application?
Lajos Juhász replied to Lajos Juhász's topic in Windows API
On my laptop doesn't work. Even cannot use directly FindWindow as it returns a window handle from the ApplicationFramHost.exe instead of the Calculator. Tried on Window handles from the calculator but the reasult is same as with ShowWindow or SetWindowPos. -
You've to find the last released ISO image before your subscription ended.
-
I am not going to work on that project in the near future. When I go back to that project most probably will have to find a way to improve high DPI and to report whatever anything I can make a simple test project.
-
I am still using 96DPI for designer. I also have problems with the ScalingFlags property. The VCL is changing it's value during the loading of the component from the DFM. I have to "lock" QuickReport to 96 in order to work correctly. On the other hand for some controls when rescaled for higher DPI the font changed but not the width so the data doesn't fit into the controls on higher DPI.
-
New Type ambiguity in Delphi 11?
Lajos Juhász replied to PeterPanettone's topic in RTL and Delphi Object Pascal
Should not be a problem, maybe I am just lucky and the uses in my project was "correct" already in 10.4.2 for me only change was the breaking changes in the interfaces that were incorrect prior to Delphi 11. -
Where is the Welcomepage directory in Delphi 11 Alexandria?
Lajos Juhász replied to PeterPanettone's topic in Delphi IDE and APIs
So far I have spent only a couple of days using Delphi 11 and the project I am rewriting using it is a very small one. A couple of times LSP have had trouble to catch up with changes, I almost made a test case for Embarcadero, however magically after five minutes the LSP managed to process the code. -
Where is the Welcomepage directory in Delphi 11 Alexandria?
Lajos Juhász replied to PeterPanettone's topic in Delphi IDE and APIs
I experienced that the mouse stopped responding after compile. In those cases after that I was able to compile using keyboard shortcuts but it did required to restart the IDE. -
Maybe they removed this option. For me it doesn't work even in Delphi 10.4.2 (worked in earlier versions of 10.4).
-
You can check: if VarIsNull(DBGrid1.Columns[1].Field.Value) then .... Usually it's null not empty string or: if DBGrid1.Columns[0].Field.AsString='' then
-
Are you using Delphi 11 with mainstream projects?
Lajos Juhász replied to Clément's topic in Delphi IDE and APIs
I've spent a day using the new IDE. The Access Violations while building the project group still there. What's new for me is that once I got an error that some component already exists and compiling stopped working. The plus side is that I was able to move some code base from D10.4.2 to D11 very easily. There was only a few data type changes in the methods in the RTL that required changes in my code. -
Delphi 11.0 Alexandria produces more compact x64 executables than 10.4.2 Sydney !
Lajos Juhász replied to A.M. Hoornweg's topic in Delphi IDE and APIs
Come on what about the way they've changed the high dpi support (it's almost working.).