At this point in time the toggle switches have been implemented. Each toggle button has a certain event callback procedure associated with it. I have used a vector of buttons and a vector of toggles. When each button gets pressed that buttons callback procedure is called. In this callback procedure the vector toggles in toggled for that certain button being pressed.
While this is very tiresome and a repetitive task is has been done. The xml file for the layout is enormous, it consists the layer of horizontals rows, 9 to be exact. Each row consisting of the code for 9 xml toggles buttons. Each of these buttons must have a unique id, and some style settings.
The 81 callback event functions was painstakingly done but has been finished as well.
No comments:
Post a Comment