Changes

Jump to navigation Jump to search
163 bytes added ,  21:37, 9 October 2008
Line 21: Line 21:  
*Uploaded a new demo that actually shows the functionality. I didn't fix the drawing issue; I'm just using the Sprite draw function which limits me to displaying one image at a time, so no button Icon or text included yet. This demo just shows how to use the function pointer and initializing the button. [[User:Thav|Thav]] 02:04, 10 August 2008 (CEST)
 
*Uploaded a new demo that actually shows the functionality. I didn't fix the drawing issue; I'm just using the Sprite draw function which limits me to displaying one image at a time, so no button Icon or text included yet. This demo just shows how to use the function pointer and initializing the button. [[User:Thav|Thav]] 02:04, 10 August 2008 (CEST)
 
*Not dead, just still stuck on getting multiple images drawn in one function. The issue is that I can't redefine Sprite::Draw() since it's "const". In order to draw multiple images for the same button I need to overwrite a protected variable which violates the const. I may skip ahead and work on the Menu object instead and figure out how sorting the Buttons out will work. [[User:Thav|Thav]] 14:56, 10 September 2008 (UTC)
 
*Not dead, just still stuck on getting multiple images drawn in one function. The issue is that I can't redefine Sprite::Draw() since it's "const". In order to draw multiple images for the same button I need to overwrite a protected variable which violates the const. I may skip ahead and work on the Menu object instead and figure out how sorting the Buttons out will work. [[User:Thav|Thav]] 14:56, 10 September 2008 (UTC)
 +
*Probably pretty safe to call this dead by now. Never came up with a workaround for the protected variable business [[User:Thav|Thav]] 19:37, 9 October 2008 (UTC)
    
===Proposed Features===
 
===Proposed Features===
49

edits

Navigation menu