cew27 Posted October 17, 2007 Posted October 17, 2007 right im trying to create a program that is just like the process list on the task manager process tab i have wrapper installed but i running into ptoblems already ... when i go to gui editor i can create the gui and when i exit it puts the code in the open script .... i get that bit ... but how do i edit some script in the gui editor that already exists? my next question is when im creating the list of all the processes what whould i want them to be displayed in ??? a label i presume but im just double checking thanks
cew27 Posted October 17, 2007 Author Posted October 17, 2007 damn it ... please move to guo support ... sorry didnt see that section :">
cew27 Posted October 17, 2007 Author Posted October 17, 2007 what do you mean .... im just wondering ... if i want to display a list of processes what would i use to display them .... a label, a list or a edit box?
Zedna Posted October 17, 2007 Posted October 17, 2007 what do you mean ....im just wondering ... if i want to display a list of processes what would i use to display them .... a label, a list or a edit box?ListView Resources UDF ResourcesEx UDF AutoIt Forum Search
cew27 Posted October 17, 2007 Author Posted October 17, 2007 ok thanks ... what editor should i use ?? the gui editor or koda??
cew27 Posted October 17, 2007 Author Posted October 17, 2007 ok i made a gui using kida but i customized it and now the script is a but long so i will make just a base one tomorrow and try to insert the auto it script to animate it now off to bed thanks for the help
RobertKipling Posted October 17, 2007 Posted October 17, 2007 I'd say to just write it longhand... I never got into Koda, though it looks good.
Paulie Posted October 18, 2007 Posted October 18, 2007 I'd say to just write it longhand... I never got into Koda, though it looks good.You are a masochist. unless you are only making a very simple gui. Anything over a few labels and buttons is a job for Koda AFAIC.
Moderators SmOke_N Posted October 18, 2007 Moderators Posted October 18, 2007 You are a masochist. unless you are only making a very simple gui. Anything over a few labels and buttons is a job for Koda AFAIC.I've never used it myself, and I can guarantee I've made more elaborate GUI's than most here. It's a preference really, you visually see your output in koda, as I imagine it while I'm writing the code itself. Of course Koda wasn't around when I first started so all my GUI's were done by hand anyway. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Paulie Posted October 18, 2007 Posted October 18, 2007 I've never used it myself, and I can guarantee I've made more elaborate GUI's than most here. It's a preference really, you visually see your output in koda, as I imagine it while I'm writing the code itself. Of course Koda wasn't around when I first started so all my GUI's were done by hand anyway.Well, my statement still stands, all you have proved is that you too are a masochist.
-Ultima- Posted October 18, 2007 Posted October 18, 2007 (edited) It's not masochism if I find it more painful to manage RAD-generated code than I find it to manage self-written code, is it? That's how I see it, and I also create my GUIs by hand Edit: (Disclaimer) I haven't tried Koda, but other RAD utilities I've used in the past for other languages have left somewhat of a bitter taste in my mouth Edited October 18, 2007 by -Ultima- [ WinINet.au3 | Array.au3 (Optimized) | _UnixTimeParse() ]
Zedna Posted October 18, 2007 Posted October 18, 2007 I can't live without Koda when I make AutoIt GUIs. You can even modify your existing GUI with Koda's Import function which will create KXF from your AU3 code. Resources UDF ResourcesEx UDF AutoIt Forum Search
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