[Lazarus] lazreport pdfexport

2009-05-11 Thread Andrea Mauri
dear all, building last lazarus (SVN) on winxp fpc 2.2.4 I got this error: C:\Programmi\Lazarus_svn\components\lazreport\source\addons\pdfexport\lr_e_pdf.pas(371,43) Error: Identifier not found cmFlateDecode \components\lazreport\source\addons\pdfexport\lr_e_pdf.pas(69,30) Error: identificatore

Re: [Lazarus] WSRegister error on console application

2009-05-05 Thread Andrea Mauri
Solved, thanks to all. Now I use just Windows unit (without interfaces). andrea Paul Ishenin ha scritto: Andrea Mauri wrote: I tried it (replaced LCLType and LCLintf with Windows), now I got an error on these lines: NCB.ncb_command := Char(NCBENUM); NCB.ncb_command := Char

Re: [Lazarus] WSRegister error on console application

2009-05-04 Thread Andrea Mauri
Addresses: TStringList; begin Addresses:= TStringList.Create; if GetMacAddresses('', Addresses) = 0 then Result:= Addresses.Strings[0] else Result:= ''; end; {$ENDIF MSWINDOWS} end. Andrea Mauri ha scritto: I still have to check it, I will try to use only the non visual units. I

Re: [Lazarus] WSRegister error on console application

2009-05-04 Thread Andrea Mauri
expected Byte Regards, andrea Paul Ishenin ha scritto: Andrea Mauri wrote: If I add Interfaces to the main unit the project compiles fine. But is it ok to add interfaces to a console application? {$IFDEF MSWINDOWS} , snmp, nb30, dynlibs, LCLtype, LCLintf, LCLProc

Re: [Lazarus] WSRegister error on console application

2009-04-25 Thread Andrea Mauri
I still have to check it, I will try to use only the non visual units. I will post how I will solve it. andrea Andrea Mauri ha scritto: thanks to all, andrea Mattias Gaertner ha scritto: On Fri, 24 Apr 2009 19:22:35 +0200 Vincent Snijders vincent.snijd...@gmail.com wrote

[Lazarus] WSRegister error on console application

2009-04-24 Thread Andrea Mauri
Dear all, I have a cross-platform console application project. The project were compiled with no problem but actually when I compile it I get the following errors (WinXp lazarus svn fpc 2.2.4). I got this error both with fpc 2.2.2 and fpc 2.2.4, I don't know exactly when this error appears (the

Re: [Lazarus] WSRegister error on console application

2009-04-24 Thread Andrea Mauri
thanks to all, andrea Mattias Gaertner ha scritto: On Fri, 24 Apr 2009 19:22:35 +0200 Vincent Snijders vincent.snijd...@gmail.com wrote: Andrea Mauri schreef: Dear all, I have a cross-platform console application project. The project were compiled with no problem but actually

[Lazarus] 32 bit application on 64 bit

2009-04-16 Thread Andrea Mauri
Dear all, I developed a console application with lazarus, I compiled it on a 32 bit machine (Linux). Actually I received an e-mail by one of the final user that is trying to run it on a 64 bit machine (Red Hat Enterprise Linux 5.x (5.1)). The application crash with the message reported at the

Re: [Lazarus] bitmap fonts on lazopenglcontext

2009-03-24 Thread Andrea Mauri
how can I do that? andrea Lord Satan ha scritto: On Mon, 23 Mar 2009 15:25:30 +0100 Andrea Mauri andrea.mauri...@gmail.com wrote: Dear all, I am using lazopenglcontext and I need to write some characters on it. How can I do it? How can I add bitmap fonts to my openglcontext? Do

[Lazarus] bitmap fonts on lazopenglcontext

2009-03-23 Thread Andrea Mauri
Dear all, I am using lazopenglcontext and I need to write some characters on it. How can I do it? How can I add bitmap fonts to my openglcontext? Thanks for all suggestions, Andrea ___ Lazarus mailing list Lazarus@lazarus.freepascal.org

