[Gambas-user] Best control for a game

Benoit Minisini gambas at ...1...
Thu Aug 28 11:57:03 CEST 2008


On jeudi 28 août 2008, Tomas Eroles i Forner wrote:
> Hi all
> I'm trying to write a gambas scrabble (yes, I'm in holidays :-), and I'm
> thinking which is the best control to do that.
> I've tried to use a 15x15 matrix text label, but I think perhaps there
> is a better control.
>
> What do you think about?
> If using a GridView or TableView, is it possible to paint some squares
> (for 2xWord, 3xWord, 2xLetter...)
>
> Thanks in advance

Draw everything yourself in a DrawingArea, this is the fastest.

Or create your own "scrabble cell" control based on a DrawingArea, and put 225 
of them inside a container.

Regards,

-- 
Benoit Minisini




More information about the User mailing list