Hi, since I'm new to Gambas it's a constant struggle, but a nice one that is. :)

I'm writng a class, CDiceBoard, that INHERITS Panel.
Everything went ok until it was time to implement some events for my class.

The following code works, but not the way I want it to be.
---
DIM hDiceBoard2 AS CDiceBoard
hDiceBoard2 = NEW CDiceBoard(ME) AS "myDiceBoard"

PUBLIC SUB myDiceBoard_MouseDown()
   DEBUG
END
---

How can I put the _MouseDown() inside CDiceBoard.class and make it work?

Regards
-- 
Patrik Karlsson

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to