abidinamdar / gmapcatcher

Automatically exported from code.google.com/p/gmapcatcher
1 stars 0 forks source link

Enable a scrollbar in the Locations dropdown #319

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What new or enhanced feature are you proposing?

Enable a standard combo box with scrollbar for the Locations function.

What goal would this enhancement help you achieve?

Accelerate scrolling in large lists by use of the the thumb or keyboard 
commands (e.g. Page Up/Dn). Avoid accidental display of a locations that was 
last highlighted (by scrolling) if the user accidentally moves their mouse away 
from the list.

Original issue reported on code.google.com by ler...@gmail.com on 24 Apr 2012 at 4:22

GoogleCodeExporter commented 8 years ago
the "Locations function" if that is what I think it is we do have a scroll bar 
& Page Up/Dn works fine (at least in my pc) see screenshot attached

Original comment by heldersepu on 24 Apr 2012 at 12:37

Attachments:

GoogleCodeExporter commented 8 years ago
ah, sorry. i was meaning the search function on the main screen, where the user 
can click the dropdown button at the right side, to see the list that you 
generated in the tool above. the screenshot above implements the standard 
scrollbar that i expect to see on the main page.

Original comment by ler...@gmail.com on 24 Apr 2012 at 4:01

GoogleCodeExporter commented 8 years ago
I don't think this is as easy as it looks, that is a default gtk comboBox no 
bells or whistles.

But what I did added was an EntryCompletion that is sort of an Auto-Completion 
or IntelliSense, see screenshot attached.

Right click on the text in the query and in the options you should see an 
option "Auto-Completion Method" see if that helps you for the moment...

Original comment by heldersepu on 24 Apr 2012 at 4:37

Attachments:

GoogleCodeExporter commented 8 years ago
that looks nice. it should certainly help to work around the issue with long 
lists. given that you're using the standard gtk function, this will be quite 
helpful. i saw that you had some code for searching and grooming user input, so 
hopefully you were able to just plug that into this query function with not 
much trouble. thank you.

Original comment by ler...@gmail.com on 24 Apr 2012 at 6:00

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Great!

Original comment by heldersepu on 25 Apr 2012 at 1:07

GoogleCodeExporter commented 8 years ago
please switch to closed. i'm happy with this and can get along without the 
scrollbar. thanks!

Original comment by ler...@gmail.com on 25 Apr 2012 at 1:14