[lazarus] Patch: ComboBox issues

Karl Brandt pascalive at bol.com.br
Wed Jul 30 00:05:45 EDT 2003


I'm sending a patch that adress some combobox issues:
-fix positioning in enviroment options Dlg
  in object inspector the problem remains(it looks that the autosize
  functions uses the total size of combobox and not only the edit size)
-Changes to the Height property are ignored and reading it will
  allways return the height of the edit part (determined by the font):
   just like in Delphi
-implement DropDownCount
   this can't be changed at runtime
   to access the property i had to typecast to TComboBox: it should'nt be
   public in TcustomComboBox? (see diff)
-remove SetName method
-disable SetComboMinDropDownSize: it's not necessary, at least until now

BTW Can i send the patches in rar format?

karl

-------------- next part --------------
A non-text attachment was scrubbed...
Name: zip00018.zip
Type: application/octet-stream
Size: 2113 bytes
Desc: "combo2.zip"
Url : http://localhost/pipermail/lazarus/attachments/20030730/8d3fdef7/zip00018.obj


More information about the Lazarus mailing list