Recent

Author Topic: Line to separate a items in jGrid - LAMW?  (Read 1662 times)

zgabrovski

  • New Member
  • *
  • Posts: 33
Line to separate a items in jGrid - LAMW?
« on: February 02, 2021, 12:22:05 pm »
Is there a way to draw a line separation on each row end in JGrid component in LAMW?
Also I need an advice how to put a button in each row in jGrid?

 

jmpessoa

  • Hero Member
  • *****
  • Posts: 2330
Re: Line to separate a items in jGrid - LAMW?
« Reply #1 on: February 03, 2021, 02:37:21 am »


OK. 

I will try implement a "demo' ...
Lamw: Lazarus Android Module Wizard
https://github.com/jmpessoa/lazandroidmodulewizard

zgabrovski

  • New Member
  • *
  • Posts: 33
Re: Line to separate a items in jGrid - LAMW?
« Reply #2 on: February 03, 2021, 11:34:54 am »
Many thanks, Jose.
I had a lot of improvements and bug fixes in LAMW, how you prefer to post? Pull request?

jmpessoa

  • Hero Member
  • *****
  • Posts: 2330
Re: Line to separate a items in jGrid - LAMW?
« Reply #3 on: February 03, 2021, 04:10:14 pm »

Nice!!

Quote
Pull request?

Yes!
Lamw: Lazarus Android Module Wizard
https://github.com/jmpessoa/lazandroidmodulewizard

jmpessoa

  • Hero Member
  • *****
  • Posts: 2330
Re: Line to separate a items in jGrid - LAMW?
« Reply #4 on: February 03, 2021, 06:49:30 pm »

Quote
Is there a way to draw a line separation on each row end in JGrid component in LAMW?

sLineBreak ???

Code: Pascal  [Select][+][-]
  1. jGridView1.Add('Item_'+IntToStr(FCount) + sLineBreak + 'Bellow', 'ic_launcher');
  2.  

Quote
Also I need an advice how to put a button in each row in jGrid?

What about  use the image as a button?
Lamw: Lazarus Android Module Wizard
https://github.com/jmpessoa/lazandroidmodulewizard

zgabrovski

  • New Member
  • *
  • Posts: 33
Re: Line to separate a items in jGrid - LAMW?
« Reply #5 on: February 12, 2021, 07:02:47 pm »
The pull request comes soon.
Line will be with a property in jGrid component.

A lot of bug fixes in component.

 

TinyPortal © 2005-2018