Archive for December, 2009
Making mySQL XML Exports Friendlier to OpenInsight – Part 1
Last Updated on Wednesday, 30 December 2009 10:13 Written by admin Wednesday, 30 December 2009 09:58
If you have ever utlized the mySQL Query Browser and exported a resultset to XML, you may have notice the format that the XML file is in. See the example below:
If you have ever tried to import XML like this into OI without a schema (which isn't easily provided), then you know there is some formatting that needs to be done to the XML. I personally love using the OI function Get_XML_Value(). However, that function ceases to work with this formatting. Read more: Making mySQL XML Exports Friendlier to OpenInsight – Part 1
Posted under Tips | No Comments
Adobe Flex For The OI Guy – Part 2 – Operators
Last Updated on Sunday, 10 January 2010 12:11 Written by admin Thursday, 24 December 2009 11:09
.gif)
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
Tags: Actionscript, Flash, Flex, OpenInsight, Tutorial | Posted under Actionscript, OpenInsight, Tips | 4 Comments
Adobe Flex For The OI Guy – Part 1 – Introduction
Last Updated on Monday, 18 January 2010 08:33 Written by admin Monday, 21 December 2009 03:30
.gif)
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
Tags: Actionscript, Flash, Flex, OpenInsight, Tutorial | Posted under Actionscript, OpenInsight, Tips | 2 Comments
Reading Variables in the URL
Last Updated on Tuesday, 22 December 2009 11:07 Written by admin Saturday, 19 December 2009 02:34
In Adobe Flex, utilizing ActionScript, you may have a need to send data in the URL of the address you are opening your Flex (Flash) application in. This is what it would look like in our code if we want to extract the "token" variable in the URL. For example, the URL would be http://www.clb-llc.com/page?token=12345678
Read more: Reading Variables in the URL
Tags: Actionscript, Flash, Flex, URL, variable | Posted under Actionscript, Tips | No Comments