[Gambas-user] Progressbar_mousedown() does not work

Wolfgang, dl7nb dl7nb at ...17...
Sun Nov 16 15:31:52 CET 2014


Hello all,
I have tested with Gambas3.6.2. I placed a simple Progressbar and tried:

#####
Public Sub ProgressBar1_Enter()

     Debug "Here we are!"

End
#####

Which worked perfectly. But

#####
Public Sub ProgressBar1_MouseDown()

     Debug "Here we are!"

End
#####

did never execute. What went wrong?

Please help me....

Wolf




More information about the User mailing list