Sunaj Posted March 3, 2008 Posted March 3, 2008 Don't get me wrong. I still love AutoIt even though I may have reservations about some of the functions. [...] No worries, I know from your activity on the forum that you are among the top contributers! Also, yes, I gather you are completely right on the money with regards to there never being complete agreement within a community as big as the AutoIt one. I hope the golden middle way shall continually be pursued for benefit (and occasional frustration) of all [list=1][*]Generic way to detect full path to default browser, List/ListView Events Using GuiRegisterMsg (detect doubleclick and much more)[*]Using dllcall for full control over fileopendialog, Make DirMove act somewhat normally (by circumventing it...)[*]Avoid problems with "&" (chr(38)) in code, Change desktop maximized area/workspace (fx to make deskbar type app)[*]Change focus behavior when buttons are clicked to work closer to 'standard windows' app[*](Context) Menus With Timed Tooltips, Fast Loops & Operators in AU3[*]Clipboard UDF, A clipboard change notification udf[/list]
Yeik Posted March 3, 2008 Author Posted March 3, 2008 No worries, I know from your activity on the forum that you are among the top contributers! Also, yes, I gather you are completely right on the money with regards to there never being complete agreement within a community as big as the AutoIt one. I hope the golden middle way shall continually be pursued for benefit (and occasional frustration) of all I can see that with lots of users, and all the features, little things often are hard to find an agreement on, and if you go to versatile, like you can #define ALLOW_PARAM, and other such features, then you run into too many variations to easily help others with their issues. func get_quote() local $quote switch random(1, 3, 1) case 1 $quote = '"' & "A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, " & _ "design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give " & _ "orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, " & _ "fight efficiently, die gallantly. Specialization is for insects." & '"' & " Robert A. Heinlein" case 2 $quote = '"' & "Within each of us lies the power of our consent to health and sickness, to riches and poverty, to freedom " & _ "and to slavery. It is we who control these, and not another." & '"' & " Richard Bach (Illusions)" case 3 $quote ='"' & "Don't handicap your children by making their lives easy." & '"' & " Robert A. Heinlein" EndSwitch MsgBox(0, "Quote for the moment", $quote & @CRLF) EndFunc get_quote()
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