Recent

Author Topic: Can't find TDrawGrid.OnGetCellHint  (Read 9198 times)

GAN

  • Sr. Member
  • ****
  • Posts: 370
Re: Can't find TDrawGrid.OnGetCellHint
« Reply #15 on: May 29, 2017, 01:25:57 am »
That issue has already reported since 2016-11-04. It is still not fixed, it must be a hard one. Hope it can be fixed soon.

Thank you for the information.

Hi @Handoko I have solved the problem of duplicate characters with an executable script to load Lazarus.

Code: Pascal  [Select][+][-]
  1.     #!/bin/sh
  2.     export GTK_IM_MODULE=gtk-im-context-simple
  3.     export QT_IM_MODULE=simple
  4.     export XMODIFIERS=@im=none
  5.     startlazarus %f

http://wiki.freepascal.org/Lazarus_Faq#Typing_in_edit_fields_generate_duplicate_letters
Lazarus 2.0.8 FPC 3.0.4 Linux Mint Mate 19.3
Zeos 7̶.̶2̶.̶6̶ 7.1.3a-stable - Sqlite 3.32.3 - LazReport

Handoko

  • Hero Member
  • *****
  • Posts: 5131
  • My goal: build my own game engine using Lazarus
Re: Can't find TDrawGrid.OnGetCellHint
« Reply #16 on: May 29, 2017, 04:17:58 am »
Yes, I tried your script and that solved the duplicate character issue.

Thank you.

Handoko

  • Hero Member
  • *****
  • Posts: 5131
  • My goal: build my own game engine using Lazarus
Re: Can't find TDrawGrid.OnGetCellHint
« Reply #17 on: May 29, 2017, 04:46:59 am »
I switched back to stable Lazarus 1.6.4 and I found something that I think I should report here.

The issue #1 that I mentioned previously "Issue #1: Installation - FPC Conflict" won't always show up when installing FPC. But it will show when installing different version of FPC.

For example:
01. Uninstall Lazarus, FPC 3.0.3, FPC-Source 3.0.3 (using Synaptic Package Manager)
02. Install FPC 3.0.2 (using deb file, not build from source)
03. "Error: Breaks existing package 'fpc' conflict: fpc ()" will show up.

- That issue happens on FPC 3.0.3 and FPC 3.0.2
- It only happens when it has different version installed previously
- It will not happen if the previous installed version is the same as the version that is going to install
- Ignore that error message, the FPC will work correctly
- Tested on Ubuntu Mate 16.10 64-bit
« Last Edit: May 29, 2017, 04:51:06 am by Handoko »

 

TinyPortal © 2005-2018