Re: NavBar widget in LC9.0.0

2018-05-24 Thread prothero--- via use-livecode
uot;Navigation Bar" to "search" > > By some chance do you have more than 1 navbar widget which is unintentionally > sucking up the message path? > > --Andrew Bell > > >> Date: Wed, 23 May 2018 22:38:54 -0700 >> From: "proth...@earthlearningsolut

Re: NavBar widget in LC9.0.0

2018-05-24 Thread Andrew Bell via use-livecode
than 1 navbar widget which is unintentionally sucking up the message path? --Andrew Bell Date: Wed, 23 May 2018 22:38:54 -0700 From: "proth...@earthlearningsolutions.org" Subject: Re: NavBar widget in LC9.0.0 I?ll make a test stack. But the problem is, I click on item 1. Item 1 is hil

Re: NavBar widget in LC9.0.0

2018-05-23 Thread Tore Nilsen via use-livecode
I did the same test on MacOS 10.13 and LC 9.0.0. Everything works as expected here. Best, Tore Nilsen > 24. mai 2018 kl. 07:47 skrev Brian Milby via use-livecode > : > > I ran the test on Linux and Win10 with the same result. The icon highlight > moved along as expected. My test stack just had

Re: NavBar widget in LC9.0.0

2018-05-23 Thread Brian Milby via use-livecode
I ran the test on Linux and Win10 with the same result. The icon highlight moved along as expected. My test stack just had one button and a navbar widget. On Thu, May 24, 2018 at 12:39 AM prothero--- via use-livecode < use-livecode@lists.runrev.com> wrote: > I’ll make a test stack. But the problem

Re: NavBar widget in LC9.0.0

2018-05-23 Thread prothero--- via use-livecode
I’ll make a test stack. But the problem is, I click on item 1. Item 1 is hilited. Then I run a script with: Set the hiliteditem of widget “navbar” to 3 Item 3 does not hilite, but if I do, in script: Put the hiliteditem of widget “navbar” into theItem .. theItem is set to 3, but the widget’s hil

Re: NavBar widget in LC9.0.0

2018-05-23 Thread Brian Milby via use-livecode
Wow, I really need to lay off of responding from my phone... Anyway, I just made a test stack on LC9, Mac (Sierra) and it works as expected. Here's the button code: local sItemCount on mouseUp put the number of items of the itemNames of widget "Navigation Bar" into sItemCount roundRobin e

Re: NavBar widget in LC9.0.0

2018-05-23 Thread Brian Milby via use-livecode
What version are you testing in? I’ve worked in that code a bit and though it was working properly. On Wed, May 23, 2018 at 9:10 PM Brian Milby wrote: > Can’t test right now, but this is from the dictionary: > > set the hilitedItem of widget to itemNumber > > On Wed, May 23, 2018 at 8:05 PM Willi

Re: NavBar widget in LC9.0.0

2018-05-23 Thread Brian Milby via use-livecode
Can’t test right now, but this is from the dictionary: set the hilitedItem of widget to itemNumber On Wed, May 23, 2018 at 8:05 PM William Prothero via use-livecode < use-livecode@lists.runrev.com> wrote: > Folks: > I suppose this has already been submitted, but I just want to add my 2c re > the

NavBar widget in LC9.0.0

2018-05-23 Thread William Prothero via use-livecode
Folks: I suppose this has already been submitted, but I just want to add my 2c re the navBar widget. There seems to be no way to set the hilitedItem of the navBar. The only way seems to click it with the mouse. The dictionary states that one can set the hilitedItem, and when I do I can get the