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
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
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
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
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
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
_
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
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: