Hello all,

i have an application running well with 2.7.0 but getting a signal#11 with 2.8.2

PUBLIC SUB ButtonPartner_Click()
  DIM hForm AS FPartnerStart
  
signal#11 -->  hForm = NEW FPartnerStart(BenutzerID)    <-- signal#11
  hForm.Show
  
END


As i get the error by creating a new form (what is designed with the 
gambas-ide) i thing there is 1 component that makes the trouble. But in this 
form i use a bunch of different component, so its not that simple to find out 
what will bring this error.

Any suggestion how to find the guilty component?

regards,
HMB


__________________________________________________
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen 
Massenmails. 
http://mail.yahoo.com 

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to