Re: NavBar Widget

2020-01-10 Thread Brian Milby via use-livecode
Item 1 is already submitted as a PR. I would avoid changing default behavior in the actual product though. Thanks, Brian On Jan 10, 2020, 5:27 PM -0500, Ralph DiMola via use-livecode , wrote: > I made 4 changes to the navbar widget. > > 1) The hiliteditem can be set to zero so n

NavBar Widget

2020-01-10 Thread Ralph DiMola via use-livecode
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 is a single space then the icon is centered

Re: Is there a way to use custom icons in the navbar widget?

2019-06-17 Thread Brian Milby via use-livecode
For sharing, I would suggest (possibly in addition to sample stacks) that people set up a GitHub repo.  Even though you can’t easily see changes in binary stacks, commit notes can explain the changes.  Be sure to use the livecode tag to make projects easily found there. If you want to expose th

Re: Is there a way to use custom icons in the navbar widget?

2019-06-17 Thread Bob Sneidar via use-livecode
0 AM -0400, Matthias Rebbe via use-livecode < >> use-livecode@lists.runrev.com>, wrote: >>> Hi, >>> >>> i am currently working on a mobile app which makes use of the navbar >> widget. I like the ease of that widget. The only thing i am missing is that >&g

Re: Is there a way to use custom icons in the navbar widget?

2019-06-17 Thread hh via use-livecode
> I wrote: > It is a "HTML5 Native Button", similar to the platform related "androidbutton" > or "iosbutton" widgets. Here is the source code > https://github.com/livecode/livecode/tree/develop/extensions/widgets > > This is good to know for people who give advices relating LC to Webdesign, > HTML

Re: Is there a way to use custom icons in the navbar widget?

2019-06-17 Thread hh via use-livecode
> Roland H. wrote: > (By the way, what is this HTML button widget meant to do? I searched 40 > minutes and still have no clue... Is this my fault to scratch my head?) It is a "HTML5 Native Button", similar to the platform related "androidbutton" or "iosbutton" widgets. Here is the source code http

Re: Is there a way to use custom icons in the navbar widget?

2019-06-17 Thread R.H. via use-livecode
To me the nav-bar is pretty much useless the way it is. It is a problem with widgets in general that they often do not allow fine grained customization as long as they do not give access to all properties and other settings and di what all other controls can do. And writing myself a nav-bar with L

Re: Is there a way to use custom icons in the navbar widget?

2019-06-16 Thread Tom Glod via use-livecode
There was something that was in the works..an improved sharing centerbut that seems to have died. no one has mentioned it in a while. On Sun, Jun 16, 2019 at 3:20 AM AndyP via use-livecode < use-livecode@lists.runrev.com> wrote: > There was talk at one point of being able to link to github r

Re: Is there a way to use custom icons in the navbar widget?

2019-06-16 Thread AndyP via use-livecode
There was talk at one point of being able to link to github repositories directly from within LiveCode share. I think this was from last years online conference? This would be a great way to share code snippets ect but I have not seen any reference to this since. - Andy Piddock My softwa

Re: Is there a way to use custom icons in the navbar widget?

2019-06-15 Thread Alex Tweedly via use-livecode
I suspect it's a group / script rather than a widget. And the facilities for sharing such things are primitive to say the least. IMHO, if Livecode made it as easy and "complete" to share scripts/groups as it is for widgets, there would be far more of them available Alex. P.S. by "complete"

Re: Is there a way to use custom icons in the navbar widget?

2019-06-15 Thread Tom Glod via use-livecode
its not a widget, just a group with some code that runs on "resizestack" I am intending on putting the whole project in github when I get to a certain point. Should be soon. But maybe I can get around to publishing this part separately first. If you or anyone really needs it urgently, pm me

Re: Is there a way to use custom icons in the navbar widget?

2019-06-15 Thread hh via use-livecode
> Tom G. wrote: > I ended up making my own svg nav bar because i wanted the ability to have > shadows or glows on the icons, its really easy to code the distribution of > icons. There was also another limitation that I can't remember. If you > want more visual control, that is what i would recomme

Re: Is there a way to use custom icons in the navbar widget?

2019-06-15 Thread Tom Glod via use-livecode
> > Thanks, > Brian > On Jun 15, 2019, 3:40 AM -0400, Matthias Rebbe via use-livecode < > use-livecode@lists.runrev.com>, wrote: > > Hi, > > > > i am currently working on a mobile app which makes use of the navbar > widget. I like the ease of that widget. Th

