|
Posted by arne thormodsen on October 6, 2005, 11:03 pm
Please log in for more thread options
> arne thormodsen wrote:
>>
>>>Any help would be appreciated. Right now I'm contemplating the
>>>very ugly solution of pre-defining a large number of elements and
>>>callback functions and only displaying as many as I need. But this
>>>just seems gross to me.
>>>
>>>--arne
>>
>> Following up to your own post is not in the best taste, but I think
>> that I found one less-gross way to do it, which is to use "eval()"
>> to build the functions on-the-fly. But it seems to me there should
>> be a nicer way.
>
> You might do better looking for help on the Win32::GUI mailing list:
> perl-win32-gui-users@lists.sourceforge.net Subscribe at
> http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
>
> That's probably how I'd do it. Something like:
>
Thanks for the quick answer. I'm trying the "eval()" approach right
now.
--arne
|