Jump to content

Lars Fosdal

Administrators
  • Content Count

    3344
  • Joined

  • Last visited

  • Days Won

    111

Posts posted by Lars Fosdal


  1. Those are not hacks - but techniques.

     

    I try to avoid blocking the window thread when updating the contents, so I usually spin off queries and calculations in a biz.object.

     

    I have a TriggerContentUpdate method that fetches/checks that I have the params I need, sets up the thread and starts it.

    When the thread completes, it triggers a Window redraw which checks if there is data to update from in the biz object, otherwise painting a "No data" or "Processing..." message..

     

    TriggerContentUpdate can then be called from Form.AfterShow, or whenever the parameter data changes, or by timer for automated refresh.


  2. 3 hours ago, Juan C.Cilleruelo said:

     

    Try this: Matlab. 

    From what I read, the 32-bit version of Matlab has issues under W11ARM, while the 64-bit supposedly works.

    IMO - making a general statement that 32-bit and 64-bit intel apps doesn't work on ARM, is a far cry away from specifying some specific apps that don't work.

     

    • Like 1

  3. @Juan C.Cilleruelo

    I've run

    - RAD Studio (32-bit) and Windows apps (32 and 64-bit) made with it 

    - Visual Studio 17.4 (64-bit) and .NET apps made with it.

    - GitKraken (Electron)

    - VS Code (Electron)

    under Windows 11 for ARM in Parallells on my MacBook Pro M1.

     

    Windows 11 for ARM emulates x86 and x64 apps pretty darn good - there is no need to have a native ARM app.

    Considering my projects compiles faster in RAD Studio under Windows 11 for ARM in Parallells under MacOS, than on my one year old Lenovo P16 i7. I am not sure what went wrong for you.

    • Like 1
×