Recent

Author Topic: TComboBox.ReadOnly when Visible is false  (Read 4793 times)

rayanAyar

  • New member
  • *
  • Posts: 7
TComboBox.ReadOnly when Visible is false
« on: July 09, 2010, 06:23:42 am »
Is this a bug or am i doing something wrong?
Code: [Select]
  ComboBox1.Visible:= False;
  ComboBox1.ReadOnly:= True;
After changing "ReadOnly" property ComboBox1 became visible. But "Visible" property stays "False". And assigning "Visible:= False" dosn't help. Only
Code: [Select]
  ComboBox1.Visible:= True;
  ComboBox1.Visible:= False;
makes ComboBox1 invisible again.

Lazarus 0.9.28-2, GTK2, Debian 5 i386. On win32 works properly.

Marc

  • Administrator
  • Hero Member
  • *
  • Posts: 2584
Re: TComboBox.ReadOnly when Visible is false
« Reply #1 on: July 12, 2010, 11:02:46 am »
This looks like a bug, please bugrep (if there isn't already a report)
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the bug tracker

rayanAyar

  • New member
  • *
  • Posts: 7
Re: TComboBox.ReadOnly when Visible is false
« Reply #2 on: July 12, 2010, 12:55:34 pm »
please bugrep
I tried. But I can't register in bugtracker (no confirmation letter). That's why post topic here.

Marc

  • Administrator
  • Hero Member
  • *
  • Posts: 2584
Re: TComboBox.ReadOnly when Visible is false
« Reply #3 on: July 14, 2010, 06:15:55 pm »
ah, mail.ru
It thinks the fpc mailserver is a spambox. Better use a different mail address
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the bug tracker

 

TinyPortal © 2005-2018