On Tue, Oct 9, 2012 at 6:57 AM, Staffan Tylen <staffan.ty...@gmail.com> wrote: > I'm playing around with a property tab that has the HASHELP option, and I've > connected a method onHelp to the event lime this: > > self~connectHelp(onHelp) > > ::method onHelp unguarded > use arg id, type, x, y > say id type x y > > but the result comes out as: > > 2000 WINDOW 823 823 > 2000 WINDOW 1139 1139 > 2000 WINDOW 1176 1176 > 2000 WINDOW 711 711 > > i.e. x and y are always the same. Bug? It looks like it...
Yes that is a bug. Y is getting set to the value of x. My previous comments still apply though. The HASHELP keyword is to enable the Help button in the property sheet dialog. You deal with it in the way I described. The connectHelp() method is to connect the Windows Help notification. This is the notification that happens when the user presses the F1 key. -- Mark Miesfeld ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ Oorexx-users mailing list Oorexx-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-users