On 6/6/07, Andre <[EMAIL PROTECTED]> wrote:
> John Labenski <[EMAIL PROTECTED]> writes:
>
>         local mev = event:DynamicCast("wxMouseEvent")
>         local selection = (notebook:HitTest(mev.Position))
> had to be changed to
>         local mev = event:DynamicCast("wxMouseEvent")
>         local selection = (notebook:HitTest(mev:GetPosition()))
> ------------------------
>
> Is this to be expected or are properties not working in this case?

Oops, this was a bug I introduced when fixing something else. We store
some flags in the bindings about the function type, but they can now
be or'ed together so I have to check to see if the flag bit was set
rather than if it directly == the flag.

Fixed now,
    John Labenski

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to