News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

save/copy messages in message window?

Started by MoonKid, April 05, 2006, 12:16:05 PM

Previous topic - Next topic

Pecan

Re: DragScroll vs. Build Messages Context menu confict.

Fixed in SVN 2315. Had to remove drag scrolling ListCtrl windows.

Hate to do this since drag scrolling the Find Results window is
very convenient.

Will try to figure out a better solution.

thanks
pecan


mandrav

Quote from: tiwag on April 06, 2006, 01:36:02 AM
Quote from: mandrav on April 05, 2006, 09:40:21 PM
Quote from: Michael on April 05, 2006, 04:19:29 PM
Quote from: mandrav on April 05, 2006, 04:11:26 PM
Not "on" the tab, but "in" the messages list :)

Yes, I have tried both on the tab and on the messages list, but without result.

Best wishes,
Michael


Hmm, seems I forgot to commit? :lol:

no you didn't forget  :)

the problem is, that there is some interaction with the DragScroll V0.19 plugin,
when i deactivate the DragScroll plugin i get the Message-log's Popupmenu too.

Ah, thanks :)
That was strange because since I referred to a specific revision, I must had committed...
Be patient!
This bug will be fixed soon...

Michael

Hello,

I have just tried it in Ubuntu 5.10 and it works fine :D. I just wonder why you cannot simply click anywhere in the window list, but on a message to get the context menu.

Best wishes,
Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

tiwag

Quote from: Pecan on April 06, 2006, 05:26:31 AM
Re: DragScroll vs. Build Messages Context menu confict.

Fixed in SVN 2315. Had to remove drag scrolling ListCtrl windows.

Hate to do this since drag scrolling the Find Results window is
very convenient.

Will try to figure out a better solution.

Wouldn't it be possible to skip the event for further processing after drag-scrolling ?

Pecan

Quote from: tiwag on April 06, 2006, 01:11:33 PM

Wouldn't it be possible to skip the event for further processing after drag-scrolling ?

Have found the problem. Wouldn't you guess....A missing event.Skip().
Man, it's just too easy to forget 'em. We need an auto_event.Skip() like
an auto_ptr.

Will commit after testing on linux. Then we'll have listctrl scrolling back.

thanks
pecan


tiwag

Quote from: Pecan on April 06, 2006, 02:09:10 PM
Have found the problem. Wouldn't you guess....A missing event.Skip().
found it too and patched it locally, works fine again  :)

btw. many thanks for this great plugin !