Re: [lazarus] SetWindowFullScreen broken

2007-05-22 Thread A.J. Venter

I tested with 2.3.1 [2007/04/30] for i386. I will try to get a newer
one.
Did you try another windowmanager?

Not yet, but it doesn't seem to be related to window management.



 That is the version of the compiler I am running.
 Other thing is, I know of three functions: SetWindowFullScreen,
 GrabMouseToForm and GrabKeyBoardToForm. What are the other two
 functions ?

ReleaseMouseFromForm and ReleaseKeyBoardFromForm

Doh :)

I'll revert to 2.1.4 as per Felipe's advice.

A.J.
--
A.J. Venter
CEO - OutKast Solutions C.C.
http://www.outkastsolutions.co.za
Cell: +27 83 455 9978
Fax: +27 21 413 2800
Office: +27 21 591 6766

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] SetWindowFullScreen broken

2007-05-21 Thread A.J. Venter

So should I then assume that nobody else can/will help me figure out
how to fix this ? I must admit that (even though I wrote [most of] the
orriginal functions in the gtk interface) I have no clue why the newer
compiler would break them.

A.J.

On 5/18/07, A.J. Venter [EMAIL PROTECTED] wrote:

On 5/18/07, Vincent Snijders [EMAIL PROTECTED] wrote:
 A.J. Venter schreef:
  Hi,
  Something has broken with SetWindowFullScreen, GrabMouseToForm and
  GrabKeyBoardToForm recently.
  Basically - though they throw no errors, they simply don't do anything
  at all.
 
  I believe the change happened after I upgraded to fpc 2.13
 
  These functions are crucial for outkafe, I really need an answer quick.

 What question do you want to be answered?
What changed which caused these functions to stop working and how can
it be fixed ?

A.J.

--
A.J. Venter
CEO - OutKast Solutions C.C.
http://www.outkastsolutions.co.za
Cell: +27 83 455 9978
Fax: +27 21 413 2800
Office: +27 21 591 6766




--
A.J. Venter
CEO - OutKast Solutions C.C.
http://www.outkastsolutions.co.za
Cell: +27 83 455 9978
Fax: +27 21 413 2800
Office: +27 21 591 6766

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] SetWindowFullScreen broken

2007-05-21 Thread Mattias Gaertner
On Mon, 21 May 2007 10:50:51 +0200
A.J. Venter [EMAIL PROTECTED] wrote:

 So should I then assume that nobody else can/will help me figure out
 how to fix this ? I must admit that (even though I wrote [most of] the
 orriginal functions in the gtk interface) I have no clue why the newer
 compiler would break them.

I just tested: All 5 functions still work under gtk1 and gtk2
ubuntu/edgy (the 2 Release functions work too).
Can you test with gtk2?
Maybe your window manager does not support it?


Mattias


 
 A.J.
 
 On 5/18/07, A.J. Venter [EMAIL PROTECTED] wrote:
  On 5/18/07, Vincent Snijders [EMAIL PROTECTED] wrote:
   A.J. Venter schreef:
Hi,
Something has broken with SetWindowFullScreen, GrabMouseToForm
and GrabKeyBoardToForm recently.
Basically - though they throw no errors, they simply don't do
anything at all.
   
I believe the change happened after I upgraded to fpc 2.13
   
These functions are crucial for outkafe, I really need an
answer quick.
  
   What question do you want to be answered?
  What changed which caused these functions to stop working and how
  can it be fixed ?
 
  A.J.
 
  --
  A.J. Venter
  CEO - OutKast Solutions C.C.
  http://www.outkastsolutions.co.za
  Cell: +27 83 455 9978
  Fax: +27 21 413 2800
  Office: +27 21 591 6766
 
 
 

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] SetWindowFullScreen broken

2007-05-21 Thread A.J. Venter

On 5/21/07, Mattias Gaertner [EMAIL PROTECTED] wrote:

On Mon, 21 May 2007 10:50:51 +0200
A.J. Venter [EMAIL PROTECTED] wrote:

 So should I then assume that nobody else can/will help me figure out
 how to fix this ? I must admit that (even though I wrote [most of] the
 orriginal functions in the gtk interface) I have no clue why the newer
 compiler would break them.

I just tested: All 5 functions still work under gtk1 and gtk2
ubuntu/edgy (the 2 Release functions work too).
Can you test with gtk2?
Maybe your window manager does not support it?


