MagicListbox now available (Source Code)

in wCal - lbCal - CellBackgroundPaint

add

if me.Selected(row) then

before

[b]if CellSelect(row, column) = 1 then[/b]

and add

end if

at the end

[quote=207754:@Rob Egal]Cool work. :slight_smile:

Btw, the calendar crashes when using the scroll wheel (out of bounds).[/quote]
Oops!

Now fixed and the corrected version is available here.

Complaints, complaints!

You remind me of my wife…

I think that’s German humour :slight_smile:

[quote=207759:@Simon Berridge]Oops!

Now fixed and the corrected version is available here.[/quote]

path not found

Free Xojo Components

MLB-Download

Sorry, don’t know what happened - link here.

(Path not found) … Aaaand THAT’s British humour … :wink:

why is that british humour?? please explain

The joke in my posting is to hint that he was sending you on a fool’s errand with “link is fixed” which would have been his joke. Both British humour. Would be interesting to see who got both jokes.

British are incredible good at innuendo (the fantastic TV series Coupling comes to mind)

lol

Who’s right and who’s wrong:

Cor Anglais (in French)
French Horm (in English)

The correct error message is “file not found” for everything.

Simon,
Does your listbox do any of the following:

  • allow for colors in the header? i.e. column 1 is red, column 2 is green, column 3 is plain etc.
  • allow for the columns to match the header color?
  • can you freeze columns? i.e. if column one is the Year… can it be frozen so as you scroll right thru 40 columns you still see the Year static
  • can you freeze rows?

Thanks.
-Tim

[quote=234872:@Tim Turner]Simon,
Does your listbox do any of the following:

  • allow for colors in the header? i.e. column 1 is red, column 2 is green, column 3 is plain etc.
  • allow for the columns to match the header color?
  • can you freeze columns? i.e. if column one is the Year… can it be frozen so as you scroll right thru 40 columns you still see the Year static
  • can you freeze rows?

Thanks.
-Tim[/quote]
No to all!

Sorry.