On Wed, Oct 23, 2013 at 7:21 PM, Mark Miesfeld <miesf...@gmail.com> wrote:

> On Wed, Oct 23, 2013 at 6:24 PM, Art Heimsoth <artst...@artheimsoth.com>wrote:
>
>>
>> It appears to work much, much better - thanks.  A problem that it
>> has for me is if I TAB out of the ComboBox, the program seems to
>> lock up in that Ok, Cancel, "x" abort, mouse clicks - nothing seems
>> to respond.
>>
>
>
> Hmm, I don't see that at all.  I click on an item in column 0, select say
> Skip, use tab, Skip is set in the list-view and I'm on the Ok button.
>
> Well maybe not, I guess the keyboard doesn't work, but the mouse works
> fine.  I didn't notice because I was using clicking on something with the
> mouse next.  Then the keyboard works.
>

Hi Art,

I tested this using ooRexx 4.1.3 and ooDialog 4.2.3 this morning:

C:\Rexx>rexx -v
Open Object Rexx Version 4.1.3
Build date: Jul  4 2013
Addressing Mode: 64

Copyright (c) IBM Corporation 1995, 2004.
Copyright (c) RexxLA 2005-2012.
All Rights Reserved.
This program and the accompanying materials are made available under
the terms of the Common Public License v1.0 which accompanies this
distribution or at
http://www.oorexx.org/license.html

C:\Rexx>oodialog --version

ooDialog: ooDialog Version 4.2.3.9254 (64 bit)
          Built May 27 2013 13:39:31
          Copyright (c) RexxLA 2005-2013.
          All Rights Reserved.

Rexx:     Open Object Rexx Version 4.1.3


C:\Rexx>

Everything seems to work fine.  I am on Windows 7, not XP.

I did change the isGrandChild() invocation to this:

      IMP.CBox~isGrandchild(onEditGrandChildEvent)

That change cleared up the keyboard problem for me.

--
Mark Miesfeld
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to