Hi folks,

I am beginner to tk. I have right simple code for tk.

When i run as .pl the text content(lable,b utton) showing.

But after conveting exe. The text in a tk(form) is not viewable it's showing as boxes.

I used perlapp to convert exe. Exe converted without any errror.

Code:
use Tk;

$mw = MainWindow->new();

$label = $mw->Label( -text=>'Ramkumar'
...