Search results

Jump to navigation Jump to search
  • |console.assert(expression, object) || If the specified expression is false, the message is written to the con |console.debug(object [, object, ...]) || Same as console.log. ...
    3 KB (471 words) - 14:01, 24 July 2019
  • GetRef returns a reference to an object. This can be useful when you want get the reference to a function instead o [[form|Form]] ...
    647 bytes (86 words) - 15:25, 25 March 2019
  • .../docs.voltcloud.io/client/ client library] the callbacks are always of the form: <code>callback(error, data)</code>. If <code>error</code> is [https://deve == The Error Object == ...
    6 KB (836 words) - 15:25, 25 February 2021
  • ...e rest of your app. Until the modal form is dismissed, the controls on the form behind it cannot be accessed. AppStudio uses the [https://github.com/kylefo Any form can be made modal. To make a form modal, a few form properties need to be set: ...
    2 KB (385 words) - 14:58, 16 June 2017
  • A control is a visual object used by your program. Controls have Properties which can be queried and set ...s globally on all forms, move the control to become a child of the NSBPage object, which contains all of the forms. The appendChild() function accomplishes t ...
    5 KB (861 words) - 00:05, 11 October 2015
  • ...urpose of this tutorial is to demonstrate how to add a Select control to a form using AppStudio. You should have completed the [[A Simple Program]] tutoria The program to be developed will start out creating a form with a Select control. It will then show how to populate the Select control ...
    6 KB (982 words) - 22:27, 3 April 2014
  • * [http://en.wikipedia.org/wiki/Json JSON] (JavaScript Object Notation) is the simplest and most commonly used. * It is simply a JavaScript object turned into a string. ...
    3 KB (381 words) - 16:12, 11 December 2014
  • '''screen object members''' [[Category:Objects|form]] ...
    743 bytes (108 words) - 21:46, 3 December 2014
  • The purpose of this tutorial is to demonstrate how to add a ComboBox to a form using AppStudio. You should have completed the [[A Simple Program]] tutoria The program to be developed will start out creating a form with a ComboBox. It will then show how to populate the ComboBox and detecti ...
    6 KB (1,016 words) - 21:41, 13 January 2015
  • ...urpose of this tutorial is to demonstrate how to add a Select control to a form using AppStudio. You should have completed the [[A Simple Program]] tutoria The program to be developed will start out creating a form with a Select control. It will then show how to populate the Select control ...
    6 KB (1,037 words) - 09:06, 20 January 2015
  • ...e will create a program that allows the user to enter the two numbers on a form and display the answer when the Add button is clicked. *# Form factor should be iPhone/iPad/Nexus ...
    9 KB (1,621 words) - 15:12, 9 January 2017
  • ...e will create a program that allows the user to enter the two numbers on a form and display the answer when the Add button is clicked. *# Form factor should be iPhone/iPad/Nexus ...
    9 KB (1,623 words) - 16:08, 22 November 2016
  • ...ption you can add to your project which checks if the input fields on your form are valid. Validation doesn't kick in until you ask it to validate the form. This lets the operator input data undisturbed. As fields are corrected, th ...
    4 KB (654 words) - 12:01, 24 July 2020
  • The FooterBar control puts up to 5 buttons on the bottom of the form. Buttons can be text, an icon or both. When clicked, <FooterBarID>_onclick( When clicked, two events are sent. Ignore the first one - it's an object. See sample code below. ...
    4 KB (615 words) - 15:07, 24 July 2019
  • ...rol displays a title and optional left and right buttons at the top of the form. Buttons can be text, an icon or both. When clicked, ''HeaderBarID''_onclic When clicked, two events are sent. Ignore the first one - it's an object. See sample code below. ...
    4 KB (716 words) - 15:46, 24 July 2019
  • * ''data'' - object, required. An object with the user details to update. The data object should be of the following form: ...
    5 KB (607 words) - 15:22, 25 February 2021
  • | Export Current Form/Code || Exports the current form or code window to an external file. | Cut || Cut selected code or object. Objects are cut (and copied) in standard text format, so you can view and ...
    8 KB (1,386 words) - 15:29, 25 February 2021
  • The Navbar control puts up to 5 buttons anyplace on the form. Buttons can be text, an icon or both. When clicked, <NavBarID>_onclick(''c When clicked, two events are sent. Ignore the first one - it's an object. See sample code below. ...
    3 KB (469 words) - 22:14, 22 January 2016
  • [[Form|Form Control]] [[localstorage|LocalStorage Object]] ...
    5 KB (556 words) - 21:32, 21 November 2015
  • * An app will have one or more forms. Each form will have a collection of controls on it, customized by you with different | ChangeForm || The name of the form to go to if this button is clicked. ...
    10 KB (1,600 words) - 06:23, 7 January 2014
  • Hamburger is a context dropdown, usually placed in the top right corner of a form. It usually contains commands and option settings for the user. Its name co if (typeof(s) == "object") { ...
    3 KB (460 words) - 14:37, 10 March 2019
  • ...an the first one, or you have multiple maps, put a refresh() call into the form's onshow function: | mapOptions || The current options for the map, in an object. Runtime only. ...
    6 KB (888 words) - 18:02, 28 April 2019
  • The following methods and properties apply to the object which is returned by tone = PlayTone(f,d): | tone.oscillator.type || Wave form to use. Sine is default. Can be sine, square, sawtooth, triangle or custom. ...
    2 KB (292 words) - 22:59, 24 July 2019
  • The program to be developed will display a form with a button on it. When the user taps the button, the program responds wi # ToolBox: A list of controls you can put on a form. ...
    4 KB (759 words) - 20:07, 1 November 2016
  • The program to be developed will display a form with a button on it. When the user taps the button, the program responds wi # ToolBox: A list of controls you can put on a form. ...
    4 KB (768 words) - 15:32, 25 February 2021
  • * Form factor should be iPhone/iPad/Nexus * Create a form that looks like this: ...
    4 KB (634 words) - 08:53, 27 August 2015
  • * Form factor should be iPhone/iPad/Nexus * Create a form that looks like this: ...
    4 KB (642 words) - 08:51, 27 August 2015
  • ''settingsObject'' is an object containing all the settings, in the form {data: "some data", type: "GET", success: AjaxWorked}. For a complete list An object is returned which includes the following values: ...
    5 KB (782 words) - 15:39, 25 February 2021
  • ...own menus. We can use one form for our start page. Read more about forms [[Form|here]]. ...oject from the File Menu. Choose the language (JavaScript), and choose the form size. We chose the 320x460 size, so it will fit on a phone. When done, clic ...
    36 KB (6,339 words) - 23:02, 8 June 2016
  • * If a change would affect the appearance of a form or control, the Design Screen will be updated. ...you want a size not on the list, set the height and width for each form in Form Properties. ...
    12 KB (1,892 words) - 13:29, 28 August 2023
  • * The ids are declared in the DOM window object. * The array is joined together and put into the form's innerHTML. ...
    9 KB (1,394 words) - 18:51, 17 January 2015
  • ...won't notice any difference. Colors are represented by a hex string in the form "#XXYYZZ", where XX is red, YY is green and ZZ is blue. The Output object is largely replaced by the Document object. ...
    6 KB (949 words) - 19:40, 1 November 2019
  • To set style properties for a Control, [[Form]] or the Project, edit the style property in the [[Properties Window]] usin To set style properties in your code, use the JavaScript form: ...
    9 KB (1,460 words) - 09:53, 18 December 2014
  • | ChangeForm || A comma separated list of form names to go to if a line is clicked. If line is a divider, then leave a bla if(typeof i == "object") return; ...
    8 KB (1,236 words) - 22:45, 24 July 2019
  • ...on the deaktop. Use "Start in Desktop Browser" to check the layout of your form, but do not expect any of the Cordova API functions to work. Cordova adds a new runtime object called device which holds useful information about the device. The elements ...
    12 KB (1,695 words) - 20:27, 20 July 2022
  • The Button is used to display a standard button object. | ChangeForm || The name of the form to go to if this button is clicked. ...
    5 KB (734 words) - 13:37, 24 July 2019
  • ...ew Project and save it to your P drive (AppStudio folder). You will need a form height of about 460 and a width of 800. UpImage = new Object ...
    13 KB (2,178 words) - 20:35, 13 October 2015
  • using percentages in the IDE. Then, on form load, run the following | getContext("2d") || Gets the drawing context. Returns the object that the PictureBox Context functions use. "2d" is currently the only valid ...
    12 KB (1,921 words) - 15:35, 16 November 2019
  • ...ticular control. If _singular is true, there can only be one instance on a form: an example would be a Headerbar. _designTemplate can be used for controls "desc": "Key in submitted form", ...
    15 KB (2,282 words) - 16:13, 12 September 2022
  • ...from within the app or from our [http://www.nsbasic.com/order.shtml order form.] # Language: New [[serverStorage]] object: makes it easy to store data on the server. ...
    26 KB (3,711 words) - 10:15, 13 March 2016
  • ...from within the app or from our [http://www.nsbasic.com/order.shtml order form.] # IDE: Disallow keywords as form names. ...
    32 KB (4,387 words) - 21:20, 9 March 2019
  • ...from within the app or from our [http://www.nsbasic.com/order.shtml order form.] # Project Explorer: You can now can edit form and control ids (except XP). ...
    40 KB (5,726 words) - 12:05, 8 July 2019
  • The CREATE TABLE AS form defines the table to be the result set of a query. The names of the table c ...ents of the row being inserted, deleted or updated using references of the form "NEW.''column-name''" and "OLD.''column-name''", where ''column-name'' is t ...
    115 KB (18,891 words) - 21:10, 17 March 2019