|
Welcome,
Guest
|
Custom Dialog
(1 viewing) (1) Guest
|
TOPIC: Custom Dialog
Custom Dialog 4 years, 2 months ago #364
|
Hi,
I want to create some custom dialogs but if i put bitmap, memo or RichEditViewer i can't acces to the properties Bitmap (TBitmap), Lines (TString), etc... How can i do please ? Regards. |
|
|
Re:Custom Dialog 4 years, 2 months ago #365
|
Hi,
For placing bitmaps. you can see the CustomDialogsExample project. As for the Lines, tomorrow i'll update v2.6 with an editor for these properties. But until then you can do this in code, for example: Add a memo into the form and in OnActivate event of form add the following:
Memo1.Lines.Add('My First Line');
Memo1.Lines.Add('My Second Line is Here');
Regards, Nick Protopapas |
|
|
Re:Custom Dialog 4 years, 2 months ago #366
|
Hi,
I have uploaded the new version, which allows editing TStrings properties. Download from: www.aperitto.com/media/downloads/ppcic_2.6.exe Regards, Nick Protopapas |
|
|
|
Time to create page: 0.30 seconds