custom slider and register events

Thanks for the suggestions but now I am getting more errors and recursion error.
Could you please let me know where are the problems?
File attached.

Thanks

slider.zip (2.53 KB)

Hello,

Thanks for the suggestions but now I am getting more errors and recursion error.
Could you please let me know where are the problems?
File attached.

This is because you are creating a command event then calling your windows handler to process the event, which will once again call the event handler, which will then again create another event, so on and so on…

You can remove the creation of the CommandEvents and ProcessEvent calls, simply call event.Skip() by itself.

Cody

···

On 8/6/08, Prashant Saxena animator333@yahoo.com wrote:

Thanks


wxpython-users mailing list
wxpython-users@lists.wxwidgets.org

http://lists.wxwidgets.org/mailman/listinfo/wxpython-users