Event Setting - Panel

Posted By: Yashas

Event Setting - Panel - 11/22/12 13:52

Code:
Temp->Container->event = MoveApplet;



Will that work??
When ever I click the PANEL ,the event never gets called(Tested by putting an error("sdasd");)

Thanks
Posted By: EvilSOB

Re: Event Setting - Panel - 11/22/12 14:21

Hmmm... maybe mouse_mode is wrong...

Can you click on buttons on this or other panels ATM?
Posted By: Uhrwerk

Re: Event Setting - Panel - 11/22/12 14:34

Yashas, pleeease. This is not even a code snippet. What is Temp? What is Container? What is MoveApplet?

http://sscce.org/ !!
Posted By: Yashas

Re: Event Setting - Panel - 11/24/12 11:15

Fixed!!! I set a background panel flag to UNTOUCHABLE and it worked. But do any of you know why it dint work without setting UNTOUCHABLE to the background panel??
Posted By: EvilSOB

Re: Event Setting - Panel - 11/24/12 12:38

Without any code, it SOUNDS like your "background" panel was actually in front.
Posted By: Yashas

Re: Event Setting - Panel - 11/24/12 16:30

The layer of background panel is 9 and the my applet panels layer is 999.
© 2024 lite-C Forums