Hi all!i'm implementing a timeline panel, like the adobe flash editor panel.I' trying to do it using wx.lib.ogl package. The problem i have foundis that i can't figure out how to constraint a rectangle to don't movein y direction I want be able only to move it left and right,...
Thanks very much. more question: is it ok to use theUnicode version, even if I don't deal with Unicode (just tobe "safe")? Does the Unicode build cause any extra overheador anything else that ANSI doesn't do, even if I don't useUnicode with it?I think that we will have no choice i...
Just a quick question about these two versions of wxPython. If I don'tpurposely take advantage of the Unicode features of the Unicode build ofwxPython, does that mean that my program will run the same with eitherversion?I guess another way to ask it is, if I build a program with the ANSIver...
Here is what I need to do:Create an IF branching statement that will take theusers input from 1-10 and return the English word forthe number. (1 is , 2 is Two, etc.) If the userenters a value outside of the range of 1-10, displayan error message, and ask the user to enter a validselection.Here i...
hi listis there a way to solve the error in case of :<code>#return str(val) #where val is unicode (eg val = u'u')</code>so, how register(?) all imported modules to convert allunicodes to str() with a coder, for eg. encode('cp1251')thanks in advance-e- " L 22http:/...
Hi Robin,>Also, you may need to clean out old files from >your dist dir before running py2exe.This fixed the problemThanks againThomas...
M0RETGAGEWe will give better than your current, below is the average we've given all year.any ammount at a 3.95% int.To unsubscribe, e-mail: wxPython-users-unsubscribe (AT) lists (DOT) wxwidgets.orgFor additional commands, e-mail: wxPython-users-help (AT) lists (DOT) wxwidgets.org...
Hi All,Just wondering why doesnt the GenericDirCtrl in the following code expandand fill out the whole leftPanel ?<code>import wxclass ConvertPanel(wx.Panel): def __init__(self,parent): wx.Panelinit__(self, parent, -1) sz = wx.BoxSizer(wx.HRIZNTAL) leftPanel = wx.Panel(self,-1) leftPanel.S...
Hi All,The following site maybe of interest:HughTutor maillist - Tutor (AT) python (DOT) org...
Using this method: def PageSetup(self, evt): data = wx.PageSetupDialogData() data.SetPrintData(self.data) data.SetDefaultMinMargins(True) data.EnableMargins(True) dlg = wx.PageSetupDialog(self, data) if dlg.ShowModal() == wx.IDK: data = dlg.GetPageSetupData() self.data = wx.PrintData(data.GetPri...
Can anyone help me with teh problem of "converting a decimal number into itsbinary equivalent"?Thanks in anticipation.Regards,Asrar KadriWinners are willing to do things that losers wont do.Tutor maillist - Tutor (AT) python (DOT) org...
Hi Robin,Thanks for the insight . Do u have any idea then why I am getting the errorIt weird that when i run the file I am getting no error, only when I create an exe usingpy2exe , I get the error.Again this only happens on windows XP not on 2000.I can provide any more info do any kinda of test...

