On Wed, Jul 30, 2008 at 4:07 PM, Ed Leafe <[EMAIL PROTECTED]> wrote:
> On Jul 30, 2008, at 4:44 PM, Nate Lowrie wrote:
>
>> Added a new class dDropTarget.
>
>        This should not be a separate Dabo class, as I can't imagine it being
> used anywhere outside of the dPemMixin usage.

Dropped text and file data around the normal parameters.  However, you
can also process other data type objects too including bitmaps,
metadata, data from other wx objects, and custom data formats.  I
think it would be useful to allow people to subclass drop target class
to support these.  It would require adding a little more code, but I
can see doing this.


>> The drop target using the wx.DataObjectComposite class
>
>
>        When was this added to wxPython? If it's fairly new, does this change
> the minimum requirements?

I completely forgot about the minimums...  Silly me.  Looking back
through the change logs, it seems to have been there a while.  The
only change mention was a method addition (GetRecievedFormats) in
2.7.1 and the addition of properties.  In 0.9.0, are we dropping the
support of 2.6.1.1?  If we don't bump up the minimum requirements to
2.7.1.1, I just have to make a small change and call the method
instead of the property.  If we stick with 2.6.1.1, we can still use
this way, but I will have to make a fairly minor structural change.


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to