Hi
I Write a Script with Win32::Gui. I have problem for read from AddTextfield() with UTF8 character.
#!C:/strawberry/perl/bin/perl.exe
use strict;
use warnings;
use Encode;
use utf8;
use Win32::API ();
use Win32::GUI();
my $main = Win32::GUI::Window->new(
-width => 300,
-height =>...
I need To setting Textalignment and RTL(right to left) in
Wx::StaticText widget.
Wx::StaticText(
$panel,
-1,
"$taxi",
[50,10],
);
How can I do it ?
thankyou.
Hi
I noticed a new point , before convert script to .exe ,if run program withour IDE ( Run with comman line ), My SELECT quary does not work.But UPDATE AND INSERT Commands to work properly.
Why ?
please help me
Hi
NOTE :
Whwn program Running with IDE , It is work Correctly , But when program convert to .exe file with CAVA PACKAGER ,only SELECT quary not working , But INSERT AND UPDATE working correctly.
thankyou.
hello
I writr this program to show answer of quary to the users and , then
users can update information.
when Run program with IDE ( for example : Komodo ), it works
correctly .but when I convert program to .exe with cava packager ,
its not working. ( select quary not working).
when I change...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.