Bo Berglund wrote:
My development machine is now also the target, a Raspberry Pi2, with FPC and Lazarus installed but it is headless. So my interface is PuTTY for command line work in Raspbian Jessie and for GUI (= Lazarus) I use tightvncserver on the Pi and TightVNCclient on Windows 7.It works fine except for some small glitches like the inability to type { } [ ] $ @ \ | into the Lazarus code editor. I have to open the system text editor and type it there then copy paste it into the Lazarus editor.... It seems to be some kind of problem with the way keystrokes are sent in VNC and interpreted in the Lazarus code editor. I can enter these chars into the Lazarus property editors of GUI components though as well as in the Raspbian Text editor, all via VNC.
As I've already said, that's a VNC problem. And again as I've already said, in most cases you'll do better running Lazarus over the SSH link.
-- Mark Morgan Lloyd markMLl .AT. telemetry.co .DOT. uk [Opinions above are the author's, not those of his employers or colleagues] -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
