Results 1 to 17 of 17

Thread: Contest 4 - Alarm Clock GUI - Discussion

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Contest 4 - Alarm Clock GUI - Discussion

    Please Use this thread to talk about the latest contest

    You can find all infomation on this contest Here
    Last edited by Pino; Dec 25th, 2004 at 12:46 PM.

  2. #2
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: Contest 4 - Alarm Clock GUI - Discussion

    More ways to show the time ..
    What does this mean. I though there were only two ways to show the time. 12 hour and 24 hour .
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  3. #3
    pathfinder NotLKH's Avatar
    Join Date
    Apr 2001
    Posts
    2,397

    Re: Contest 4 - Alarm Clock GUI - Discussion

    You could certainly make it tell time in a graphical, binary type style.
    Or, hmmm, knoodle,knoodle, hmmha!

    an animated Field scene where the number of sheep are the minutes, the number of wolves are the hours, and the number of birds flying by are the seconds.
    1 Haystack = AM,
    2 Haystacks = PM.


    -Lou

  4. #4
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654

    Re: Contest 4 - Alarm Clock GUI - Discussion

    Can we do it with just one form?

  5. #5

    Thread Starter
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: Contest 4 - Alarm Clock GUI - Discussion

    Quote Originally Posted by Merri
    Can we do it with just one form?
    no there has to be 2 forms,

    frmmain
    frmsettings

  6. #6
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Contest 4 - Alarm Clock GUI - Discussion

    Inspired.
    I don't live here any more.

  7. #7
    Fanatic Member
    Join Date
    Sep 2002
    Location
    Lexington, SC
    Posts
    586

    Re: Contest 4 - Alarm Clock GUI - Discussion

    Hmm this one sounds easy enough that I just may have time to do it. I think the last alarm clock I programmed took me 5 minutes while I was half asleep because my real alarm clock broke

    So if I actually put an hour or two into it, can probably come up with something descent enough to submit.

    Although I think limiting to two forms only is kind of harsh. I have one idea for something that would be nice to do but would really require a 3rd form for a nice UI. I could make it work on two forms but it would be cluttered and un appealing imo. If your really wanting to judge on the UI.. should be able to have as many forms as you want. Then you can get a real judgement on various UIs. If someone wanted to have a single form that'd be their choice but I think it would make for a pretty ugly UI . Anyway... rules are rules.. two forms it is.. I might even get time to work on this in a few minutes since I dont have to work tonight.

  8. #8

    Thread Starter
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Lightbulb Re: Contest 4 - Alarm Clock GUI - Discussion

    Quote Originally Posted by StevenHickerson
    Hmm this one sounds easy enough that I just may have time to do it. I think the last alarm clock I programmed took me 5 minutes while I was half asleep because my real alarm clock broke

    So if I actually put an hour or two into it, can probably come up with something descent enough to submit.

    Although I think limiting to two forms only is kind of harsh. I have one idea for something that would be nice to do but would really require a 3rd form for a nice UI. I could make it work on two forms but it would be cluttered and un appealing imo. If your really wanting to judge on the UI.. should be able to have as many forms as you want. Then you can get a real judgement on various UIs. If someone wanted to have a single form that'd be their choice but I think it would make for a pretty ugly UI . Anyway... rules are rules.. two forms it is.. I might even get time to work on this in a few minutes since I dont have to work tonight.

    I'm not giving away ideas but there are ways to do it with 2 forms and make the user think there is more

    We have given a nice basic underlay for this contest letting everyone enter and the more advanced deigners go away with themselves
    Good Luck

  9. #9
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654

    Re: Contest 4 - Alarm Clock GUI - Discussion

    Which means the limit is artificial. Very easy to have a switchable frame for a form. It just makes it a bit harder to code.

    Also, it seems we can't have any modules, user controls and class modules in the project? And we can't use OCXs either? If so, it'll be really limiting and makes code harder to handle and to read.

    For example, I'd like to have a file dialog for picking the graphic image and sound file (using a class module). I'd like to make atleast one user control to ease the coding of the project, which allows for a special way user can do stuff.
    Last edited by Merri; Dec 7th, 2004 at 10:59 PM.

  10. #10

    Thread Starter
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: Contest 4 - Alarm Clock GUI - Discussion

    Quote Originally Posted by Merri
    Which means the limit is artificial. Very easy to have a switchable frame for a form. It just makes it a bit harder to code.

    Also, it seems we can't have any modules, user controls and class modules in the project? And we can't use OCXs either? If so, it'll be really limiting and makes code harder to handle and to read.

    For example, I'd like to have a file dialog for picking the graphic image and sound file (using a class module). I'd like to make atleast one user control to ease the coding of the project, which allows for a special way user can do stuff.
    Modules and class modules are allowed, you just have to keep the gui to 2 forms i'll change that in the thread now

  11. #11
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654

    Re: Contest 4 - Alarm Clock GUI - Discussion

    Ok, I'll code the GUI to the modules

  12. #12

    Thread Starter
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: Contest 4 - Alarm Clock GUI - Discussion

    Quote Originally Posted by Merri
    Ok, I'll code the GUI to the modules
    ok ok my wording wasnt great ,

    so are you thinking of entering this contest merri? is anyone else considering entering?

  13. #13
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961

    Re: Contest 4 - Alarm Clock GUI - Discussion

    Man what a great idea for a contest - hats off!

    Too bad I wont be around till next year :*(

  14. #14
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654

    Re: Contest 4 - Alarm Clock GUI - Discussion

    Yup, I have nothing better to do at work, so I'm coding the clock for fun. I have some core done already.

  15. #15
    Ex-Super Mod'rater Electroman's Avatar
    Join Date
    Sep 2000
    Location
    Newcastle, England
    Posts
    4,349

    Re: Contest 4 - Alarm Clock GUI - Discussion

    Not long left now .
    When your thread has been resolved please edit the original post in the thread ()
    and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.

    When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

  16. #16
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654

    Re: Contest 4 - Alarm Clock GUI - Discussion

    Yup, looks like I'm not going to make it. I haven't had much time at work, they actually made me take part in the events. I've been running, defending, attacking, playing... they're trying to convert me to be a some kind of an athlete. Just that I'm not all that good but atleast I'm having fun

  17. #17

    Thread Starter
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: Contest 4 - Alarm Clock GUI - Discussion

    Contest is now closed, if you have a late entry please pm me

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width