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
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
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
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
> 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
> 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
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
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
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
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"
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
> 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
>
> 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
> 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
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
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
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
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
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
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
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
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
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
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
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:
>>&
>
>>> 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
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
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
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
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?
>
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
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
32 matches
Mail list logo