So this is the picture of I have done.
http://imageshack.us/f/171/51603687.png/
This website is honestly retarded, the upload picture button uploads empty pictures.... So i just uploaded it to image shack
Create a Form for Nina's Cookie Source. Allow the user to select
from at least three types of cookies, each with a diff erent price
per dozen. Allow the user to select 1/2, 1, 2, or 3 dozen cookies.
Adjust the fi nal displayed price as the user chooses cookie
types and quantities. Also allow the user to select an order date
from a MonthCalendar. Assuming that shipping takes three
days, display the estimated arrival date for the order. Include as
many labels as necessary so the user understands how to use
the Form.
VulpesPosted Mar 13, 2012, 6:03 PM
However, another difficulty has just occurred to me. It's possible for more than one box on the same line to be clicked. So, the user could click 1 and 2 dozen at the same time!
You could allow for this to be additive i.e. charge for the sum of the boxes or you could make the quantities mutually exclusive by changing to RadioButtons rather than CheckBoxes and putting each set in their own panel.
Prime bPosted Mar 13, 2012, 6:09 PM
Prime bPosted Mar 13, 2012, 5:40 PM
Also I did try to disable them, but it doesn't work. I tried to put in the form , but if I put in the button area it wont apply until the button is clicked.
Where would i put the checkbox.visible = false;?
VulpesPosted Mar 13, 2012, 5:31 PM
One thing you could do to make it better is to disable all the 'quantity' checkboxes until a type of cookie is selected, when you can then enable the quantity checkboxes for that cookie type.
At the moment someone could select Chocolate Chip Cookies and then half a dozen in the Peanut Butter Cookies line !
Prime bPosted Mar 13, 2012, 5:05 PM
http://www.4shared.com/rar/r-Xh8SS8/Cookie_Source.html
I am not sure why I keep posting the links when you have the log info, I guess I am doing it for other people who feels like looking at this stuff( I doubt anyone is interested in it though) lol.
Anyway, I think it looks alright and does alright job, it does what the assignment asks for.
I could have made a cookie class with methods cookiePrice,cookieAmount,cookieName, but its not all that necessary, but I think I am going to do it just for the practice.
Could you take a look and tell me what you think? Maybe I can make something look better?
Prime bPosted Mar 13, 2012, 3:54 PM
VulpesPosted Mar 13, 2012, 3:52 PM
Yeah, looks good.
My only suggestion would be to change 'Quantity' to 'Select how many dozens'. That makes it clearer than the user needs to choose a quantity and that it's expressed in dozens.
Prime bPosted Mar 13, 2012, 3:32 PM
Here's the link http://www.4shared.com/rar/p3Dn4uU7/Cookie_Source.html
But you can always log in and download without waiting
VulpesPosted Mar 13, 2012, 3:26 PM
However, one thing I've got out of this exercise is that I need a better pop-up blocker!