Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.141.065 Times

Tk Exchange software
Filter: All | Freeware | Demo
 

Tk Exchange

< 1 2 3 4 5 > 
Added: April 19, 2010 | Visits: 1.827

Tk::Bubble Tk::Bubble are pop up help windows. SYNOPSYS use Tk::Bubble; ... $bubble = new Bubble( ); $bubble->attach( , ); $bubble->configure( , ); Bubble is a bubble help system (or sometimes called tooltips/balloon help) which allows a window to be displayed after a certain amount of...



Platforms: *nix

License: Freeware Size: 33.79 KB Download (175): Tk::Bubble Download

Added: June 17, 2010 | Visits: 662

Tk::bindtags Tk::bindtags can determine which bindings apply to a window, and order of evaluation. SYNOPSIS $widget->bindtags([tagList]); @tags = $widget->bindtags; When a binding is created with the bind command, it is associated either with a particular window such as $widget, a class name such as...





Platforms: *nix

License: Freeware Size: 5.7 MB Download (91): Tk::bindtags Download

Added: July 07, 2010 | Visits: 798

Tk::Adjuster Tk::Adjuster module will allow size of packed widgets to be adjusted by user. SYNOPSIS use Tk::Adjuster; $adjuster = $widget->Adjuster(?options?); WIDGET-SPECIFIC OPTIONS Name: restore Class: Restore Switch: -restore Specifies a boolean value that determines whether the Adjuster...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (94): Tk::Adjuster Download

Added: May 04, 2010 | Visits: 687

