« Return to Thread: Personal COMBO BOX problem with keybord keys in popup wondow

Re: Personal COMBO BOX problem with keybord keys in popup wondow

by AngeloP :: Rate this Message:

Reply to Author | View in Thread

I've tested but gtk GtkEntryCompletion but it hs has a single column I think or no?!

and then the problem is this...

I have a combo for customers and a combo  for articles
customers are 1500 and articles are 5000 circa in the same form
and I don't want to load an array with all customers
and all articles in memory . So I would create a custom combo widget with 2 columns
( is better to choose the right code ) and a pager ( for example key arrow up and key arrow down ) to load only 10 record  at  time...





Christian Weiske wrote:
Angelo,


> So I've used a gtkentry in a main window witha button to open a list
> the list is into a popup window without decorations
Maybe GtkEntryCompletion is the right class for you.


Christian

--
PHP-GTK General Mailing List (http://gtk.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

 « Return to Thread: Personal COMBO BOX problem with keybord keys in popup wondow