[Gambas-user] Object borders ...

Gareth Bult gareth at ...1689...
Wed May 2 16:47:05 CEST 2007


Ok, you've got me there ...

The example below was a completely clean test starting Gambas from
scratch .. and was the entirety of the code ..
All grid and properties were Gambas defaults ...

(what's a drawing style?)

Gareth.

On Wed, 2007-05-02 at 16:41 +0200, Benoit Minisini wrote:

> On mercredi 2 mai 2007, Gareth Bult wrote:
> > Ok,
> >
> > Really easy to reproduce .. (1.9.48)
> >
> > New project, Qt, Form, call it test.
> > Drop a grid on.
> > Add event handler;
> >
> > PUBLIC SUB grid_Click()
> >
> >   grid.X = 4
> >   grid.Y = 4
> >   grid.W = grid.Parent.ClientW - 8
> >   grid.H = grid.Parent.ClientH - 8
> >
> > END
> >
> > F5
> > I see a "fine" or "silver" border by default.
> > Click on the grid.
> > Redraw includes a thicker "light blue" line - which I don't expect !
> >
> > Screen clips attached ...
> >
> > Gareth.
> >
> 
> Mmm... It seems to be a bug in the drawing style. Which style do you use?
> 

-- 
Gareth Bult, Encryptec Limited
Tel: 0845 25 77033, FWD: 753977, Mob: 07891 389657
Email: gareth at ...1689... 
Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request.





More information about the User mailing list