Search the Community
Showing results for tags 'koda'.
-
As many of you may not be aware, of much about AutoIt's humble beginnings, and aspects related to the first GUI version of AutoIt, I thought it might be nice to create a historical reference here for all the many GUI creators that have been created by various people over the years. NOTE - While...
- 81 replies
-
- autobuilder
- guibuilder
-
(and 3 more)
Tagged with:
-
I have a program I made long ago for something but I never saved the koda file so it would make it a complete pain for me to visually tweak anything because as far as I am aware, I would have to design an entirely new GUI. Would it be possible for you guys at AutoIt to add functionality to Koda...
- 20 replies
-
#include <ButtonConstants.au3> #include <EditConstants.au3> #include <GUIConstantsEx.au3> #include <StaticConstants.au3> #include <TabConstants.au3> #include <WindowsConstants.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("MyCommands", 406, 236, 610, 129) $Main = GUICtrlCreat...
-
I recently installed AutoIT(the most recent version) on my work computer and everytime I try to use Koda to generate code for a GUI Koda freezes....nothing can be clicked on and I have to use task manager to end the task. It doesn't seem to matter if I open a file or if I try with a fresh design....
-
I have created a form in Koda. When I want to see a form preview, I choose "Tools", "Run Form". But in place of a form preview I see a file opened in Notepad (test.au3) with code. What do I wrong?
-
I need to has Opt(GUISetOnEvent,-1) available in my script, but since I'm using koda designer it uses GUIgetmessage is there any work around for this. I'm pretty new to this stuff so any help is great appreciated. Any Thoughts?
-
Hi all, Can the default Koda icon for forms be changed? If so, how? Thanks
-
I am using Koda to create a gui that will be used to login to a site and post a listing. I need to find a way to get Koda to add a file select button that opens the file selection window, and saves all of the images file paths that are selected, and keeps track of how many there were. That way it ca...
-
[Solved]Gui triggering wrong case events
EmilyLove posted a topic in AutoIt General Help and Support
I am puzzled. When I check the radio for "Force Disk Mode", I see "Ram Mode" in ConsoleLog when it should be saying "Disk Mode"(from the consolewrite command). Also, clicking the ok button does not work either. Why is it not working? #include <ButtonConstants.au3> #include <GUIConstantsEx... -
Hi all, When making some gui based scripts, i am using koda form designer for making gui. After creating gui, i need to add some extra code to that script. (Adding some functionality of buttons and other controls). And then if i need to edit the gui, i will use the "Import" facility of koda. A...
-
Love the Koda tool... been unbelievably usefull for many years. For the first time I attempted to use the 'Main Menu' object (2nd choice in standard tab), but so far I have been unable to actually generate code that includes the Main Menu object. If I double click the MM object on my form it launche...
-
Good afternoon, I have a question, there will be some form designer apart from Koda, I feel that sometimes falls short for everything that has Autoit, if you know me might say the name or the download link.
-
Not sure if this topic belongs here , but perhaps someone has helpful input since this could be a common situation. I have tried to use labels with Hindi fonts in Koda, but regardless of correct font selection (hindi font OR Arial Unicode) any string is converted into ????. Is KODA in general...
-
This is koda generated code. There is one commented line, ";_GUICtrlIpAddress_ShowHide($IPAddressBox, @SW_HIDE)". If it is commented out, the control appears on all tabs, whatever my tab selection. It it's not commented out, _GUICtrlIpAddress_ShowHide($IPAddressBox, @SW_SHOW) in the $TabSheet2 case...
- 2 replies
-
- IPAddress control
- TabSheet
-
(and 1 more)
Tagged with:
-
Have there been any new programs like XSkin to make your GUI look better. The old xskin seems out of date. Also is it possible to create XSkin type things in Koda? Cheers
-
hello guys im just asking about how to open web page inside a form ( i want my script to be like a web browser that only open the web page that i have wrote already before )
-
Do you know how to take an INI file, that has general style settings plus definitions for specific clickable buttons, and base a menu on it? Thanks!