Embarcadero / Delphi4PythonExporter

Design your Python GUI using Delphi's VCL and FMX designers and then export them for Python use.
MIT License
79 stars 22 forks source link

Issue with Delphi Rio 10.3.1 : install impossible #12

Open jassuli opened 2 years ago

jassuli commented 2 years ago

Hi everyone,

Seems that there is an install problem on Delphi Rio (10.3.1) as Vcl.DBGrids.TDBGrid do not own any ScaleValue method.

Here are the steps :

1) Download Delphi4PythonExporter-main

2) Open the package Delphi10Rio

01

3) Try to install, not working as Vcl.DBGrids.TDBGrid's method ScaleValue is not found

02

4) Verify if it's part of Rio : not part of Rio

03

5) Verify it's part of Sydney : ok it's part of Sydney

04

Any clue or Sydney+ is mandatory to use Delphi4PythonExporter ?

Thanks a lot, Jonas

lmbelo commented 2 years ago

@jassuli my apologies. I will make it backward compatible again.

kalmenchia commented 2 years ago

Hi , there, i am havng issue to install it as well, my delphi IDE is 10.3 update 3, i got the ADBGrid.ScaleValue(... Appreciate if you could advise, thanks.

image

lmbelo commented 2 years ago

Hi @kalmenchia, we didn't release the fix for this issue yet. I will work out on a new release soon.

kalmenchia commented 2 years ago

Thanks Lucas. When roughly will the planned release?

lmbelo commented 2 years ago

@kalmenchia I will try to release it this weekend in the GitHub repository.

kalmenchia commented 2 years ago

Appreciate the good work. thanks alot.

lmbelo commented 2 years ago

Can you try it again, please?

kalmenchia commented 2 years ago

iit works, thanks Lucas. image

lmbelo commented 2 years ago

Let's see how it does exporting forms. Can you share it, please?

kalmenchia commented 2 years ago

sure but not now. is getting pretty late, I will share it here once I get the form exported.