| View previous topic :: View next topic |
| How much do you GUI? |
| Mucho buku. Most the scripts I develop have a custom GUI. |
|
37% |
[ 11 ] |
| Above average. A lot of the scripts I develop have a custom GUI. |
|
6% |
[ 2 ] |
| Split. About half of the scripts I develop have a custom GUI. |
|
13% |
[ 4 ] |
| Below average. A few of the scripts I develop have a custom GUI. |
|
13% |
[ 4 ] |
| Very little or none. |
|
27% |
[ 8 ] |
|
| Total Votes : 29 |
|
| Author |
Message |
jballi
Joined: 01 Oct 2005 Posts: 297 Location: Texas, USA
|
Posted: Tue Apr 22, 2008 5:36 am Post subject: Do you GUI? |
|
|
After working with AutoHotkey for a while, I've found that many of the scripts and functions I develop have at least one custom GUI. By "custom", I mean using the GUI command to create a custom window.
Anywho... Before I post my next GUI-related function, I created this poll to get an idea of how often custom GUIs are created in the the average everyday script. Your comments are welcome! |
|
| Back to top |
|
 |
[VxE]
Joined: 07 Oct 2006 Posts: 701
|
Posted: Tue Apr 22, 2008 6:56 am Post subject: |
|
|
As far as I can recall, only one of my published scripts has a typical gui. The rest of my scripts are generally little scriptletts to perform otherwise tedious or inconvenient things.
Perhaps it's ironic that my current project is a circular menu (I'm trying to hammer out the conventions for sub-menus and baked data) _________________ My Home Thread
More Common Answers: 1. It's in the FAQ 2. Ternary ( ? : ) guide 3. Post code with [code][/code] tags |
|
| Back to top |
|
 |
imapow
Joined: 13 Mar 2008 Posts: 89 Location: Trøndelag, Norway
|
Posted: Tue Apr 22, 2008 10:55 am Post subject: |
|
|
i always create a custom GUI. i make a costum About and Help gui even if the script isent gui based
Gui ruules... _________________ -._.-¨¯¨-._.-IM@PΩW-._.-¨¯¨-._.-
Last edited by imapow on Tue Apr 22, 2008 1:32 pm; edited 1 time in total |
|
| Back to top |
|
 |
Oberon
Joined: 18 Feb 2008 Posts: 408
|
Posted: Tue Apr 22, 2008 11:19 am Post subject: |
|
|
All of my scripts are hotkey based or do something when the script starts then close up. I find that GUIs are unnecessary for personal use applications, so better console/terminal support for command line features would be a great bonus. _________________
 |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 5298
|
Posted: Tue Apr 22, 2008 4:01 pm Post subject: |
|
|
I somewhat agree with Oberon .. But I need to mention that "I Love AutoHotkey" for its GUI capabilities..
I voted "Below Average"
 |
|
| Back to top |
|
 |
jballi
Joined: 01 Oct 2005 Posts: 297 Location: Texas, USA
|
Posted: Fri Apr 25, 2008 10:53 am Post subject: |
|
|
Interesting results so far...
If you haven't voted yet, please vote! |
|
| Back to top |
|
 |
imapow
Joined: 13 Mar 2008 Posts: 89 Location: Trøndelag, Norway
|
Posted: Fri Apr 25, 2008 12:40 pm Post subject: |
|
|
even if i make a program like oberon talks about i make a smal gui that shows wot just happend and if it went ok.
i dont like traytip i rather make a smal transperent gui that shows opp for a fiew secons, muth more posibilities with a gui. _________________ -._.-¨¯¨-._.-IM@PΩW-._.-¨¯¨-._.- |
|
| Back to top |
|
 |
jballi
Joined: 01 Oct 2005 Posts: 297 Location: Texas, USA
|
Posted: Mon Apr 28, 2008 2:12 am Post subject: |
|
|
Thanks to everyone who voted. The results are a bit surprising but that is one of the good reasons for a poll -- to find out what is going on out there. There is certainly not enough votes for a perfect sample but hey, it's interesting nonetheless.
Once again, thanks to everyone who voted.  |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 5298
|
Posted: Mon Apr 28, 2008 9:27 am Post subject: |
|
|
| jballi wrote: | | There is certainly not enough votes for a perfect sample |
IIRC, Chris had quoted elsewhere that he never uses GUI for his personal scripts.
 |
|
| Back to top |
|
 |
corrupt
Joined: 29 Dec 2004 Posts: 2328
|
Posted: Tue Apr 29, 2008 6:59 am Post subject: |
|
|
| Tons of GUIs here... Even most of my test scripts are GUI based... |
|
| Back to top |
|
 |
interiot
Joined: 06 Nov 2005 Posts: 50
|
Posted: Tue Apr 29, 2008 8:25 am Post subject: |
|
|
| Oberon wrote: | | I find that GUIs are unnecessary for personal use applications |
Yup. The marvel of programming language grammars is that they allow for arbitrarily complex relationships to be expressed via plain text. Eventually your data needs to be expressed in the underlying programming language grammar anyway, and a lot of work has already been done to make that grammar be as easy to use and as expressive as possible, so why go to the effort to do something else? |
|
| Back to top |
|
 |
|