HTML Page Rendering Support in WxPython Frame

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nirmalarasu
    New Member
    • Jun 2007
    • 7

    HTML Page Rendering Support in WxPython Frame

    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 to be clear..!whether python supports my design or i need to go for some other option

    I need somebody to help me.

    thanks
  • nirmalarasu
    New Member
    • Jun 2007
    • 7

    #2
    HTML Page Rendering Support in WxPython Frame

    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 to be clear..!whether python supports my design or i need to go for some other option

    I need somebody to help me.

    thanks

    Comment

    • DeMan
      Top Contributor
      • Nov 2006
      • 1799

      #3
      Hi nirmalarasu,

      Welcome to TSDN. I will move this thread to the Python forum. I believe at least one of the experts there is familiar with wxWidgets using python.

      In future you can access the technical forums directly, by selecting the option in the drop-down menus from the blue bar near the top of the screen.

      I hope the Python experts can help you with your query.
      Last edited by DeMan; Jun 28 '07, 11:07 PM. Reason: Python Experts please merge - second thread was posted while I did this

      Comment

      • bartonc
        Recognized Expert Expert
        • Sep 2006
        • 6478

        #4
        Originally posted by nirmalarasu
        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 to be clear..!whether python supports my design or i need to go for some other option

        I need somebody to help me.

        thanks
        I don't have experience with HTML display, but if you can make a single page work on a wxPanel, then that panel will fit into a tabbed notebook or any other wxPython window.

        Comment

        Working...