Delta01 Posted February 8, 2008 Posted February 8, 2008 Hey, I downloaded the new beta today and I don't like it. Can anyone give me the download of AutoIt Version: 3.2.9.14 (beta) I tried looking in the beta section but couldn't find it. Thanks, hope you can help.
Thatsgreat2345 Posted February 8, 2008 Posted February 8, 2008 Yeah I see where you are coming from , they changed naming conventions, split up the Constants for everything. Got to include so many more files to get stuff done.
McGod Posted February 8, 2008 Posted February 8, 2008 #include <GuiConstants.au3> #include <WindowsConstants.au3> #include <AVIConstants.au3> #include <ButtonConstants.au3> #include <ComboConstants.au3> #include <Constants.au3> #include <DateTimeConstants.au3> #include <EditConstants.au3> #include <FontConstants.au3> #include <GDIPlusConstants.au3> #include <HeaderConstants.au3> #include <ImageListConstants.au3> #include <IPAddressConstants.au3> #include <ListBoxConstants.au3> #include <ListViewConstants.au3> #include <MemoryConstants.au3> #include <MenuConstants.au3> #include <ProgressConstants.au3> #include <RebarConstants.au3> ;~ #include <ScrollBarConstants.au3> #include <SecurityConstants.au3> #include <SliderConstants.au3> #include <StaticConstants.au3> #include <StructureConstants.au3> #include <TabConstants.au3> #include <ToolbarConstants.au3> #include <TooltipConstants.au3> #include <TreeviewConstants.au3> #include <UpDownConstants.au3> #include <WindowsConstants.au3> ScrollBars is commented due to a constant confliction. [indent][center][u]Formerly Chip[/u][/center]~UDFs~[/indent][u]IRC.au3 - Allows you to connect to IRC ServersINetCon.au3 - Connects/Disconnects/Check Status of InternetHardware Key - Creates a unique hardware hashScriptComm - Allows you to communicate between scripts using WM_COPYDATA[/u][indent]~Programs~[/indent][indent]SimonAu3ForumsIRC Bot~Web Site~Web Autoit Example[/indent][indent][b][/b][/indent][u][/u]
Delta01 Posted February 8, 2008 Author Posted February 8, 2008 Chip, what's all that, lol? So nobody has the old beta?
DaleHohm Posted February 8, 2008 Posted February 8, 2008 http://www.autoitscript.com/autoit3/files/beta/autoit/sav/ Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model Automate input type=file (Related) Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded Better Better? IE.au3 issues with Vista - Workarounds SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead? Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble
Delta01 Posted February 8, 2008 Author Posted February 8, 2008 http://www.autoitscript.com/autoit3/files/beta/autoit/sav/Wow, I thought I checked all the beta folders. Thanks, thread can be closed.
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