Questions: wxListCtrl, wxColumnSorterMixin, web browser, py2exe

Well I can only help with a couple of the questions:

4. import webbrowser
            webbrowser.open('file://' + location + '/index.html')

5. See py2exe command line flags

--windows or -w
build a windows application, similar to running the script with pythonw.exe

Regards,

Richard Lawson
Lead Developer
CoLinx, LLC
richard.lawson@colinx.com

---------+---------------------------->
        > Paul Johnston |
        > <paj@pajhome.org.|
        > > >
        > >
        > 04/02/2003 05:22 |
        > PM |
        > Please respond to|
        > wxPython-users |
        > >
---------+---------------------------->

  >--------------------------------------------------------------------------------------------------------------|
  > >
  > To: wxPython-users@lists.wxwindows.org |
  > cc: |
  > Subject: [wxPython-users] Questions: wxListCtrl, wxColumnSorterMixin, web browser, py2exe |
  >--------------------------------------------------------------------------------------------------------------|

Hi,

Thanks for the help with my previous questions. I have been getting on
ok with wxPython, the demo is just great for figuring out how to use it.
But there are a few things I am struggling to figure out from the
documentation:

1) How can you get the 'current' item in a wxListCtrl. I can get the
list of selected items, but how do you get at the item that has the
dotted box around it?
2) How do you set that 'current' item, and how can you make the
wxListCtrl scroll so it's in view?
3) How do you get numeric fields to sort with the wxColumnSortedMixin?
When I put integers in the itemDataMap it seems to sort in random order.

4) How can you launch a browser window to display an html page or image?

5) When you make a wxPython app into an exe using py2exe, how can you
stop the dos box remaining while the app is running?

Thanks very much for any help you can provide.

Paul

···

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org