Marcus 0 Posted May 21, 2005 Hello folks! I have a rather difficult situation on my hands. Since v.3 does not seem to be multithreaded and does not allow one to create or instantiate objects, how is one supposed to efficiently control the logic of complex programmatic flows? It almost seems as if we're somewhere between procedural and OO; in a no-man's land without an actual rudder to steer with. Can someone tell me how to test a condition, execute one of a selection of large codeblocks based upon said condition, and continue simultaneously testing that condition for a change to select another codeblock on the fly, without A. having recourse to a multithreaded language or OO substrate, and/or B. being able to explicitly control program flows procedurally ? Looking as if v.3 is more {B} than {A}, one might think that there'd be some relief in the syntax somewhere to support such an approach. However, there doesn't seem to be any. What am I not seeing here, folks? Is there an elephant in the room that I'm missing? Thanks for the help. [center][font="Courier"][quote]Which end do you put the cheesecake in?[/quote][/font][/center] Share this post Link to post Share on other sites
DaleHohm 65 Posted May 21, 2005 The elephant is hiding in the developer forum. Look for the topis 3.1.1++ for the beta version with COM and Event support. Dale Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curlMSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object modelAutomate input type=file (Related)Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded Better Better?IE.au3 issues with Vista - WorkaroundsSciTe 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 Share this post Link to post Share on other sites
Marcus 0 Posted May 23, 2005 Thanx, Dale. Heading over there to grab a handful this morning. Any word/speculation as to how close we are to completion for the next release??? [center][font="Courier"][quote]Which end do you put the cheesecake in?[/quote][/font][/center] Share this post Link to post Share on other sites