Jump to content

Need a GUI Builder


Trax
 Share

Recommended Posts

   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?

 

Link to comment
Share on other sites

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 by Zedna
Link to comment
Share on other sites

  • Moderators

Trax,

Or look here:

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png 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 columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

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? 

 

 

Link to comment
Share on other sites

@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 by FrancescoDiMuro

Click here to see my signature:

Spoiler

ALWAYS GOOD TO READ:

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...