19/05/2023: A causa di un errore sono stati cancellati, insieme ad account creati da bot, alcuni account legittimi. Si prega di leggere qui: https://www.gambas-it.org/smf/index.php?topic=9733.0
https://lists.gambas-basic.org/pipermail/user/2023-December/081024.htmlSu quest'argomento proponiamo ai lettori del nostro forum la lettura di questa pagina della Wiki: https://www.gambas-it.org/wiki/index.php/Adattare_la_dimensione_di_un_Oggetto_grafico_al_testo_contenuto
Public Sub Form_Open() Dim hHBox As HBox Dim hVBox As VBox Dim hTextLabel As TextLabel Dim oPanel As Panel Dim hLabel As Label With Me .Arrangement = Arrange.Vertical .Margin = True End With With hHBox = New HBox(Me) .AutoResize = True .Background = Color.SoftMagenta End With With hVBox = New VBox(hHBox) .Background = Color.SoftRoyal .AutoResize = True .Width = 100 End With With hTextLabel = New TextLabel(hVBox) .AutoResize = True .Foreground = Color.Royal .Width = hVBox.Width .Text = "Sono un testo veramente lungo per poter stare entro i miei confini (100 px), ciò nonostante ottengo lo spazio necessario in altezza" End With With oPanel = New Panel(Me) .Expand = True .Arrangement = Arrange.Fill End With With hLabel = New Label(oPanel) .Alignment = Align.Center .Background = Color.SoftYellow .Foreground = Color.LightBackground .Text = "SONO UN PANEL\nCON PROPRIETÀ\nEXPAND = TRUE" .Font.Size = 16 .Font.Bold = True End WithEnd
Citazione da: vuott - 16 Dicembre 2023, 10:14:59Lo so c'è un po tanta fuffa, ma come dicevano i Latini...Alea jacta est?Tu quoque Brute fili mi?In medio stat virtus?Ogni scarrafone e bell'a mamma soja? (!)
Lo so c'è un po tanta fuffa, ma come dicevano i Latini...
Citazione da: Gianluigi - 16 Dicembre 2023, 15:23:51Citazione da: vuott - 16 Dicembre 2023, 10:14:59Lo so c'è un po tanta fuffa, ma come dicevano i Latini...Alea jacta est?Tu quoque Brute fili mi?In medio stat virtus?Ogni scarrafone e bell'a mamma soja? (!) Che domande... la quarta naturalmente
... bell' ...
Citazione da: kicco - 16 Dicembre 2023, 16:09:38... bell' ...Bravo kicco, è raro trovare qualcuno del nord che ha capito che i nomi maschili nelle lingue locali del sud Italia troncano sempre la vocale finale.