From: Bruce S. <Bru...@nc...> - 2007-11-21 16:50:06
|
Thanks for the report. The cursor issue is documented in the summary of new features; cursor manipulation hasn't yet been implemented in the beta version. Even in the production version of VPython there isn't a facility for changing the appearance of the cursor, only making it invisible/visible. Could you please give us a short test program for which the font problem shows up? It wouldn't be a problem with the production version (non-beta). It also wouldn't be a problem with the previous beta version. It is only the very latest beta version 20 for Windows that uses gtk2 (like in the Linux version), and pango is the font-handling subsystem in gtk2. I suppose it is possible that there is some aspect of Windows Me that is the limitation: that's a pretty old operating system. Bruce Sherwood sccs cscs wrote: > Hello, > I work on Windows Me, and some of my old script do not work correctly > with the new version of Beta Vpython: > > - I got the following message: > (PYTHONW.EXE:4294347557): Pango-WARNING **: couldn't load font "Sans > 10", falling back to "Sans 10", expect ugly output. > > (PYTHONW.EXE:4294347557): Pango-WARNING **: All font fallbacks failed!!!! > > (PYTHONW.EXE:4294347557): Pango-WARNING **: couldn't load font "Sans > Not-Rotated 10", falling back to "Sans Not-Rotated 10", expect ugly > output. > > (PYTHONW.EXE:4294347557): Pango-WARNING **: All font fallbacks failed!!!! > > - I got the folling Exception : "display' object has no attribute > 'cursor'" if i try to change the cursor visibility: > scene.cursor.visible = 1 > > - I try to change the cursor appearence (i want it to become a Hand), > but i cannot find the code to do that. > > > Thank You > > ------------------------------------------------------------------------ > Ne gardez plus qu'une seule adresse mail ! Copiez vos mails > <http://www.trueswitch.com/yahoo-fr/> vers Yahoo! Mail > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > ------------------------------------------------------------------------ > > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > |