o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Reputation tooltips -

My God! It's an absolute scandal. The fifth reputation jewel indicates 400 - 499 and when you mouse over someones reputation gauge the tooltip says 400+. The sixth reputation jewel indicates 500 - 699 and when you mouse over someones reputation gauge the tooltip says... 400+! Where's the respect?! I'm not concerned for myself you understand, but for my fellow members who have also achieved 500+ points of reputationness. I'm afraid I will have to stop paying my membership fee until this gross injustice is rectified.

 

Reputation tooltips -
My God! It's an absolute scandal. The fifth reputation jewel indicates 400 - 499 and when you mouse over someones reputation gauge the tooltip says 400+. The sixth reputation jewel indicates 500 - 699 and when you mouse over someones reputation gauge the tooltip says... 400+! Where


Dispute Reputation Given -
Is there a way of disputing a reputation given by another user? Someone has given me a negative reputation point for a reason I don't agree with. Cheers DJ


Getting a bad reputation -
I recently started using this forum....tried to help someone...and i got a bad reputation on that post...don't know why....in all other forums....name of person giving you reputation is mentioned...but in this there is no such option....can moderators throw some light on it....


Reputation problem (not like Penagate's) -
hi all, what does the greyed out reputation mean? when i checked my post in thread and it said that "You reputation for this thread is Even". did someone gave me both negative and postive reputation on them??


Tooltips -
Hi, Does anyone know how it disable tooltips with API? I would like users to have the option to turn on/off tooltips and I don't want to have to worry about turning each one on and off. DKCK


[2005] Dynamic Tooltips -
Hi, I'm using a Sequal Server table with a list of tooltips. I wish to display these tooltips selectively on form objects. Could anyone please help me and let me know how this can be done/what procedure to follow?


Where did my listview tooltips go -
I can only seem to get tooltips to appear on items in list views if the view style is set to lvwReport. Any icon view and the tooltips no longer appear. any ideas please ?? Thanks. Follow Ups:


Cannot give reputation -
I try to give reputation to user who answered my question. Why I got this message "You have given out too much Reputation in the last 24 hours, try again later."? What the purpose?After 24 hours mybe I forget to give the reputation to the user again.


Reputation power methodology -
I asked a question earlier about rep power (which turned out to be about rep points) here http://www.vbforums.com/showthread.p...putation+power As was established, your post count and years on VB forums go toward your rep power. Shouldn't your reputation count too? For example for


About Reputation power -
Just 1 doubt. A member that joined in 11/2002, having 300 + Posts these days, and a Reputation between 5 and 10, rated my post giving me 1 reputation point. I read the FAQ's about Reputations, and I think he/she should have a power of 3. I'm missing something here, what is it?


Enabling/Disabling Tooltips -
I've looked around but haven't found an answer yet for this... I've got a VB6 app that I would like to add ToolTips to - no problem there. However, I would like to give the user the ability to disable the ToolTips if they don't want them poping-up all the time. I have a user prefere


How to disable all tooltips of reportsource when viewed -
Yellow Did anybody know how to disable tooltips of crystal not by formatting the tooltip each and every field of reportdocument. I mean a particular something that disables tooltips. Cause I hate it when it displays the database field name, it's kinda annoying to look at....


Reputation power question [RESOLVED :) ] -
I've read in the FAQ that a user gets one reputation power for every 4 thousand posts counted, and for every year they have been on VBF. But I notice a lot of people with over 4000 posts and over a year and more on VBF that only have one reputation power. No my guess is that the co


Anyway you can see who you've repped -
About a week ago I gave someone a negative reputation as I had thought they were being rude to myself and co-workers. I cannot, for the life of me, remember who this was or what thread it was. It was straightened out within the thread and I'd like to request the negative reputation I g


Viewing reputation -
How do you view your own / and others reputation?. I have looked.. Honest.


simplify IF CODE -
if Item(User(Index).Item(a)).IName = "Stash of Ludes" User(Index).Reputation = User(Index).Reputation + 1 User(Index).Health = User(Index).Health - 2 end if if Item(User(Index).Item(a)).IName = "Bag of Weed" User(Index).Reputation = User(Index).Reputation


Can tooltips be added to menu items -
I would like to add tooltips to menu items in order to show the full path for the most recently used files list. I have found some good posts on tooltips but nothing that works with menu items. Thanks in advance.


HELP: ToolTips for Listview subitem/item -
Hello to all expert I've have a problem regarding listview subitem on how to use/add tooltips on it... i have read/test the project uploaded by Wokawidget but it seems the only tooltips display are the first column.... please advise..... tnx n advnc


Losing tootips on Statubar and Toolbar. -
I have an app the has a Toolbar and Statusbar on the main form. Additionally the main form has a child form that has a Statusbar on it. After an indeterminate amount of time (several hours), when hovering over the Statusbar or Toolbar the tooltips no longer appear. Other controls


