C-Nery 0.3.0 and CGateInterface 0.3.0 released

Discussion in 'Third-Party Solutions' started by OxleyDave, Feb 4, 2009.

  1. OxleyDave

    OxleyDave

    Joined:
    Jan 13, 2007
    Messages:
    17
    Likes Received:
    2
    There isn't a huge number of functional changes in these releases but the user interface has had a complete rewrite. With the rewrite bookmarking and the back button work as expected. Most, if not all, Internet Explorer incompatibilities have been fixed. The new table control is very powerful, I use grouping all the time (access from the drop down arrow to the right of each column header). The rewrite will yield powerful features in future releases. An example is on the settings page which has an embedded Google maps control for setting the latitude and longitude, address lookup and reverse address lookup.

    Also initial support for custom pages for controlling groups has been added. Custom pages can be written by anyone that knows XHTML. Currently the custom pages functionality is limited as it does not provide feedback to the groups level when changed by other means but this will come in the next version.

    To put a group name retrieved fro C-Gate onto the page:
    Code:
    #{custom.getGroupName('//EXAMPLE/253/56/32')}
    To add a button the toggles a group on and off:
    Code:
    <input type="button" id="button1" value="Toggle" onclick="toggleAddress('//EXAMPLE/253/56/33');"/>
    
    The full change logs are here:
    C-Nery 0.3.0 change log
    CGateInterface 0.3.0 change log

    The live demo of C-Nery has been upgraded and reset:
    http://www.daveoxley.co.uk/cnery/
    An very simple example custom page:
    http://www.daveoxley.co.uk/cnery/custom/example.seam
    And the source for this custom page:
    http://www.daveoxley.co.uk/cnery/custom/example.xhtml

    The software is freely available under the AGPLv3 license from here:
    http://sourceforge.net/projects/cnery/
    http://sourceforge.net/projects/cgateinterface/
     
    OxleyDave, Feb 4, 2009
    #1
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.