Export as App shows folder duplicates in the FilePicker!
Moderator: MSandro
Export as App shows folder duplicates in the FilePicker!
Hi, if I want to export a project as app, GP shows folder duplicates in the FilePicker / FileList:
the upper is a FilePicker created by the save-action. And the other is the picker from "export as app". The folder shows twice in this file/folder list. I've tried to track this issue down so I've looked at the ProjectEditor and FilePicker Classes. I've found the method exportProjectAsApp, so I've tried to rebuild it in the scripter:
This script shows the FIlePicker very well and without folder duplicates, but I am not sure woy this happens exacltly.Re: Export as App shows folder duplicates in the FilePicker!
Thanks for looking into this. I suspect it's an issue with names with extensions vs. not having extensions.
Re: Export as App shows folder duplicates in the FilePicker!
tOkay, that seems to be correct, I just checked it. If I leave the field for the extension empty, the issue will occur.