Smart Mobile Studio
  • News
  • Forums
  • Download
  • Store
  • Showcases
    • Featured demos
    • The Smart Contest 2013, Round 1 – Graphics
  • Documentation
    • Get the book
    • System requirements
    • Prerequisites
    • Getting started
      • Introduction
      • Application architecture
      • The application object
      • Forms and navigation
      • Message dialogs
      • Themes and styles
    • Project types
      • Visual project
      • Game project
      • Console project
    • Layout manager
    • Networking
      • TW3HttpRequest
      • TW3JSONP
      • Loading files
  • About

Sneak peek: Advanced project templates

Posted on 21.11.2012 by Smart Mobile Studio Team Posted in Developers log 2 Comments

In the upcoming version of Smart Mobile Studio, we have added support for customizable project templates.

That means that you can add your own project templates to the template repository, and with the scripting capabilities you can make pretty cool templates.

The project templates are defined in separate folders, which will be reflected in the “New project” dialog.

You define the project title and project description in a configuration file, along with the basic project settings.  The API is based on a Pascal based scripting and pretty powerful.
  



Which project types would you like to have?

Features In the labs Project templates Sneak peek
« Cooperation with bit Time Software
Smart Mobile Studio v1.1 (beta) »

2 thoughts on “Sneak peek: Advanced project templates”

  1. DamienD says:
    23.11.2012 at 18:50

    Great to have news about the next release.

    Let’s say I want to developp a javascript image slider (like WOW slider)
    (just an example, I’m not willing to developp this)

    Can I code the slider with Smart Mobile Studio ?

    I know I can developp an “Image Slider Application” with SMS, but it’s not what I want.

    I want something I can easily embed in any Web page and interact with.

    (like in this SO question : http://stackoverflow.com/questions/5897259/create-a-custom-control-using-javascript )

    So if it’s possible to do this with SMS, a Template for this kind of project (or a Demo/tutorial) will be a great idea.

  2. Jørn E. Angeltveit says:
    24.11.2012 at 02:38

    Well. The question here is how you are going to integrate this “component” to something other that the Smart Application you create.

    With the iframe capabilities, it’s quite easy to look at your Smart Apps as “web widgets” and integrate them to your web page.

    I’ve created a couple of examples for you…

    On our demos page(http://smartmobilestudio.com/demos/), you’ll find the “Animated logo” demo.

    This is actually a demo of what you can do with svg, but it’s fun to watch so I’ll use it for this demo as well.

    You can view that original demo at: http://smartmobilestudio.com/Smartdemo/AnimLogo/

    So. By creating a new html file with this simple code:
    [code language=”html”]
    <HTML>
    <BODY>

    <H1>program IFrameDemo</H1>
    <H1>begin</H1>

    <iframe src="index.html"></iframe>

    <H1>end.</H1>
    </BODY>
    </HTML>
    [/code]

    you have embedded the original demo into another context. Pretty neat 🙂

    View live at: http://smartmobilestudio.com/Smartdemo/AnimLogo/iframe.html

    Image cover
    Eric grange has created the “SmartFlow” demo that are included in the demos folder when you install Smart.

    Here’s an iframe demo of that: http://smartmobilestudio.com/Smartdemo/SmartFlow/iframe.html

Comments are closed.

Pages

  • About
  • Feature Matrix
  • Forums
  • News
  • Release History
  • Download
  • Showcases
    • The Smart Contest 2013, Round 1 – Graphics
  • Store
  • Documentation
    • Creating your own controls
    • Debugging, exceptions and error handling
    • Differences between Delphi and Smart
    • Get the book
    • Getting started
      • Introduction
      • Local storage, session storage and global storage
      • Application architecture
      • The application object
      • Forms and navigation
      • Message dialogs
      • pmSmart Box Model
      • Themes and styles
    • Layout manager
    • Networking
      • Loading files
      • TW3HttpRequest
      • TW3JSONP
    • Prerequisites
    • Real data, talking to sqLite
    • System requirements
    • Project types
      • Visual project
      • Game project
      • Console project

Archives

  • December 2019
  • December 2018
  • November 2018
  • July 2018
  • June 2018
  • February 2018
  • September 2017
  • April 2017
  • November 2016
  • October 2016
  • September 2016
  • April 2016
  • March 2016
  • January 2016
  • October 2015
  • September 2015
  • July 2015
  • April 2015
  • January 2015
  • December 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • November 2013
  • October 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012
  • November 2012
  • August 2012
  • July 2012
  • June 2012
  • May 2012
  • April 2012
  • March 2012
  • February 2012
  • January 2012
  • November 2011
  • October 2011
  • September 2011

Categories

  • Announcements (25)
  • Developers log (119)
  • Documentation (26)
  • News (104)
  • News and articles (16)

WordPress

  • Register
  • Log in
  • WordPress

Subscribe

  • Entries (RSS)
  • Comments (RSS)
© Optimale Systemer AS