SVN:(AG)[70819] * Added the new widget `ShortcutEditor`.

Andrea, does the contents of this data folder need to be included in
releases or is it just used to make PyEmbeddedImages and such? The
reason I ask is because there are a few places in the release tools
and scripts that need to be updated to include new folders, and I
usually forget to do it. :wink:

路路路

noreply@wxsite.net

SVN:(AG)[70819] * Added the new widget ShortcutEditor.
Revision
70819
Author
AG
Date
2012-03-05 12:59:35 -0800 (Mon, 05 Mar 2012)

Log Message

Added Paths

  • wxPython/3rdParty/AGW/agw/data/
  • wxPython/3rdParty/AGW/agw/data/ShortcutEditor_1.png
  • wxPython/3rdParty/AGW/agw/data/ShortcutEditor_1_thumb.png
  • wxPython/3rdParty/AGW/agw/data/ShortcutEditor_2.png
  • wxPython/3rdParty/AGW/agw/data/ShortcutEditor_2_thumb.png
  • wxPython/3rdParty/AGW/agw/data/ShortcutEditor_3.png
  • wxPython/3rdParty/AGW/agw/data/ShortcutEditor_3_thumb.png
  • wxPython/3rdParty/AGW/agw/data/ShortcutEditor_4.png
  • wxPython/3rdParty/AGW/agw/data/ShortcutEditor_4_thumb.png
  • wxPython/3rdParty/AGW/agw/data/default_help_text.html
-- Robin Dunn
Software Craftsman

http://wxPython.org

Hi Robin,

Revision 70819 Author AG Date 2012-03-05 12:59:35 -0800 (Mon, 05 Mar 2012)

Log Message

Added Paths

wxPython/3rdParty/AGW/agw/data/
wxPython/3rdParty/AGW/agw/data/ShortcutEditor_1.png
wxPython/3rdParty/AGW/agw/data/ShortcutEditor_1_thumb.png
wxPython/3rdParty/AGW/agw/data/ShortcutEditor_2.png
wxPython/3rdParty/AGW/agw/data/ShortcutEditor_2_thumb.png
wxPython/3rdParty/AGW/agw/data/ShortcutEditor_3.png
wxPython/3rdParty/AGW/agw/data/ShortcutEditor_3_thumb.png
wxPython/3rdParty/AGW/agw/data/ShortcutEditor_4.png
wxPython/3rdParty/AGW/agw/data/ShortcutEditor_4_thumb.png
wxPython/3rdParty/AGW/agw/data/default_help_text.html

Andrea, does the contents of this data folder need to be included in
releases or is it just used to make PyEmbeddedImages and such? The reason I
ask is because there are a few places in the release tools and scripts that
need to be updated to include new folders, and I usually forget to do it.
:wink:

I have created that folder as the latest widget in AGW,
ShortcutEditor, has a simple "default help" window (a
wx.hml.HtmlWindow) containing general instructions (addressing the
user of ShortcutEditor, not the wxPython developer) on how to use it.
This HtmlWindow needs 4 thumbnails and 4 bigger images, plus some
text. I wasn't sure where to put this stuff, so I thought I'll let a
developer use the default help and include this folder in the AGW
distribution.

I could obviously use img2py for all the images and embed the HTML
text in the source, but that will make the ShortcutEditor Python file
very big and difficult to navigate. If you have better ideas, please
do let me know.

Andrea.

"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/

路路路

On 7 March 2012 23:29, Robin Dunn wrote:

On 3/5/12 12:59 PM, noreply@wxsite.net wrote: