Jump to content

Lajos Juhász

Members
  • Content Count

    828
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Lajos Juhász

  1. Lajos Juhász

    DBGrid sort descending on Column Title Click

    In that case you use the AddIndex merhod. For more information: https://docwiki.embarcadero.com/Libraries/Sydney/en/Datasnap.DBClient.TCustomClientDataSet.AddIndex here you can find a helper procedure https://edn.embarcadero.com/article/29056 to sort.
  2. Lajos Juhász

    TDataModule OnDestroy event never triggered?

    It's a bit different when the form is destroyed while application is running and when the application is closed / terminated. (The OS should/will clean up anything that is not freed by application.)
  3. Lajos Juhász

    Button clicked

    You have to set a flag inside the button3 onclick event handler. Later when needed you can check that flag and reset it.
  4. Lajos Juhász

    F2084 Internal Error: D33566

    Of course I don't have. I am a Delphi developer.
  5. You can upload a zip file with a project and or a txt file with the description that will be not altered by the site.
  6. Lajos Juhász

    Parallels on MacOS, Designer problems

    Since the per-monitor dpi (v1) was introduced in Win 8.1 there should programs also work.
  7. Lajos Juhász

    SynEdit changed with Delphi upgrade ?

    SynEdit is not part of the Delphi so it's hardly changed with Delphi upgrade.
  8. Lajos Juhász

    MIT researchers uncover ‘unpatchable’ flaw in Apple M1 chips

    Maybe you have an unpatched M1 chip. Working fine here in Chrome, Firefox and Edge.
  9. Lajos Juhász

    Delphi 11.1 - High DPI

    Please send me a copy of D11.1 that works fine. I did my best to support highDPI unfortunately I see no way to do that with D11.1 maybe in D14 will work.
  10. Lajos Juhász

    $Variable for Styles directory?

    You can try $(BDSCOMMONDIR)\styles or $(BDSUSERDIR)\styles
  11. Lajos Juhász

    Do you need an ARM64 compiler for Windows?

    Of course there is. It's true that the public roadmap is a bit old. However the company thinks that it's not important to inform us when we can expect a release or on what they're working now.
  12. Lajos Juhász

    Partial Serial Number Verification System in Firemonkey

    In VCL most probably you had turned off Range check and in FMX left it on.
  13. Lajos Juhász

    pageControl

    In D11 you should check out also TCardPanel its made to replace that hack with TPageControl. Be aware it's not perfect yet will take a couple of versions to remove the bugs.
  14. I've downloaded the source. There the data structure is not good for this task. I don't know when will have the time to write some example how would I desing it. This weekend is/was busy for me.
  15. Lajos Juhász

    Data source name not found and no default driver specified.

    The text on the image that you've attached is not readable. As far as I can see you're using ODBC connection that is not configured on that PC. Be aware that windows have a 32 bit and 64 bit version of the ODBC Data Source Administrator and you have to create the data source in the one that matches your application. A 32 bit application cannot connect to 64 bit data source.
  16. Lajos Juhász

    Tab key in the IDE

    Turn on smart tab.
  17. Lajos Juhász

    Keep func/proc declaration in sync with implementation

    You should write which version of the Delphi you're using. For methods you can use Sync prototypes with the shortcut Shift+Ctrl+Alt+P. https://docwiki.embarcadero.com/RADStudio/Sydney/en/Code_Editor#:~:text=The Sync Prototypes feature is,name or the function modifiers.
  18. First you should share your data structure then we can start to discuss how to implement those rules.
  19. Lajos Juhász

    F2084 Internal Error: D33566

    Now I get the same error while trying to debug Synedit 2. Just change something in source for SynEditDR.dproj to trigger compile as Break point stopped working and got an internal error.
  20. Lajos Juhász

    F2084 Internal Error: D33566

    Unfortunately that doesn't help for a VCL bpl. I have another common internal error: [dcc32 Fatal Error] core.dpk(358): F2084 Internal Error: AV11A8360D(11A60000)-R00FC101E-0 For this it was enough to add a period after the unit name: unit csv.; Try Compile the package (compilation failed as it should be), remove the period and when I tried to compile it I got this error. Of course I cannot reproduce this with a "hello world package".
  21. Lajos Juhász

    ANN: Skia4Delphi v3.4.0

    A basic debugging or search in source code would be enough to find an answer. The application was unable to load the skia library - sk4d.dll.
  22. You can use https://docs.microsoft.com/en-us/windows/win32/fileio/obtaining-directory-change-notifications.
  23. Lajos Juhász

    ANN: Skia4Delphi v3.4.0

    Unlike fmx Skia is developed by Google. They have more resources and ..... (I cannot write here that unlike Embarcadero most probably they will keep it stable).
  24. Lajos Juhász

    Getting PID of winword.exe based on filename

    No. With two opened documents task manager show a single PID.
  25. Lajos Juhász

    how to go to a specific time in a video

    Google thinks you should use the Position property. https://docwiki.embarcadero.com/Libraries/Sydney/en/Vcl.MPlayer.TMediaPlayer.Position
×