[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gambas-bugtracker] Bug #2881: Dynamical created TextBox rejects any dynamic font manipualtion while designer created TextBox supports dynamic font manipulation.
[Thread Prev] | [Thread Next]
- Subject: [Gambas-bugtracker] Bug #2881: Dynamical created TextBox rejects any dynamic font manipualtion while designer created TextBox supports dynamic font manipulation.
- From: <bugtracker@xxxxxxxxxxxxxx>
- Date: Wed, 03 Apr 2024 05:51:56 GMT
- To: steffenploetz@xxxxxxxxxxx,bugtracker@xxxxxxxxxxxxxxxxxxxxxx
http://gambaswiki.org/bugtracker/edit?object=BUG.2881&from=L21haW4- Comment #2 by Steffen PLOETZ: Hello Benoît, my sincere apologies! I can no longer understand the problem either. The code here works and does what it should: Public Sub btnTestDynamicTextBox_Click() Dim oTextArea As TextArea = New TextArea(Me) As "ctrlTextArea" Dim oFont As Font = New Font("Nimbus Mono PS, Bold, 24") oTextArea.Text = "This is a test text, that should occure in 'Nimbus Mono PS, Bold, 24'." oTextArea.Ignore = True oTextArea.Font = oFont oTextArea.X = 100 oTextArea.Y = 100 oTextArea.W = 200 oTextArea.H = 100 oTextArea.Show() End Thank you for the effort and the quick response. Regards, Steffen Steffen PLOETZ changed the state of the bug to: Accepted. ----[ Gambas bugtracker-list is hosted by https://www.hostsharing.net ]----