From: Alessandro Antonangeli on
A strange thing happens
I have a radio button group in a datawindow which own 2 subdatawindows
If I select a radio button with the mouse, everything hangs
Removing the 2 subdatawindows it works (tryed also removing 1 and the other
1, but still hangs)
I create a third subdatawindow, moved the radio button group in this new SDW
and all it works

There is no control event in the main window
Using arrow instead of mouse to select, it works
Any idea?

--
Ciao
Alessandro


From: Urs Eggmann on
Hi Alessandro,

I tested this configuration with only generated code. Everything works. So I
guess the blockade comes from some written code, that causes a loop ???

regards
Urs

"Alessandro Antonangeli" <alcati(a)alcati.RemoveThis.com> schrieb im
Newsbeitrag news:g5ik2d$da2$1(a)aioe.org...
>A strange thing happens
> I have a radio button group in a datawindow which own 2 subdatawindows
> If I select a radio button with the mouse, everything hangs
> Removing the 2 subdatawindows it works (tryed also removing 1 and the
> other 1, but still hangs)
> I create a third subdatawindow, moved the radio button group in this new
> SDW and all it works
>
> There is no control event in the main window
> Using arrow instead of mouse to select, it works
> Any idea?
>
> --
> Ciao
> Alessandro
>
>


From: Alessandro Antonangeli on
Well I did check before sending the problem, but didn't found anything
I "solved" the problem putting the radio button group in a third sub data
windows and now it works.... just changed the access/assign to point to the
SDW controls
So it is not some written code that could cause the loop
May be an IDE corruption, i didnt check for that
Thanks for your help
--
Ciao
Alessandro

"Urs Eggmann" <UrsEggmann(a)compuserve.com> ha scritto nel messaggio
news:6e9l7bF5fcc0U1(a)mid.individual.net...
> Hi Alessandro,
>
> I tested this configuration with only generated code. Everything works. So
> I guess the blockade comes from some written code, that causes a loop ???
>
> regards
> Urs
>
> "Alessandro Antonangeli" <alcati(a)alcati.RemoveThis.com> schrieb im
> Newsbeitrag news:g5ik2d$da2$1(a)aioe.org...
>>A strange thing happens
>> I have a radio button group in a datawindow which own 2 subdatawindows
>> If I select a radio button with the mouse, everything hangs
>> Removing the 2 subdatawindows it works (tryed also removing 1 and the
>> other 1, but still hangs)
>> I create a third subdatawindow, moved the radio button group in this new
>> SDW and all it works
>>
>> There is no control event in the main window
>> Using arrow instead of mouse to select, it works
>> Any idea?
>>
>> --
>> Ciao
>> Alessandro
>>
>>
>
>