



Hello,what are the antialiasing capabilities of Zinc? Is it actually possible toantialias fonts and/or curves? If yes, how do you do that?Regards,j.Uskadara is a little town in TurkeyAnd in the old days, many women had male secretariesOh, well, that's Turkey!...
Hello,where can I find the tk zinc package in .deb format for Ubuntu Dapper?Cheers,JanuaryUskadara is a little town in TurkeyAnd in the old days, many women had male secretariesOh, well, that's Turkey!...
Jim Phillips wrote:> I am using TK version 800.025-2 that is in Debian stable and was wondering> what the 804 or later version brings in that is new.> The reason for my asking is that I have tried to install 804 on my main> machine with no success but didn't want to carry the in...
I am working on a script that uses Tk:Columns by Damion K. Wilson.Included in the mainwidow are two buttons that have no function if arow in the listbox is not selected. My first plan was to set thebuttons to -state => disabled until a row is selected (or a mousebutton click is performed on t...
Hi all,how can I get the text of the window-title when I'm starting the InternetExplorer via Win32-OLE in the follwing way:$ie = Win32::OLE->new("InternetExplorer.Application");$ie->Navigate($adress);$ie->{VISIBLE} = 1;ThanksPit...
Hi all,is there any way to test the existence of an widget-option lest thecget-method doesn't fail ?Pit...
HI All.I had hash with key and values like1 a2 b3 c4 d like that...the same hash i am puttung in hlist.now wat i need is....at 2 position i put he cursor selection(2 b)so wat i need is i have to ignore the hash and i have to rebuild it as1 b2 c4 d like that......how can do that............please...
Hallo NG,how can I activate a text widget, so that after start the keyboard worksin this text widget (without use of the mouse)?ThanksFrank...
Will perl and perl-tk be able to be installed and run under Vista? Ihave avoided MS OS's but I have the indigo star compiler so I cancompile my perl programs so they can run on WIndows. At this time Ican do this without having Windows running on any of our computers....
Hallo NG,this script is blocking, what is to do?use Tk;sub guimain{while(!$::key){}print $::key;}my$mw = MainWindow->new;my$t2=$mw->Text()->pack;$t2->bind( '<Any-KeyPress>',\&anikey);$mw->after(500,\&guimain);MainLoop;sub anikey{$::key=$_[0]->XEve...
Hello all,ok, i am just trying to have a textbox show the choice from ajcombobox:$labels{'cust'} = $mw -> JComboBox(-maxrows => '10', -textvariable => \$cust_tt)->place(-x=>120,-y=>52);foreach $rr (@cust_base) { chomp $rr; if ($rr) {$labels...
Hi,I would like to move a branch from an HList to another branch.Example:.branch1.branch1.foo.branch1.bar.branch2.branch2.baz.branch2.waz.branch2.waz.quack.branch2.waz.cvakkNow, I want to move .branch2.waz to branch1.bar to get the following:.branch1.branch1.foo.branch1.bar.branch1.bar.waz.branc...