Re: [Lazarus] Placing a TProgressBar into a TStatusBar

2009-03-13 Thread Andrea Mauri
for Delphi and Win. Thanks, Andrea -- Dr. Andrea Mauri, PhD Milano Chemometrics and QSAR Research Group Department of Environmental Sciences University of Milano-Bicocca P.zza della Scienza, 1 20126 Milano - Italy Tel: ++39 02 64482801 mailto:andrea.mauri...@gmail.com http

[Lazarus] Placing a TProgressBar into a TStatusBar

2009-03-10 Thread Andrea Mauri
Dear all, anyone can suggest me a way in order to place a TProgressBar into a TStatusBar? I found some tutorials but they are just for Delphi and Win. Thanks, Andrea ___ Lazarus mailing list Lazarus@lazarus.freepascal.org

Re: [Lazarus] flickering on statusbar panel

2009-03-03 Thread Andrea Mauri
I saw that the bug (ID 0012816) related to this thread has been closed. But I still encounter the same problem as described in my first e-mail. The statusbar panel still flickers. Andrea Sergei Gorelkin ha scritto: Michael Van Canneyt wrote: As far as I know, in Delphi the statusbar

Re: [Lazarus] print source from IDE

2009-03-02 Thread Andrea Mauri
:46 PM, Andrea Mauri andrea.mauri...@gmail.com wrote: Dear all, when I print the source from IDE the last line is not printed. This happens both printing a selection of the source or the whole unit. Lazarus svn, FPC 2.2.2 WinXp. Regards, Andrea

[Lazarus] print source from IDE

2009-02-27 Thread Andrea Mauri
Dear all, when I print the source from IDE the last line is not printed. This happens both printing a selection of the source or the whole unit. Lazarus svn, FPC 2.2.2 WinXp. Regards, Andrea ___ Lazarus mailing list Lazarus@lazarus.freepascal.org

Re: [Lazarus] Error building last SVN

2009-01-24 Thread Andrea Mauri
I got the same error, both on win xp and ubuntu 8.04. fpc 2.2.2 lazarus svn. Lazarus rebuilds properly if example are excluded from rebuilding. andrea Guadagnini David ha scritto: An error appeare building last SVN (18393) into the IDE on Windows XP Pro (service pack 2) with FPC 2.2.2 The

[Lazarus] SQLite Numeric error

2008-12-22 Thread Andrea Mauri
for firefox I correctly get 10.13 in the VAL field of the first record. If I use REAL field type instead NUMERIC I correctly get 10.13. I tested it both on Linux an Windows (FPC 2.2.2 Lazarus SVN), it doesn't work both on Linux and Windows. Best regards, Andrea -- Dr. Andrea Mauri, PhD Milano

Re: [Lazarus] flickering on statusbar panel

2008-12-19 Thread Andrea Mauri
Mattias Gaertner ha scritto: On Thu, 18 Dec 2008 14:58:58 +0100 Andrea Mauri andrea.mauri...@gmail.com wrote: But why, same monitor, same application, labels do not flicker while statusbar flickers? If statusbar text and properties do not change and it still flickers when

Re: [Lazarus] flickering on statusbar panel

2008-12-19 Thread Andrea Mauri
for information: Which OS are you on, which version of that OS and which SVN version (or Lazarus release version)? Regards, -Reenen On Fri, Dec 19, 2008 at 11:17 AM, Andrea Mauri andrea.mauri...@gmail.com mailto:andrea.mauri...@gmail.com wrote: Mattias Gaertner ha scritto: On Thu

Re: [Lazarus] flickering on statusbar panel

2008-12-19 Thread Andrea Mauri
Bug report created. Andrae Mattias Gaertner ha scritto: On Fri, 19 Dec 2008 11:52:18 +0100 Andrea Mauri andrea.mauri...@gmail.com wrote: The code I wrote in the e-mail is just a sample! Anyway, create a new project, drop a label, a statusbar and a button on the form. Create a panel

Re: [Lazarus] flickering on statusbar panel

