Search found 4 matches

by DarioFrodo
Tue Jun 03, 2008 08:51
Forum: Help
Topic: handle several buttons with only one event subscriber
Replies: 3
Views: 2803

Ok, I find the mistake and fix it, now it work.
by DarioFrodo
Mon Jun 02, 2008 18:39
Forum: Help
Topic: [solved] Custom EventArgs
Replies: 8
Views: 5372

Great :D , it works

Thanks so much.

:p :D :D :D :D :D :D :D :D :D :D :p
by DarioFrodo
Mon Jun 02, 2008 10:38
Forum: Help
Topic: handle several buttons with only one event subscriber
Replies: 3
Views: 2803

By me it didn't work, the name is always invalid.
by DarioFrodo
Mon Jun 02, 2008 10:34
Forum: Help
Topic: [solved] Custom EventArgs
Replies: 8
Views: 5372

bool CApplication::handleMeshSelect(const CEGUI::EventArgs& e) { Window* pContext = static_cast<const WindowEventArgs&>(e).window; // Its label String text = pContext->getText(); // Its user data (string) String userStr = pContext->getUserString()...

Go to advanced search