AW: anything new with mouse wheel in groups?
Tiemo Hollmann TB
toolbook at kestner.de
Tue Jun 14 08:32:16 EDT 2011
Hi Mark,
thanks for jumping in.
In my case the old workaround with an background image for the whole group
did the trick to catch the message. So I can put the handler into the group
and don't have to check for anything else.
Just wanted to know, if there is something more sophisticated. But as you
explained, a group has no surface...
Thanks
Tiemo
> -----Ursprüngliche Nachricht-----
> Von: use-livecode-bounces at lists.runrev.com [mailto:use-livecode-
> bounces at lists.runrev.com] Im Auftrag von Mark Schonewille
> Gesendet: Dienstag, 14. Juni 2011 12:17
> An: How to use LiveCode
> Betreff: Re: anything new with mouse wheel in groups?
>
> Hi Tiemo,
>
> I think you need to perceive a group as an object without surface. There
is no
> area to catch the message. If you want it to interact with the group,
catch
> the message at card or stack level, make sure that the target isn't a
field or
> button and check that the mouseLoc is within the rect of the group.
>
> --
> Best regards,
>
> Mark Schonewille
>
> Economy-x-Talk Consulting and Software Engineering
> Homepage: http://economy-x-talk.com
> Twitter: http://twitter.com/xtalkprogrammer
> KvK: 50277553
>
> New: Download the Installer Maker Plugin 1.6 for LiveCode here
> http://qery.us/ce
>
> On 14 jun 2011, at 12:11, Tiemo Hollmann TB wrote:
>
> > Hi all,
> >
> > using LC 4.5.1 the mousewheel for vscroll is captured in a field, but
still
> > not in a group.
> >
> > I have seen some old threads about how to capture it with rawkeydown and
an
> > additional background image in the group to get it work everywhere
within
> > the group.
> >
> > I didn't find anything new, but wanted to ask if this is still the state
of
> > the art how to vscroll a group with the mousewheel, or if there are now
any
> > build in messages?
> >
> > Thanks
> >
> > Tiemo
>
>
> _______________________________________________
> 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