zoel Posted May 26, 2019 Share Posted May 26, 2019 Hi people, as the title suggests I don't understand nothing, I just finished the AutoIT book but I didn't understand nothing, I think programming is not for me, should I giveup? Ho you people learned how to code, do you haveany advices. Thanks in advance!! Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted May 26, 2019 Moderators Share Posted May 26, 2019 zoel, Which AutoIt book did you read? I would recommend this one: Other than that, what would you like to do with AutoIt? If you have a specific goal in mind it is much easier to understand the limited number steps you need to do it, rather then facing the entire AutoIt function list and being completely bewildered. Over to you. M23 Jfish 1 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
zoel Posted May 26, 2019 Author Share Posted May 26, 2019 5 minutes ago, Melba23 said: zoel, Which AutoIt book did you read? I would recommend this one: Other than that, what would you like to do with AutoIt? If you have a specific goal in mind it is much easier to understand the limited number steps you need to do it, rather then facing the entire AutoIt function list and being completely bewildered. Over to you. M23 Hi Melba23 thanks for your reply, I read the book you recommend, I want to built an app that runs some cmd commands and outputs the result in a GUI. Link to comment Share on other sites More sharing options...
FrancescoDiMuro Posted May 26, 2019 Share Posted May 26, 2019 @zoel Take a look at Run, StdoutRead, and GUI* functions in the Help file. Post the script if you need any assistance Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette Link to comment Share on other sites More sharing options...
zoel Posted May 26, 2019 Author Share Posted May 26, 2019 1 hour ago, FrancescoDiMuro said: @zoel Take a look at Run, StdoutRead, and GUI* functions in the Help file. Post the script if you need any assistance Thank you my friend TheDcoder 1 Link to comment Share on other sites More sharing options...
zoel Posted May 27, 2019 Author Share Posted May 27, 2019 Hi people, as the title suggests how you learned to code in AutoIT, I'm 16 years old and never learned how to code, I read the AutoIT help file but I dont understand nothing. Can you give me any advice that I can use. Thanks in advance!! Link to comment Share on other sites More sharing options...
Subz Posted May 27, 2019 Share Posted May 27, 2019 The Autoit help file is really helpful source to understanding how functions work, majority of the functions include examples, remember to utilize the help file search which will usually display relevant topics. If you're unsure about how to do something use Google Search for example Autoit Query... 9 times out of 10 it will find posts in this forum that have already covered the topic. If you're still unable to find the answer ask in the forums, just remember that the majority of people in the forums don't like to spoon feed and want to see the person has at least made an attempt to resolve the issue on their own. This is how I learned Autoit, although still have a lot to learn. Just my 2 cents zoel 1 Link to comment Share on other sites More sharing options...
jchd Posted May 27, 2019 Share Posted May 27, 2019 @zoel Also try to avoid double negatives as it means the reverse of what you intend. That will help you improve your logic, something pretty useful for programing. zoel and Gianni 2 This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe hereRegExp tutorial: enough to get startedPCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta. SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt) Link to comment Share on other sites More sharing options...
argumentum Posted May 27, 2019 Share Posted May 27, 2019 ok, 16 or 61 maters not. There are simple basics one should be familiar with. The first one is the command prompt. I would recommend to first learn how to run batch files. Then maybe some basic HTML, just to see how changing markup language works. ( no CSS, javascript, etc., just HTML ) Once you have some experience with these files, then writing simple AutoIt code, is not so hard. cmd runs the .bat files. your browser runs .htm files.AutoIt runs the .au3 files. Learning something so abstract as coding, takes time. Take all the time that is needed. The mind needs time to work and the cycles are by sleep cycles, so it'll take days to learn, years to be able to do what some ppl here can do, and even them share their limitations at times, to get aid from those in the forums. So go at it. I did and now enjoy the know how Cheers zoel and Skysnake 2 Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting. Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted May 28, 2019 Moderators Share Posted May 28, 2019 zoel, We understand your problem, but please stick to just the one thread - merged. And as I suggested above, decide on a simple project to code in AutoIt and see what you can do on your own first. You will find lots of help here if you make some effort yourself and do not expect others to spoon-feed you code - which woul not help you learn anyway. M23 zoel 1 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
zoel Posted May 28, 2019 Author Share Posted May 28, 2019 Thank you my friends for your advices!! Link to comment Share on other sites More sharing options...
Developers Jos Posted May 28, 2019 Developers Share Posted May 28, 2019 @zoel, You do realize that your title contains a double negative meaning your statements means "You understand everything!". Jos zoel 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
zoel Posted May 28, 2019 Author Share Posted May 28, 2019 13 minutes ago, Jos said: @zoel, You do realize that your title contains a double negative meaning your statements means "You understand everything!". Jos Thank you jos Link to comment Share on other sites More sharing options...
Zedna Posted May 28, 2019 Share Posted May 28, 2019 For designing GUIs I recommend to use Koda, it's part of Scite4Autoit3 full editor. zoel 1 Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
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