Support My Blog
Download Free Games

What’s New in AMS 8

Hi, If you want to use all the examples from AMS 5 to AMS 7.5 in your AMS 8 projects, please take note below. AMS 8 is using an updated version of LUA 5.1. One of the most important change is the TABLE ITERATION. This is the old code used in AMS 5 to AMS [...]

Launch DialogEx from GRID

Hi, DialogEx and Grid are 2 powerful objects in AMS. By combining both together, we can create apps with lots of attractive features for our users. This minimal sample shows the basic concept straight away. It shows how to launch a DialogEx from GRID. It is a very very trimmed down example from a previous [...]

Sort GRID items

Hi, We have seen several ways to load items into GRID. We have also seen how to Launch Files from active GRID CELLS. There are times we need to allow sorting. So here’s a bare bone sample on how to SORT GRID ITEMS. NOTE: In this example I gave my users 2 options, either TO [...]

Launch Files From Grid

Hi, So far, we have seen how to populate GRID with data. Let’s see how to launch files from this skinny example. In fact, if you can understand this well, you can do the following from any Cell Grid: 1. Start Applications 2. Run Actions & Command lines 3. Open Interactive Dialogs (containing other objects) [...]

SQLite DB to Grid

Hi, SQLite DB is a good option if you plan to have a long list of data in your apps. Its quicker, its more efficient and works faster than text files or XML. When you combine SQLite with Grid, you’ve got yourself an app with tremendous potentials. The example I’ve added today, shows how to [...]

Page 1 of 212»