1 (edited by AD1408 2017-05-03 03:28:40)

Topic: Flashing Horizontal Scroll Bar

Hi Dmitry,


I have posted this issue in another topic, perhaps you missed it:

Most pressing issue on previous post is horizontal scroll bar flash. I have been trying to find the issue causing this strange behavior but so far no luck.
1. Click on a record from customer tgrid
2. Horizontal scroll bar briefly appears and disappears (flashes) over tGrid transactions and transaction items tGrids if transactions and transaction items tGrids contain records.

Is it a tGrid bug or I'm doing something wrong?

Tried on MVD 3.3 and 3.4b.

Post's attachments

Attachment icon InvRefund 5 With Scroll Issue.zip 20.1 kb, 363 downloads since 2017-05-03 

Adam
God... please help me become the person my dog thinks I am.

Re: Flashing Horizontal Scroll Bar

AD1408 wrote:

Hi Dmitry,


I have posted this issue in another topic, perhaps you missed it:

Most pressing issue on previous post is horizontal scroll bar flash. I have been trying to find the issue causing this strange behavior but so far no luck.
1. Click on a record from customer tgrid
2. Horizontal scroll bar briefly appears and disappears (flashes) over tGrid transactions and transaction items tGrids if transactions and transaction items tGrids contain records.

Is it a tGrid bug or I'm doing something wrong?

Tried on MVD 3.3 and 3.4b.


Any solution?

Adam
God... please help me become the person my dog thinks I am.

Re: Flashing Horizontal Scroll Bar

Hello.


Yes, it's a bug. Fixed, please download latest beta version:
https://www.dropbox.com/s/4sb2tk75rauoj … b.zip?dl=0



Thank you for the project.



Also, in this procedure

procedure Form1_tgMainCustomers_OnCellClick (Sender: string; ACol, ARow: Integer);
begin
  //Form1.Label8.Caption := SQLExecute(('SELECT name FROM Customer WHERE id=')+('SELECT surname FROM Customer WHERE id=')+inttostr(form1.tgMainCustomers.dbitemid));

  Form1.btnCustTransSearch.Click;
end;

You should remove this line

Form1.btnCustTransSearch.Click;

Otherwise the query will be executed twice

Dmitry.

Re: Flashing Horizontal Scroll Bar

Thank you very much Dmitry....................
Great support....... Truly appreciated...

Adam
God... please help me become the person my dog thinks I am.