Trax Posted February 24, 2021 Posted February 24, 2021 I don't do a lot of coding. Just getting back in to it a little. Last thing I used was Koda 1.7.2.0 and I have notices 1.7.3.0 is available but the download link seems to be broken and difficult to find. Can someone shoot me a link? I guess as long as I am looking is there anything better out there then Koda?
Zedna Posted February 24, 2021 Posted February 24, 2021 (edited) Latest Koda is included in Full Scite (Scite4AutoIt3) installer: https://www.autoitscript.com/site/autoit-script-editor/ https://www.autoitscript.com/site/autoit-script-editor/downloads/ EDIT: I have uploaded latest koda_1.7.3.0.zip also to Koda's topic: Edited February 24, 2021 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
Moderators Melba23 Posted February 24, 2021 Moderators Posted February 24, 2021 Trax, Or look here: M23 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
Trax Posted February 25, 2021 Author Posted February 25, 2021 This is kind of interesting. I got Koda 1.7.3.0 because it contained ListView in the Win32 Tab but it creates GUICtrlCreateListview. What I am studying is _GUICtrlListView_Create I guess I have to start from scratch. Which functions are the latest and greatest that I should be reading up on?
FrancescoDiMuro Posted February 25, 2021 Posted February 25, 2021 (edited) @Trax With GUI* functions, you have the "basics" functions which are built-in in Koda Designer, while with the _GUI* ones, you have a set of "non-basics" functions which you have to insert on your own, but once you have designed your form, are really easy to use. Take the _GUI* functions as an add-on for all the various controls Edited February 25, 2021 by FrancescoDiMuro Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette
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