Re: [fpc-pascal] Keyboard unit under Linux

2007-10-17 Thread Frank McCormick
On Thu, 18 Oct 2007 01:20:31 +0200 Michalis Kamburelis <[EMAIL PROTECTED]> wrote: > Frank McCormick wrote: > > Resending because of some changes in my results. > > > > > > I am having a tough time using the keyboard unit under Linux. Please tell me > > whats wrong with this code: > > > > ( var

Re: [fpc-pascal] Keyboard unit under Linux

2007-10-17 Thread Michalis Kamburelis
Frank McCormick wrote: > Resending because of some changes in my results. > > > I am having a tough time using the keyboard unit under Linux. Please tell me > whats wrong with this code: > > ( var section cut out) > > Begin >InitKeyBoard; >Repeat > K:=pollKeyEvent; > if k <>0

[fpc-pascal] Problems with Lazarus documentatin using FPDoc and LazDE

2007-10-17 Thread Chris Kirkpatrick
I am trying to create documentation for Lazarus lcl, by providing XML files suitable for input to FPDoc I have looked at some of the HTML output of Controls and Forms (following the changes to links made by Vincent Snijders), and find that they are not pointing to the page I expected. For exampl

[fpc-pascal] Keyboard unit under Linux

2007-10-17 Thread Frank McCormick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am having a tough time using the keyboard unit under Linux. Please tell me whats wrong with this code: ( var section cut out) Begin InitKeyBoard; Repeat K:=pollKeyEvent; if k <>0 then begin k:=getkeyevent;

[fpc-pascal] Keyboard unit under Linux

2007-10-17 Thread Frank McCormick
Resending because of some changes in my results. I am having a tough time using the keyboard unit under Linux. Please tell me whats wrong with this code: ( var section cut out) Begin InitKeyBoard; Repeat K:=pollKeyEvent; if k <>0 then begin k:=getkeyevent;