New Project Dialog: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 9: Line 9:
This is the location to save the project. While it is possible to have multiple projects in the same folder, unless they are unrelated, it is best to create a new folder for a new project.
This is the location to save the project. While it is possible to have multiple projects in the same folder, unless they are unrelated, it is best to create a new folder for a new project.
|-
|-
| Server || The name of the server. For example, nsbasic.com.
| Language || The default language to use in [[Code Window|Code Windows]].  
|-
|-
| Path || The directory to install to on the server. This can be blank. If the directory does not exist, it is created.
| Form Size || The default form size for new forms. Other form sizes can also be used by editing the [[form|form's]] properties.
|-
| Username || The user name used to ftp into your site.
|-
| Password || The password used to ftp into your site.
|-
| Local Path || The path on your local system to depoy to.
|-
| PhoneGap Email || The name of your PhoneGap Build account.
|-
| PhoneGap Password ||The password of your PhoneGap Build account.
|}
|}


Next: [[Build_Native_App|Build Native App]]
Next: [[Open Sample Dialog]]

Latest revision as of 14:52, 7 April 2013


This dialog appears when you create a new project. It requests the following information:

Project File

This is the location to save the project. While it is possible to have multiple projects in the same folder, unless they are unrelated, it is best to create a new folder for a new project.

Language The default language to use in Code Windows.
Form Size The default form size for new forms. Other form sizes can also be used by editing the form's properties.

Next: Open Sample Dialog