gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnumed-devel] display bug Mac OS X (continued)


From: Dominique Buenzli
Subject: [Gnumed-devel] display bug Mac OS X (continued)
Date: Tue, 10 Aug 2004 13:16:59 +0200

> Is there demo code? To see what changed in drpython ? 

I didn't have the time to check that out in details yet. But it seems that he 
added this in the drpython.py file (and only in this python file).

#wxPython Mac Bug Workaround
if wx.Platform == '__WXMAC__':
        try:
                             self.grandparent.txtDocument.SetSize(self.toptuple)
                self.grandparent.txtPrompt.SetSize(self.bottomtuple)
                self.LeftPanel.SetSize(self.lefttuple)
                             self.RightPanel.SetSize(self.righttuple)
        except:
                 pass
#/wxPython Mac Bug Workaround

The 3.3.1 version found here:
http://sourceforge.net/project/showfiles.php?group_id=83074
has got the display bug, whereas the 3.3.2 version not.


> Please remind me of this issue once I am back from the dead. Only ten days 
> until my written exams. 10more after that until my oral exam. After that we 
> will dive into the problem. 

Thank you ! I wish you very good luck for all your exams. :-)

> I can give you acces to my computer. I would create a new user with your 
> name. You could ssh into it and see Gnumed running on your display. 
> I would put an anonymous checkout into the homedir you could play with. 

Thanks that's kind. But I think I can wait one month more to see gnumed working 
on my machine !
I will look into the differences between Drpython 3.3.1 and 3.3.2 as soon as I 
have more time to do it.

Dominique





reply via email to

[Prev in Thread] Current Thread [Next in Thread]