Re: [fpc-pascal] MaskEdit

2008-03-16 Thread Marek Nožka
On Sun, 16 Mar 2008 19:28:16 +0100 Luca Olivetti <[EMAIL PROTECTED]> wrote to FPC-Pascal users discussions : > Gmane has the attachments > http://thread.gmane.org/gmane.comp.ide.lazarus.general/19641/focus=19702 > (btw, why isn't it in lazarus yet?) Thank you vary much. -- @ @ @ Marek Nožk

Re: [fpc-pascal] MaskEdit

2008-03-16 Thread Vincent Snijders
Luca Olivetti schreef: En/na Marek Nožka ha escrit: On Mon, 28 Jan 2008 15:00:56 +0100 "Roberto Padovani" <[EMAIL PROTECTED]> wrote to "FPC-Pascal users discussions" : a TMaskEdit was posted in attachment by David on 23-nov-2007 The subject wasRe: [lazarus] TMaskEdit new release Thank y

Re: [fpc-pascal] MaskEdit

2008-03-16 Thread Luca Olivetti
En/na Marek Nožka ha escrit: On Mon, 28 Jan 2008 15:00:56 +0100 "Roberto Padovani" <[EMAIL PROTECTED]> wrote to "FPC-Pascal users discussions" : a TMaskEdit was posted in attachment by David on 23-nov-2007 The subject wasRe: [lazarus] TMaskEdit new release Thank you. I'm afraid I was

Re: [fpc-pascal] MaskEdit

2008-03-16 Thread Marek Nožka
On Mon, 28 Jan 2008 15:00:56 +0100 "Roberto Padovani" <[EMAIL PROTECTED]> wrote to "FPC-Pascal users discussions" : > a TMaskEdit was posted in attachment by David on 23-nov-2007 > The subject wasRe: [lazarus] TMaskEdit new release > Thank you. I'm afraid I was not in the Lazarus conferenc

Re: [fpc-pascal] MaskEdit

2008-01-28 Thread Roberto Padovani
a TMaskEdit was posted in attachment by David on 23-nov-2007 The subject wasRe: [lazarus] TMaskEdit new release R# 2008/1/27, Felipe Monteiro de Carvalho <[EMAIL PROTECTED]>: > On Jan 27, 2008 5:40 PM, Marek Nožka <[EMAIL PROTECTED]> wrote: > > But how is it possible, that the compilation is

Re: [fpc-pascal] MaskEdit

2008-01-27 Thread Felipe Monteiro de Carvalho
On Jan 27, 2008 5:40 PM, Marek Nožka <[EMAIL PROTECTED]> wrote: > But how is it possible, that the compilation is done? It isn't that there is nothing from TMaskEdit on LCL. There is very little, enougth to compile and maybe to do some things, but it isn't complete. I think someone commited a par

Re: [fpc-pascal] MaskEdit

2008-01-27 Thread Marek Nožka
On Sun, 27 Jan 2008 19:22:08 +0200 ik <[EMAIL PROTECTED]> wrote to "FPC-Pascal users discussions" : > > edtPSC.Parent := frmZak; > It works. Thank you. Marek ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailma

Re: [fpc-pascal] MaskEdit

2008-01-27 Thread ik
On Jan 27, 2008 7:25 PM, Christian U. <[EMAIL PROTECTED]> wrote: > Does it mean it exists an MaskEdit implementation that work ? > In LCL ? Since when ? Nop, but it will make sure that the component will exists inside a specific boundary. With your code, it does not know where to place it on the s

Re: [fpc-pascal] MaskEdit

2008-01-27 Thread Christian U.
Does it mean it exists an MaskEdit implementation that work ? In LCL ? Since when ? ik schrieb: On Jan 27, 2008 6:25 PM, Marek Nožka <[EMAIL PROTECTED]> wrote: Hallo I need to use MaskEdit in Lazarus 0.9.24. But the MaskEdit isn't on the component palette. I think that I call the Constructo

Re: [fpc-pascal] MaskEdit

2008-01-27 Thread ik
On Jan 27, 2008 6:25 PM, Marek Nožka <[EMAIL PROTECTED]> wrote: > Hallo > > I need to use MaskEdit in Lazarus 0.9.24. But the MaskEdit isn't on the > component palette. I think that I call the Constructor an it will work. > But no :-( My code: > > type > > TfrmZak = class(TForm) >. >. > e

Re: [fpc-pascal] MaskEdit

2008-01-27 Thread Marek Nožka
On Sun, 27 Jan 2008 17:31:38 +0100 "Christian U." <[EMAIL PROTECTED]> wrote to FPC-Pascal users discussions : > > > Where is BUG? > > > > lazarus has no maskedit at time. LOL. :-) But how is it possible, that the compilation is done? Thank you. Marek _

Re: [fpc-pascal] MaskEdit

2008-01-27 Thread Christian U.
Where is BUG? lazarus has no maskedit at time. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] MaskEdit

2008-01-27 Thread Marek Nožka
Hallo I need to use MaskEdit in Lazarus 0.9.24. But the MaskEdit isn't on the component palette. I think that I call the Constructor an it will work. But no :-( My code: type TfrmZak = class(TForm) . . edtPSC:TMaskEdit; . . end; implementation procedure TfrmZak.FormCreate(Sender: