Discussion:
[Foxgui-users] Editing a cell in FXTable
Julia Dudascik (Contractor)
2017-03-23 14:01:07 UTC
Permalink
Hello

On the PC, whenever I edit a cell in my FXTable, there is a notification
ding that is sounded. I click on the cell, and when I press the key for the
new value, it dings. How do I stop it from doing this? I have confirmed
that it is not coming from my application.

Thanks
Julia
JVZ
2017-03-23 14:19:55 UTC
Permalink
On Thu, 23 Mar 2017 10:01:07 -0400
Post by Julia Dudascik (Contractor)
Hello
On the PC, whenever I edit a cell in my FXTable, there is a notification
ding that is sounded. I click on the cell, and when I press the key for the
new value, it dings. How do I stop it from doing this? I have confirmed
that it is not coming from my application.
Thanks
Julia
If you mean a beep, it beeps when FXTable::startInput() returns false.

This will be the case when (a) the FXTable is not editable, (b) or when
the FXTableItem is not enabled, or (c) when its already being edited,
or (d) when the FXTableItem's getControlForItem() return NULL, as in
failed to create an edit-control (typically, FXTextField) with which
to edit the cell.

Hope this helps,


-- JVZ





+----------------------------------------------------------------------------+
| Copyright (C) 09:10 03/23/2017 Jeroen van der Zijp. All Rights Reserved. |
+----------------------------------------------------------------------------+
Loading...