stc and pygame?

Hello everyone,

I was wondering if anyone had ever used a StyledTextControl (or
scintilla itself) with pygame. I asked the same question on the
pygame list, with no reply so far.

Thanks for any pointers,

André

Hi,

Hello everyone,

I was wondering if anyone had ever used a StyledTextControl (or
scintilla itself) with pygame. I asked the same question on the
pygame list, with no reply so far.

Thanks for any pointers,

André

I use pygame and wxPython together, but no StyledTextControl. I got a problem with dialogs which seem to not being destroyed anymore as soon as a pygame window is opened. Is your problem similar to this? Unfortunately I havn't found a solution to my problem yet, I think it might have something to do with event processing, that is, that the pygame window might need to process certain events which it currently doesn't.

paul