Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~5K People Reached
Favorite Forums

6 Posted Topics

Member Avatar for robinlrandall

The following Python 2.7 Calendar program works nicely with a Frame and a Panel, but when I try to change to change the Frame to an MDIParentFrame and the Panel to an MDIChildFrame (or MDIClientWindow) I cannot get it to work. I went to this because I had trouble getting …

Member Avatar for Reverend Jim
0
69
Member Avatar for vegaseat

How about using regular expressions? e.g. /(binary)|(octal)|(hexidecimal)|(decimal)|scientific| ...)/i /(0b[01]+)|0[0-7]+)|0x[0-9a-f]+)|([+-]?(\d{1,3},?)*(\d{1,3}?[.]?[\d]*)(e[+-][\d]+)?/i Or something like that. Just make sure you test it well! It seems most people forgot that we write "1,000,000" with 2 commas. RR

Member Avatar for BearofNH
1
2K
Member Avatar for robinlrandall

Hi, I have a simple editor with wx.textCtrl MULTILINE as my editing area. Nothing fancy, except I can't do a "PrintPreview" or a "Print". On the preview it shows a blank screen and the Print prints out a blank piece of paper. The "text" appears on my editor and a …

Member Avatar for robinlrandall
0
2K
Member Avatar for robinlrandall

Using latest versions of Python (2.7) and wxPython(2.8) I get the folowing error when I "PreviewText" using "HTMLEasyPrinting". In the __init__ I have tried "parentWindow=None", "parentWindow=frame", etc. No Luck. Does anyone have a workaround for this annoying problem. (It is documented elsewhere => "FRAME_FLOAT_ON_PARENT") RR C:\K>Print_Dialog.py Traceback (most recent call …

Member Avatar for robinlrandall
0
369
Member Avatar for robinlrandall

It seems like a simple problem but I can't seem to find the solution. Basically I have a wx.TextCtrl on a wx.ScrolledWindow and I want to expand the TextCtrl to fill the window - a simple editor if you will. I have the "Proportion" as "1" and I've used a …

Member Avatar for robinlrandall
0
638
Member Avatar for Arman Majumder

Actually Helen Toma's C to F formula will not work. The "+32" needs to be OUTSIDE the product part. An easy mistake from trying to copy the other formula. (I did it myself too) RR

Member Avatar for robinlrandall
0
765

The End.