maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N810 (https://talk.maemo.org/forumdisplay.php?f=28)
-   -   To make scrool bar wider (https://talk.maemo.org/showthread.php?t=17678)

ah.sima 2008-03-08 23:38

To make scrool bar wider
 
It is almost impossible to correctly access the xxxxx thin vertical scroll bar when using finger.

Is there a way to make the scroll bar much wider as it is in the "Contact" application?

If it is impossible, can somebody make a plug-in to make MicroB browser can have a wide scroll bar?

It will help us all. Thanks a lot.

philco 2008-03-18 20:38

Re: To make scrool bar wider
 
As a left hander, I would like all scrollbars on the left.

gemniii42 2008-03-18 20:52

Re: To make scrool bar wider
 
Quote:

Originally Posted by philco (Post 157031)
As a left hander, I would like all scrollbars on the left.

I agree!!
We should be able to put them where we want them.

Benson 2008-03-18 22:08

Re: To make scrool bar wider
 
Code:

sudo gainroot
sed -i '/style "osso-scrollbar"/,/engine/ s/[0-9][0-9]$/88/' /usr/share/themes/glasser/gtk-2.0/gtkrc

Then choose the Glasser theme, and enjoy.

It looks ugly, IMHO, but if you want nicer, you'll have to draw your own pixmaps or redirect it to use the wide ones.

mudhoney 2008-03-18 22:37

Re: To make scrool bar wider
 
Having the option of a wider scroll bar would be nice, but I hope you know you can scroll with your finger by dragging the web page up and down directly. :)

ah.sima 2008-03-18 23:05

Re: To make scrool bar wider
 
you can drag the web page in a browser, but you may need a wide scroll bar in other applications when using fingers.

ah.sima 2008-03-18 23:22

Re: To make scrool bar wider
 
i have make wide scroll bar. it works. please see,

http://www.internettablettalk.com/forums/showthread.php?t=17827&highlight=scrollbar

mooler 2008-03-19 03:29

Re: To make scrool bar wider
 
Quote:

i have make wide scroll bar. it works. please see,

http://www.internettablettalk.com/fo...ight=scrollbar
Awesome! Works Great. How do you do this? Can this be done with other themes

GeraldKo 2008-03-19 03:43

Re: To make scrool bar wider
 
Quote:

Originally Posted by mooler (Post 157151)
Awesome! Works Great.

Hmm, it didn't seem to work for me. Could you post a picture of the browser with the fatter vertical scrollbar?

ah.sima 2008-03-19 15:22

Re: To make scrool bar wider
 
1 Attachment(s)
sample screenshot please see followed,

ah.sima 2008-03-19 15:54

Re: To make scrool bar wider
 
Quote:

Originally Posted by mooler (Post 157151)
Awesome! Works Great. How do you do this? Can this be done with other themes

it is easy. i have just changed 2 or 3 lines in file gtkrc (parameters related with scroll bar size). and also some .png image files as attched in zip package have resized using adobe photoshop.

it seems that it will also work if you copy those files in the zip package to other theme directory to replace original items.

sachin007 2008-03-19 16:20

Re: To make scrool bar wider
 
Can this made into a deb or something which is easy for the linux noob?

ah.sima 2008-03-19 21:06

Re: To make scrool bar wider
 
1 Attachment(s)
Quote:

Originally Posted by sachin007 (Post 157330)
Can this made into a deb or something which is easy for the linux noob?

this is the .deb package of echo theme with wide scroll bar. (my 1st deb package)

echo theme with wide scroll bar

how to use:

install echowb.deb with application manager. and then change theme to echowb.

sachin007 2008-03-19 21:37

Re: To make scrool bar wider
 
Thanks so much. WOrks great. So trivial but makes a big difference.

alephito 2008-03-19 21:40

Re: To make scrool bar wider
 
Excelent, ah.sima. Thank you very much.

GeraldKo 2008-03-19 21:46

Re: To make scrool bar wider
 
ah.sima, that's what I call service! Thanks very much. (In fact it's better than service. It's *complete* service: First you bring up the problem. Then you solve it. Then you make it amateur-friendly.)

(My own preference would be to have the little-used horizontal scroll bar the old size; but I'm very pleased with this as it is. I was thinking I would have to grown a thumbnail :))

ah.sima 2008-03-19 22:01

Re: To make scrool bar wider
 
Quote:

Originally Posted by GeraldKo (Post 157510)
ah.sima, that's what I call service! Thanks very much. (In fact it's better than service. It's *complete* service: First you bring up the problem. Then you solve it. Then you make it amateur-friendly.)

(My own preference would be to have the little-used horizontal scroll bar the old size; but I'm very pleased with this as it is. I was thinking I would have to grown a thumbnail :))

it seems the heigth of horizontal scroll bar is using the same size of vertical scroll bar width. this is a problem.

( it is usually, many pages have correct page width will make the horizontal bar disapear when in full screen mode. this may make you happier )

munky261 2008-03-19 22:18

Re: To make scrool bar wider
 
can you tell me how to change it using other themes? im using a slightly modifed version of konttori's nuvopearl theme. if i send you the .deb for it could you make the changes to it for me?

ah.sima 2008-03-20 16:51

Re: To make scrool bar wider
 
Quote:

Originally Posted by munky261 (Post 157522)
can you tell me how to change it using other themes? im using a slightly modifed version of konttori's nuvopearl theme. if i send you the .deb for it could you make the changes to it for me?

following post has a zip file which contain all files related to this change, it may have many items in common for different themes ( i can not confirm. i am just a newbie for linux)

http://www.internettablettalk.com/fo...ght=scroll+bar

remark:

1. file /usr/share/themes/echo/gtk-2.0/gtkrc have been revised to change setting of scroll bar size (2 or 3 lines, just related to scroll bar size). you may found changes compare to the original file with a file compare or diff program.
2. some image files related to picture of scroll bar at /usr/share/themes/echo/images directory has been resized.
3. you can change above files in your theme directory accordingly after you have installed you prefered theme .deb package to get a wide scroll bar theme.
4. if you want to make .deb package for the theme you have just revised, you can copy the theme directory to a linux machine with scratchbox developing environment installed, and run dpkg to generate your deb package in scratchbox. you may alse need to create a simple control file to control building process of your .deb package.

osofast 2008-03-20 17:18

Re: To make scrool bar wider
 
wow. that .deb is grreat. thanks for that!

Redshift 2008-03-20 18:13

Re: To make scrool bar wider
 
This is so nice, thanks so much!

richie 2008-03-20 18:34

Re: To make scrool bar wider
 
Quote:

Originally Posted by ah.sima (Post 157518)
it seems the heigth of horizontal scroll bar is using the same size of vertical scroll bar width. this is a problem.

( it is usually, many pages have correct page width will make the horizontal bar disapear when in full screen mode. this may make you happier )

Is there a way to have a small horizontal scrollbar for sites that do display a horizontal bar in full screen mode? Or is vertical and horizontal scollbars permanently tied together?

Rich

ah.sima 2008-03-20 22:42

Re: To make scrool bar wider
 
Quote:

Originally Posted by richie (Post 157898)
Is there a way to have a small horizontal scrollbar for sites that do display a horizontal bar in full screen mode? Or is vertical and horizontal scollbars permanently tied together?

Rich

it seems the microB web browser tied vertical and horizontal scroll bar size together. other programs, such as file manager, maemopad,etc., can display a wide vertical scroll bar and a thin horizontal scroll bar correctly when i have make some changes. it is not a good news.

osofast 2008-03-21 05:56

Re: To make scrool bar wider
 
personally i dokt think it is that big of a deal and if anything having the thick horizontal scroll bar is a good thing. ps did i tell you how much better this has made my n800 experiance!

thanks again for the .deb

ah.sima 2008-03-26 00:52

Re: To make scrool bar wider
 
i have upload echowb.deb package to maemo garage (just as a place for storage).

GeraldKo 2008-04-07 20:14

Re: To make scrool bar wider
 
Quote:

Originally Posted by Benson (Post 157071)
Code:

sudo gainroot
sed -i '/style "osso-scrollbar"/,/engine/ s/[0-9][0-9]$/88/' /usr/share/themes/glasser/gtkrc

Then choose the Glasser theme, and enjoy.

Benson, when I enter this code, Xterm says that there is no such file or directory. And when I look with emelFM2, I have the whole path through /glasser but there is no gtkrc

Benson 2008-04-07 20:53

Re: To make scrool bar wider
 
Hmmmm... You should, otherwise you don't have the theme. Which would be odd indeed. As root, I assume?

Anyway, be aware you'll need to do something with the images, too, if you want it to look nice. If you can figure out which images, netpbmtools or imagemagick make it easy to scale them 4x.

GeraldKo 2008-04-07 22:04

Re: To make scrool bar wider
 
Quote:

Originally Posted by Benson (Post 166475)
Hmmmm... You should, otherwise you don't have the theme. Which would be odd indeed. As root, I assume?

Anyway, be aware you'll need to do something with the images, too, if you want it to look nice. If you can figure out which images, netpbmtools or imagemagick make it easy to scale them 4x.

I definitely have the theme. (I'm looking at it now!) What I have in the glasser/ directory is:

gtk-2.0/
images/
matchbox/
index.theme

and nothing else. And, yes, I was root.

[I'm not worried about its looks. I just like Glasser for when I want everything easiest to see. Usually, for looks' sake, I stick with nuvoClear (made, I think, by Underscore).]

Benson 2008-04-07 22:38

Re: To make scrool bar wider
 
Ah... Perhaps I left out the gtk-2.0 bit? Yep, that's it. I'll go fix it right away. :o
Thanks!

GeraldKo 2008-04-08 17:26

Re: To make scrool bar wider
 
Quote:

Originally Posted by Benson (Post 157071)
Code:

sudo gainroot
sed -i '/style "osso-scrollbar"/,/engine/ s/[0-9][0-9]$/88/' /usr/share/themes/glasser/gtk-2.0/gtkrc

Then choose the Glasser theme, and enjoy.

It looks ugly, IMHO, but if you want nicer, you'll have to draw your own pixmaps or redirect it to use the wide ones.

It's big, it's ugly, but is it ever convenient!


All times are GMT. The time now is 02:01.

vBulletin® Version 3.8.8