Recent

Author Topic: Using mouse with Free Vision  (Read 3747 times)

TomB

  • Newbie
  • Posts: 2
Using mouse with Free Vision
« on: September 10, 2020, 05:11:05 pm »
Dear all,
I compiled a Borland Pascal program with Free Pascal and it worked at once. However, I does not seem possible to select the Free Vision items with the mouse. This is a linux system and I started the program with an xterm. I read previous posts which mostly referred to switching off the 'quickedit' functionality, but alas, this is linux and using the mouse is allowed under the xterm settings. Also, FP IDE works fine with full mouse support. I have no clue what else I could try to make the mouse work.
--Ubuntu 18.04 KDE, xterm (version 330), free pascal version 3.0.4, FP version 1.0.12

Any help is highly appreciated,
Tom.


marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 11383
  • FPC developer.
Re: Using mouse with Free Vision
« Reply #1 on: September 10, 2020, 05:28:40 pm »
You need to init the mouse unit of the rtl-console package.

TomB

  • Newbie
  • Posts: 2
Re: Using mouse with Free Vision
« Reply #2 on: September 10, 2020, 10:21:49 pm »
Thanks for the advice! Unfortunately, this did NOT resolve the problem.
I called 'InitMouse' from unit 'Mouse' at the start of the program (and 'DoneMouse' when leaving it).
However this had no effect at all.

 

TinyPortal © 2005-2018