Heron Posted April 11, 2009 Posted April 11, 2009 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
JRowe Posted April 11, 2009 Posted April 11, 2009 http://www.autoitscript.com/forum/index.ph...ghlite=%2Bchart [center]However, like ninjas, cyber warriors operate in silence.AutoIt Chat Engine (+Chatbot) , Link Grammar for AutoIt , Simple Speech RecognitionArtificial Neural Networks UDF , Bayesian Networks UDF , Pattern Matching UDFTransparent PNG GUI Elements , Au3Irrlicht 2Advanced Mouse Events MonitorGrammar Database GeneratorTransitions & Tweening UDFPoker Hand Evaluator[/center]
Heron Posted April 11, 2009 Author Posted April 11, 2009 http://www.autoitscript.com/forum/index.ph...ghlite=%2BchartWow, why didn't I think of that! ;-)
Jfish Posted July 22, 2009 Posted July 22, 2009 This link does not work - it brings you back to the forum. I am interested to know what the suggestion was - can somebody post a new link or some additional information? Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt
MagnumXL Posted July 22, 2009 Posted July 22, 2009 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.
Jfish Posted July 23, 2009 Posted July 23, 2009 Thanks!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:GUICtrlCreateGraphicGUICtrlSetGraphicMaybe this will help you. Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now