2008-12-18 Thread Andrea Mauri
Yes, but the flickering remains both with DoubleBuffered:= True and DoubleBuffered:= False. The only difference is that using DoubleBuffered:= True the statusbar seems to be repainted faster. Andrea Bart ha scritto: On 12/17/08, Andrea Mauri andrea.mauri...@gmail.com wrote: any

Re: [Lazarus] flickering on statusbar panel

2008-12-18 Thread Andrea Mauri
But why, same monitor, same application, labels do not flicker while statusbar flickers? Andrea Mattias Gärtner ha scritto: Zitat von Andrea Mauri andrea.mauri...@gmail.com: Yes, but the flickering remains both with DoubleBuffered:= True and DoubleBuffered:= False. The only difference

Re: [Lazarus] flickering on statusbar panel

2008-12-17 Thread Andrea Mauri
any suggestions? Andrea Mauri ha scritto: Dear all, I encountered a flickering problem when using a statusbar under winxp (lazarus v0.9.27 r17839 i386-win32-win32/win64 fpc 2.2.2) Using a code similar to the following: i:= 0; while condition do begin readln(f, str); label1.Caption

Re: [Lazarus] csvexporter

2008-12-16 Thread Andrea Mauri
Michael Van Canneyt ha scritto: On Tue, 16 Dec 2008, Andrea Mauri wrote: I am developing a cross platform application. Yesterday I dropped a csvexporter on a form (and I was under win). The lazdbexport unit have been added by the IDE. Then today, working on my Ubuntu pc at home I

[Lazarus] csvexporter

2008-12-16 Thread Andrea Mauri
Dear all, when I put a csvexporter on a form lazarus automatically adds to my project lazdbexport unit if I am under windows and fpccsvexport if I am under Linux. So I have to do this: {$IFDEF WINDOWS} lazdbexport; {$ENDIF} {$IFDEF UNIX} fpcsvexport; {$ENDIF} Is it ok? Andrea

Re: [Lazarus] csvexporter

2008-12-16 Thread Andrea Mauri
Gärtner ha scritto: Zitat von Andrea Mauri andrea.mauri...@gmail.com: Dear all, when I put a csvexporter on a form lazarus automatically adds to my project lazdbexport unit if I am under windows and fpccsvexport if I am under Linux. I didn't try cvsexporter myself. Correct me if I'm

Re: [Lazarus] csvexporter

2008-12-16 Thread Andrea Mauri
Yes, fpc 2.2.2 and lazarus svn andrea Vincent Snijders ha scritto: Andrea Mauri schreef: I am developing a cross platform application. Yesterday I dropped a csvexporter on a form (and I was under win). The lazdbexport unit have been added by the IDE. Then today, working on my Ubuntu pc

[Lazarus] flickering on statusbar panel

2008-12-15 Thread Andrea Mauri
Dear all, I encountered a flickering problem when using a statusbar under winxp (lazarus v0.9.27 r17839 i386-win32-win32/win64 fpc 2.2.2) Using a code similar to the following: i:= 0; while condition do begin readln(f, str); label1.Caption:= Format('Number: %d', [i]);

Re: [Lazarus] checklistbox on XP

