Re: tdf#114788 help needed on SvTreeListBox usage

2018-01-04 Thread Lionel Elie Mamane
Apparently, "EditingEntry" is called. If it returns true, the edit is allowed to proceed, if it returns false the item is not editable. On Thu, Jan 04, 2018 at 10:26:31AM +0100, Lionel Elie Mamane wrote: > Julien found it! > > On Wed, Jan 03, 2018 at 04:25:15PM +0100, Lionel Elie Mamane wrote: >

Re: tdf#114788 help needed on SvTreeListBox usage

2018-01-04 Thread Lionel Elie Mamane
Julien found it! On Wed, Jan 03, 2018 at 04:25:15PM +0100, Lionel Elie Mamane wrote: > So, Base has (file svx/source/form/filtnav.cxx) class > FmFilterNavigator which is a SvTreeListBox. (See > https://bugs.documentfoundation.org/114788 for how to display it.) > The structure on screen looks lik

tdf#114788 help needed on SvTreeListBox usage

2018-01-03 Thread Lionel Elie Mamane
Hi, So, Base has (file svx/source/form/filtnav.cxx) class FmFilterNavigator which is a SvTreeListBox. (See https://bugs.documentfoundation.org/114788 for how to display it.) The structure on screen looks like (for example): MainForm Or ID: 5 Or f1: 'blah' The issue is: "MainForm" shoul