Sponsored Content
The Lounge What is on Your Mind? How to encourage emerging users in forum to give better solution:? Post 302927645 by hicksd8 on Thursday 4th of December 2014 09:39:14 AM
Old 12-04-2014
I think the current "Thank you" system works well amongst pros but is perhaps not easily seen by newcomers and novices.

I recently was involved in a thread where the OP spent half of his replies to me thanking me until I said not to do that, just press the Thanks button.

Perhaps the Thanks button should be more prominent (eg, a different color, flashing or something). There is plenty of instructional text on the forum about what NOT to do but I can't find much about issuing thanks when a reply is really useful.

Thanks aren't mentioned in the forum rules, a search of the general forum for Thanks yields no search result, and searching FAQ's for Thanks yields no search result.

How does a newcomer find out that the polite thing to do is to press Thanks when he/she finds the information really useful? Have I missed something?

Last edited by hicksd8; 12-04-2014 at 12:41 PM..
These 6 Users Gave Thanks to hicksd8 For This Post:
 

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Can any body give me a solution to this...

Hi friends.. I am using the below command to search few files from many folders which is under one folder.. i mean let say the path is A/B/C...and inside C...i have 1-10 folder... the below command is working fine.... for i in 1 3 5 7; do find /A/B/C/${i} -name "*.txt" -o -name "*.csv"... (9 Replies)
Discussion started by: sapan123
9 Replies

2. What is on Your Mind?

Regarding thoughts for encourage more users to post/participate on UNIX.com site.

Hello All, Greetings!! Have a thought about how could we encourage more users to post and participate more on UNIX.com(because more we get questions, more we learn more), few are my ideas which I am posting feel free to add/edit more ideas in here. Keeping this as a POLL too. I- Allow... (10 Replies)
Discussion started by: RavinderSingh13
10 Replies
glutTabletButtonFunc(3GLUT)					       GLUT					       glutTabletButtonFunc(3GLUT)

NAME
glutTabletButtonFunc - sets the special keyboard callback for the current window. SYNTAX
#include <GLUT/glut.h> void glutTabletButtonFunc(void (*func)(int button, int state, int x, int y)); ARGUMENTS
func The new tablet button callback function. DESCRIPTION
glutTabletButtonFunc sets the tablet button callback for the current window. The tablet button callback for a window is called when the window has tablet input focus (normally, when the mouse is in the window) and the user generates tablet button presses. The button parame- ter will be the button number (starting at one). The number of available tablet buttons can be determined with glutDe- viceGet(GLUT_NUM_TABLET_BUTTONS). The state is either GLUT_UP or GLUT_DOWN indicating whether the callback was due to a release or press respectively. The x and y callback parameters indicate the window relative coordinates when the tablet button state changed. Registering a tablet button callback when a tablet device is not available is ineffectual and not an error. In this case, no tablet button callbacks will be generated. Passing NULL to glutTabletButtonFunc disables the generation of tablet button callbacks. When a new window is created, no tablet button callback is initially registered. SEE ALSO
glutTabletMotionFunc, glutDeviceGet, glutMotionFunc, glutSpaceballMotionFunc AUTHOR
Mark J. Kilgard (mjk@nvidia.com) GLUT
3.7 glutTabletButtonFunc(3GLUT)
All times are GMT -4. The time now is 09:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy