Changes

Jump to: navigation, search

The CUI Framework - OOP344 20132

345 bytes added, 23:53, 10 August 2013
Issues, Releases and Due Dates
*: Implement CMenuItem
*:
* A2 Milestone 0.7 - Due Friday August 3rd2nd
*: Implement CCheckMark
*: Implement CText
* A2 Milestone 0.9 - Due Friday August 9th
*: Implement CMenu
*: Merge all projects and verify CIO CUI framework is fully functional and bugless
*:
* A2 Milestone 1.0 - Due Friday August 15th
void draw(int fn=C_NO_FRAME) ;
</syntaxhighlight></big>
makes a direct call to console.strdsp(), passing '''_data''' for the string to be printed and absRow() and absCol() for row and col and _length width() for len.
this function ignores the argument fn.
<big><syntaxhighlight lang="cpp">
int edit();
</syntaxhighlight></big>
Makes a direct call to, and returns '''console.editstredit()'''.
For the coordinates and width arguments follow the same rules as the draw function.
For the rest of the arguments of console.edit(), use the attributes of '''CLineEdit'''.
</syntaxhighlight></big>
Copies the characters pointed by '''Str''' into the memory pointed by Field's '''_data''' up to '''_maxdatalen''' characters.
 
===CLineEdit Student Resources===
====CLineEdit Help/Questions Blogs====
[http://pankajsama01.blogspot.ca/2013/03/cbuttonhit-key.html C_BUTTON_HIT Key] is not defined(Pankaj Sama)
** It is defined in the new cuigh.h file. It is defined #define C_BUTTON_HIT 1. Gary Chen
 
 
'''HELP: Brackets around buttons' labels'''
: [http://namniak.blogspot.ca/2013/07/help-cbutton-brackets.html link] Vadim Namniak
====CButton Blog Posts====
-S.E.
 
I think you may try to change to console.setPos(row, ++col).
-Ivy
====CCheckMark Blog Posts====
===The Text Helper Class===
[https://github.com/Seneca-OOP344/20131-notes20132notes/tree/master/TextClass textClass Text class]
===CText Student Resources===
====CCheckList Help/Questions Blogs====
* If you copied the header (''cchecklist.h'') from the ''20132notes'' repository, make sure to remove the const keyword after the ''void* data()'' function, since it is not.* The same thing is for ''<u>void selectedIndex(int index)</u>'' and ''<u>int selectedIndex()const</u>'' — it is how they should look like.
====CCheckList Blog Posts====

Navigation menu