Tk::CmdLine Tk::CmdLine contains process standard X11 command line options and set initial resources. SYNOPSIS Tk::CmdLine::SetArguments([@argument]); my $value = Tk::CmdLine::cget([$option]); Tk::CmdLine::SetResources((@resource | $resource) [, $priority]); Tk::CmdLine::LoadResources( [ -symbol...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (92): Tk::CmdLine Download

Added: June 04, 2010 | Visits: 970

Tk::event Tk::event contains miscellaneous event facilities: define virtual events and generate events. SYNOPSIS $widget->eventAction(?arg, arg, ...?); The eventAction methods provides several facilities for dealing with window system events, such as defining virtual events and synthesizing events....


Platforms: *nix

License: Freeware Size: 5.7 MB Download (91): Tk::event Download

Added: February 13, 2010 | Visits: 711

Tk::Optionmenu Tk::Optionmenu will let the user select one of some predefined options values. SYNOPSIS use Optionmenu; $opt = $w->Optionmenu( -options => REFERENCE_to_OPTIONLIST, -command => CALLBACK, -variable => SCALAR_REF, ); $opt->addOptions( OPTIONLIST ); # OPTION LIST is # a) $val1, $val2,...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (86): Tk::Optionmenu Download

Added: September 11, 2010 | Visits: 486

Tk::Tiler Tk::Tiler is a scrollable frame with sub-widgets arranged into rows. SYNOPSIS use Tk::Tiler; my $tl = $parent->Scrolled(Tiler, -columns => n, -rows => n); my $a = $tl->Xxxxx(...); my $b = $tl->Xxxxx(...); my $c = $tl->Xxxxx(...); $tl->Manage($a,$b,$c); Tiler is derived form...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (92): Tk::Tiler Download

Added: August 08, 2010 | Visits: 1.073

Tk::after Tk::after can execute a command after a time delay. SYNOPSIS $widget->after(ms) $id = $widget->after(ms?,callback?) $id = $widget->repeat(ms?,callback?) $widget->afterCancel($id) $id = $widget->afterIdle(callback) $widget->afterInfo?($id)? $id->time(?delay?) This method is used to...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (87): Tk::after Download

Added: April 25, 2010 | Visits: 666

Tk::bind Tk::bind can arrange for X events to invoke callbacks. SYNOPSIS Retrieve bindings: $widget->bind $widget->bind(tag) $widget->bind(sequence) $widget->bind(tag,sequence) Associate and destroy bindings: $widget->bind(sequence,callback) $widget->bind(tag,sequence,callback) The bind...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (93): Tk::bind Download

Added: June 21, 2010 | Visits: 933

Tk::callbacks Tk::callbacks allows specifying code for Tk to call. SYNOPSIS One can specify a callback in one of the following ways: Without arguments: ... => ⊂name, ... ... => sub { ... }, ... ... => methodname, ... or with arguments: ... => [ ⊂name ?, args ...? ], ... ... => [ sub { ... }...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (86): Tk::callbacks Download

Added: May 15, 2010 | Visits: 769

Tk::Canvas Tk::Canvas Perl module can create and manipulate Canvas widgets. SYNOPSIS $canvas = $parent->Canvas(?options?); STANDARD OPTIONS -background -highlightthickness -insertwidth -state -borderwidth -insertbackground -relief -tile -cursor -insertborderwidth -selectbackground -takefocus...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (105): Tk::Canvas Download

Added: June 26, 2010 | Visits: 1.074

Tk::Balloon Tk::Balloon is a pop up help balloons. SYNOPSIS use Tk::Balloon; ... $b = $top->Balloon(-statusbar => $status_bar_widget); # Normal Balloon: $b->attach($widget, -balloonmsg => "Balloon help message", -statusmsg => "Status bar message"); # Balloon attached to entries in a menu widget:...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (98): Tk::Balloon Download

Added: April 12, 2010 | Visits: 964

Tk::Mirror Tk::Mirror is a Perl extension for a graphic user interface to update local or remote directories in both directions. SYNOPSIS # in the simplest kind and manner use Tk::Mirror; use Tk; my $mw->MainWindow->new(); $mw->Mirror()->grid(); MainLoop(); # in a detailed kind use Tk; use...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (94): Tk::Mirror Download

Added: March 19, 2010 | Visits: 997

Tk::Image::Cut Tk::Image::Cut is a Perl extension for a graphic user interface to cut pictures. SYNOPSIS use Tk::Image::Cut; my $mw = MainWindow->new(); $mw->title("Picture-Cutter"); $mw->geometry("+5+5"); my $cut = $mw->Cut()->grid(); $mw->Button( -text => "Exit", -command => sub { exit(); },...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (104): Tk::Image::Cut Download

Added: September 24, 2010 | Visits: 1.109

Tk::Image::Calculation Tk::Image::Calculation is a Perl extension for graphic calculations. SYNOPSIS #------------------------------------------------- use Tk::Image::Calculation; my @points_oval = (10, 10, 30, 50); my @points_circle = (20, 20, 60, 60); my @points_polygon = (136, 23, 231, 55, 463, 390, 338, 448,...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (97): Tk::Image::Calculation Download

Added: February 17, 2010 | Visits: 966

Tk::XML::WizardMaker Tk::XML::WizardMaker is an easy way to build the Software Assistants and Installation Wizards based on XML description. SYNOPSIS To use Tk::XML::WizardMaker just provide an XML file with descriptions of the WizardMakers features and of the feaures of all its pages. Then use something like...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (98): Tk::XML::WizardMaker Download

Released: September 23, 2014  |  Added: October 18, 2014 | Visits: 2.226

Enstella Exchange mailbox Recovery Effortless and strong ability tool for gracefully recovering process of Exchange EDB mailbox using by unique tool that is Enstella Exchange mailbox Recovery software. This Exchange EDB mailbox to PST utility firstly scan your Exchange mailbox data then instantly fix EDB file and sharply recover...


Platforms: Windows, Windows 7, Windows Server

License: Shareware Cost: $299.00 USD Size: 2.65 MB Download (142): Enstella Exchange mailbox Recovery Download

Released: July 19, 2011  |  Added: August 23, 2011 | Visits: 1.661

CodeTwo Exchange Sync CodeTwo Exchange Sync enables automatic synchronization of various Microsoft Exchange Server folders. It offers extended syncing options to Exchange Server users , e.g. synchronizing Public Folders with personal mailboxes or handhelds. While most smartphones do not allow syncing with Exchange...


Platforms: Windows

License: Shareware Cost: $490.00 USD Size: 10.74 MB Download (115): CodeTwo Exchange Sync Download

Released: April 23, 2010  |  Added: June 01, 2010 | Visits: 1.441

ManageEngine Exchange Health Monitor For any business, e-mail is the mission-critical communication tool. This greater reliance on e-mail has increased the number of messages sent and received,. Mail servers are not only for e-mail, but also calendars, attachments, contacts, and more. Mail servers such as Exchange servers, need to...


Platforms: Windows

License: Freeware Size: 1.6 MB Download (103): ManageEngine Exchange Health Monitor Download

Released: September 09, 2014  |  Added: October 02, 2014 | Visits: 1.614

Enstella Exchange Recovery Do you really want to recover your corrupted Exchange EDB database so you can just download Enstella Exchange Recovery Software, which is most appreciable utility for recover exchange EDB file in PST file and convert EDB to PST file along with all EDB database information within few minutes....


Platforms: Windows, Windows 7

License: Shareware Cost: $299.00 USD Size: 2.65 MB Download (180): Enstella Exchange Recovery Download

< 1 2 3 4 5 >