Hi to all I still have this problem

somebody have an idea ?

thanks

Lioz

On Mon, Nov 29, 2010 at 1:54 PM, Lioz Cohn <[email protected]> wrote:

> It's seems that doesn't resolved the problem?
>
> should I replace the all name in the file ?
>
> Lioz
>
>
> On Mon, Nov 29, 2010 at 1:43 PM, Lioz Cohn <[email protected]> wrote:
>
>> May you add more explanation ?
>> Thanks
>>
>> Lioz
>>
>>
>> On Mon, Nov 29, 2010 at 9:52 AM, Ruben Vareljyan <[email protected]>wrote:
>>
>>>
>>>
>>> Hi Lioz Cohn.
>>>
>>> Change Var Names to
>>> a_box = abox
>>> b_box = bbox
>>> c_box = cbox
>>> and Func Names to
>>> OnA
>>> OnB
>>> OnC
>>>
>>>
>>> Perl Specific Trouble =)
>>>
>>>
>>> ----- Original Message ----
>>> From: Lioz Cohn <[email protected]>
>>> To: [email protected]
>>> Sent: Thu, November 25, 2010 7:28:04 PM
>>> Subject: Cross talking between EVT_RADIOBOX handlers
>>>
>>> Hi to all
>>>
>>> I add some radio box  handlers like that
>>>
>>>  EVT_RADIOBOX($wizard, $a_box ,\&On_A);
>>>  EVT_RADIOBOX($wizard, $b_box ,\&On_B);
>>>  EVT_RADIOBOX($wizard, $c_box ,\&On_C);
>>>
>>> but as I see when I used c_box it's call the On_A handler
>>>
>>> Please advise
>>>
>>> Thanks
>>> Lioz
>>>
>>>
>>>
>>>
>>>
>>
>

Reply via email to