Differences between revisions 1 and 2
Revision 1 as of 2008-01-16 08:06:17
Size: 1168
Editor: 82
Comment:
Revision 2 as of 2008-03-11 10:50:20
Size: 1168
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

Bounty

Here is subject of the bounty: I need to be able to display some HTML in a grid in my app that uses wxPython as GUI. The HTML will be provided as string.

AFAIK implementing a GridCellHTMLRenderer class should do it.

  • HTML rendering should be done by the engine that's already in wx (wx.html).
  • Word wrapping in the grid cell should work. (I guess this works by default, but just to be sure).
  • It should have some caching (as wxHtmlListBox does).
  • Access to wxHtmlWindow's methods and events should be provided somehow if possible (at least EVT_HTML_LINK_CLICKED).
  • Preferably you should extend the wxPython demos to showcase the new function.

Robin had the following comment on the subject: http://aspn.activestate.com/ASPN/Mail/Message/wxpython-users/3524065

Deliverables:

  • Source code wxWidgets and/or wxPython (merged to the wx sources). That means the result shall be open source.
  • win32 binaries ('till the source gets released with the next wx versions)

I can offer 100USD for the completed task. Please contact me at agroszer-at-gmail-dot-com before you start to implement or in case of any questions.

HtmlInwxGrid (last edited 2008-03-11 10:50:20 by localhost)

NOTE: To edit pages in this wiki you must be a member of the TrustedEditorsGroup.