[Lazarus] Pasic Ide - previously named Lightsarus

2008-08-24 Thread Ciprian Mustiata
Hi Lazarus devel team and users, Back in december 2007 I've announced (Ciprian Mustiata) a Lazarus fork named Lightsarus. Because the effort to make it a new Lazarus or to sustain a big Lazarus legacy was big I was reconsidered the idea. So I've consider to see the Lazarus/FreePascal issues and

Re: [Lazarus] Pasic Ide - previously named Lightsarus

2008-08-24 Thread Florian Klaempfl
Ciprian Mustiata schrieb: Hi Lazarus devel team and users, - FreePascal applications are huge! Well, PasIDE needs 28 MB here to display an error at startup while FPC/Lazarus needs 24 MB to run a full RAD IDE. Not to talk about the .Net framework downloads. So I wonder what's huge :) <>_

Re: [Lazarus] Pasic Ide - previously named Lightsarus

2008-08-24 Thread Ciprian Mustiata
Thank you Florian for your bug report. Right now should launch or at least to display a better error in a Message Box. Is fixed and uploaded the fix. Regards, Ciprian Search for all things and keep only what is good. - Original Message From: Florian Klaempfl <[EMAIL PROTECTED]> To:

Re: [Lazarus] Pasic Ide - previously named Lightsarus

2008-08-24 Thread Florian Klaempfl
Ciprian Mustiata schrieb: > Thank you Florian for your bug report. > > Right now should launch or at least to display a better error in a Message > Box. Is fixed and uploaded the fix. Maybe you should now work on being not huge as promised. After opening two files memory usage is at 45 MB.

Re: [Lazarus] Pasic Ide - previously named Lightsarus

2008-08-24 Thread Joost van der Sluis
Op zondag 24-08-2008 om 08:10 uur [tijdzone -0700], schreef Ciprian Mustiata: > Thank you Florian for your bug report. > > Right now should launch or at least to display a better error in a Message > Box. Is fixed and uploaded the fix. Did you also fix the memmory-issue? Which was the most impor

Re: [Lazarus] Mac OS X L : TPrintDialog missing from Dialogs tab...

2008-08-24 Thread Dominique Louis
Hi Mattias, Mattias Gaertner wrote: > If you can share it, I can try it. I'm using the FreePascal scripts found here - http://www.microbizz.nl/fpc-scripts.zip In particular the fpc-build.command, but I have modified to so that it updates and build directly from /usr/local/share/fpcsrc . > Comp

Re: [Lazarus] How can I improve my bitmap font drawing unit (attached) ?

2008-08-24 Thread Dominique Louis
Hi Peter, Please check out SDLMonoFonts.pas and of course sdl_ttf.pas both or which are included in the JEDI-SDL v1.0 beta release. They also some with some demos to get you going. IHTH, Dominique. Peter Williams wrote: > > Hi All, > > I'd like some advice about the attached unit, named

Re: [Lazarus] Pasic Ide - previously named Lightsarus

2008-08-24 Thread Ciprian Mustiata
Hi Fpc/Lazarus users, This memory measurements are biased. Most of the memory usage in your application is not the application itself, is about the system libraries that are loaded. For instance, at the moment he point the memory usage of 28 M for a MessageBox, was the moment when the entire a

Re: [Lazarus] Pasic Ide - previously named Lightsarus

2008-08-24 Thread Henry Vermaak
2008/8/24 Ciprian Mustiata <[EMAIL PROTECTED]>: > The PasicIde team do you pronounce this the same as "pesticide"? just joking. how do i try this out in linux? henry ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal

Re: [Lazarus] Pasic Ide - previously named Lightsarus

2008-08-24 Thread Florian Klaempfl
Ciprian Mustiata schrieb: > This memory measurements are biased. Not more biased than your statements about huge applications. > If you take that memory is not freed at once > (excluding if you program using IDisposable) because of GC, in a well > crafted benchmark, always will make a .NET ap

Re: [Lazarus] Pasic Ide - previously named Lightsarus

2008-08-24 Thread Ciprian Mustiata
Hi Henry, Please for Pasic Ide regarding question to not ask in Lazarus Forum I will answer privately, but as shorthand: run it with $ mono Pasic.exe and should run. Regards, Ciprian Mustiata Search for all things and keep only what is good. - Original Message From: Henry Vermaak

Re: [Lazarus] Running and compiling Pasic IDE on Linux

2008-08-24 Thread Henry Vermaak
2008/8/24 Ciprian Mustiata <[EMAIL PROTECTED]>: > Hi Henry, > > > I was tested this setup on OpenSuse 11, but if you have another distribution > it should run as well: > > 1. Be sure that you have installed mono. Run in your terminal: mono and if > it is not found as command look on your dist

Re: [Lazarus] Running and compiling Pasic IDE on Linux

2008-08-24 Thread Mattias Gaertner
On Sun, 24 Aug 2008 17:48:20 +0100 "Henry Vermaak" <[EMAIL PROTECTED]> wrote: > 2008/8/24 Ciprian Mustiata <[EMAIL PROTECTED]>: > > Hi Henry, > > > > > > I was tested this setup on OpenSuse 11, but if you have another > > distribution it should run as well: > > > > 1. Be sure that you have ins

Re: [Lazarus] Pasic Ide - previously named Lightsarus

2008-08-24 Thread Felipe Monteiro de Carvalho
This thread is absolutely out of topic here. It doesn't even run with the Free Pascal compiler, but instead uses an incompatible Pascal dialect, and has nothing to do with Lazarus. To get publicity for your producs I would suggest: * buying some internet Ads. * Posting this in the RemObjects foru

Re: [Lazarus] Pasic Ide - previously named Lightsarus

2008-08-24 Thread Graeme Geldenhuys
On Sun, Aug 24, 2008 at 3:47 PM, Ciprian Mustiata <[EMAIL PROTECTED]> wrote: > - FreePascal applications are huge! Even with smartlink, strip, the Lazarus > IDE have 8 MB, without stripping and That 8Mb executable contains a LOT of components and classes. RTL, FCL, LCL and IDE. 8Mb suddenly doe

[Lazarus] Prevent focus losing

2008-08-24 Thread Valdas Jankūnas
Hello, situation: I have TCustomEdit and TCustomSpeedButton; when focus is in edit and I press speed button then edit loses focus. How to prevent losing focus when I press speed button? -- Valdas Jankūnas ___ Lazarus mailing list Lazarus@lazaru

Re: [Lazarus] Pasic Ide - previously named Lightsarus

2008-08-24 Thread Graeme Geldenhuys
On Sun, Aug 24, 2008 at 6:05 PM, Ciprian Mustiata <[EMAIL PROTECTED]> wrote: > > But, if you consider that .NET 3.0 (Pasic requires 2.0) is a part of Windows > VIsta, Mono is a part of two major distros (Ubuntu as a part of GNOME, and > Suse that are teamed with Novell team that makes Mono), you

Re: [Lazarus] Prevent focus losing

2008-08-24 Thread Gabor Boros
Hi, Why not use CustomEdit1.SetFocus in CustomSpeedButton1.Click? Gabor > Hello, > > situation: I have TCustomEdit and TCustomSpeedButton; when focus is in > edit and I press speed button then edit loses focus. > How to prevent losing focus when I press speed button? > __

[Lazarus] A sort program in "rpsrt102.zip" .

2008-08-24 Thread Mehmet Erol Sanliturk
Dear Sirs , There is a program named as "rpsort.com" with its related sources in "rpsrt102.zip" which may be found in the following address : http://www.simtel.net/product.php?url_fb_product_page=51643 or by an internet search with name rpsrt102.zip . The following is a part from its "re

Re: [Lazarus] A sort program in "rpsrt102.zip" .

2008-08-24 Thread JoshyFun
Hello Mehmet, Sunday, August 24, 2008, 10:07:12 PM, you wrote: MES> It is "UNBELIEVABLY" fast . MES> My suggestion is that it can be incorporated into a unit MES> ( for example , MES> as a procedure with a parameter MES> ( containing giving definition of sort like its command-line parameter MES>