Search found 5 matches

by Nuker
Tue Feb 14, 2006 06:38
Forum: Modifications / Integrations / Customisations
Topic: Problem with events...
Replies: 7
Views: 3682

Ok, at least I know where the failure comes from :) and I can solve the problem.

Thx for your help CE and THX(!!!) for your great gui system!!!

C YA - []Nuker
by Nuker
Mon Feb 13, 2006 19:17
Forum: Modifications / Integrations / Customisations
Topic: Problem with events...
Replies: 7
Views: 3682

I played a bit around and now I think I know where there failure came from: I tried to close the Connection while i was inside the EventHandler. My EventHandler function triggered the Unsubscribtion function ... Hm... I think I must implement something like a queue where all connections are stored w...
by Nuker
Mon Feb 13, 2006 15:48
Forum: Modifications / Integrations / Customisations
Topic: Problem with events...
Replies: 7
Views: 3682

Still the same ... i always get the assertion failure ...

:cry: :cry: :cry:
by Nuker
Sun Feb 12, 2006 14:09
Forum: Modifications / Integrations / Customisations
Topic: Problem with events...
Replies: 7
Views: 3682

I tried it like you said but I get an compiler error connection.disconnect(); error C2039: 'disconnect' : is not a member of 'CEGUI::RefPtr<T>' c:\projects\c++\thor\thorclient\thorclient\thorguiobject.cpp I also tried connection.get()->disconnect(); But with this solution i g...
by Nuker
Sat Feb 11, 2006 20:31
Forum: Modifications / Integrations / Customisations
Topic: Problem with events...
Replies: 7
Views: 3682

Problem with events...

Hi @ll I have a serious problem with the events in CEGUI ... it is no problem to register new handlers for events but i can't unsubscribe them ... I tried everything and searched the whole forum but I didn't find a solution ... Here's a the piece of code I use .. don't worry, this code is only for t...

Go to advanced search