Re: HilitedItem of a navbar

2020-04-11 Thread Bob Sneidar via use-livecode
I figured out that when my work laptop is active there is a rule that moves the emails for the use list into another folder. My home iMac has no such rule, so at times it seems like no one is responding when actually they are. DOH! Bob S > On Apr 8, 2020, at 4:15 PM, J. Landman Gay via

Re: HilitedItem of a navbar

2020-04-08 Thread J. Landman Gay via use-livecode
Thank you! I didn't think to try that. I think I tried everything else. On 4/8/20 5:54 PM, Brian Milby via use-livecode wrote: Use empty instead of 0 and it should work. Thanks, Brian On Apr 8, 2020, 5:38 PM -0400, J. Landman Gay via use-livecode , wrote: On 4/7/20 12:43 PM, Brian Milby via

Re: HilitedItem of a navbar

2020-04-08 Thread J. Landman Gay via use-livecode
I would never ignore you. ;) We were talking about navbars that time, and I'd already tried empty. But it does seem to work with segmented controls. On 4/8/20 6:01 PM, Bob Sneidar via use-livecode wrote: That's what I said! I thought people were ignoring me because that wouldn't work. Bob S

Re: HilitedItem of a navbar

2020-04-08 Thread Bob Sneidar via use-livecode
Ah! I read the subject, not the body. :-) Bob S > On Apr 8, 2020, at 16:12 , Brian Milby via use-livecode > wrote: > > For the segmented control widget, the hilitedItems property (with an s) > expects a comma separated list of positive integers. It can be empty to have > nothing selected.

Re: HilitedItem of a navbar

2020-04-08 Thread Brian Milby via use-livecode
For the segmented control widget, the hilitedItems property (with an s) expects a comma separated list of positive integers.  It can be empty to have nothing selected. For the navigation bar widget, the hilitedItem must be a positive integer.  In the next DP it will also allow 0 to indicate

Re: HilitedItem of a navbar

2020-04-08 Thread Bob Sneidar via use-livecode
Yeah no work. Must be an integer Bob S > On Apr 8, 2020, at 16:01 , Bob Sneidar via use-livecode > wrote: > > That's what I said! I thought people were ignoring me because that wouldn't > work. > > Bob S > > >> On Apr 8, 2020, at 15:54 , Brian Milby via use-livecode >> wrote: >> >>

Re: HilitedItem of a navbar

2020-04-08 Thread Bob Sneidar via use-livecode
That's what I said! I thought people were ignoring me because that wouldn't work. Bob S > On Apr 8, 2020, at 15:54 , Brian Milby via use-livecode > wrote: > > Use empty instead of 0 and it should work. > > Thanks, > Brian > On Apr 8, 2020, 5:38 PM -0400, J. Landman Gay via use-livecode >

Re: HilitedItem of a navbar

2020-04-08 Thread Brian Milby via use-livecode
Use empty instead of 0 and it should work. Thanks, Brian On Apr 8, 2020, 5:38 PM -0400, J. Landman Gay via use-livecode , wrote: > On 4/7/20 12:43 PM, Brian Milby via use-livecode wrote: > > The PR is now merged into develop and will be in the next DP.  It only adds > > the option of selecting

Re: HilitedItem of a navbar

2020-04-08 Thread J. Landman Gay via use-livecode
On 4/7/20 12:43 PM, Brian Milby via use-livecode wrote: The PR is now merged into develop and will be in the next DP.  It only adds the option of selecting nothing but does not make it the default. I now have the same problem with a segmented control, which I'm using as a vertical popup menu

RE: HilitedItem of a navbar

2020-04-07 Thread Ralph DiMola via use-livecode
use-livecode Sent: Tuesday, April 07, 2020 1:44 PM To: How to use LiveCode Cc: Brian Milby Subject: RE: HilitedItem of a navbar The PR is now merged into develop and will be in the next DP. It only adds the option of selecting nothing but does not make it the default. We could now work up a PR

Re: HilitedItem of a navbar

2020-04-07 Thread matthias rebbe via use-livecode
--Original Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf > Of Matthias Rebbe via use-livecode > Sent: Sunday, April 05, 2020 4:56 AM > To: How to use LiveCode > Cc: Matthias Rebbe > Subject: Re: HilitedItem of a navbar > > Hi

RE: HilitedItem of a navbar

2020-04-07 Thread Ralph DiMola via use-livecode
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Brian Milby via use-livecode Sent: Tuesday, April 07, 2020 1:44 PM To: How to use LiveCode Cc: Brian Milby Subject: RE: HilitedItem of a navbar The PR is now merged into develop and will be in the next DP. It only adds t

RE: HilitedItem of a navbar

2020-04-07 Thread Brian Milby via use-livecode
no. Here it is again: > > I made 4 changes to the navbar widget. > > 1) The hiliteditem can be set to zero so no item is hilited > 2) The default is no item hilited (hiliteditem = 0) > 3) The inspector allows you to decrement the select item index to zero. > 4) If the label of an item i

RE: HilitedItem of a navbar

2020-04-05 Thread Ralph DiMola via use-livecode
Matts, No problem brother. I shared this with the list on January 10th. I was warned that changing default behaviors is a Bozo no no. Here it is again: I made 4 changes to the navbar widget. 1) The hiliteditem can be set to zero so no item is hilited 2) The default is no item hilited

Re: HilitedItem of a navbar

2020-04-05 Thread Matthias Rebbe via use-livecode
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf > Of J. Landman Gay via use-livecode > Sent: Saturday, April 04, 2020 3:31 PM > To: LiveCode Mailing List > Cc: J. Landman Gay > Subject: HilitedItem of a navbar > > I can't set this to 0? I need to. > >

Re: HilitedItem of a navbar

2020-04-05 Thread J. Landman Gay via use-livecode
Oh good. See if you can push it. On 4/4/20 6:36 PM, Brian Milby via use-livecode wrote: I have a PR that supports this (setting 0 will highlight nothing): https://github.com/livecode/livecode/pull/6404 It is vulcan reviewed, but not merged. A push may get it into the next DP. Thanks, Brian

Re: HilitedItem of a navbar

2020-04-04 Thread Brian Milby via use-livecode
I have a PR that supports this (setting 0 will highlight nothing): https://github.com/livecode/livecode/pull/6404 It is vulcan reviewed, but not merged. A push may get it into the next DP. Thanks, Brian On Sat, Apr 4, 2020 at 3:31 PM J. Landman Gay via use-livecode <

RE: HilitedItem of a navbar

2020-04-04 Thread Ralph DiMola via use-livecode
[mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of J. Landman Gay via use-livecode Sent: Saturday, April 04, 2020 3:31 PM To: LiveCode Mailing List Cc: J. Landman Gay Subject: HilitedItem of a navbar I can't set this to 0? I need to. -- Jacqueline Landman Gay | jac

Re: HilitedItem of a navbar

2020-04-04 Thread Bob Sneidar via use-livecode
Try empty Bob S On Apr 4, 2020, at 12:30 PM, J. Landman Gay via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: I can't set this to 0? I need to. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

HilitedItem of a navbar

2020-04-04 Thread J. Landman Gay via use-livecode
I can't set this to 0? I need to. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to