New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
  • 17:50, 30 October 2024Spinner (Bootstrap) (hist | edit) ‎[1,114 bytes]Ghenne (talk | contribs) (Created page with "file:Bsalert.png == Description == Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages. By setting the appearance, alerts can have different colors. Turning dismissable on will add an x to the control. Clicking on it will cause the alert to be hidden, and your app will reformat to use the space which has been freed up. == Properties and Methods == Standard properties a...")
  • 14:25, 29 October 2024BuildCounter (hist | edit) ‎[490 bytes]Ghenne (talk | contribs) (Created page with "BuildCounter == Description == BuildCounter returns a string with the current version of NSB/AppStudio that is running. This global property can be read, but not set. It is only used for native apps created using VoltBuilder. The number is incremented on each build. == Example == <pre> Rem BuildCounter Example Print "The current BuildCounter is " & BuildCounter </pre> == Output == <pre> The current BuildCounter is 42 </pre> Category:Language Reference")
  • 14:23, 29 October 2024AppVersion (hist | edit) ‎[401 bytes]Ghenne (talk | contribs) (Created page with "AppVersion == Description == AppVersion returns a string with the current version of of your app. It is set in Project Properties. This global property can be read, but not set at runtime. == Example == <pre> Rem AppVersion Example Print "The current version of this app is " & AppVersion </pre> == Output == <pre> The current version of this app is 3.0.0 </pre> Category:Language Reference")
  • 18:07, 16 September 2024Add AI to your app using ChatGPT (hist | edit) ‎[2,884 bytes]Ghenne (talk | contribs) (Created page with "You can add AI capabilities to any AppStudio app. This can be in the form of a question box, or based on information that your app has collected about the user's needs. Almost any valid query will work, whether generated by the user or constructed by your app. The method described here is based on ChatGPT, currently the most widely used AI assistant. Other AI assistants can be used. While their implementation details may differ, the general method will be similar. The...")