Re: [python-win32] Scintilla Code Folding

2007-03-14 Thread Nawal
d the fold logic which has been done in c++? Nawal Mark Hammond wrote: Hi all, How is the code folding implemented in Python Win IDE? It uses the custom lexer for colorize but I can't see any code where the code folding logic is implemented. Is ii using the inbuilt SCILex_

[python-win32] Scintilla Code Folding

2007-03-14 Thread Nawal
Hi all, How is the code folding implemented in Python Win IDE? It uses the custom lexer for colorize but I can't see any code where the code folding logic is implemented. Is ii using the inbuilt SCILex_PYTHON for code folding? Regards,

Re: [python-win32] Simple Com Event Handling for Multiple ComObjects

2006-06-27 Thread Nawal
Hi Mark, Thanks for your kind remarks. I saw that in PythonScript (ActiveX Script) you have implemented this thing. Can It be done in a Similar way for other Event Handingling? Nawal Mark Hammond wrote: I'm afraid you probably need to pull win32com.client.WithEvents apart and man

Re: [python-win32] Simple Com Event Handling for Multiple Com Objects

2006-06-25 Thread Nawal
Hello Everybody, Is there any simple way to handle all Com Events in a Simple Class? Nawal nawal wrote: > In activeX Scripting, I can Create Two Button Events Like > > OnButton1() > OnButton2() > > In Normal Python Com Event Handling: I have to declare two classes >

[python-win32] Simple Com Event Handling for Multiple Com Objects

2006-06-23 Thread nawal
Com Objects. Is there any way I can achieve it just like the ActiveX Scripting without creating more EventHandlerClasses? Thanks in advance. Nawal ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo