Re: [Interest] ListView text item delegate property setting issue

2013-03-09 Thread Steve Pavao
n't have a lot of Javascript experience either. I'm just getting used to how to take advantage of the way scoping works in QML. - Steve Pavao aka VStevenP --- On Fri, 3/8/13, Nils Jeisecke wrote: > From: Nils Jeisecke > Subject: Re: [Interest] ListView text item delegate p

Re: [Interest] ListView text item delegate property setting issue

2013-03-08 Thread Nils Jeisecke
Hi, On Fri, Mar 8, 2013 at 1:41 AM, Steve Pavao wrote: > The problem I am having is that I haven't found a reliable way to be able to > set the > associated text delegate's font.bold and font.pixelSize properties once I set > the > ListView's currentIndex to that desired value > programatically

[Interest] ListView text item delegate property setting issue

2013-03-07 Thread Steve Pavao
Preface: I am initializing a ListView's currentIndex to -1 in my QML, and I am later populating the List Model and the ListView's currentIndex to values which are read from a remote database via C++ code.  This all works well. The problem I am having is that I haven't found a reliable way to be