Valik 478 Posted December 15, 2011 So instead of having a bunch of rarely used constants taking up space we should instead do a whole lot more work? Share this post Link to post Share on other sites
Beege 98 Posted December 15, 2011 (edited) So instead of having a bunch of rarely used constants taking up space we should instead do a whole lot more work?No. Instead of not having a bunch of rarely used constants included, have an advanced package that would. Since the package would be geared towards mainly advanced users, it wouldn't have to be anything special that creates "a whole lot more work". A simple zip file would be fine. Any experienced user would know exactly what he has to do with it. Edited December 15, 2011 by Beege Assembly Code: fasmg . fasm . BmpSearch . Au3 Syntax Highlighter . Bounce Multithreading Example . IDispatchASMUDFs: Explorer Frame . ITaskBarList . Scrolling Line Graph . Tray Icon Bar Graph . Explorer Listview . Wiimote . WinSnap . Flicker Free Labels . iTunesPrograms: Ftp Explorer . Snipster . Network Meter . Resistance Calculator Share this post Link to post Share on other sites
Valik 478 Posted December 15, 2011 As I said, more work. These builds don't just magically appear. There's an suite of build scripts used to do most of the work. Build scripts I write and maintain. It's not quite as trivial as you think it is. I would also point out that experienced users can write their own interface constants. Share this post Link to post Share on other sites
Beege 98 Posted December 16, 2011 I don't think it's trivial at all. The project size is huge compared to anything I've ever worked on so please don't think that. The whole goal of the zip package was to make something that you didn't have to include in your build process. Assembly Code: fasmg . fasm . BmpSearch . Au3 Syntax Highlighter . Bounce Multithreading Example . IDispatchASMUDFs: Explorer Frame . ITaskBarList . Scrolling Line Graph . Tray Icon Bar Graph . Explorer Listview . Wiimote . WinSnap . Flicker Free Labels . iTunesPrograms: Ftp Explorer . Snipster . Network Meter . Resistance Calculator Share this post Link to post Share on other sites
Valik 478 Posted December 16, 2011 Manual work is work that will be forgotten. Share this post Link to post Share on other sites
GEOSoft 67 Posted December 16, 2011 Two or three times in this thread I've seen mention of adding links to MSDN pages and that's always a bad idea.. As I recall all of the MSDN links that used to be in the help file were changed to a simple MSDN search link and that's for a very good reason. MSDN changes links almost as fast as some people change their shorts. In fact it's not just MSDN; it's Microsoft in general. Just my two pennies worth. GeorgeQuestion about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else."Old age and treachery will always overcome youth and skill!" Share this post Link to post Share on other sites
Mat 375 Posted December 16, 2011 They haven't changed in at least a year... But I remember they changed the search url, as the links didn't work from the helpfile for a while. AutoIt Project Listing Share this post Link to post Share on other sites
Valik 478 Posted December 16, 2011 If they haven't changed in at least a year then it's coming up on time for them to change. Share this post Link to post Share on other sites
GEOSoft 67 Posted December 16, 2011 They definitly change far too often to be relied on for the Help docs. It just adds one more step of having to verify links before each release of the help file. GeorgeQuestion about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else."Old age and treachery will always overcome youth and skill!" Share this post Link to post Share on other sites