[Gambas-user] Dialog Error

Benoît Minisini g4mba5 at gmail.com
Mon Mar 8 14:17:56 CET 2021


Le 08/03/2021 à 14:09, martin p cristia a écrit :
> This code:
> 
>              Dialog.Title = ("Select File")
> 
>              Dialog.Filter = ["*.dxf", "DXF Drawing exchange 2010", 
> "*.dwg", "DWG AutoCAD Drawing file 2010"]
> 
>              Dialog.OpenFile(False) <--Error!
> 
>              f = Dialog.Path
> 
> gives:
> 
> Type mismatch, required Float[], obtained Integer[]
> 
I can't reproduce the error. Please provide a project that reproduces it.

Regards,

-- 
Benoît Minisini


More information about the User mailing list