MouseDown no longer sent to list fields??

Mike Bonner bonnmike at gmail.com
Tue May 24 13:10:20 EDT 2016


Try it with messages toggled off. I had a weird instance where my "select
grouped" toggle got stuck in reverse mode.  Select group was on, couldn't
select controls, off, I could.  Maybe your toggle is horked too.

On Tue, May 24, 2016 at 9:05 AM, John Dixon <dixonja at hotmail.co.uk> wrote:

> Bob...
>
> Just tried this in a scrolling list field.. it works
>
> on mousedown
>
>      answer word 2 of the clickLine
>
> end mousedown
>
>
> > From: bobsneidar at iotecdigital.com
> > To: use-livecode at lists.runrev.com
> > Subject: Re: MouseDown no longer sent to list fields??
> > Date: Tue, 24 May 2016 15:02:04 +0000
> >
> > Belay my last. Seems NO messages are being sent right now. NOTHING is
> working. I toggled supress messages, but to no avail.
> >
> > Bob S
> >
> >
> > > On May 24, 2016, at 07:59 , Bob Sneidar <bobsneidar at iotecdigital.com>
> wrote:
> > >
> > > This used to work in a text field with it's listBehavior set to true.
> No longer:
> > >
> > > on mouseDown
> > >  put the clickLine into theClickedLine
> > >  put value(theClickedLine) into theSalesPerson
> > >  put theSalesPerson into field "fldSalesPerson"
> > >  hide me
> > >  show group "grpCustContact"
> > > end mouseDown
> > >
> > > Now the field never sees the mouseDown message. So how do I tell if a
> user has clicked an item in the list? SelectionChanged is not sent to the
> object either! If this is not intended behavior, I will submit a bug, but
> this is how I do list selections in all of my projects.
> > >
> > > Bob S
> >
> >
> > _______________________________________________
> > use-livecode mailing list
> > use-livecode at lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list