Tooltips on MDI Child Forms -
DO these work. I can add tooltips to forms that are not MDI Child and they work fine using the ToolTip Control. However As soon as I make them an MDI Child - No tooltips - is this a bug or am I overlooking someting. Any Ideas ?? Thanks Brian


ToolTips [resolved] -
Hi, I would like to display tooltips, but I am not sure if I am doing something wrong, or they don't display in debug mode? Me.ToolTip1.SetToolTip(Me.txtA01Count, "A tool tip") Some Properties are: Active True AutomaticDelay 10 AutoPopDelay 1000 InitialDelay 100


Tooltips on top -
Hi I have a form that is constantly (every 5 seconds) being set to float above all windows with the SetWindowPos API. On this form is a toolbar with Tooltips. My problem is that if the timer is turned on, the tooltips don't show up. (I'm guessing they are falling behind the form)


ToolTips in VB -
I am using tooltips to display extra data for a grid. Does anyone know how I can force a CR in ToolTipText?


Disabling tooltips -
Is there an easy way to disable tooltips in an application, perhaps with an API call?


This is pathetic... -
we should really have an option to question a reputation. Like a button next to Comment in the control panel that will send some kind of a message to a mod that will take a look at a reputation. I got negative reputation for asking a question..how can i get it viewed/removed.


Missing tooltips -
I've got an application where I have tooltips on most all items, even labels. Within the VB environment, they show up, but the compiled version has 3 labels whose tooltips wont show up. Not sure why. Any suggestions? I checked and these labels are enabled, so it's not a case of tha


Splitting tooltips -
Is there any way to get a tooltip to split on to separate lines ? I don't want to have to mess about with pretend tooltips (it's only for a demo). I've tried the vbCrLf option. ta Andy


Well - Multiline Tooltips for a Flexgrid... -
I have found numerous tutorials on multi-line tooltips, but cannot get any of thm to work properly with a MSFlexgrid. Has anyone ever accomplished this?


Reputation -
Hello all, is it possible for me to see if and how many times I have been given a reputation?


Another REP question -
hi all, As per Reputation FAQs page, the 6th gem means that the person has atleast 500 reputation to his name. then why still it shows that "username is a glorious beacon of light (400+)" instead of 500+? thnx


Nixing -
Just when I was going to use negative reputation for the first time since my first login, it has been disabled... We're getting rid of hate?


Legal:Will Microsoft sue me -
Hi ! I am developing a web page editor application and it will have autocomplete and tooltips for JScript. The tooltips will be a brief of what the JScript property or function does and a list of its arguments.I have copied this text from Microsoft JScript online MSDN Reference.


Status Bar ToolTip Help -
I need Help! My project uses an MDI form and many Child forms. The MDI form has a toolbar and a status bar. When the program starts, all the tooltips display for the toolbar buttons and for the status bar panels. After opening some of the child forms, all of a sudden the status bar


Forms in Word VB environment -
Hi guys! I am glad to join you and this is my first question in this forum. I want ToolTips feature for the ActiveX objects, such as lables, on the MS Word document, but MS take them off from the properties. So I have to build my own Tooltips using a UserForm. But MS also take the hWnd


Reputation Icon -
Could someone explain or point me to (where there is an explanation of) the icon for reputation. Some has green some has red, others have more than one. Thanks!


Mouseover buttons and tooltips -
Hello, my first post here. I have a problem with tooltips. I have mouse over function in my application buttons (picture boxes) and because of that the tooltips don't work. This is the code that I am using and which seems to block the tooltips: Private Sub Picture2_MouseMove(Button


[SERIOUS.. Until I go off-topic]Reputation vs. Post Count[/SERIOUS] -
The more time I spend here in CC, the more I think that CC contributions should be added to post count. I agree that reputation should be left for other forums, especially because the introduction of it here would quickly result in reputational bankruptcy for all concerned . How


A Crystal Report Question -
Hello all. When we create and run a report using Crystal Reports, at runtime, it is showing the table names and field names as tool tips. How can we remove these tooltips? I tried deselecting "Show Tooltips at design time" and "Tooltips at Preview" menu options. Bu


Tooltips in a VB Toolbar Not Working -
Hello everybody, Here is the problem. I have a vb toolbar (mscomctl.ocx) on a form. The tooltips work perfectly. However if I make the form "Always On Top", the tooltips don't show up (as they are hidden behind the form that is always on top). Anybody have a solution fo


Please Help Tooltips on Toolbar -
hi Been using the Microsoft Toolbar control and My tooltips have been working fine but for some odd reason each time I Hover over the buttons nothing happens. Does anyone know why this may be happening Thanks.