[fpc-pascal]How to unsubscribe

2004-07-30 Thread Peter Huesser
Hello Can anybody tell me how I can unsubscribe from this list. Found no information on http://www.freepascal.org/maillist.html and http://lists.freepascal.org/mailman/listinfo/fpc-pascal/. Pedro ___ fpc-pascal maillist - [EMAIL PROTECTED] http://l

[fpc-pascal]GTK: Layout Container Example

2003-10-14 Thread Peter Huesser
Hello Does anybody has an example of how to use the layout container ? An example in "c" would be fine too. Thank's for any help Pedro ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal]GTK: multiline label

2003-10-09 Thread Peter Huesser
Thank's for the answer. Both solutions work. Pedro ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal]GTK2: GTKArrowType

2003-10-09 Thread Peter Huesser
Hello Is the GTKArrowType not implemented yet in the GTK2 (Version 1.0.5). If not: is there a list what is allready implemented in GTK2 and what not ? Thank's Pedro ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/l

[fpc-pascal]GTK: multiline label

2003-10-09 Thread Peter Huesser
Hello How ist possible to make initialize in fpc a multiline label. Something like Lbl := gtk_label_new('Line1 \n Line2'); I guess but with what do I have to replace the "\n" ? Thank's for any help Pedro ___ fpc-pascal maillist - [EMAIL PROTEC

Re: [fpc-pascal]GTK problem

2003-10-06 Thread Peter Huesser
You should probably use the gtk2 for pascal units, which can be found at http://gtk2forpascal.sourceforge.net/, instead of the gtk units that came with fpc 1.0.10. Those units are for gtk 1.2. Thank's a lot Pedro ___ fpc-pascal maillist - [EMAI

[fpc-pascal]GTK problem

2003-10-06 Thread Peter Huesser
Hello I am just learning gtk and try to translate the examples in the "GTK+2.0 Tutorial" from Tony Gale and Ian Main to fpc. In chapter 7 there is a simple button example which uses the "gtk_image_new_from_file" function to load a xpm file. This function is included in the gtk2 release but fpc doe

Re: [fpc-pascal]Problems with ipengl unit

2003-09-30 Thread Peter Huesser
Thank's for all answers Pedro ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal]Problems with ipengl unit

2003-09-29 Thread Peter Huesser
Peter Huesser wrote: Hello I successfully compiled the glutdemo programexample delivered with the source of the opengl units. But if I try to run the executable I get the following error message: An unhandled exception occurred at 0x : EACCESSVIOLATION : Access violation 0x

[fpc-pascal]Problems with ipengl unit

2003-09-28 Thread Peter Huesser
Hello I successfully compiled the glutdemo programexample delivered with the source of the opengl units. But if I try to run the executable I get the following error message: An unhandled exception occurred at 0x : EACCESSVIOLATION : Access violation 0x 0x080483A7 The same happe