[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
[Thread Prev] | [Thread Next]
- Subject:
- From: Philippe Valarcher <philippe.valarcher@xxxxxxx>
- Date: Sun, 02 Feb 2025 22:39:44 +0100
- To: Gambas Mailing List <user@xxxxxxxxxxxxxxxxxxxxxx>
Bonsoir, is someone can helping me in debbugging this part : Public Sub Form_Open() Dim fontName As String Dim fontTaille As String Dim fontStyle As String CbxFonts.Clear() CbxTailles.Clear() CbxStyles.Clear() ' Module_Settings.RestorePolice For Each fontName In Fonts CbxFonts.Add(fontName) Next For Each fontStyle In ["False", "True"] CbxStyles.Add(fontStyle) Next For Each fontTaille In ["8", "9", "10", "11", "12", "13"] CbxTailles.Add(fontTaille) Next CbxFonts.Text = CbxFonts.List[CbxFonts.Find(FMain.sFontName)] CbxTailles.Text = CbxTailles.List[CbxTailles.Find(FMain.iFontSize)] ' CbxStyles.Text = CbxStyles.List[CbxStyles.Find(FMain.bFontStyle)] End If I uncomment the last line the program fail with this : -- Regards Philippe Valarcher <philippe.valarcher@xxxxxxx>
Re: | Bruce Steers <bsteers4@xxxxxxxxx> |
Re: Was: Without topic | Christof Thalhofer <chrisml@xxxxxxxxxxx> |
Disposition-Notification-To Was Re: | Christof Thalhofer <chrisml@xxxxxxxxxxx> |