[Gambas-user] Create Event

Jussi Lahtinen jussi.lahtinen at ...626...
Fri Sep 3 21:18:22 CEST 2010


"If you forget to specify the Name part, your object will never raise events!"
http://gambasdoc.org/help/lang/new

Jussi


On Fri, Sep 3, 2010 at 09:49, Reynaldi Jansen <reynaldi.jansen at ...626...> wrote:
> Hello again.
>
> I have a form and textarea with tabstrip as parent...
> Then i create textarea1_cursor event in the first textarea...
>
> When user invoke to open new tab.count, it will create a new textarea...
>
> DIM hTextArea as TextArea
> TabStrip1.count += 1
> hTextArea = NEW TextArea(TabStrip1)
>
> My question is, how to make thatnewtextarea_cursor event just like the first
> textarea1_cursor event?
>
> Thanks!
> ------------------------------------------------------------------------------
> This SF.net Dev2Dev email is sponsored by:
>
> Show off your parallel programming skills.
> Enter the Intel(R) Threading Challenge 2010.
> http://p.sf.net/sfu/intel-thread-sfd
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>




More information about the User mailing list