HPW Posted November 18, 2005 Posted November 18, 2005 Are there any plan to add the same capability from standalone AutoIt3 to AutoItX3? To be able to use scripts and make GUI's would be a powerfull option.
Zach Posted November 21, 2005 Posted November 21, 2005 I was curious on the same thing, or what would have to be done to get more of autoit into the dll I also know that most of it would be in fact duplicate work, but autoit has this nice advantage over something like vb6... a simple reference system that one can understand, with out traversing up and down and through whatever little tiny doorways that you must to figure out how to use one function in vb6 (Ya, I know its stupid to be learing vb6 at this stage of the game, especially considering I know c#, I also know that the framework for .net is not something that I want to deal with, and C++ gives me a headache)
Richard Robertson Posted December 6, 2005 Posted December 6, 2005 I doubt the AutoItX library/com interface will ever contain GUI creation because when you are making calls to it, you should already know how to make a GUI in the first language. Whats wrong with .NET?
HPW Posted December 11, 2005 Author Posted December 11, 2005 (edited) I doubt the AutoItX library/com interface will ever contain GUI creation because when you are making calls to it, you should already know how to make a GUI in the first language. Whats wrong with .NET?Nothing wrong. Only not the target platform.>you should already know how to make a GUI in the first language.But the first language is a compiled one and has no feature to script a GUI dynamicly!Also adding a script-language to such app would be interesting. Edited December 11, 2005 by HPW
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