Author Topic: OwnerDraw ListView effectively  (Read 12904 times)

0 Members and 1 Guest are viewing this topic.

TonyT

  • Guest
Re: OwnerDraw ListView effectively
« Reply #15 on: February 01, 2009, 11:40:07 PM »
I get paid too well to do EXACTLY what the client wants, I don't get paid to re-invent the wheel.

You mean that someone is actually paying you for that  ? ??
« Last Edit: February 01, 2009, 11:56:23 PM by TonyT »

TonyT

  • Guest
Re: OwnerDraw ListView effectively
« Reply #16 on: February 01, 2009, 11:58:47 PM »

Well, after several hours of reading, I realized I could assign a new font to any cell....


Out of curiosity, do you invoice the customer for that ummmm 'research' time ?

MickD

  • King Gator
  • Posts: 3636
  • (x-in)->[process]->(y-out) ... simples!
Re: OwnerDraw ListView effectively
« Reply #17 on: February 02, 2009, 12:34:53 AM »
Things a bit quiet down your way Tony? :laugh:
"Programming is really just the mundane aspect of expressing a solution to a problem."
- John Carmack

"Short cuts make long delays,' argued Pippin.”
- J.R.R. Tolkien

kdub_nz

  • Mesozoic keyThumper
  • SuperMod
  • Water Moccasin
  • Posts: 2132
  • class keyThumper<T>:ILazy<T>
Re: OwnerDraw ListView effectively
« Reply #18 on: February 02, 2009, 01:24:55 AM »
Well, the issue is resolved ..   

Keith,
I'd be interested in seeing the code/solution that resolved your problem. How about posting something to show us ?


.......
Lets say the object is "column" and the data in column 0 is "dog", column 1 is "pit bull" and column 2 is "bruno"

When column 0 is drawn, column.Item.Text = "dog" when column 1 is drawn column.Item.Text = "dog" and when column 2 is drawn, column.Item.Text = "bruno".

......

Are you sure this is correct ... Im having trouble understanding what you mean ..

Regards
Kerry @ work.
Called Kerry in my other life
Retired; but they dragged me back in !

I live at UTC + 13.00

---
some people complain about loading the dishwasher.
Sometimes the question is more important than the answer.

TonyT

  • Guest
Re: OwnerDraw ListView effectively
« Reply #19 on: February 02, 2009, 02:15:20 AM »
Things a bit quiet down your way Tony? :laugh:

No, at the time there was a superbowl party underway here,
so I was a little juiced and looking for a fight.  :lol:

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
Re: OwnerDraw ListView effectively
« Reply #20 on: February 02, 2009, 02:31:26 AM »
I get paid too well to do EXACTLY what the client wants, I don't get paid to re-invent the wheel.

You mean that someone is actually paying you for that  ? ??

Why ... are you jealous?


Well, after several hours of reading, I realized I could assign a new font to any cell....


Out of curiosity, do you invoice the customer for that ummmm 'research' time ?

Fixed quote bid .. my time is mine they are purchasing deliverables only, based upon a pretty complex RFQ.

What is your problem anyway? If you don't have anything constructive to add, why bother?

Keith,
I'd be interested in seeing the code/solution that resolved your problem. How about posting something to show us ?

Well, I'll see if I can get some excerpts of code to show .. I have to be pretty careful since this is a military project.
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

MickD

  • King Gator
  • Posts: 3636
  • (x-in)->[process]->(y-out) ... simples!
Re: OwnerDraw ListView effectively
« Reply #21 on: February 02, 2009, 04:58:51 AM »
Things a bit quiet down your way Tony? :laugh:

No, at the time there was a superbowl party underway here,
so I was a little juiced and looking for a fight.  :lol:

he he he... now we're talkin'. nice to see a lighter side of you Tony!
cheers,
Mick.

P.S. glad to hear the Steelers won! (being a steel guy and all). a mate of mine is over there with his wife from Pittsburgh so I'd imagine they're having a good time.
« Last Edit: February 02, 2009, 05:02:34 AM by MickD »
"Programming is really just the mundane aspect of expressing a solution to a problem."
- John Carmack

"Short cuts make long delays,' argued Pippin.”
- J.R.R. Tolkien