Re: Wx::Gauge issue

2011-07-08 Thread Mark Dootson
Hi, Sounds like your Perl executable contains an application manifest that defines a common controls version and your PAR::Packed exec contains none or defines a different version. Regards Mark On 08/07/2011 14:48, alfahed pm wrote: Hi All, I have wxperl application and it uses Wx::Gauge

Wx::Gauge issue

2011-07-08 Thread alfahed pm
Hi All, I have wxperl application and it uses Wx::Gauge to show a indeterminate progress bar while the data is populated. The front end is designed using xwGlade. The indeterminate progress bar is implemented using threads and shared variables and it works as expected. After many hurdles I managed

Wx::Gauge issue

2011-07-08 Thread alfahed pm
Hi All, I have wxperl application and it uses Wx::Gauge to show a indeterminate progress bar while the data is populated. The front end is designed using xwGlade. The indeterminate progress bar is implemented using threads and shared variables and it works as expected. After many hurdles I managed