cd2browse 1.02 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News cd2browse 1.02 (Default branch)
# 1  
Old 10-06-2008
cd2browse 1.02 (Default branch)

Image cd2browse is a menu creation program able to make menus out of a directory tree. It indexes all documents and also provides an offline, full-text search engine with JavaScript. CD2Browse helps you to publish documentation on CD/DVD in an easy way. License: GNU General Public License v2 Changes:
On Windows platforms, there was a problem when the directory to scan was not on the same drive as the resources directory. This caused indexing on a foreign drive to fail and has been fixed. When the target directory was not writable, index.pl indexed the current directory; this has been fixed. A Perl/Tk GUI interface (CD2Browse.pl) is now included. The GUI allows you to save and restore settings from XML configuration files. Progress information is now shown, unless you use the -q option. The resulting browsable icons and thumbnails are now linked with the document. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
tk_menuBar(1T)						       Tk Built-In Commands						    tk_menuBar(1T)

__________________________________________________________________________________________________________________________________________________

NAME
tk_menuBar, tk_bindForTraversal - Obsolete support for menu bars SYNOPSIS
tk_menuBar frame ?menu menu ...? tk_bindForTraversal arg arg ... _________________________________________________________________ DESCRIPTION
These procedures were used in Tk 3.6 and earlier releases to help manage pulldown menus and to implement keyboard traversal of menus. In Tk 4.0 and later releases they are no longer needed. Stubs for these procedures have been retained for backward compatibility, but they have no effect. You should remove calls to these procedures from your code, since eventually the procedures will go away. From Tk 8.0 onwards, you should instead construct your menubar as a normal menu and then attach it to the toplevel of your choice using the -menu option of that widget. SEE ALSO
menu(1T), toplevel(1T) KEYWORDS
keyboard traversal, menu, menu bar, post ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +--------------------+-----------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +--------------------+-----------------+ |Availability | SUNWTk | +--------------------+-----------------+ |Interface Stability | Uncommitted | +--------------------+-----------------+ NOTES
Source for Tk is available on http://opensolaris.org. Tk tk_menuBar(1T)