My status is that I have only tested with GTK1, I cannot compile GTK2
LCL since I upgraded the compiler (complains it cannot find gtkint),
Just to make sure we are on the same page:
[EMAIL PROTECTED] ~]$ ppc386 -l
Free Pascal Compiler version 2.3.1 [2007/05/08] for i386
Copyright (c) 1993-2007 by Florian Klaempfl

That is the version of the compiler I am running.
Other thing is, I know of three functions: SetWindowFullScreen,
GrabMouseToForm and GrabKeyBoardToForm. What are the other two
functions ?

A.J.

--
A.J. Venter
CEO - OutKast Solutions C.C.
http://www.outkastsolutions.co.za
Cell: +27 83 455 9978
Fax: +27 21 413 2800
Office: +27 21 591 6766

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] SetWindowFullScreen broken

2007-05-21 Thread Felipe Monteiro de Carvalho

On 5/21/07, A.J. Venter [EMAIL PROTECTED] wrote:

[EMAIL PROTECTED] ~]$ ppc386 -l
Free Pascal Compiler version 2.3.1 [2007/05/08] for i386
Copyright (c) 1993-2007 by Florian Klaempfl


2.3.1 is a unstable compiler from trunk. From times to times the trunk
get´s buggy.

I would recomend that you test with fpc 2.1.x (the Beta)

--
Felipe Monteiro de Carvalho

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] SetWindowFullScreen broken

2007-05-21 Thread Mattias Gaertner
On Mon, 21 May 2007 11:58:38 +0200
A.J. Venter [EMAIL PROTECTED] wrote:

 On 5/21/07, Mattias Gaertner [EMAIL PROTECTED] wrote:
  On Mon, 21 May 2007 10:50:51 +0200
  A.J. Venter [EMAIL PROTECTED] wrote:
 
   So should I then assume that nobody else can/will help me figure
   out how to fix this ? I must admit that (even though I wrote
   [most of] the orriginal functions in the gtk interface) I have no
   clue why the newer compiler would break them.
 
  I just tested: All 5 functions still work under gtk1 and gtk2
  ubuntu/edgy (the 2 Release functions work too).
  Can you test with gtk2?
  Maybe your window manager does not support it?
 
 My status is that I have only tested with GTK1, I cannot compile GTK2
 LCL since I upgraded the compiler (complains it cannot find gtkint),
 Just to make sure we are on the same page:
 [EMAIL PROTECTED] ~]$ ppc386 -l
 Free Pascal Compiler version 2.3.1 [2007/05/08] for i386
 Copyright (c) 1993-2007 by Florian Klaempfl

I tested with 2.3.1 [2007/04/30] for i386. I will try to get a newer
one.
Did you try another windowmanager?

 
 That is the version of the compiler I am running.
 Other thing is, I know of three functions: SetWindowFullScreen,
 GrabMouseToForm and GrabKeyBoardToForm. What are the other two
 functions ?

ReleaseMouseFromForm and ReleaseKeyBoardFromForm

Mattias

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] SetWindowFullScreen broken

2007-05-18 Thread Vincent Snijders

A.J. Venter schreef:

Hi,
Something has broken with SetWindowFullScreen, GrabMouseToForm and
GrabKeyBoardToForm recently.
Basically - though they throw no errors, they simply don't do anything 
at all.


I believe the change happened after I upgraded to fpc 2.13

These functions are crucial for outkafe, I really need an answer quick.


What question do you want to be answered?

Vincent

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] SetWindowFullScreen broken

2007-05-18 Thread A.J. Venter

On 5/18/07, Vincent Snijders [EMAIL PROTECTED] wrote:

A.J. Venter schreef:
 Hi,
 Something has broken with SetWindowFullScreen, GrabMouseToForm and
 GrabKeyBoardToForm recently.
 Basically - though they throw no errors, they simply don't do anything
 at all.

 I believe the change happened after I upgraded to fpc 2.13

 These functions are crucial for outkafe, I really need an answer quick.

What question do you want to be answered?

What changed which caused these functions to stop working and how can
it be fixed ?

A.J.

--
A.J. Venter
CEO - OutKast Solutions C.C.
http://www.outkastsolutions.co.za
Cell: +27 83 455 9978
Fax: +27 21 413 2800
Office: +27 21 591 6766

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives