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
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
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
-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;
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;