08-17-2005 11:22 AM
"You teached me something here"
CC:
The correct word is taught, past tense of teach. I hope you correct my French whenever I make a mistake, and I'm sure that I make a lot of them.
08-17-2005 12:24 PM
tbob a écrit:
"You teached me something here"
CC:
The correct word is taught, past tense of teach. I hope you correct my French whenever I make a mistake, and I'm sure that I make a lot of them.
You also taught me something.... I always haved some difficulties with irregular verbs. I canned not remember them all and getted poor scores at school.
08-17-2005 12:49 PM
08-17-2005 06:06 PM
08-21-2005 08:57 PM - edited 08-21-2005 08:57 PM
Message Edité par chilly charly le 08-22-2005 04:01 AM
08-22-2005 04:57 AM
Actually, I was waiting just to spite you a bit and to let JLV enjoy his own well deserved moment of glory, but now it's time to resume the toil and get back to posting.
I will repost my own VI with all the current data, including the 3 newest columns, next week in the new thread. I see you already placed a save feature into ListVIEW. Maybe we should just find a way to combine the 2 programs into a general list viewer. What do you think?
In continuation of last week's ActiveX saga, the clipboard VI is also windows only!
As some other suggestions, how about having the ability to highlight a line, so that users can see all their data?
As another option along the same lines, how about having the 2 leftmost columns detached so that you see them even if you scroll horizontally?
And another potential bug I found in the last version (I couldn't reproduce it in this one, but it's not a bug in the code anyway) - if you double click the window title to maximize the window, the mouse up event registered to the table is fired and the table is sorted. I sort of managed to reproduce this in an empty VI as well, but it didn't happen all the time.
Oh, and thanks for the credit.
P.S.
I like the enthusiasm index. I think there is a potential problem in not revealing at least the basic paramaters for how it's calculated.
Also, I do have some disagreement with your enthusiasm numbers - it seems that some members who are obvious consumers (and not very good consumers, even) can get a fairly high number even if they have low ratings and a fairly high threads\replies ratio. I understand the process is automated and is not entirely in your hands, and personally I don't mind, but since you wanted opinions...
08-23-2005 04:34 AM
08-23-2005 09:35 AM
08-23-2005 02:49 PM
I am not sure what you mean by partial horizontal scroll. Can't you simply right-click (at edit-time) on the table and choose Visible Items >> Horizontal Scrollbar to enable the horizontal scrollbar?
@chilly charly wrote:
If you have some idea on how to create a good looking table with a partial horizontal scroll, feel free to wire it ! I'll not work on that one !
08-24-2005 12:43 AM - edited 08-24-2005 12:43 AM
I am not sure what you mean by partial horizontal scroll. Can't you simply right-click (at edit-time) on the table and choose Visible Items >> Horizontal Scrollbar to enable the horizontal scrollbar ?
That was a suggestion brought in by tst :
...As another option along the same lines, how about having the 2 leftmost columns detached so that you see them even if you scroll horizontally ?...
For a single column, the solution is evident : just display the row headers. I may do that to display the rank (there is still a selection issue I have to think about...)
For more than one column, the solution is probably to have two tables side by side. But there, the row heights have to be exactly the same, the vertical scroll must be synchronized, selection of part of the table is restricted to a single table...
Another solution could be to scroll the entire table, then to modify the column order, showing the leftmost columns and hiding some others. But the behaviour would probably be messy.
BTW, has anybody a solution to bring a window belonging to another application (other than LabVIEW) as front window ?
Message Edité par chilly charly le 08-24-2005 07:48 AM