[lazarus] Programmatically showing the listbox of combobox

Mattias Gaertner nc-gaertnma at netcologne.de
Fri Jun 6 03:26:17 EDT 2003


On Fri, 6 Jun 2003 07:08:32 +0800
hernan.et at pg.com wrote:

> 
> 
> What is this patch for?
> 
> This patch will enable to programmatically show the list box of the
> combobox control.
> 
> How to use?
> 
> Set DroppedDown to true, e.g., combobox1.DroppedDown := True;
> this cause the list box to show up.
> Set DroppedDown to false to hide the list box, e.g, combobox1.DroppedDown
> := False;[...] 
> 
> I have tried to use diff -ur --exclude=CVS /orig_lazarus/ /changed_laz/ |
> gzip > laz.diff.gz but I am generated a large file, maybe my working copy
> is quite old.
> If it is better to send the generated file, please let me know.

Can you send a cvs -z3 diff -u | gzip > laz.diff.gz ?


Mattias






More information about the Lazarus mailing list