Jump to content

Recommended Posts

Posted

Hello all,

I wrote a tool that wraps AWK to parse (log) files and store them in SQLite for analysis. Now I want to add a charts functionality like in Excel but how to do that? It's more complicated than it looks like on the first sight. I know there are possibilities to use external COM or dll's (like RMChart, MSchart ocx or GNUplot) but could it be done in AutoIT?

Suggestions?

====================================

A script is like a piece of art - it's never finished

  • 3 months later...
Posted

I am not sure what the information in the link was but I wrote a program for work that includes a chart that runs in real time as operators input data.

I used:

GUICtrlCreateGraphic

GUICtrlSetGraphic

Maybe this will help you.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...