You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the difference between "Export entire current project" and "Export select forms"? The only difference I can see is that the first option creates two Python files, and the second option creates only one Python file. Both options also produce a 'pyfmx' file containing the definition of all the GUI objects used.
With the first option, one file contains the class definition for the form and the other contains the definition of the Python 'main' procedure. With the second option, the exported file contains both the class definition and the definition of the Python 'main' procedure. However, both options are effectively equivalent, it's just a matter of personal preference about how you package them.
Is there some other difference between the two options? Maybe I'm missing something, because the example I tried to export is simple and only contains one form.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
What is the difference between "Export entire current project" and "Export select forms"? The only difference I can see is that the first option creates two Python files, and the second option creates only one Python file. Both options also produce a 'pyfmx' file containing the definition of all the GUI objects used.
With the first option, one file contains the class definition for the form and the other contains the definition of the Python 'main' procedure. With the second option, the exported file contains both the class definition and the definition of the Python 'main' procedure. However, both options are effectively equivalent, it's just a matter of personal preference about how you package them.
Is there some other difference between the two options? Maybe I'm missing something, because the example I tried to export is simple and only contains one form.
Beta Was this translation helpful? Give feedback.
All reactions