Re: [MSEide-MSEgui-talk] onchildmouseevent not work over ttabwidget

2012-10-27 Thread Alexandre Minoshi
> There was a missing "inherited", please try again with git master
> 0f45a0ef259a471782317feb95477fb2b84cb2f7.
>
> Martin
Yes, It`s work  :)
Thanks

Yours,
Alexandre Minoshi

--
WINDOWS 8 is here. 
Millions of people.  Your app in 30 days.
Visit The Windows 8 Center at Sourceforge for all your go to resources.
http://windows8center.sourceforge.net/
join-generation-app-and-make-money-coding-fast/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] onchildmouseevent not work over ttabwidget

2012-10-27 Thread Martin Schreiber
On Saturday 27 October 2012 16:52:49 Alexandre Minoshi wrote:
> Hi, again!
>
> procedure tmainfo.on_childmouseevent(const sender: twidget; var ainfo:
> mouseeventinfoty);
> begin
>   tlabel1.caption := sender.name;
> end;
>
> It work with widgets placed on form or other widgets (tlabel, tspacer,
> etc) but not work with widgets placed on ttabpage(s). All options sets
> to default.
>
> How to fix?
>
There was a missing "inherited", please try again with git master 
0f45a0ef259a471782317feb95477fb2b84cb2f7.

Martin

--
WINDOWS 8 is here. 
Millions of people.  Your app in 30 days.
Visit The Windows 8 Center at Sourceforge for all your go to resources.
http://windows8center.sourceforge.net/
join-generation-app-and-make-money-coding-fast/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] onchildmouseevent not work over ttabwidget

2012-10-27 Thread Alexandre Minoshi
Hi, again!

procedure tmainfo.on_childmouseevent(const sender: twidget; var ainfo: 
mouseeventinfoty);
begin
  tlabel1.caption := sender.name;
end;

It work with widgets placed on form or other widgets (tlabel, tspacer, 
etc) but not work with widgets placed on ttabpage(s). All options sets 
to default.

How to fix?


Yours,
Alexandre Minoshi

--
WINDOWS 8 is here. 
Millions of people.  Your app in 30 days.
Visit The Windows 8 Center at Sourceforge for all your go to resources.
http://windows8center.sourceforge.net/
join-generation-app-and-make-money-coding-fast/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk