On Fri, Mar 14, 2008 at 12:56 PM, Rainer Stratmann
<[EMAIL PROTECTED]> wrote:
> Exists there documentation of the (for example) XNextEvent's ?
http://www.google.com/search?hl=en&safe=active&client=firefox-a&rls=org.mozilla%3Apt-BR%3Aofficial&hs=jNU&q=xlib+XNextEvent&btnG=Search
--
Felipe Montei
On 14/03/2008, Rainer Stratmann <[EMAIL PROTECTED]> wrote:
>
> How is it possible to draw (put) Bitmaps in this Window?
> Here is a 800x600 pixel Bitmap (array[0..800x600-1] of dword) which I want to
> put in the Window (or parts of the Bitmap). With 24 bit color depth (32
> bit/pixel).
>
> Ex
On 14/03/2008, Rainer Stratmann <[EMAIL PROTECTED]> wrote:
>
> Thank you very much, it works!
> That's what I was looking for.
That example actually shows quite a lot of features in one little program.
> How is it possible to draw (put) Bitmaps in this Window?
> Here is a 800x600 pixel Bitmap
Am Freitag, 14. März 2008 14:30 schrieb Graeme Geldenhuys:
> On 14/03/2008, Rainer Stratmann <[EMAIL PROTECTED]> wrote:
> > Exists there documentation about X11 interface?
> > Or an example program?
>
> Here is a basic example as show in many X11 documentation.
> As I said, fpGUI will do all this
The fix :)
On Fri, Mar 14, 2008 at 3:56 PM, ik <[EMAIL PROTECTED]> wrote:
> You are correct (I've translated it from an old procedural code of
> mine), I'll fix it and resend it
>
> Ido
>
>
>
> On Fri, Mar 14, 2008 at 3:52 PM, Graeme Geldenhuys
> <[EMAIL PROTECTED]> wrote:
> > On 14/03/2008,
You are correct (I've translated it from an old procedural code of
mine), I'll fix it and resend it
Ido
On Fri, Mar 14, 2008 at 3:52 PM, Graeme Geldenhuys
<[EMAIL PROTECTED]> wrote:
> On 14/03/2008, ik <[EMAIL PROTECTED]> wrote:
> > For documentation, look for xlib, and for each specific module
On 14/03/2008, ik <[EMAIL PROTECTED]> wrote:
> For documentation, look for xlib, and for each specific module you
> require you have different documentation.
>
> Ido
Hi Ido,
That example doesn't compile because your class is defined as TWindow,
which conflicts with TWindow defined in x.pp
Simp
For documentation, look for xlib, and for each specific module you
require you have different documentation.
Ido
On Fri, Mar 14, 2008 at 3:16 PM, Rainer Stratmann
<[EMAIL PROTECTED]> wrote:
> That woul be great, thanks.
> Where can I find information to understand the X11 keyboard and bitmap
>
On 14/03/2008, Rainer Stratmann <[EMAIL PROTECTED]> wrote:
> Exists there documentation about X11 interface?
> Or an example program?
Here is a basic example as show in many X11 documentation.
As I said, fpGUI will do all this hard work for you. ;-)
You can compile it as follows: fpc basicwin.p
On 14/03/2008, Rainer Stratmann <[EMAIL PROTECTED]> wrote:
> Exists there documentation about X11 interface?
> Or an example program?
> I want to start with simply draw a bitmap and handle keyboard events.
It takes some practice to use Xlib directly but it's not to bad. The C
documentation is p
Pure xlib is not that easy. I can give you an old program I made using
it, but bitmap/keyboard handling is not for "beginners" in X. You must
understand better how things works etc..
Ido
On Fri, Mar 14, 2008 at 2:49 PM, Rainer Stratmann
<[EMAIL PROTECTED]> wrote:
> Exists there documentation abou
Exists there documentation about X11 interface?
Or an example program?
I want to start with simply draw a bitmap and handle keyboard events.
Kind regards
Rainer
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mail
12 matches
Mail list logo