Monday 28 October 2013

Stadium 4.1.2344.5213 is available

Stadium 4.1.2344.5213 can be downloaded from the Twenty57 website. A big thank you to Dina for all the assistance and to Ryan and Justin for the development work. Please remember to make a backup copy of your css before installing the build so that your custom changes aren't lost.

The build includes the following features and fixes:

  • Session parameters have been added to Stadium 4. They will keep their value until it is changed or the session expires. You create your session parameters on the application explorer tree and set them on a Click Event. The value persists on post back and can then be used in events on other pages and to set control values on the same page

  • Extended password policy - You can now force the user to use mixed case (upper and lower) and include special characters in their password (forms authentication only)

  • Stadium is no longer dependent on MSTDC

  • Details View drop down is required: Ensure all scenarios involving a dependant drop down work correctly

  • Top and bottom padding on a child grid has been exposed in the css; Class .ChildGridPanel padding-top: 5px; padding-bottom: 5px;

    • If you have a custom css and want to make use of these attributes, please include them in the relevant class

  • Allow configurable connection string on the Export to Excel Action

  • New property on the Grid: DisplayHeaderRow. Default value is True. When set to False the Header row is completely collapsed. You won't see the text or the space reserved for it

  • Open and Save file now works correctly when opening in the same window or opening a format that the browser cannot recognise

  • Current File Path and Name displayed in the Stadium Designer Header

  • Bug Fix: Tree View not working with '&' symbol

  • Bug Fix: SQL parameters work correctly when setting a connection string from a SQL Query

Note: You will need to upgrade your SAP files by opening them in the Designer and saving them.

Friday 25 October 2013

Stadium 5 Beta is available

You can download the beta from http://stadium.twenty57.com so head over and take it for a spin. A very big thank you to Dina, Anton, Shaun, Amol, Ryan, Franz and Shamima for all their hard work, ideas and support.

Stadium 5 is not compatible with Stadium 4. It has a simplified control and functionality set and events and actions are implemented in a completely new way. It can be run side by side with earlier versions of Stadium.

Auto Update

Stadium checks for a new version when you open the designer. If there is one, it will offer to install it.

What you See is What you Get Designer

Controls are displayed in the designer canvas similarly to how they will look in your browser. You can place controls horizontally or vertically without needing panels.

Scripts to execute your click events

We have introduced Scripts in Stadium 5. Scripts are self-contained pieces of code that will do the work when you click a button or link. The components in your script aren't exposed directly to your page controls and your controls aren't exposed to the script components. You will need to create input and output parameters on the script and use these to pass information between your page and your script. The idea behind this is that it allows the same script to be used in different places on the same page and is a better framework for introducing custom actions, allowing the same script to be used across different pages and executing a script on different events, not only click.

Build your own form: stand-alone controls rather than a data input

Instead of a data input control we have created separate controls so you can build the form you want in the layout that suits you best.

Data Model/Data sources

Write all your queries in one place and select which one you want to link to a control or component. You can use the same query in multiple places.

Help

Help is available online: http://help.stadium.twenty57.com. Click the help icon in the menu bar.

Stand Alone Applications as separate sites

Every Stadium application uploaded generates its own code with a separate IIS website and a unique URL. This means you can customise every application in a different way and the generated application is portable and can be installed on any server. To navigate to any application, use this URL.



Admin UI

The Stadium Admin website is only used to manage your applications and users. If you aren't an admin user, you won't be able to access it. If you run many applications and you want one website where the end users can access all of them, build it in Stadium!

Authentication

When you upload a SAP File you can choose whether people need a log-in to access it or whether it should be open for any one with the url. If you require authentication, your application is created with the same authentication method applied to your Stadium Admin Site.


Browser Compatibility

We use HTML5, CSS3 and JS to ensure your site will run in any modern browser as well as on mobile.

No Database needed

Stadium 5 is not dependent on SQL Server to store your application and user information. It is stored in memory. We will look at allowing you to integrate with a database in future releases.