Questions tagged [iguana-ui]

Iguana UI is an Android UI control set developed by Infragistics.

Iguana UI is a native Android UI control set developed by Infragistics.

5 questions
2
votes
1 answer

Need assistance with customizing Iguana UI Tools set:

I'm currently developing an application that needs to show charts and I choose the IguanaUI tools set to show the charts in the application: http://www.infragistics.com/products/android/ Now I'm facing some problems with customizing the chart it…
Emil Adz
  • 40,709
  • 36
  • 140
  • 187
1
vote
0 answers

How to access an API protected by Oauth2 from iguana using lua

I am trying to access an API endpoint that was protected by Oauth2, from the iguana(6.1.4) using Lua programming language. I don't have any previous experience with lua programming. I tried to use packages for that but couldn't able to use packages…
mohanraj
  • 11
  • 1
1
vote
1 answer

Lua Retrieving time in UTC returns local time anyway

I am using Lua in Iguana (Interfaceware) I have server that's located in AEST timezone and I am trying to get time in UTC like this: trace(os.time(os.date('!*t'))) trace(os.time(os.date('*t'))) trace(os.time(os.date('!%c'))) This is the…
arleitiss
  • 107
  • 2
  • 13
1
vote
0 answers

IGUANA: How to accept file (parse text file) and invoke web service?

I am currently using Iguana tool. I know how to parse the csv/txt files by adding Source: From Translator and Destination: To translator. The code below has been edited in Destination script. Parse a comma separated CSV file local Csv =…
Mor
  • 27
  • 1
0
votes
1 answer

Generating HL7 file using Chameleon

I want to generate HL7 file v2.5.1 for meaningful Use-2. However my chameleon version is old one (v2.3) and it supports only up to HL7 v2.3.1. Now can i generate HL7 v2.5.1 with existing tool or i will buy new updated version. Please if know about…
naeemgik
  • 2,232
  • 4
  • 25
  • 47