Jump to content

Sherlock

Moderators
  • Content Count

    1209
  • Joined

  • Last visited

  • Days Won

    25

Posts posted by Sherlock


  1. Have you tried your code on Windows set to 150% or any other scale? You need to find out, what the DisplayMetrics are and react accordingly. I use something like this

      if TBehaviorServices.Current.SupportsBehaviorService(IDeviceBehavior,
        DeviceBehavior, Context) then
      begin
        DisplayMetrics := DeviceBehavior.GetDisplayMetrics(Context);
        Scale := DisplayMetrics.ScreenScale;
        ppi := DisplayMetrics.PixelsPerInch;
      end
      else
        ShowMessage('Help?!');

     

    • Like 1

  2. I'm afraid that is a waste of time. It's not just the SDK that is needed here. Code signing by a specific XCode release is checked by Apple as well.

    • Like 1

  3. Microsoft used to offer outdated OSes such as XP in virtual machines to test websites on different IE versions. Seems these VMs are gone though...you could try archive.org however.


  4. I would suggest to look up TryStrToInt. But that is just the beginning. What happens if you add 1 to 999.9999? Are there rules for those grouping dots? If the dots are always at the same place you could remove them before conversion and put them back in after your math and reconversion to string.


  5. On 5/26/2022 at 10:51 AM, Roger Cigol said:

    or is the TEdit bound to the data source by LiveBindings ? (Right click on the TEdit and select BindVisually....)

    Side note: Considering the DBEdit in question is the 85th of its kind, and remembering the low scalability of LiveBindings I find that highly improbable.

     


  6. Seriously, at this time all alarm bells should be going off, when entering the MIDA Converter site: No Certificate, no Imprint, last forum entry was April 2019. This is no place to buy anything from right now. Try to get your bank to cancel the money transfer.


  7. 11 hours ago, Vincent Parrett said:

    Agreed, however you don't have to answer all of those.. most have a prefer not to say option. I really don't know why they need to ask about my sexuality etc 🙄 

    My guess is, next year they'll ask about sex in the workplace and need to set up possible combinations...

    But joking aside I participated in the survey too. :classic_cheerleader:


  8. 1 hour ago, Lajos Juhász said:

     

    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).

    Well... Google has a tendency to scrap even well used projects out of the blue. And just because something is being developed by Google doesn't make it a great thing...I feel quite contrarily, but maybe I just hate ads a bit more than others.

×