|
-
Jun 27th, 2002, 09:18 AM
#1
Thread Starter
Frenzied Member
Super Fun GUI!
Likey or no likey? I need to know...
-
Jun 27th, 2002, 09:24 AM
#2
Fanatic Member
I like it..
1 thing. it would be awesome if you could round the right
side of the textboxes only.. 
Coo
Seahag
-
Jun 27th, 2002, 09:25 AM
#3
Thread Starter
Frenzied Member
what do you mean round the right side of the textboxes?
-
Jun 27th, 2002, 09:38 AM
#4
Hyperactive Member
"categories" is misspelled
gui looks good though
-
Jun 27th, 2002, 10:08 AM
#5
Fanatic Member
-
Jun 27th, 2002, 01:32 PM
#6
Thread Starter
Frenzied Member
it's underground work, joint trench.
D'oh on categories, I thought something looked wrong!
-
Jun 27th, 2002, 01:47 PM
#7
PowerPoster
Can more than one person access the same database at the same time? If so, you may want to get the estimate number last instead of first. I'm not sure how you're doing it though, so I probably don't know what I'm talking about.
Anyway, the GUI looks good to me. Simple and efficient.
-
Jun 27th, 2002, 03:16 PM
#8
PowerPoster
Well
I like the look, but lose the drag grey...
Remaining quiet down here !!!
BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....
-
Jun 27th, 2002, 04:04 PM
#9
Thread Starter
Frenzied Member
I like the grey because it's not supposed to be too flashy. About the estimate numbers, all the files are stored in a folder and I just looped through each filename and added one to the last number. BTW, only 1 person really does estimating at a time, there's only like 5 people who work in the office and maybe 40 worker people.
-
Jun 27th, 2002, 04:09 PM
#10
PowerPoster
Originally posted by numtel
I just looped through each filename and added one to the last number.
OK, well then I still think you should do it last. It might not be necessary now, but if your program is good, I'm sure you'll be asked to add more to it later. It could easily become a multi-user application.
So if you get a number at the start, but the file isn't created because the user may decide not to do it, and another user gets a number then the numbers will be the same, right?
So basically, don't return a number until the file is actually created. The last thing that should happen is a dialog that says:
"The Estimate number for this job is xxxxxxx."
By that time the file is written, so the other user who is in the middle of doing an estimate doesn't have to worry about it because they haven't requested a number for their job yet.
I learned this the hard way assigning case numbers in one of my apps.
-
Jun 27th, 2002, 06:49 PM
#11
Thread Starter
Frenzied Member
i get what you're trying to say but it's not at all practical because even in the future not many people will be using it. if there does happen to be a conflict they can always go back and hit the button again.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|