[Gambas-user] Weird display bug
Grahame White
grahame at ...457...
Thu Jun 3 00:55:46 CEST 2004
In the project I've attached I'm getting a very odd bug.
First off try this first to see if you get the same problem :
1) Load the project in gambas.
2) Run the program.
3) Goto help->rules
4) Click 'next'.
5) Click 'next' again.
If you get the same problem then the bottom of the window should cut off
some of the buttons.
If you DO get the same bug then end the program and go back to design mode.
Go into FRules.class and change line 89 from :
FRules.Height = 8 + lblHeading.Height + 8 + pnlRule3.Height + 8 +
cmdCancel.height + 8
to :
FRules.Height = 8 + lblHeading.Height + 8 + pnlRule3.Height + 8 +
cmdCancel.height + 7
Follow the above steps again and the window should now be long enough to
fully enclose the buttons with space to spare.
Grahame
-------------- next part --------------
A non-text attachment was scrubbed...
Name: solitaire-0.9.4.tar.gz
Type: application/x-tgz
Size: 15259 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20040602/35ba36f7/attachment.bin>
More information about the User
mailing list