B4J Question Ground play / layout

Drago Bratko

Active Member
Licensed User
Longtime User
I'm thinking what would be best way to do interface like on picture.
ticketing_dvorana-1.png

This one is from VB6 and elements are buttons. Works fine, but if there are lot of elements, drawing is slow.

What I was looking at is BitmapCreator and/or XUI2D. Maybe something else ?

What is needed is :
- draw different elements (right now they are squares, but if possible seats or chairs would be better) with different colors
- mouse over should be possible to get (on element or get coordinate and I can calculate element over which is)
- mouse click should also be possible to get (on element or get coordinate and I can calculate element over which is)

Thanks for the ideas ...
 
Top