[C++] Yami Framework (Object Oriented, Memory Management)

Posts 6169 of 69 · Page 5 of 5
Im too stupid to create a Checkbox. Would someone post me the part in the main.cpp to make a Checkbox?
Quote Originally Posted by Sen66 View Post
Im too stupid to create a Checkbox. Would someone post me the part in the main.cpp to make a Checkbox?
Sorry but if you cant figure that out this library is not for you.

Sorry but I realize its badly documented, this project was discontinued after I began another similiar but better version of this. With less Y.
Quote Originally Posted by Yemiez View Post
Sorry but if you cant figure that out this library is not for you.
Well, maybe this library is not for me. But I still like to know what I forgot rofl.
I added:
Code:
Shared<UICheckbox> checkbox = make_shared<UICheckbox>();
color->SetupCheckbox(checkbox);
checkbox->Draw(_myRenderer);
to the generated project + some setPadding, Text, Name stuff.
Quote Originally Posted by Sen66 View Post
Well, maybe this library is not for me. But I still like to know what I forgot rofl.
I added:
Code:
Shared<UICheckbox> checkbox = make_shared<UICheckbox>();
color->SetupCheckbox(checkbox);
checkbox->Draw(_myRenderer);
to the generated project + some setPadding, Text, Name stuff.
Are you calling draw in the Render event? (Form::Render)
Quote Originally Posted by Yemiez View Post
Are you calling draw in the Render event? (Form::Render)
yes, I call draw in YVoid Render()
Quote Originally Posted by Sen66 View Post
yes, I call draw in YVoid Render()
Add my skype so I can see some of the code, alot of stuff haven't been implemented since I personally dont really like this project, but got a better one that I've been working on lately.
Very nice job, can't wait to use this in some of my future projects!
Posts 6169 of 69 · Page 5 of 5

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?