Re: Help Needed in WxPython

2007-06-29 Thread kyosohma
On Jun 29, 7:50 am, Steve Holden <[EMAIL PROTECTED]> wrote: > senthil arasu wrote: > > Hi, > > Currently Iam integrating GUI Framework in Python. > > As per design design,I need to use tab buttons to launch different HTML > > pages in same frame(without launching seperate window ). I have already >

Re: Help Needed in WxPython

2007-06-29 Thread Steve Holden
senthil arasu wrote: > Hi, > Currently Iam integrating GUI Framework in Python. > As per design design,I need to use tab buttons to launch different HTML > pages in same frame(without launching seperate window ). I have already > tried with webbrowser class & WxPython GUI kit. Iam unable to get t

Re: Help Needed in WxPython

2007-06-28 Thread felix seltzer
If you use pygtk, the notebook object could do that in a few lines of code but im not sure about wxPython. note that if your using *nix of some sort, gtk should work fine, but under windows some people report issues. -felix On 6/28/07, senthil arasu <[EMAIL PROTECTED]> wrote: Hi, Currently

Help Needed in WxPython

2007-06-28 Thread senthil arasu
Hi, Currently Iam integrating GUI Framework in Python. As per design design,I need to use tab buttons to launch different HTML pages in same frame(without launching seperate window ). I have already tried with webbrowser class & WxPython GUI kit. Iam unable to get the expected result. I am wanted