Subject RE: [IBO] Problems with TIB_Grid
Author IBO Support List
Ok, here's the quick-fix.
 
IB_Grid.pas about line 6385.
 
...
  if GetIsSelected( ACol, ARow, AState ) then
  begin
    DataLink.CheckSession( true );  // Add this line of code here.
    AColor := DataLink.IB_Session.SelectedColor;
    if Assigned( AFont ) then
      AFont.Color := clHighlightText;
  end
  else
...
 
 
Thanks and sorry for the inconvenience!
 
Jason Wharton
 


From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf Of IBO Support List
Sent: Friday, October 25, 2013 11:40 AM
To: IBObjects@yahoogroups.com
Subject: RE: [IBO] Problems with TIB_Grid

Ok, that helped. I am looking into it more. I do see a problem but I am not sure what is causing it.
 
Jason


From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf Of Alexandre
Sent: Friday, October 25, 2013 11:27 AM
To: IBObjects@yahoogroups.com
Subject: Re: [IBO] Problems with TIB_Grid

The DB_TESTE.FDB file have 3 records. (see in ..teste\Win32\Release directory)
 
 
Sent: Friday, October 25, 2013 2:58 PM
Subject: RE: [IBO] Problems with TIB_Grid
 
 

Your sample app didn't have any data so I couldn't run it.
 
Jason
 

From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf Of Alexandre
Sent: Friday, October 25, 2013 8:17 AM
To: IBObjects@yahoogroups.com
Subject: Re: [IBO] Problems with TIB_Grid

Jason, some news about this issue?
 
Alexandre
 
Sent: Tuesday, October 22, 2013 10:41 PM
Subject: RE: [IBO] Problems with TIB_Grid
 
 

I tried to get an access violation but I was unable to.
Will you please send me a sample app so I can see your error?
 
Thanks,
Jason
 

From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf Of IBO Support List
Sent: Tuesday, October 22, 2013 5:28 PM
To: IBObjects@yahoogroups.com
Subject: RE: [IBO] Problems with TIB_Grid

There could be a bug. I'll do a quick test and see. Please be prepared to send me a simple sample app so that I can for sure be able to duplicate the problem.
 
Thanks,
Jason Wharton
 
 

From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf Of Alexandre
Sent: Tuesday, October 22, 2013 2:03 PM
To: IBObjects@yahoogroups.com
Subject: [IBO] Problems with TIB_Grid

Hi, Guys,
 
In this last update of Ibobject when I try to select multiple rows in a TIB_Grid (with Shift or CTRL) occurs an error of Access Violation.
This is some Bug ?
 
Please Help me
Thanks
Alexandre

Nenhum vírus encontrado nessa mensagem.
Verificado por AVG - www.avgbrasil.com.br
Versão: 2014.0.4158 / Banco de dados de vírus: 3614/6772 - Data de Lançamento: 10/22/13

Nenhum vírus encontrado nessa mensagem.
Verificado por AVG - www.avgbrasil.com.br
Versão: 2014.0.4158 / Banco de dados de vírus: 3615/6778 - Data de Lançamento: 10/24/13