[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gambas-bugtracker] Bug #3191: it appears that setting the bytecode on 3.22 does not work


http://gambaswiki.org/bugtracker/edit?object=BUG.3191&from=L21haW4-

Comment #1 by Brian G:

Ok so the check box "Minimum Gambas version" on the Extra Dependencies page no longer works, so can not set the min version of the app anymore, a drawing area seems to cover/block the fields or something
even when the box is checked.

In the code it checks the 

If Project.RuntimeVersion Then
    chkVersionMin.Value = True
    spnVersionMin.Value = CInt(Split(Project.RuntimeVersion, ".")[1])
  Else
    chkVersionMin.Value = False
    spnVersionMin.Value = spnVersionMin.MaxValue
  Endif

but for some reason it seems to fail even when the project.runtimeVersion contains a value???



----[ Gambas bugtracker-list is hosted by https://www.hostsharing.net ]----