Non capisco. Più vado avanti e più mi convinco che Gambas è peggiorato nella sua struttura di programmazione.
L'ultima volta che ho scritto è stato per denunciare il mancato riconoscimento della parola chiave "<center>" in HTML , all'interno di un testo di Message.box.
Oggi voglio farvi vedere come viene riempita una frame che vorrei fare comparire in sovrapposizione ad una gridview. Per questo allego l'immagine che ho catturato.
Ho esaminato attentamente i parametri relativi ai controlli risultanti trasparenti (4 TextBox e 1 Panel). Ho anche ripetuto la definizione di detti parametri all'interno del codice, ma senza ottenere cambiamenti migliorativi.
With Frame1
.X = Me.X + 525
.Y = Me.Y + 238
.Width = 427
.Height = 235
.Visible = True
.Enabled = True
End With
With Label6
.X = 125
.Y = 40
.Width = 133
.Height = 28
' .Visible = True
' .Enabled = True
End With
With Label7
.X = 266
.Y = 40
.Width = 133
.Height = 28
' .Visible = True
' .Enabled = True
End With
With Label5
.X = 14
.Y = 70
.Width = 112
.Height = 28
' .Visible = True
' .Enabled = True
End With
With Label8
.X = 14
.Y = 106
.Width = 119
.Height = 28
' .Visible = True
' .Enabled = True
End With
With CoVoCasVec
.X = 125
.Y = 70
.Width = 133
.Height = 28
' .Visible = False
' .Enabled = False
End With
With CoVoCasNuo
.X = 266
.Y = 70
.Width = 133
.Height = 28
' .Visible = False
' .Enabled = False
End With
With CoContrPartVec
.X = 125
.Y = 106
.Width = 133
.Height = 28
' .Visible = False
' .Enabled = False
End With
With CoContrPartNuo
.X = 266
.Y = 106
.Width = 133
.Height = 28
' .Visible = False
' .Enabled = False
End With
With Panel2
.X = 91
.Y = 160
.Width = 245
.Height = 55
.Visible = True
.Enabled = True
.Background = iColorPanel2
End With
With Label10
.X = 14
.Y = 15
.Width = 147
.Height = 28
End With
With SiConf
.X = 196
.Y = 10
.Width = 35
.Height = 21
.Value = False
.NoTabFocus = False
End With
With NoConf
.X = 196
.Y = 25
.Width = 35
.Height = 21
.Value = True
.NoTabFocus = False
End With