devsena
devsena
You can test it very easily though by downloading against a tvOS XCode project, I guess :) Let me know if you need a help separately!
Do you have any updates with this addition, @joshtynjala ?
Okay, I shall request you separately then @joshtynjala . Thank you.
During Java agent generation or CRUD Royale project generation, I'm not aware of any other popup than opening a file-browser to locate where to populate the targeted project. The popup...
Ugh! I posted my finding [there](https://github.com/Moonshine-IDE/Moonshine-IDE/issues/1072#issuecomment-1231265947), too.
`RoyalePageGeneratorBase.startReferenceCollecting().onImportCompletes()` is definitely not in your managing codes but this class is a base class in main generation process and it triggers during your case, too. How we can prevent...
Yeah, that fix is probably important for you as well since you're generating by available modules, too (?) To be precise, my generation of things were based on `.dfb` file...
Let me look into the `master` itself.
@piotrzarzycki21 I looked into this, and following are my findings. You surely need to override [this](https://github.com/Moonshine-IDE/Moonshine-IDE/blob/b09ca3ed1697876654c4964822b61097b3365cf0/ide/MoonshineDESKTOPevolved/src/actionScripts/plugins/ondiskproj/crud/exporter/OnDiskRoyaleCRUDModuleExporter.as#L131) method and replace the following line in your override method: _from:_ `th.projectTemplate(TEMPLATE_MODULE_PATH, targetPath);` _to:_...
> Today I have an FXP project developing with Flex 4.6 and I need to migrate it to a new IDE. Instead, you want to simply open/import your project by...