Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export/Import Screen #322

Open
VaughnRupp opened this issue Mar 11, 2016 · 3 comments
Open

Export/Import Screen #322

VaughnRupp opened this issue Mar 11, 2016 · 3 comments
Milestone

Comments

@VaughnRupp
Copy link
Contributor

A nested export that would export the Screen, Controls and related objects and their object types.

Properties are not linked to anything, so the graphics would have to exported that match those properties.

Graphics are not currently exported at all, so this would used in object exports too.

@VaughnRupp VaughnRupp added this to the v0.4.9 milestone Mar 11, 2016
@KHerron
Copy link
Contributor

KHerron commented Mar 2, 2018

The current EXPORTS we have, display a popup with the TEXT to copy and paste.

Wouldn't this be better if we had a File Save popup instead, then save the export to the file name and location specified. Then we could make the Screens and Objects export to a selected folder and include all the associated files with it?

@KHerron KHerron mentioned this issue Mar 2, 2018
@KHerron
Copy link
Contributor

KHerron commented Mar 5, 2018

OK, I now understand why you did it this way, as a File Save Dialog will only save it to the server and no to the client. So I am looking in to dynamically creating a "ZIP" file that would contain all the information for a particular screen. This would include, the Screen object itself, along with all the screen controls on the particular screen, and any images used on that screen.

Once we have a stable export function, we can then look at adding an IMPORT function that would use the ZIP file to Import or install the screen. (Boy this is such fun!!)

@KHerron
Copy link
Contributor

KHerron commented May 23, 2018

Screen Import and Export code has been committed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants