[Lazarus] Lazaruz User Group in France

2009-10-18 Thread jpnuage
Some more for Thierry's question Go on this address (may be you have to register yourself) and look for two people : Chris37 and Alcatiz. http://www.developpez.net/forums/f189/autres-langages/pascal/lazarus/ Best regards et bonne chance ! JPH -- ___

[Lazarus] User Group France

2009-10-18 Thread jpnuage
Thierry wrote Is there a Lazarus User Group for France, BTW? As far as I know, the answer is no, but I know somme people working hard on Lazarus. Could be nice to create a group ! JPH -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org h

[Lazarus] Re problem with form2.showmodal.

2009-09-27 Thread jpnuage
Dear Héctor I don't know how you coded your call, but did you try this Form2 := TForm2.Create(self); try Form2.ShowModal; // your actions when returning finally Form2.Free; end; I use it, I don't know how many times and had no problem Sincerely JPH -- _

[Lazarus] LazeReport and Column Header

2009-09-27 Thread jpnuage
Hi everybody I want to put in one report two kinds of datas. One kind is comming from DataBase 1 et the other from DataBase 2. The two parts are distinct : no data from Database2 is in the first part of the report . So far, I know : I use two Masterdata. My problem is with the Column Header. If I

[Lazarus] May Music with Lazarus

2009-09-11 Thread jpnuage
Hi everybody Has anybody already played music with Lazarus. Under Delphi, it's quite easy Beep(450,150); gives a sound for a certain period But this is not allowed under Lazarus. Mozart is very sad about that ! -- ___ Lazarus mailing list Lazarus@

[Lazarus] Equivalent Delphi-Lazarus

2009-09-10 Thread jpnuage
Thanks again Luca Olivetti The MouseAnKeyInput works perfectly ! An as far as I have seen, it is Linux compatible. If somebody needs more information about how to use it, I would be pleased to share my experience. JPH -- ___ Lazarus mailing list Laza

[Lazarus] Equivalent Delphi-Lazarus

2009-09-10 Thread jpnuage
Thak you Luca Olivetti I'll try what you suggest. And I post the result as soon as possible -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] (no subject)

2009-09-09 Thread jpnuage
Michael wrote What do you mean with mouse_event ? May be if I give the Delphi code, you understand better than with a lot of sentences. procedure LikeMouseClick(PositionClick_X : integer; PositionClick_Y : integer; BackToPositionOrigine : Boolean = True); var SavePointOrigine: TPoint; begin

[Lazarus] Equivalent Delphi-Lazarus

2009-09-09 Thread jpnuage
Hi everybody I'm converting à Delphi program into LAZARUS. The objective is to have un program running as well under Windows as under LINUX and/or Mac. So far it is going fine, but I have some orders typicaly Windows witch I don't know how to handel under LUNIX The mouse_event is one. Does anybo

[Lazarus] Problem with LAZEReport

2009-08-18 Thread jpnuage
Hi every body I'm working with the french version of LAZEReport and I have a problem with the printing in vertical of a column header. Is that possible ? I select my field and then click on the icon hinted 'Normal Text/90°'. I see that the icon is selected and in the F11 window, it appears too. Bu