[Gambas-user] Placeholder not working

T Lee Davidson t.lee.davidson at gmail.com
Thu Feb 4 00:04:54 CET 2021


On 2/3/21 12:32 PM, Charlie Ogier wrote:
> Hi,
> 
> Can you try the following code and see if it crashes on you.
> 
> Thanks,
> 
> Charlie
> '************************************
> ComboBox1 As ComboBox
> 
> Public Sub Form_Open()
> 
>    With ComboBox1 = New ComboBox(Me) As "ComboBox1"
>      .x = 10
>      .y = 35
>      .Height = 28
>      .Width = 250
>      .Placeholder = "Add some text"    ''This causes a crash with gb.gui.qt and does not work with gb.gui
>    End With
> 
> End
> '************************************
It crashes with gb.qt5.
It does not crash with gb.gtk3, but there is no Placeholder text.


-- 
Lee


More information about the User mailing list