Re: Is there a way to use custom icons in the navbar widget?

2019-06-15 Thread Brian Milby via use-livecode
> i am currently working on a mobile app which makes use of the navbar widget. > I like the ease of that widget. The only thing i am missing is that i would > like to use my own icons with it, because i need other symbols than the ones > provided by the widget. > > So is there a

Re: Is there a way to use custom icons in the navbar widget?

2019-06-15 Thread Håkan Liljegren via use-livecode
obile app which makes use of the navbar widget. > I like the ease of that widget. The only thing i am missing is that i would > like to use my own icons with it, because i need other symbols than the ones > provided by the widget. > > So is there a way to use custom icons with

Is there a way to use custom icons in the navbar widget?

2019-06-15 Thread Matthias Rebbe via use-livecode
Hi, i am currently working on a mobile app which makes use of the navbar widget. I like the ease of that widget. The only thing i am missing is that i would like to use my own icons with it, because i need other symbols than the ones provided by the widget. So is there a way to use custom

Re: Navbar widget limitations

2018-06-20 Thread Klaus major-k via use-livecode
Hi Andrew, > Am 20.06.2018 um 21:31 schrieb Andrew Bell via use-livecode > : > > I've had growing frustration with adding items and changing itemNames of new > items in the Navigation Bar widget. Today I finally took the time to attempt > and recreate/troubleshoot the issue which led me to fil

Re: Navbar widget limitations

2018-06-20 Thread Klaus major-k via use-livecode
Hi Andrew, > Am 20.06.2018 um 21:44 schrieb Klaus major-k via use-livecode > : > > Hi Andrew, > >> Am 20.06.2018 um 21:31 schrieb Andrew Bell via use-livecode >> : >> >> I've had growing frustration with adding items and changing itemNames of new >> items in the Navigation Bar widget. Today

Re: Navbar widget limitations

2018-06-20 Thread Klaus major-k via use-livecode
Hi Andrew, > Am 20.06.2018 um 21:31 schrieb Andrew Bell via use-livecode > : > > I've had growing frustration with adding items and changing itemNames of new > items in the Navigation Bar widget. Today I finally took the time to attempt > and recreate/troubleshoot the issue which led me to fil

Navbar widget limitations

2018-06-20 Thread Andrew Bell via use-livecode
I've had growing frustration with adding items and changing itemNames of new items in the Navigation Bar widget. Today I finally took the time to attempt and recreate/troubleshoot the issue which led me to filing two bug reports. One major limitation I discovered was that the widget only se

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
Both of these work for me in 9.0.0rc1 and 9.0.0 on 10.13.3 (using the default widget with the 4 items): set the hilitedItem of widget "Navigation Bar" to 4 set the hilitedItemName of widget "Navigation Bar" to "search" By some chance do you have more

Re: NavBar widget in LC9.0.0

2018-05-23 Thread Tore Nilsen via use-livecode
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 is, >> I click on item 1. Item 1 is hilited. >> >> T

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

Re: NavBar widget in LC9.0.0

2018-05-23 Thread prothero--- via use-livecode
gt;>> 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: >>&

Re: NavBar widget in LC9.0.0

2018-05-23 Thread Brian Milby 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

Re: NavBar widget in LC9.0.0

2018-05-23 Thread Brian Milby via use-livecode
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. >> >> There seems to be no way to set the hilitedItem

Re: NavBar widget in LC9.0.0

2018-05-23 Thread Brian Milby via use-livecode
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 hilitedItem that I set in > code, but the item

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

Re: setting the hilited item of a navBar widget

2016-07-13 Thread Scott Morrow
I did try 'lock messages' and had thought that worked… but now it doesn’t appear to. I coded around it but found the issue curious. > On Jul 13, 2016, at 5:51 AM, Mike Kerner wrote: > > Without getting into the "why", did you try setting lockMessages to true, > first? >

Re: setting the hilited item of a navBar widget

2016-07-13 Thread Mike Kerner
Without getting into the "why", did you try setting lockMessages to true, first? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com

setting the hilited item of a navBar widget

2016-07-13 Thread sc...@elementarysoftware.com
I’m trying to hook all my navBars widgets to a single behavior script (rather than putting them in a group set to behave like a background.) When setting the hilitedItem of a navBar widget inside a “hiliteChanged” handler it triggers another “hiliteChanged” message. This makes sense but I