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 [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
