Yuan Hong wrote:Dear List,I have a grid based on a virtual table. The SetValue methodof the virtual table will raise a ValueError when it detectsinappropriate value.In the grid object, I would like to detect such exception andshow an warning message to the user interface. But sinceSetValue is im...
is there any sample code of triangulation? many thanks!Tutor maillist - Tutor (AT) python (DOT) org...
Thanks everyone for the help. I'll look into them.Tutor maillist - Tutor (AT) python (DOT) org...
Hello NG,Josiah Carlson wrote:I feel for you, really I do. The event handling machinery inside PyPE(http://pype.sf.net) is f-ing horrible. Thank god I don't write GUIscommercially, or I'd really be angry about the hacking necessary to geteverything to work. I pity you guys who do this...
Hi list,we have developed a system that integrates with taskjuggler via PyTJ. NowTaskjuggler generates html reports that I would like to show in myapplication. (wxPython 2.4.2.4 on Linux on SuSE 9.3). However the reports arenot shown correctly. Now I know that the rendering in wxHTML is incomple...
About chars/keys eventsI always found the chars/keys event handling in wxWidgets/wxPythonproblematic, at least on win platforms. Last week I posted thisI'm not a guru, but for sure I'm able to compare different toolkits, andto see which of them are behaving correctly, understand in an...
Tue, 8 Nov 2005, Eric Walker wrote:I would like to do some testing of video streams from say a vcr tape.Possibly using the PVR type capture card. Maybe modules to control itor some info on how I can control it through C/C++ and link thosefunctions into python. Are there any python user groups o...
Hi,I am looking for information on the performance of virtual lists. Couldsomeone please point me to documentation on the same?In my application, data is dynamically updated on the list (usingvirtual list) at a considerably fast rate. At times, the rate ofincoming data is so high that CPU usage...
Hi,Is this the email id to which I must post my wxpython related questions?Thanks,RTo unsubscribe, e-mail: wxPython-users-unsubscribe (AT) lists (DOT) wxwidgets.orgFor additional commands, e-mail: wxPython-users-help (AT) lists (DOT) wxwidgets.org...
no takrs on this one? Eric Walker <ewalker (AT) micron (DOT) comwrote:I would like to do some testing of video streamsfrom say a vcr tape. Possiblyusing the PVR type capture card. Maybe modules tocontrol it or some infoon how I can control it through C/C++ and link thosefunctions into python....
Tue, 8 Nov 2005, Kent Johnson wrote:You have to create your own HTTPHandler, set it to debug and install itin urllib2. Like this:Thanks, Kent!Tutor maillist - Tutor (AT) python (DOT) org...
I have a PostScript file which contains the following lines (the numbersare for reference only and are *not* in the file):1 <<2 /Policies <<3 /PageSize 34 >>5 >setpagedeviceThese lines never change and are always formatted like this (at least inthe PostScript files that I...

