Code Been Posted!!!
Sup i started on the second part of my Application for my Teacher. it is a Calendar. it going to be on a drawer and smaller than is is right now. like a the ical has, but different. it has a matrix of NSButtonCell 6r x 7c.
the month will be labeled depending on the current month.
(need help to set the current month to a integer value)
the year will be 2010 for now and will be used as a integer turn to a string so i can use it as a label. when the current month = 12 and the current day = 31/30+1 than theYear++
the size of of the cell is depended on the size of the image that is holding.(matrix has auto sizing cells)
the current day will have the UsedSquare.png but right now i have when you click on a cell it will change but that is not i what is going to do.
the code in the CalenderGUI File but not in the coloredButtons was made all by me so far. i read some references to classes.
i need the help and support cause im stuck on some parts of this project so i listed couple of than so far
tell what you think of what i have so far and what i can improve and work on.
thanks in advance
EDIT: Calendar Completed
Sup i started on the second part of my Application for my Teacher. it is a Calendar. it going to be on a drawer and smaller than is is right now. like a the ical has, but different. it has a matrix of NSButtonCell 6r x 7c.
the month will be labeled depending on the current month.
(need help to set the current month to a integer value)
the year will be 2010 for now and will be used as a integer turn to a string so i can use it as a label. when the current month = 12 and the current day = 31/30+1 than theYear++
the size of of the cell is depended on the size of the image that is holding.(matrix has auto sizing cells)
the current day will have the UsedSquare.png but right now i have when you click on a cell it will change but that is not i what is going to do.
the code in the CalenderGUI File but not in the coloredButtons was made all by me so far. i read some references to classes.
i need the help and support cause im stuck on some parts of this project so i listed couple of than so far
tell what you think of what i have so far and what i can improve and work on.
thanks in advance
EDIT: Calendar Completed