buttons and bows richmond va
Sponsored Links
Sponsored Links
buttons and bows richmond va
No.
Title
Category
Price
License
Expand All
Prima::Buttons is a button widgets and grouping widgets.
SYNOPSIS
use Prima qw(Application Buttons StdBitmap);
my $window = Prima::MainWindow-> create;
Prima::Button-> new(
owner => $window,
text => Simple button,
pack => {},
);
$window-> insert( Prima::SpeedButton ,
pack => {},
image => Prima::StdBitmap::icon(0),
);
run Prima;
Prima::Buttons provides two separate sets of classes: the button widgets and the grouping widgets. The button widgets include push buttons, check-boxes and radio buttons. The grouping widgets are designed for usage as containers for the check-boxes and radio buttons, however, any widget can be inserted in a grouping widget.
The module provides the following classes:
*Prima::AbstractButton ( derived from Prima::Widget and Prima::MouseScroller )
Prima::Button
Prima::SpeedButton
*Prima::Cluster
Prima::CheckBox
Prima::Radio
Prima::GroupBox ( derived from Prima::Widget )
Prima::RadioGroup ( obsolete )
Prima::CheckBoxGroup ( obsolete )
Note: * - marked classes are abstract.
SYNOPSIS
use Prima qw(Application Buttons StdBitmap);
my $window = Prima::MainWindow-> create;
Prima::Button-> new(
owner => $window,
text => Simple button,
pack => {},
);
$window-> insert( Prima::SpeedButton ,
pack => {},
image => Prima::StdBitmap::icon(0),
);
run Prima;
Prima::Buttons provides two separate sets of classes: the button widgets and the grouping widgets. The button widgets include push buttons, check-boxes and radio buttons. The grouping widgets are designed for usage as containers for the check-boxes and radio buttons, however, any widget can be inserted in a grouping widget.
The module provides the following classes:
*Prima::AbstractButton ( derived from Prima::Widget and Prima::MouseScroller )
Prima::Button
Prima::SpeedButton
*Prima::Cluster
Prima::CheckBox
Prima::Radio
Prima::GroupBox ( derived from Prima::Widget )
Prima::RadioGroup ( obsolete )
Prima::CheckBoxGroup ( obsolete )
Note: * - marked classes are abstract.
USB Headset Buttonss purpose is to enable the Volume up and Down Buttons on my Logitech USB 30 Headset.
USB Headsets are very useful for VoIP applications like SIP Networks or Skype. On my headset I have volume buttons which need extra care to be taken of. This Application does it.
USB Headsets are very useful for VoIP applications like SIP Networks or Skype. On my headset I have volume buttons which need extra care to be taken of. This Application does it.
3
Internet -> Firefox-Extensions
MPL Mozilla Public License
Hide show
Options Toolbar Button provides a button which opens the options menu.
This is a small devision of Toolbar Buttons and one of the most popular on my web site.
This one adds a toolbar button to open Options.
You must add the button to your toolbar by right clicking the toolbar selecting "customize" and dragging this new button to the toolbar.
This is a small devision of Toolbar Buttons and one of the most popular on my web site.
This one adds a toolbar button to open Options.
You must add the button to your toolbar by right clicking the toolbar selecting "customize" and dragging this new button to the toolbar.
Clean And Close is a Firefox extension that replaces the Clean Up button in your Download Manager window with a Clean And Close button that does just that - cleans completed, canceled and failed downloads from the download list and then closes the window.
5
Internet -> Firefox-Extensions
MPL Mozilla Public License
Hide show
Toolbar Buttons is a Firefox extension that adds buttons to the Customise Toolbar Window.
To move them from there to the Toolbar you must right click the toolbar and press customise.
A nicer set out of the buttons avalible is http://tbutton.mozdev.org/list.php
Adds These to The main Firefox Window
Account Manager, Empty Trash, Extension Manager, Theme Manager, Options, Mark as Not Junk, Exit ThunderBird, Save As, Account Wizard, Save all Attachments, Detach All Attachments, Delete all Attachments, Work Offline, Page Preview, Page Setup, Undo, Redo, Cut, Copy, Paste, Delete, Select All, Find, Find Again, Find Previous, Search Messages, Search Addresses, Enlarge Text, Decrease Text Size, Reset Text Size, Customize Toolbar, View Page Source, Java Script Console, Import, About ThunderBird, Open Help, Add To Address Book, Copy e-mail Address, Creat Message Filter - Fixed, Restart, and Many more
Adds These to the message Window.
Account Wizard, Work Off Line, Page Setup, Undo, Redo, Delete, Select All, Find, Java Script Console, Extentions, Themes, Import, Options, Account Manager, About ThunderBird, Help, Restart, and Many more
To move them from there to the Toolbar you must right click the toolbar and press customise.
A nicer set out of the buttons avalible is http://tbutton.mozdev.org/list.php
Adds These to The main Firefox Window
Account Manager, Empty Trash, Extension Manager, Theme Manager, Options, Mark as Not Junk, Exit ThunderBird, Save As, Account Wizard, Save all Attachments, Detach All Attachments, Delete all Attachments, Work Offline, Page Preview, Page Setup, Undo, Redo, Cut, Copy, Paste, Delete, Select All, Find, Find Again, Find Previous, Search Messages, Search Addresses, Enlarge Text, Decrease Text Size, Reset Text Size, Customize Toolbar, View Page Source, Java Script Console, Import, About ThunderBird, Open Help, Add To Address Book, Copy e-mail Address, Creat Message Filter - Fixed, Restart, and Many more
Adds These to the message Window.
Account Wizard, Work Off Line, Page Setup, Undo, Redo, Delete, Select All, Find, Java Script Console, Extentions, Themes, Import, Options, Account Manager, About ThunderBird, Help, Restart, and Many more
Close Button is an extension which adds a Close Tab (or Window, or Browser) button to the toolbar.
This is especially handy if you put your tab bar at the bottom but want a Close Tab button in the top right, where youd find it in most well behaved Windows programs with child windows.
Once installed, just right click on the toolbar, select "Customize...", and drag the button wherever you like. The buttons appearance is determined by the installed theme, and its behavior can be configured to close the current tab, window, or Firefox session.
This is especially handy if you put your tab bar at the bottom but want a Close Tab button in the top right, where youd find it in most well behaved Windows programs with child windows.
Once installed, just right click on the toolbar, select "Customize...", and drag the button wherever you like. The buttons appearance is determined by the installed theme, and its behavior can be configured to close the current tab, window, or Firefox session.
oxine project is a lightweight gui for the famous xine engine which uses the on screen display functionality of xine to display its user interface elements like buttons, lists sliders and so on.
Due to this, oxine can easily be ported to any video output device the xine library provides (e.g. frame buffer, dxr3,...) and is particularly suitable for appliances like set-top boxes, home entertainment systems or kiosk systems.
Here are some key features of "oxine":
· x11, dxr3 and framebuffer output
· mouse, keyboard and lirc support
· autoplay dvd, vcd, svcd, cdrom and audio cd
· browse and select from your own mediamarks
· browsing through file system, m3u playlists and audio cd tracks
· goom support
· playlists
· automatic stream title blending
Quite straight forward. Make sure that you have installed the latest version of xine-lib. At least beta9 is required. Then download and unpack oxine source tarball, change to the directory created and type.
./configure --prefix=/some/path
make
make install
If you checked oxine out of CVS make sure that you have recent versions of autoconf and automake installed. (Tested with: automake 1.7.2 and autoconf 2.57.) Then type
./autogen.sh --prefix=/some/path
make
make install
To set up autoplay functionality make sure of the following things:
· cdrom or dvd drive is mountable by the user oxine runs with
· cdrom or dvd device and mountpoint are set correctly. Default is device: /dev/dvd mountpoint: /dvd. To change this, run oxine one time and click on shutdown. Oxine will then create its default config file in your home (~/.oxine/config). While oxine is not running, edit this file with an editor.
If you use lirc, make sure that you dont have irxevent daemon running. Otherwise oxine may get all lirc events twice which is really frustrating. There is a default lircrc installed in $PREFIX/share/oxine. You can customize this file in place or - much better - copy it to ~/.oxine where it will not be overwritten if oxine is reinstalled. If you upgrade oxine, read the ChangeLog - the lirc file config options may change from time to time.
Start oxine with
oxine [options] [mrls...]
options are:
-h print command line help
-v print oxines version
-f start in fullscreen mode
-V driver let xine use specified video driver e.g.: auto, xv, xshm, dxr3, ...
-A driver let xine use specified audio driver e.g.: auto, oss, alsa, ...
Whats New in This Release:
· Added check for version of libjsw to catch JSClose bug.
· Added check for necessary files to detect bad installation.
Due to this, oxine can easily be ported to any video output device the xine library provides (e.g. frame buffer, dxr3,...) and is particularly suitable for appliances like set-top boxes, home entertainment systems or kiosk systems.
Here are some key features of "oxine":
· x11, dxr3 and framebuffer output
· mouse, keyboard and lirc support
· autoplay dvd, vcd, svcd, cdrom and audio cd
· browse and select from your own mediamarks
· browsing through file system, m3u playlists and audio cd tracks
· goom support
· playlists
· automatic stream title blending
Quite straight forward. Make sure that you have installed the latest version of xine-lib. At least beta9 is required. Then download and unpack oxine source tarball, change to the directory created and type.
./configure --prefix=/some/path
make
make install
If you checked oxine out of CVS make sure that you have recent versions of autoconf and automake installed. (Tested with: automake 1.7.2 and autoconf 2.57.) Then type
./autogen.sh --prefix=/some/path
make
make install
To set up autoplay functionality make sure of the following things:
· cdrom or dvd drive is mountable by the user oxine runs with
· cdrom or dvd device and mountpoint are set correctly. Default is device: /dev/dvd mountpoint: /dvd. To change this, run oxine one time and click on shutdown. Oxine will then create its default config file in your home (~/.oxine/config). While oxine is not running, edit this file with an editor.
If you use lirc, make sure that you dont have irxevent daemon running. Otherwise oxine may get all lirc events twice which is really frustrating. There is a default lircrc installed in $PREFIX/share/oxine. You can customize this file in place or - much better - copy it to ~/.oxine where it will not be overwritten if oxine is reinstalled. If you upgrade oxine, read the ChangeLog - the lirc file config options may change from time to time.
Start oxine with
oxine [options] [mrls...]
options are:
-h print command line help
-v print oxines version
-f start in fullscreen mode
-V driver let xine use specified video driver e.g.: auto, xv, xshm, dxr3, ...
-A driver let xine use specified audio driver e.g.: auto, oss, alsa, ...
Whats New in This Release:
· Added check for version of libjsw to catch JSClose bug.
· Added check for necessary files to detect bad installation.
8
Desktop-Environment -> Tools
GPL GNU General Public License
Hide show
Preferences Hide and Seek can configure hard to find and hidden options of GNOME.
Preferences Hide and Seek is a utility that groups together the options that actually exist for GNOME, but are usually hard to find or are just plain hidden from the user.
This utility also makes it possible to create a simple data file to expose gconf-based options to the user. It was created to allow usable access to the hidden application options buried within gconf.
Here are some key features of "Preferences Hide and Seek":
· Easy to create an advanced preferences dialog for any application that utilizes GConf.
· Single application mode can be used to mimmick a standard dialog.
· Supports GConf key types boolean, integer, float and string.
· Can set minimum and maximum range for numeric key types.
· Can present string keys as a file or folder name selection.
· Can present string keys as a drop down menu.
· Can present string keys as a font selection.
· Can present string keys as a color selection.
· Can present integer enumerations as a drop down menu.
· Radio buttons support integer, float, and string key types.
· Check buttons, radio buttons, and drop down menus can control the sensitivity of other objects.
Preferences Hide and Seek is a utility that groups together the options that actually exist for GNOME, but are usually hard to find or are just plain hidden from the user.
This utility also makes it possible to create a simple data file to expose gconf-based options to the user. It was created to allow usable access to the hidden application options buried within gconf.
Here are some key features of "Preferences Hide and Seek":
· Easy to create an advanced preferences dialog for any application that utilizes GConf.
· Single application mode can be used to mimmick a standard dialog.
· Supports GConf key types boolean, integer, float and string.
· Can set minimum and maximum range for numeric key types.
· Can present string keys as a file or folder name selection.
· Can present string keys as a drop down menu.
· Can present string keys as a font selection.
· Can present string keys as a color selection.
· Can present integer enumerations as a drop down menu.
· Radio buttons support integer, float, and string key types.
· Check buttons, radio buttons, and drop down menus can control the sensitivity of other objects.
Tclkeymon is a daemon for Toshiba laptops that use ACPI and the Toshiba ACPI extensions.
The project monitors function keys and Toshiba-specific buttons (including the CD player buttons and the state of the laptop lid) and responds appropriately.
The project monitors function keys and Toshiba-specific buttons (including the CD player buttons and the state of the laptop lid) and responds appropriately.
10
Programming -> Libraries
$800
OtherProprietary License with Free Trial
Hide show
The Big Faceless PDF Library is a Java class library for creating PDF documents. The Extended Edition of Big Faceless PDF Library offers the ability to create and edit AcroForms, PDFs answer to the HTML form.
Like HTML forms, PDF forms can contain text boxes, radio buttons, and can call JavaScript functions. The Extended Edition also includes a PDF reader for importing and editing, along with FDF support and verification for Digital Signatures.
Both variations offer full Unicode support, encryption, embedded TrueType and Type1 fonts, barcodes, hyperlinks, spot and calibrated color. Advanced text layout engine enables complex HTML styles. It is small, fast, easy to use, and 100% pure Java.
Whats New in This Release:
· A memory leak occurring when creating new form fields with 2-byte fonts was fixed.
· Reusing subset 2-byte OpenType fonts across documents now works correctly.
· Some fixes were added to PDF/A document creation and validation.
· Fixes were made for reading byte-aligned Group 4 and some 2D Group 3 CCITT streams.
· Inverted 1-bit images for certain unusually constructed PDFs were fixed.
· Some XFA forms wth pageArea objects were fixed.
· Improvements were made to the Swing "Look & Feel" for Viewer on Windows and Linux.
Like HTML forms, PDF forms can contain text boxes, radio buttons, and can call JavaScript functions. The Extended Edition also includes a PDF reader for importing and editing, along with FDF support and verification for Digital Signatures.
Both variations offer full Unicode support, encryption, embedded TrueType and Type1 fonts, barcodes, hyperlinks, spot and calibrated color. Advanced text layout engine enables complex HTML styles. It is small, fast, easy to use, and 100% pure Java.
Whats New in This Release:
· A memory leak occurring when creating new form fields with 2-byte fonts was fixed.
· Reusing subset 2-byte OpenType fonts across documents now works correctly.
· Some fixes were added to PDF/A document creation and validation.
· Fixes were made for reading byte-aligned Group 4 and some 2D Group 3 CCITT streams.
· Inverted 1-bit images for certain unusually constructed PDFs were fixed.
· Some XFA forms wth pageArea objects were fixed.
· Improvements were made to the Swing "Look & Feel" for Viewer on Windows and Linux.
MacOSD is a visualization frontend for PBButtonsD, the button and power event daemon used for Apple computers.
For PowerPC laptops such as the iBooks and PowerBooks a special daemon named pbbuttonsd can handle the special "multi-media" keys to dim the display and regulate the audio volume accordingly.
However I find the example Gtk+ application gtkpbbuttons not that pretty.
So I implemented a more On-Screen-Display like variant. Currently it can utilize the XOSD library.
Although recently that other program got some pixmap theming support, it is still written in "handling every bit manually C" and still uses Gtk+.
The latest MacOSD deos now utilze the anti-aliasing and real alpha blending canvas library Evas. It does utilize gtkpbbuttons themes just fine - and comes with a slightly cleaned-up version CleanOSX
Version 0.3.0 of MacOSD is also able to provide real transparency With latest X.org servers and a running composition manager.
For PowerPC laptops such as the iBooks and PowerBooks a special daemon named pbbuttonsd can handle the special "multi-media" keys to dim the display and regulate the audio volume accordingly.
However I find the example Gtk+ application gtkpbbuttons not that pretty.
So I implemented a more On-Screen-Display like variant. Currently it can utilize the XOSD library.
Although recently that other program got some pixmap theming support, it is still written in "handling every bit manually C" and still uses Gtk+.
The latest MacOSD deos now utilze the anti-aliasing and real alpha blending canvas library Evas. It does utilize gtkpbbuttons themes just fine - and comes with a slightly cleaned-up version CleanOSX
Version 0.3.0 of MacOSD is also able to provide real transparency With latest X.org servers and a running composition manager.
Minicontrol is a dockapp that provides shutdown and restart buttons, and more.
Here are some key features of "Minicontrol":
· Simple digital CLOCK
· WPrefs launcher button
· Shutdown-Restart button
Here are some key features of "Minicontrol":
· Simple digital CLOCK
· WPrefs launcher button
· Shutdown-Restart button
Harmony Mod provides an extension for Mozilla Firefox, that adds new features to Logitech Harmony web site.
Harmony Mod is an extension for Mozilla Firefox, that adds new features to Logitech Harmony web site, used to configure Harmony Remote Control:
1. Reorder custom buttons (activities and devices);
2. Remove disturbing scrollbar around the buttons (activities and devices);
3. Direct access to buttons screen from home page (activities and devices).
Harmony Mod is an extension for Mozilla Firefox, that adds new features to Logitech Harmony web site, used to configure Harmony Remote Control:
1. Reorder custom buttons (activities and devices);
2. Remove disturbing scrollbar around the buttons (activities and devices);
3. Direct access to buttons screen from home page (activities and devices).
Prima::tutorial is an introductory tutorial.
Programming graphic interfaces is often considered somewhat boring, and not without a cause. It is a small pride in knowing that your buttons and scrollbars work exactly as millions of others buttons and scrollbars do, so whichever GUI toolkit is chosen, it is usually regarded as a tool of small importance, and the less obtrusive, the better.
Given that, and trying to live up to the famous Perl making easy things easy and hard things possible mantra, this manual page is an introductory tutorial meant to show how to write easy things easy. The hard things are explained in the other Prima manual pages ( see Prima ).
Programming graphic interfaces is often considered somewhat boring, and not without a cause. It is a small pride in knowing that your buttons and scrollbars work exactly as millions of others buttons and scrollbars do, so whichever GUI toolkit is chosen, it is usually regarded as a tool of small importance, and the less obtrusive, the better.
Given that, and trying to live up to the famous Perl making easy things easy and hard things possible mantra, this manual page is an introductory tutorial meant to show how to write easy things easy. The hard things are explained in the other Prima manual pages ( see Prima ).
15
System -> Hardware
GPL GNU General Public License
Hide show
XOrg/XFree86 Synaptics TouchPad Driver project is a driver for the Synaptics TouchPad for XOrg/XFree86 4.x.
A Synaptics touchpad by default operates in compatibility mode by emulating a standard mouse. However, by using a dedicated driver, more advanced features of the touchpad becomes available.
Here are some key features of "XOrg XFree86 Synaptics TouchPad Driver":
· Movement with adjustable, non-linear acceleration and speed.
· Button events through short touching of the touchpad.
· Double-Button events through double short touching of the touchpad.
· Dragging through short touching and holding down the finger on the touchpad.
· Middle and right button events on the upper and lower corner of the touchpad.
· Vertical scrolling (button four and five events) through moving the finger on the right side of the touchpad.
· The up/down button sends button four/five events.
· Horizontal scrolling (button six and seven events) through moving the finger on the lower side of the touchpad.
· The multi-buttons send button four/five events, and six/seven events for horizontal scrolling.
· Adjustable finger detection.
· Multifinger taps: two finger for middle button and three finger for right button events. (Needs hardware support. Not all models implement this feature.)
· Run-time configuration using shared memory. This means you can change parameter settings without restarting the X server.
Whats New in This Release:
· Support for xorg 7.1 has been added.
· A couple of minor build fixes for xorg 7.0 have been made.
A Synaptics touchpad by default operates in compatibility mode by emulating a standard mouse. However, by using a dedicated driver, more advanced features of the touchpad becomes available.
Here are some key features of "XOrg XFree86 Synaptics TouchPad Driver":
· Movement with adjustable, non-linear acceleration and speed.
· Button events through short touching of the touchpad.
· Double-Button events through double short touching of the touchpad.
· Dragging through short touching and holding down the finger on the touchpad.
· Middle and right button events on the upper and lower corner of the touchpad.
· Vertical scrolling (button four and five events) through moving the finger on the right side of the touchpad.
· The up/down button sends button four/five events.
· Horizontal scrolling (button six and seven events) through moving the finger on the lower side of the touchpad.
· The multi-buttons send button four/five events, and six/seven events for horizontal scrolling.
· Adjustable finger detection.
· Multifinger taps: two finger for middle button and three finger for right button events. (Needs hardware support. Not all models implement this feature.)
· Run-time configuration using shared memory. This means you can change parameter settings without restarting the X server.
Whats New in This Release:
· Support for xorg 7.1 has been added.
· A couple of minor build fixes for xorg 7.0 have been made.
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above buttons and bows richmond va search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Sponsored Links
Related Information
buttons and bows lyrics
buttons and bows richmond virginia
buttons and bows dinah shore
richmond va news
richmond va airport
buttons and bows houston
buttons and bows bob hope
buttons and bows oregon city
buttons and bows raleigh
buttons and bows daycare
buttons and bows frasier
buttons and bows san anselmo
Top Popular Software
Editor's Picks Software