[Gambas-user] Create Event

Reynaldi Jansen reynaldi.jansen at ...626...
Fri Sep 3 08:49:03 CEST 2010


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!



More information about the User mailing list