Sponsored Content
The Lounge What is on Your Mind? Should We Keep or Drop the Bottom Toolbar? Post 302681949 by Neo on Sunday 5th of August 2012 02:31:27 AM
Old 08-05-2012
Quote:
Originally Posted by balajesuri
( only thing is, if you're planning on keeping it, please retain the option to disable it too Smilie )
We definitely plan to keep the option to disable the toolbar and also plan to add more options to disable other features when members think important.

Based on the various forums I visit, we are the only forum that works to insure options and features are manageable by the members. Most forums "out there" would never add an option to disable a feature if i sent them a request; and most add new features without adding any option to turn it off.

So, i think we are unique in that we really try to think about our members and insure they have a choice on what features to enable and disable.
These 2 Users Gave Thanks to Neo For This Post:
 

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

HP-UX toolbar help

Hi all, I am trying to set some icons in the toolbar thingy (HP-UX 10.2). I used the Toolboxes->Personal to help me setup, but it put the program icon in the personal toolbox folder. So I dragged it out to the Desktop. Now I've a link on a Desktop. Any ideas on how to create directly on to... (2 Replies)
Discussion started by: nitin
2 Replies

2. UNIX and Linux Applications

Showing all open programs on your bottom toolbar

http://i255.photobucket.com/albums/hh133/COKEDUDEUSF/toolbar.jpg Take a look at my picture to understand what I'm talking about. I have a bunch of programs open right now and I can't see the name of the programs on my toolbar. Is there hopefully a way to see all open programs on your toolbar... (1 Reply)
Discussion started by: cokedude
1 Replies

3. What is on Your Mind?

Change Toolbar to Opt In?

Hey! I'm thinking we should change the toolbar to "opt in" and have it off for members by default? But then, the would not have toolbar access to the code tag videos, etc. so then I thought to make it "opt in" after say 30 posts. That way, the toolbar will show to all new users with less... (5 Replies)
Discussion started by: Neo
5 Replies
widget_toolbar(n)					    widget::toolbar Megawidget						 widget_toolbar(n)

__________________________________________________________________________________________________________________________________________________

NAME
widget_toolbar - widget::toolbar Megawidget SYNOPSIS
package require Tcl 8.4 package require Tk 8.4 package require widget ?3.0? package require widget::toolbar ?1.0? widget::toolbar pathname ?options? getframe add ?item? ?args? delete item1 ?item2? ?...? itemcget symbol option itemconfigure symbol ?args? items ?pattern? remove ?-destroy? item1 ?item2? ?...? _________________________________________________________________ DESCRIPTION
This package provides a toolbar megawidget (snidget). It makes use of the Tile/Ttk themed widget set. widget::toolbar pathname ?options? getframe add ?item? ?args? delete item1 ?item2? ?...? itemcget symbol option itemconfigure symbol ?args? items ?pattern? remove ?-destroy? item1 ?item2? ?...? WIDGET OPTIONS
-ipad -pad -separator ITEM OPTIONS
-pad -separator -sticky -weight EXAMPLE
package require widget::toolbar ; # or widget::all set t [widget::toolbar .t] pack $t -fill x -expand 1 $t add button [button .b -text foo] $t add separator -pad {2 4} $t add button [button .c -text bar] KEYWORDS
megawidget, snit, widget widget 3.0 widget_toolbar(n)
All times are GMT -4. The time now is 04:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy