Development :  K-Meleon Web Browser Forum
K-Meleon development related discussions. 
done compile with M18 and Mozilla 0.6
Posted by: WooW
Date: January 03, 2001 10:49PM

Hi

I'm compiled the source with M18 and Mozilla 0.6, Everything works fine, but the there are no scrollbars for the browserwindow, using mousewheel i can scroll without any porblems. anybody else had same experinces ???

thanxx WooW

Options: ReplyQuote
RE: done compile with M18 and Mozilla 0.6
Posted by: Sebastian Späth
Date: January 09, 2001 01:05PM

Mmmh, would you care to see if this is a bugfix and build it again?

Many complain that Ctrl-N cannot be assigned to "Open in new Window".
In file kmeleon.rc:

....
IDR_MAINFRAME MENU PRELOAD DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "&Open...\tCtrl+O", ID_FILE_OPEN
MENUITEM "Open &new window...\tCtrl+N", ID_FILE_NEWWINDOW
...

The ID of open in new Window is ID_FILE_NEWWINDOW, but a few lines
below, it is:

...
IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE
BEGIN
"N", ID_FILE_NEW, VIRTKEY, CONTROL
"O", ID_FILE_OPEN, VIRTKEY, CONTROL
...

You see? The ID for the N accelerator is ID_FILE_NEW and not ID_FILE_NEWWINDOW! If you change it
to NEWWINDOW it should work.
Would you try out if this, if it enables you to assign the combination ctrl-n to an event?

Thanks
Sebastian

Options: ReplyQuote
RE: done compile with M18 and Mozilla 0.6
Posted by: brian
Date: January 09, 2001 04:04PM

yes sir that did it, you win a cracker

Options: ReplyQuote


K-Meleon forum is powered by Phorum.