Re: [fpc-pascal]RE: XTest extension for fpc

2004-04-09 Thread Marc Santhoff
Am Fr, den 09.04.2004 schrieb Rainer Hantsch um 15:08: > Hello, Marc! Hi! > Do you have some code for me to see how FPC programs for X11 are written? > > Nothing special, keep it simple, I primarily want to... > a.) see if it works with my old FPC 1.0.4 > (yes, I still use this old version

Re: [fpc-pascal]RE: XTest extension for fpc

2004-04-09 Thread Rainer Hantsch
Hello, Marc! Do you have some code for me to see how FPC programs for X11 are written? Nothing special, keep it simple, I primarily want to... a.) see if it works with my old FPC 1.0.4 (yes, I still use this old version because it is the latest one which also works on SuSE 5.2) b.) se

Re: [fpc-pascal]RE: XTest extension for fpc

2004-03-19 Thread Marc Santhoff
Am Do, den 18.03.2004 schrieb Rainer Hantsch um 10:40: > Hi! > > Only a question of interest: > Are you trying to get FPC compiling X11 apps? What I'm doing is to write some sort of virtual keyboard (e.g. on a touch screen) and post the event to the X server. Ebenfalls freundliche Grüße, Marc

Re: [fpc-pascal]RE: XTest extension for fpc

2004-03-18 Thread Marc Santhoff
Am Do, den 18.03.2004 schrieb Rainer Hantsch um 10:40: > Hi! > > Only a question of interest: > Are you trying to get FPC compiling X11 apps? Nope, I;m not trying but doing it actually. ;) Yes, ask questions, if you like to. Bye, Marc ___ fpc-pasc

Re: [fpc-pascal]RE: XTest extension for fpc

2004-03-18 Thread Rainer Hantsch
Hi! Only a question of interest: Are you trying to get FPC compiling X11 apps? On Wed, 17 Mar 2004, Marc Santhoff wrote: | Am Mi, den 17.03.2004 schrieb Jeff Pohlmeyer um 08:05: | > > Has anyone translated the XTest xtension of XFree86 to pascal yet? | > | > I think it would look something like

Re: [fpc-pascal]RE: XTest extension for fpc

2004-03-17 Thread Marc Santhoff
Am Mi, den 17.03.2004 schrieb Jeff Pohlmeyer um 08:05: > > Has anyone translated the XTest xtension of XFree86 to pascal yet? > > I think it would look something like this: [...] > > ( compiles, but not tested ) I have only tested 'XTestFakeKeyEvent' so far and it does work! Besides linking aga

Re: [fpc-pascal]RE: XTest extension for fpc

2004-03-17 Thread Marc Santhoff
Am Mi, den 17.03.2004 schrieb Marc Santhoff um 10:18: [...] > It does compile. Wow! > > So I'll go testing, stay tuned for the result ... It is only stupid rubbish, but i works. For reference i use the source of the tool "xte" from the "xautomation" suite (see: http://hoopajoo.net/projects/xauto

Re: [fpc-pascal]RE: XTest extension for fpc

2004-03-17 Thread Marc Santhoff
Am Mi, den 17.03.2004 schrieb Jeff Pohlmeyer um 08:05: > > Has anyone translated the XTest xtension of XFree86 to pascal yet? > > I think it would look something like this: > > unit XTest; [...code snipped...] > ( compiles, but not tested ) > > - Jeff It does compile. Wow! So I'll go testin