[Gambas-user] Placeholder not working

Martin mbelmonte at belmotek.net
Wed Feb 3 19:52:09 CET 2021


Hi Charlie.

I test the code with the follow results:

gb.gui => Works

gb.gui.qt   => Crash

My system use gtk (xfce desktop)

Rgards.

El 3/2/21 a las 18:32, Charlie Ogier escribió:
> 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
> '************************************
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----


More information about the User mailing list