Jump to content

Vandrovnik

Members
  • Content Count

    570
  • Joined

  • Last visited

  • Days Won

    6

Vandrovnik last won the day on December 20 2022

Vandrovnik had the most liked content!

Community Reputation

217 Excellent

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Vandrovnik

    Recommended devices android testing

    Samsung offers a remote testing lab: https://developer.samsung.com/remote-test-lab
  2. I did not make speed tests, the speed will probably be almost the same, because of large file cache and fast NVME drives.
  3. Why? I use RAM drive as target for all .dcu files. After reboot, no .dcus exists -> no problems from old .dcus, .dcus compiled with another settings etc. And it also saves some SSD writes. (With HDDs, RAM drive was also significantly faster.)
  4. Vandrovnik

    Continually Losing Frames

    It did not happen to me in 12.2 (yet). In older versions, i just replaced <DesignClass>TFrame</DesignClass> with <FormType>dfm</FormType><DesignClass>TFrame</DesignClass> in .dproj file. T thought it was happening mostly after Delphi upgrade.
  5. Vandrovnik

    Printing to evolis printer

    Does it have Windows printer driver? If it does, you can probably print on it the same way you can print on common printers (for example, using Fastreport in Delphi).
  6. Vandrovnik

    Delphi 12.2 Toolbars strange behavior

    My futile fight with toolbars in Delphi started with Delphi X?? and continues to this day. But I found a solution: I turned off all toolbars and left only the palette on top 🙂(To be honest, I did not try to enable any of toolbars in Delphi 12.2, so I am not sure that problems persist.)
  7. foo(GetDouble) is expected error - you cannot pass function result to a procedure with var parameter.
  8. Vandrovnik

    Wrap texts in DBGrid

    You can draw whatever you want in OnDrawColumnCell but AFAIK, all rows must have the same height.
  9. I just did not test, whether it works O:-)
  10. Yes, it does (Delphi 12.2).
  11. What about a class procedure? type tTest = class(tObject) public class procedure MyFormShow(Sender: TObject); end; ... self.OnShow:=tTest.MyFormShow;
  12. Vandrovnik

    12.3 or 13/14 as next?

    There is .iso for 12.2.1.
  13. Vandrovnik

    Best internet components

    I have seen "REST Delphi built-in not an option", but tHTTPClient is not the same as REST, is it?
  14. Vandrovnik

    Best internet components

    What about https://docwiki.embarcadero.com/Libraries/Athens/en/System.Net.HttpClient.THTTPClient_Methods ?
×