MDI Gadget handle
Posted: Fri Nov 05, 2004 8:46 pm
hi people.
currently i am working on a small chat server.
i choosed in the client side to use MDIgadget for windows
such as config, status win, New chat room Win or new private msg win.
i use linked list for each window and a structure for each window gadgets!
so gadgets doesnt conflicts.
my problem is this, after i create like 2 - 4 windows and i close the window
number 2 whenever the window 4 needs to be updated , the gadgets that
are being updated are in other window so it screws up my whole proggie
is there any good method? idea? a way? someone can show me how to
manage MDIgadget with linked list with multiple windows (that each win contain a few gadgets) ??? :roll: :roll:
btw i assembled my example from the MDI image viewer example , so
if you want to know what i am into is more like a MIRC windows handling.
thank you!! its really important.
currently i am working on a small chat server.
i choosed in the client side to use MDIgadget for windows
such as config, status win, New chat room Win or new private msg win.
i use linked list for each window and a structure for each window gadgets!
so gadgets doesnt conflicts.
my problem is this, after i create like 2 - 4 windows and i close the window
number 2 whenever the window 4 needs to be updated , the gadgets that
are being updated are in other window so it screws up my whole proggie
is there any good method? idea? a way? someone can show me how to
manage MDIgadget with linked list with multiple windows (that each win contain a few gadgets) ??? :roll: :roll:
btw i assembled my example from the MDI image viewer example , so
if you want to know what i am into is more like a MIRC windows handling.
thank you!! its really important.