Or is there a way to get the browser to display in landscape format? :??:
Scrolling in Pocket IE How to PgDn/PgUp?
#1
Posted 10 November 2005 - 10:57 AM
Or is there a way to get the browser to display in landscape format? :??:
#2
Posted 10 November 2005 - 11:46 AM
Interesting thing to try would be if it responds to page-down when you have a keyboard attached...
P
Want to donate? MoDaCo is raising money the Multiple Sclerosis society.
#3
Posted 10 November 2005 - 02:13 PM
Paul [MVP], on Nov 10 2005, 11:46, said:
Interesting thing to try would be if it responds to page-down when you have a keyboard attached...
P
<{POST_SNAPBACK}>
Opera for Smartphone browsing works allot better for scrolling. You can scroll 5x times faster.
#4
Posted 10 November 2005 - 02:20 PM
P
Want to donate? MoDaCo is raising money the Multiple Sclerosis society.
#5
Posted 10 November 2005 - 02:27 PM
flywest, on Nov 10 2005, 14:13, said:
<{POST_SNAPBACK}>
I had a quick look at the Opera website earlier and couldn't see support for WM5 devices.
Paul, what is it about IE that you prefer over Opera?
#6
Posted 12 November 2005 - 11:40 PM
Paul [MVP], on Nov 11 2005, 01:20, said:
Guys,
Opera 8 for Smartphone 2003 does work on WM5 - It's actually amazingly better than IE. You can browse sites with frames, pages load much faster, navigation is better...etc
It has a 14 day trial expiry date so it will give you time to decide whether you need it or not. Uninstall is quite simple providing you soft reset prior to unistalling to make sure none of the Opera stuff is loaded, also you will need to manually delete some Opera directories after uninstall.
Now I have set IE to load cache files onto my storage card (thanks Modaco community on how to) I will find it hard to justify any other browser if this can't be done to it too.
What would be really cool is to get MM Flash for WM5 Smartphone - I have emailed MM and I will update when I get an answer
Billy.
#7
Posted 23 November 2005 - 03:58 PM
xxxmtb, on Nov 12 2005, 19:40, said:
[...]
Now I have set IE to load cache files onto my storage card (thanks Modaco community on how to) I will find it hard to justify any other browser if this can't be done to it too.
<{POST_SNAPBACK}>
Opera seems a lot better; faster scrolling, left/right for page up/down, multiple windows, frames, etc. I've had problems with it though, it seems to only work intermitently.
Opera's cache can be moved to the storage card too. It seems to try to create it in the storage card, but creates a \Storage directory instead. Just edit \Application Data\Opera\opera.ini and set the following:
[User Prefs]
Opera Directory=\Storage Card\Application Data\Opera
This post has been edited by goatpunch: 23 November 2005 - 04:43 PM
#8
Posted 30 December 2005 - 01:16 AM
sjalloq, on Nov 10 2005, 02:57, said:
Or is there a way to get the browser to display in landscape format? :??:
<{POST_SNAPBACK}>
And now for my first bit of registry magic...
[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\KeyMaps]
"50"=dword:1
"56"=dword:2
The key name is the keycode you want. 50 = Key 2, and 56 = Key 8.
The values available are:
1 - Page Up
2 - Page Down
3 - Top
4 - Bottom
5 - Horizontal Page Up
6 - Horizontal Page Down
7 - Horizontal Top
8 - Horizontal Down
9 - Default Layout
10 - Desktop Layout
11 - One Column Layout
12 - Full Screen Toggle
13 - Show Pictures Toggle
On the MSFP (AKU 2.0) release, IE Mobile will have 2 set to Page Up and 8 Set to Page down by default. Other cool IE features are supposedly in the works too, you won't be disappointed!
#9
Posted 30 December 2005 - 04:08 AM
dq366, on Dec 30 2005, 01:16, said:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\KeyMaps]
"50"=dword:1
"56"=dword:2
The key name is the keycode you want. 50 = Key 2, and 56 = Key 8.
The values available are:
1 - Page Up
2 - Page Down
3 - Top
4 - Bottom
5 - Horizontal Page Up
6 - Horizontal Page Down
7 - Horizontal Top
8 - Horizontal Down
9 - Default Layout
10 - Desktop Layout
11 - One Column Layout
12 - Full Screen Toggle
13 - Show Pictures Toggle
On the MSFP (AKU 2.0) release, IE Mobile will have 2 set to Page Up and 8 Set to Page down by default. Other cool IE features are supposedly in the works too, you won't be disappointed!
<{POST_SNAPBACK}>
I looked in the registry in my SP5 and I did not find the "KeyMaps" under the Internet Explorer folder. Is this a key that we need to create and then set the Dword values as you detailed?
This post has been edited by gacajun: 30 December 2005 - 04:09 AM
#10
Posted 30 December 2005 - 09:35 AM
gacajun, on Dec 29 2005, 20:08, said:
<{POST_SNAPBACK}>
Yep, just create the KeyMaps key and then add the above values that you want into it.
#11
Posted 30 December 2005 - 10:36 AM
i added a new key "KeyMaps" and then added DWORD "1" with the value data "50". What did i do wrong?
thanx for the grat tip btw =) you should add this to the tweaks section too =)
#12
Posted 30 December 2005 - 11:02 AM
there is a readme included
Attached File(s)
-
FastScroll.zip (3.71K)
Number of downloads: 585
#14
Posted 30 December 2005 - 11:14 PM
namiran, on Dec 30 2005, 10:36, said:
thanx for the grat tip btw =) you should add this to the tweaks section too =)
<{POST_SNAPBACK}>
its the other way round DWORD "50" with the value data "1"
you have to restart ie too
looeee
#15
Posted 31 December 2005 - 04:05 AM
dq366, on Dec 29 2005, 19:16, said:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\KeyMaps]
"50"=dword:1
"56"=dword:2
The key name is the keycode you want. 50 = Key 2, and 56 = Key 8.
The values available are:
1 - Page Up
2 - Page Down
3 - Top
4 - Bottom
5 - Horizontal Page Up
6 - Horizontal Page Down
7 - Horizontal Top
8 - Horizontal Down
9 - Default Layout
10 - Desktop Layout
11 - One Column Layout
12 - Full Screen Toggle
13 - Show Pictures Toggle
On the MSFP (AKU 2.0) release, IE Mobile will have 2 set to Page Up and 8 Set to Page down by default. Other cool IE features are supposedly in the works too, you won't be disappointed!
<{POST_SNAPBACK}>
This is friggin AWESOME!
Thank You Thank You Thank You!!!!!!!!
#16
Posted 06 January 2006 - 11:37 PM
dq366, on Dec 29 2005, 21:16, said:
That's awesome, Pocket IE is a nightmare without this scrolling fix. I got keys 0-9 working (keycodes 48-57), but couldnt' work out the keycodes for the '*' and '#' keys (the ASCII equivalents of '*' and '#' didn't work, of course). Also, I couldn't get the Default/Desktop/OneColumn Layout functions to work. All the rest worked fine though.
Cheers, thanks for the info.
While I'm on the subject of Pocket IE- here's a tip for the SP5m/8300: Edit the file \Windows\Short_AP1.lnk and remove the "http://www.imate.com" or similar (leaving only the text "23#\Windows\iexplore.exe"). Now when you're in another application and you hit the IE button, you will switch straight to IE without changing the current page. If IE isn't running when you press the IE button, you'll get the 'favourites' page, which is great if you're on GPRS and don't want to waste bandwidth with a 'home' page.
This post has been edited by goatpunch: 10 January 2006 - 10:16 PM
#17
Posted 09 January 2006 - 01:19 PM
you have no idea how much time this saves me
#18
Posted 09 January 2006 - 01:53 PM
dq366, on Dec 30 2005, 02:16, said:
Nice one, thanks very much.
#19
Posted 10 January 2006 - 04:28 AM
thanks,
david
#20
Posted 10 January 2006 - 05:01 AM
http://www.modaco.com/ToTW_Scrolling_in_Po...M5-t234683.html
Welcome to MoDaCo Forum.
- ← Plz Help Dopod 577W (language)
- Tornado / Faraday & Variants - Tornado.MoDaCo.com
- Downloading files in Pocket IE →








