[Gambas-user] IDE Make executable, Dec version disabled

Bruce Steers bsteers4 at gmail.com
Tue May 24 20:29:37 CEST 2022


On Tue, 24 May 2022 at 19:17, Benoit Minisini <
benoit.minisini at gambas-basic.org> wrote:

> Le 24/05/2022 à 20:07, Bruce Steers a écrit :
> >
> >
> > On Mon, 23 May 2022 at 15:05, T Lee Davidson <t.lee.davidson at gmail.com
> > <mailto:t.lee.davidson at gmail.com>> wrote:
> >
> >     On 5/23/22 05:08, Bruce Steers wrote:
> >      > Is it just me or is this for all?
> >      >
> >      > When making an exe if i select the "Set version" check to enable
> >     the 3 SpinBox controls the + of each SpinBox is enabled but the
> >      > - is not and cannot be clicked.
> >      >
> >      > Respects
> >      > BruceS
> >
> >     It's not just you. I get the same here.
> >
> >
> > I think this is a bug Ben
> > If i change the UpdateButtons() in SpinBox.class from this...
> >
> > *Private Sub UpdateButtons()
> >
> >    If Not $hButtonInc Then Return
> >
> >    $hButtonInc.Enabled = Not Me.ReadOnly
> >    $hButtonDec.Enabled = $hButtonInc.Enabled
> >
> > End
> >
> > *To this...
> >
> > *Private Sub UpdateButtons()
> >
> >    If Not $hButtonInc Then Return
> >
> >    $hButtonInc.Enabled = Not Me.ReadOnly
> >    $hButtonDec.Enabled = *Not Me.ReadOnly*
> >
> > End
> > *
> > *
> > *
> > Then the bug is gone.
> >
> > Respects
> > BruceS
> > **
> >
> >
> > ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>
> Funny, I have just committed the same fix at same moment.
>

Haha :)
I may well record this day as the 1st day my fix was not completely in the
wrong place !
I feel i've passed a milestone of some sort  lol :D
Wishing well
BruceS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20220524/7c2b6ffa/attachment.htm>


More information about the User mailing list