Re: [Lazarus] User defined color schemes in IDE

2009-05-19 Thread Gerard N/A
On Tue, May 19, 2009 at 9:30 AM, Graeme Geldenhuys wrote: > And for those color blind and non-arty developers (most of us really) > or somebody that just doesn't have a clue what colors go nicely > together. The following website has loads of color palettes that show > colors that complement each

Re: [Lazarus] commercial product for lazarus

2009-06-08 Thread Gerard N/A
Wow, really impressive, and not expensive. Thx for the link, Gerard. On Mon, Jun 8, 2009 at 3:57 AM, Bee wrote: >> I just found a commercial cross platform (win+mac) graphical component >> for Lazarus (v.0.9.27) was announced in Lazarus forum. > > http://www.ksdev.com/dxscene/index.html > http:/

Re: [Lazarus] MaskEdit question

2009-09-28 Thread Gerard N/A
Hi Bart, If I set EditMask to 'ccc_ccc;1;+' , with D7 and D2010: MaskEdit.Text '   _   ' (3 spaces, '_', 3 spaces) MaskEdit.EditText '+++_+++' HTH, Gerard. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepasc

Re: [Lazarus] MaskEdit question

2009-09-28 Thread Gerard N/A
Hi Bart, > > So the '_' is treated as a lireal '_', not as a literal space. > So it seems. > The Delphi (3) help states: > The _ character automatically inserts spaces into the text. When the > user enters characters in the field, the cursor skips the _ character. > Same explanation in D7 Help.

Re: [Lazarus] MaskEdit question

2009-09-29 Thread Gerard N/A
Hi Bart, > > Could you ask him to look at the help text also? > Sorry, he's got a Trial version and the help doesn't to be installed. He'll try to download the help. >> I don't know what is the usual way to do with Delphi bugs like this >> one. Fix them or keep compatibility even with the incor

Re: [Lazarus] MaskEdit question

2009-09-29 Thread Gerard N/A
Ok, D2010 Help seems to be online now at http://docwiki.embarcadero.com/RADStudio/en/Main_Page http://docwiki.embarcadero.com/VCL/en/MaskUtils.TEditMask says the same about the "_" character. G. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepas

Re: [Lazarus] More MaskEdit questions

2009-10-07 Thread Gerard N/A
Hi Bart, With D7 & D2010: I have to type "1-23-45-6" to get "1-2-3-4-5-6" with this maskedit. Both MaskEdit1.Text := MaskEdit1.Text and MaskEdi1.Text := '1-2-3-4-5-6' give the same result: '"1__-2__-3-4" >From your previous posts it seems that Delphi's TMaskEdit is pretty buggy. Would it be too co

Re: [Lazarus] LCL and DLLs, initializing the widget set safely?

2009-12-09 Thread Gerard N/A
On Tue, Dec 8, 2009 at 11:39 PM, Marco Alvarado wrote: > I'm really happy to inform that I solved the bug, and now I have a > working version of LCL 0.9.28.2 in DLL. It seems the fix might not be > difficult for someone who understands the LCL's internals. I'll > explain what I did hoping someone

Re: [Lazarus] Strange Behaviour of TBits

2010-10-14 Thread Gerard N/A
Hi, FWIW, I get 1,2,3,4,5 with FPC 2.4.0 under Win XP 32 bits (Latest SVN Lazarus, but I think that not relevant). TBits is from the FPC RTL. Maybe you should ask in the FPC list ( fpc-pas...@lists.freepascal.org). Regards, Gerard. 2010/10/14 Julien Devillers > > > > > *De :* Julien Devillers

[Lazarus] AnchorDocking in the Lazarus IDE under GTK 2

2010-12-31 Thread Gerard N/A
Hi All, Does AnchorDocking work in the IDE under GTK2/Linux or maybe I'm doing something wrong? Following the instructions in http://wiki.lazarus.freepascal.org/Anchor_Docking#Docking_in_the_IDE I get only one Main IDE window wich has the height of it's caption bar. If I try to make that window bi

[Lazarus] Can't compile a WinCE application.

2011-06-21 Thread Gerard N/A
Hi all, I'm trying to build a WinCE application under Windows XP. Lazarus SVN 31315, FPC 2.4.2. In the project options I set the target OS to WinCE, the target CPU to arm. The compiler is set to G:\FPC\2.4.2\bin\i386-win32\ppcrossarm.exe When building, I got the following error: win32\win32wsdialo

Re: [Lazarus] Can't compile a WinCE application.

2011-06-21 Thread Gerard N/A
That did it, thanks. On Tue, Jun 21, 2011 at 10:26 AM, Felipe Monteiro de Carvalho < felipemonteiro.carva...@gmail.com> wrote: > 2011/6/21 Gerard N/A : > > Any idea of what's wrong? > > You didn't change the widgetset to WinCE, you can do that in the build