Jump to content

BennieC

Members
  • Content Count

    30
  • Joined

  • Last visited

Everything posted by BennieC

  1. BennieC

    Transferring TBitmap to Python and back

    Thanks Shine, managed to get your sample to work. Now for my own stuff
  2. Hi, in order to get familiar with Python4Delphi I carefully implemented all the examples presented in the webinar, and they all worked. However, now I tried to rerun them they have the following errors 1. Error reading SynPython1.Options.AutoDetectEnabled: property Options.AutoDetectEnabled does not exist This I managed to fix by deleting the component and re-implementing it (At least I think I fixed it) 2. The second problem prevents running anything Exception EReadError in module prjP4D_BasicSetup_VCL.exe at 000000000010B012. Error reading sePyCode.SelectedColor.Alpha: Property Alpha does not exist. In the object inspector TSynEdit does have the Alpha property Was there some sort of background update or what could have caused all of this?
  3. BennieC

    Transferring TBitmap to Python and back

    I have installed the Delphi-OpenCV class but have difficulty in running the samples. After a lot of running around to find the various C++ redistributables I finally got stuck with vcruntime140_1d.dll which was nowhere to be found. I did find some download (Whether it is legit I don't know) but all samples including the video capture fail with 'The application was unable to start correctly'. Any idea on how to trace this problem.
  4. BennieC

    Problems with webinar examples

    Thank you. This solution works for problem 1 but not for the second problem. I can view the form as text and remove the line setting the colour, which makes the app work but as soon as I set the form back to view as form, it is re-inserted. Any suggestions?
  5. BennieC

    Transferring TBitmap to Python and back

    Thank you for this info - undoubtedly the direct Delphi/OpenCV approach would be best (We thought we lost these at OpenCV V2) and we will try and use that. It would be great if Embarcadero would also support it so that it could stay up to date.
×