Monday, February 06, 2012

Posts Tagged ‘OpenInsight’

Adobe Flex For The OI Guy – Part 3 – Conditionals

Adobe Flex Icon                  OpenInsight Icon

In this edition of "Adobe Flex for the OI Guy", we will discuss Actionsscript conditionals and how they compare to OpenInsight's conditionals.  First I will give you some links for you to review Actionscript conditionals, then I will go into detail on how it differs from OpenInsight Basic +.

For you to review Actionscript conditionals, visit here. This will give you a good overview of what conditionals are all about.

Actionscript your OI

The if statement

In OpenInsight:

Read more: Adobe Flex For The OI Guy – Part 3 – Conditionals

Adobe Flex For The OI Guy – Part 2 – Operators

Adobe Flex Icon                  OpenInsight Icon

In this edition of "Adobe Flex for the OI Guy", we will discuss Actionsscript Operators and how they compare to OpenInsight's Operators.  First I will give you some links for you to review Actionscript operators, then I will go into detail on how it differs from OpenInsight Basic +.

For you to review Actionscript operators, visit http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/operators.html.  This will give you a good overview of what the operators are all about. Read more: Adobe Flex For The OI Guy – Part 2 – Operators

Adobe Flex For The OI Guy – Part 1 – Introduction

Adobe Flex Icon                                     OpenInsight Icon

This series of articles is geared directly to OpenInsight Database developers that want an easy way to bring their application to the web.  In this case, Adobe Flash via Adobe Flex Builder 3, which utilizes ActionScript as the programming language behind the scenes.  These articles will be eventually rolled into a white paper.  Here is a sample Adobe Flex front-end with an OpenInsight back-end.  It CAN be done with relative ease.  Each week (or sooner, subscribe to our RSS feed) a new article in this series will be released.   Read more: Adobe Flex For The OI Guy – Part 1 – Introduction

Sample Adobe Flex Application – OpenInsight Backend

As promised here is a sample Adobe Flex Application.  The entire front end is Flash (Flex), the back end database and web service is Revelation Software's OpenInsight Database product.  The application could easily be ported to a mySQL backend.  Keep in mind that this sample app is on a minor server and NOT on a production grade server.  

Read more: Sample Adobe Flex Application – OpenInsight Backend