tobias7 Posted November 10, 2007 Posted November 10, 2007 Well, I finally released the first official version of TobiasGraphicFunctions. I put my file in the library section of the downloads. Here is a link to it. http://www.autoitscript.com/forum/index.ph...amp;showfile=95This library combines the ideas of the AutoIt GUI graphics and pictures and has many more functions than the main AutoIt program. Also, unlike AutoIt, TobiasGraphicFunctions can draw graphics on top of pictures. This is my first project as an AutoIt developer instead of an AutoIt user, so I hope you will forgive any bugs or problems due to my inexperience.The installer installs a programs menu shortcut to the help file, much like AutoIt, and a few examples.I welcome feedback, I would be happy to try to answer any questions, and I am open to ideas on how to make Tobias' Graphic Functions better. If you have any of these, feel free to PM me at tobias7.P.S. Sorry for the previous post. I didn't realize that a file added to the AutoIt Library is not immediately available to other people. The download link should work now.
martin Posted November 10, 2007 Posted November 10, 2007 Well, I finally released the first official version of TobiasGraphicFunctions. I put my file in the library section of the downloads. Here is a link to it. http://www.autoitscript.com/forum/index.ph...amp;showfile=95This library combines the ideas of the AutoIt GUI graphics and pictures and has many more functions than the main AutoIt program. Also, unlike AutoIt, TobiasGraphicFunctions can draw graphics on top of pictures. This is my first project as an AutoIt developer instead of an AutoIt user, so I hope you will forgive any bugs or problems due to my inexperience.The installer installs a programs menu shortcut to the help file, much like AutoIt, and a few examples.I welcome feedback, I would be happy to try to answer any questions, and I am open to ideas on how to make Tobias' Graphic Functions better. If you have any of these, feel free to PM me at tobias7.P.S. Sorry for the previous post. I didn't realize that a file added to the AutoIt Library is not immediately available to other people. The download link should work now.I would understand an AutoIt developer to be someone who is developing AutoIt. I assume you mean writing udfs in Autoit.Can you post something which is not an exe?. Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
tobias7 Posted November 11, 2007 Author Posted November 11, 2007 I would understand an AutoIt developer to be someone who is developing AutoIt. I assume you mean writing udfs in Autoit.Can you post something which is not an exe?.I'm not sure what you mean by udfs. Tobias Graphic Functions is a group of functions contained in a .au3 file and meant to be placed in the main AutoIt folder's include directory. It can then be used by writing a #include line of code at the top of your program. However, TGF also has a help file and three examples. The reason I made it a .exe file was for easy installation. The .exe file is a separate AutoIt program that places the main file in the AutoIt folder's include directory, creates a new folder in the AutoIt folder and places the help file and the examples in that, and creates shortcuts on start menu -> all programs for the help file and the examples. Also, the installation file has a GUI so the user can select where the main AutoIt folder is and where to place the shortcuts.If you still want the files separately, say so, and I will post the .au3, help file, and examples on this post.
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