2008-12-10 Thread Andrea Mauri
Anyway is it possible to change the ItemHeight property of TCheckListBox? I am not able to change it via object inspector. Andrea Paul Ishenin ha scritto: Andrea Mauri wrote: Hi, I am trying to use checklistbox. On linux it seems to be drawn correctly but not on windows (I am trying

Re: [Lazarus] checklistbox on XP

2008-12-05 Thread Andrea Mauri
The problem is that CheckListBox on WinXP appears bigger on all the other applications. So if lazarus want to build applications that looks native checks must be bigger. regards, andrea Paul Ishenin ha scritto: Andrea Mauri wrote: Hi, I am trying to use checklistbox. On linux it seems

Re: [Lazarus] real user name

2008-12-04 Thread Andrea Mauri
Marco van de Voort ha scritto: In our previous episode, Andrea Mauri said: I solved using GetUserData procedure from users unit. GetUserData(FpGetuid, Data); Result.Name:= Data.pw_name; Result.Real_name:= Data.pw_gecos; Result.User_id:= Data.pw_uid; Result.Group_id

[Lazarus] checklistbox on XP

2008-12-04 Thread Andrea Mauri
Hi, I am trying to use checklistbox. On linux it seems to be drawn correctly but not on windows (I am trying it on WinXP). The checkboxes in a checklistbox are smaller that the checkbox of a TCheckBox (fonts seem to be the same but boxes are smaller). Is it a bug? Andrea -- Dr. Andrea Mauri

Re: [Lazarus] real user name

2008-12-03 Thread Andrea Mauri
; Marco van de Voort ha scritto: On Tue, Dec 02, 2008 at 10:02:57PM +0100, Andrea Mauri wrote: there is a way in order to get the real name of a linux/windows user? In order to get the login name (linux) I used: Result.Name:= GetEnvironmentVariable('USERNAME'); if Result.Name

[Lazarus] SQLite database schema has changed

2008-12-02 Thread Andrea Mauri
; SQLite3Connection1.ExecuteDirect('create table T2 (ID integer not null, COGNOME varchar(200))'); sqlquery1.SQL.Text:= 'insert into T1 (ID, NOME) values (2, ''Pippo'')'; SQLQuery1.ExecSQL; SQLTransaction1.CommitRetaining; -- Dr. Andrea Mauri, PhD Milano Chemometrics and QSAR Research

Re: [Lazarus] SQLConnector

2008-12-02 Thread Andrea Mauri
Joost van der Sluis ha scritto: Op maandag 01-12-2008 om 16:48 uur [tijdzone +0100], schreef Andrea Mauri: where I can find information about how to use the SQLConnector component? Is it a general object that can be used to connect to different database types (SQLlite, Firebird, MySQL

Re: [Lazarus] SQLite database schema has changed

2008-12-02 Thread Andrea Mauri
Thanks Joost. Joost van der Sluis ha scritto: Op dinsdag 02-12-2008 om 12:47 uur [tijdzone +0100], schreef Andrea Mauri: Dear All, I have a question regarding SQLite. I got an error: 'database schema has changed' when I run the following code (code 1) (when I execute the second Insert

[Lazarus] real user name

2008-12-02 Thread Andrea Mauri
Hi, there is a way in order to get the real name of a linux/windows user? In order to get the login name (linux) I used: Result.Name:= GetEnvironmentVariable('USERNAME'); if Result.Name = '' then Result.Name:= GetEnvironmentVariable('USER'); I know that in linux I can use libc

[Lazarus] SQLConnector

2008-12-01 Thread Andrea Mauri
Dear all, where I can find information about how to use the SQLConnector component? Is it a general object that can be used to connect to different database types (SQLlite, Firebird, MySQL...)? I saw the property ConnectorType (string), how can I set it? Is TSQLConnector already usable? Thanks,

Re: [Lazarus] intrepid and lazarus

2008-11-01 Thread Andrea Mauri
[1]: Leaving directory `/home/giacca/programmi/fpc-2.3/fpcsrc' make: *** [fpcsrc/build-stamp.i386-linux] Error 2 Suggestions? Andrea Mattias Gaertner ha scritto: On Fri, 31 Oct 2008 21:37:02 +0100 Andrea Mauri [EMAIL PROTECTED] wrote: but how can I install 2.3.x fpc? I downloaded

Re: [Lazarus] intrepid and lazarus

2008-11-01 Thread Andrea Mauri
Andrea Mauri [EMAIL PROTECTED] wrote: but how can I install 2.3.x fpc? I downloaded fpcbuild.zip, what I have to do now? I have to uninstall fpc 2.2.2 before? No. Both can live happily together. Have you tried http://wiki.lazarus.freepascal.org/Installing_Lazarus

Re: [Lazarus] intrepid and lazarus

2008-10-31 Thread Andrea Mauri
but how can I install 2.3.x fpc? I downloaded fpcbuild.zip, what I have to do now? I have to uninstall fpc 2.2.2 before? andrea Vincent Snijders ha scritto: Mattias Gaertner schreef: On Fri, 31 Oct 2008 18:52:30 +0100 Andrea Mauri [EMAIL PROTECTED] wrote: Dear all, I just upgraded

[Lazarus] project options bug

2008-10-21 Thread Andrea Mauri
Dear all, lazarus crashes when moving the trackbar for the icon size (to size 0) in the project options dialog. Andrea ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] project options bug

2008-10-21 Thread Andrea Mauri
I forgot to mention, lazarus svn v0.9.27 r17081M i386-linux-gtk 2 (beta), fpc 2.2.2. andrea Andrea Mauri ha scritto: Dear all, lazarus crashes when moving the trackbar for the icon size (to size 0) in the project options dialog. Andrea ___ Lazarus

Re: [Lazarus] drop files

2008-10-05 Thread Andrea Mauri
I tested it on Linux, gtk2. I will test it also on win32, but why there are some exceptions in gtk and gtk2? Which components does not support drop files? Thank you, andrea Tom Gregorovic ha scritto: On Fri, Oct 3, 2008 at 8:37 PM, Andrea Mauri [EMAIL PROTECTED] wrote: Dear all, I checked

[Lazarus] drop files

2008-10-03 Thread Andrea Mauri
Dear all, I checked the dropfiles.lpi example in order to understand how it works. I have a question. I saw that the files can be dropped on forms or on other components like labels, toolbar, progressbar... but not on other components like the TMemo. I would like to know on which components I can

Re: [Lazarus] Proble compilig last SVN

2008-06-06 Thread Andrea Mauri
same error for me. fpc 2.2.0 lazarus r15340, win xp sp2. andrea Guadagnini David ha scritto: I fixed a few things for compilation with fpc 2.2.0. Please test with lazarus r15340. Mattias Thanks Mattias but not work: Compiling LazConfigStorage.pas LResources.pp(4933,47) Error:

Re: [Lazarus] Proble compilig last SVN

2008-06-06 Thread Andrea Mauri
I obtain the same error on Ubuntu Hardy. lazarus svn 15340 fpc 2.2.0 andrea Andrea Mauri ha scritto: same error for me. fpc 2.2.0 lazarus r15340, win xp sp2. andrea Guadagnini David ha scritto: I fixed a few things for compilation with fpc 2.2.0. Please test with lazarus r15340

Re: [Lazarus] lazarus editor problems

2008-04-26 Thread Andrea Mauri
sorry. now the problem is solved, it was related to an old svn. I am not able to reproduce it. andrea Lee Jenkins ha scritto: Andrea Mauri wrote: I think the problem is related to the previuos one. Now I can see my files in laz ide but, when I run my project the execution stops many

Re: [Lazarus] lazarus editor problems

2008-04-22 Thread Andrea Mauri
and remove the breakpoints, without results. This seems to happen only in file where the encoding is not recognized by lazarus. Regards, Andrea Vincent Snijders ha scritto: Andrea Mauri schreef: This means, the codepage was not correctly recognized by the IDE. What is your codepage? Can you send

[Lazarus] lazarus editor problems

2008-04-21 Thread Andrea Mauri
Dear all, I have some problems with last lazarus svn. With last svn version I am not able to see some of my project's units. The editor shows an empty tab for such units. But I am not able to understand why. I can see some units but not all of them. Lazarus works fine with this svn: v0.9.25

Re: [Lazarus] lazarus editor problems

2008-04-21 Thread Andrea Mauri
lazarus and reproduce the bug, which concole output I have to send you? Regards, Andrea Mattias Gärtner ha scritto: Zitat von Andrea Mauri [EMAIL PROTECTED]: Dear all, I have some problems with last lazarus svn. With last svn version I am not able to see some of my project's units

Re: [Lazarus] lazarus editor problems

2008-04-21 Thread Andrea Mauri
This means, the codepage was not correctly recognized by the IDE. What is your codepage? Can you send me the console output of the IDE? How can I check my codepage? Which console output? How can I obtain it? I _think_ I fixed the default under windows, so at least the files should not

Re: [Lazarus] compiling IDE error

2008-04-19 Thread Andrea Mauri
I deleted all the ppu files and now I am able to compile lazarus again. Thank you, andrea Stephano ha scritto: Vincent Snijders wrote: Make sure you clean also the compiled unit of your packages, for example by deleting all the .ppu. Vincent I had to delete ppu's of

[Lazarus] compiling IDE error

2008-04-18 Thread Andrea Mauri
Dear all, under winXP, lazarus svn (14876), FPC 2.2, I am not able to rebuild lazarus. I got this error: C:\Programmi\Lazarus\ide\lazarus.pp(114,1) Error: Undefined symbol: VMT_GRAPHICS_TBITMAPIMAGE C:\Programmi\Lazarus\ide\lazarus.pp(114,1) Error: Undefined symbol: VMT_GRAPHICS_TBITMAP

[Lazarus] lazarus TODO list

2008-04-18 Thread Andrea Mauri
Dear all, I have some problems with Todo list in lazarus. I add a ToDO (popup menu in the IDE editor: Insert Todo) but when I click on View ToDo list in the Project menu I can't see any of the ToDo I added. Why? Is it a bug? Regards, Andrea ___ Lazarus

Re: [Lazarus] lazarus TODO list

2008-04-18 Thread Andrea Mauri
Thanks Mattias, not all files included in my project were shown in the object inspector. I added them and now I can see the todo list. Thank you, Andrea Mattias Gärtner ha scritto: Zitat von Andrea Mauri [EMAIL PROTECTED]: Dear all, I have some problems with Todo list in lazarus. I add

Re: [Lazarus] compiling IDE error

2008-04-18 Thread Andrea Mauri
? Regards, Andrea Mattias Gärtner ha scritto: Zitat von Andrea Mauri [EMAIL PROTECTED]: Dear all, under winXP, lazarus svn (14876), FPC 2.2, I am not able to rebuild lazarus. I got this error: C:\Programmi\Lazarus\ide\lazarus.pp(114,1) Error: Undefined symbol: VMT_GRAPHICS_TBITMAPIMAGE

[Lazarus] progress bar

2008-04-11 Thread Andrea Mauri
Dear all, I would like to know if it is possible to use a progress bar in Marquee style (the highlighted part of the progress bar moves repeatedly along the length of the bar), I would like to show a progress also when I don't know exactly how much time will take the operation I am performing,

[Lazarus] problem typing in IDE

2008-04-09 Thread Andrea Mauri
Dear all, I have a problem with lazarus (v0.9.25 r14791 i386-win32-win32/win64svn), FPC 2.2 on Windows XP. Wherever I try to write in the lazarus IDE, except in the source editor but for example in the Object Inspector or in the Find dialog, every character I type the only character written is

[Lazarus] svn error maskedit

2008-04-05 Thread Andrea Mauri
Dear all, Under Ubuntu, lazarus svn, fpc Free Pascal Compiler version 2.2.0 [2008/04/01] for i386 Copyright (c) 1993-2007 by Florian Klaempfl I got Compiling ./widgetset/wsarrow.pp Compiling ./nonwin32/messages.pp Compiling grids.pas Compiling maskedit.pp maskedit.pp(30,49) Fatal: Can't find

[Lazarus] TMaskEdit: EditMask property error

2008-04-05 Thread Andrea Mauri
Dear all, Lazarus svn, fpc 2.2 on windows xp. If I click on the ellipsis button of the EditMask property of a TMaskedit I get an error: Error reading TextMaskEdit.BorderSpaging.Onchange: Unknown property: Border Spacing Regards, Andrea ___ Lazarus

Re: [Lazarus] opengl

2008-03-23 Thread Andrea Mauri
and how it is possible to use it by lazarus? On Thu, Mar 20, 2008 at 4:03 PM, Razvan Adrian Bogdan [EMAIL PROTECTED] wrote: On Wed, Mar 19, 2008 at 7:47 PM, Andrea Mauri [EMAIL PROTECTED] wrote: I am a newbie, so I am not sure I am writing something stupid or not. But what about

Re: [Lazarus] opengl

2008-03-10 Thread Andrea Mauri
The gtk1 implementation uses get_xvisualinfo to retrieve an unspecific visual. The gtk2 implementation uses glXChooseVisual, which takes a filter. The default filter is to search for a double buffered, RGBA visual with stencil buffer. Maybe mesa does not provide such a visual. I added an

[Lazarus] bug on openglcontrol_demo on linux

2008-03-06 Thread Andrea Mauri
Dear all, finally I run properly the openglcontrol_demo on my Linux PC. I think that there is a bug. In the openglcontrol_demo.lpi there are the following lines: CompilerOptions Version Value=5/ SearchPaths LCLWidgetType Value=win32/ /SearchPaths CodeGeneration

Re: [Lazarus] opengl

2008-03-05 Thread Andrea Mauri
it. -Original Message- *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of *Andrea Mauri *Sent:* Tuesday, March 04, 2008 2:10 PM *To:* General mailing list *Subject:* Re: [Lazarus] opengl I have a ATI Radeon™ HD 2400 PRO, I had a lot of problem

Re: [Lazarus] opengl

2008-03-03 Thread Andrea Mauri
in the next mail. andrea -- Dr. Andrea Mauri, PhD Milano Chemometrics and QSAR Research Group Department of Environmental Sciences University of Milano-Bicocca P.zza della Scienza, 1 20126 Milano - Italy Tel: ++39 02 64482801 mailto:[EMAIL PROTECTED] http://michem.disat.unimib.it/chm

Re: [Lazarus] opengl

2008-03-03 Thread Andrea Mauri
Here how the TOpenGLControl is shown at runtime. It happens when the form is drawn, I obtain this screenshot minimizing and then restoring the form. andrea Fixed by Paul. It was a windows xp theme thing. Mattias ___ Lazarus mailing list

Re: [Lazarus] opengl

2008-03-03 Thread Andrea Mauri
the background of my screen (my desktop). Could someone try these steps and tell me what happens? Regards, Andrea FPC 2.2.0 Lazarus svn Windows XP Paul Ishenin ha scritto: Andrea Mauri wrote: Here how the TOpenGLControl is shown at runtime. It happens when the form is drawn, I obtain this screenshot

Re: [Lazarus] opengl

2008-02-29 Thread Andrea Mauri
32 bit Mattias Gaertner ha scritto: On Fri, 29 Feb 2008 21:49:53 +0100 Andrea Mauri [EMAIL PROTECTED] wrote: Sorry, my fault. FPC 2.2. Lazarus svn. 32 or 64bit? Can some windows user try to run the lazarus\examples\openglcontrol\openglcontrol_demo.lpi ? Mattias

Re: [Lazarus] opengl

2008-02-29 Thread Andrea Mauri
I tried openglcontrol_demo.lpi, too. It works fine, but anyway if I put a TOpenGLControl on a form I obtain the image I sent, also in run-time. andrea Mattias Gaertner ha scritto: On Fri, 29 Feb 2008 21:49:53 +0100 Andrea Mauri [EMAIL PROTECTED] wrote: Sorry, my fault. FPC 2.2. Lazarus

[Lazarus] opengl

2008-02-25 Thread Andrea Mauri
Dear all, I work in a small company that is involved in software development for data analysis in chemistry. We would like to develop our new software using FPC and Lazarus. One of our project is a Molecule viewer. We started to develop it using Topenglcontrol but I am not sure it is a good

Re: [Lazarus] opengl

2008-02-25 Thread Andrea Mauri
=softtype_of_search=softwords=molecule+viewer -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Andrea Mauri Sent: Monday, February 25, 2008 4:31 AM To: lazarus@lazarus.freepascal.org Subject: [Lazarus] opengl Dear all, I work in a small company that is involved