In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

3d party components property editor

Xailer professional forum in English
Responder
Oleg
Mensajes: 474
Registrado: Mié Jun 07, 2006 3:45 pm

3d party components property editor

Mensaje por Oleg »

Dear developers!
First, I congratulate you with such great feature as 3rd party components.
Thank you very much for this. I was waiting this feature from the beginning
of my work with Xailer
and now dreams come true :)
I am trying to convert my Tlistview control to make it accessible from IDE.
I have property aItems (array of TListItem) and need to edit this property
from IDE.
I look into Xailer2Source folder and found that similar property aItems
from TTreeView has editor
PE_Treeview. How can I create my own property editor PE_ListView?
Regards, Oleg
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

3d party components property editor

Mensaje por jfgimenez »

Oleg,
> First, I congratulate you with such great feature as 3rd party components.
> Thank you very much for this. I was waiting this feature from the
> beginning of my work with Xailer
> and now dreams come true :)
Thanks ;-)
> I am trying to convert my Tlistview control to make it accessible from
> IDE.
> I have property aItems (array of TListItem) and need to edit this property
> from IDE.
> I look into Xailer2Source folder and found that similar property aItems
> from TTreeView has editor
> PE_Treeview. How can I create my own property editor PE_ListView?
Yes, it's possible, but it's not so easy.
The IDE has a built-in class named TPropertyEditor, from which all editors
are inherited. Now, we have to write the documentation for that class in
order to allow creating your own 'property editors'. We'll try to do it
ASAP.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

3d party components property editor

Mensaje por jfgimenez »

Oleg,
> First, I congratulate you with such great feature as 3rd party components.
> Thank you very much for this. I was waiting this feature from the
> beginning of my work with Xailer
> and now dreams come true :)
Thanks ;-)
> I am trying to convert my Tlistview control to make it accessible from
> IDE.
> I have property aItems (array of TListItem) and need to edit this property
> from IDE.
> I look into Xailer2Source folder and found that similar property aItems
> from TTreeView has editor
> PE_Treeview. How can I create my own property editor PE_ListView?
Yes, it's possible, but it's not so easy.
The IDE has a built-in class named TPropertyEditor, from which all editors
are inherited. Now, we have to write the documentation for that class in
order to allow creating your own 'property editors'. We'll try to do it
ASAP.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Oleg
Mensajes: 474
Registrado: Mié Jun 07, 2006 3:45 pm

3d party components property editor

Mensaje por Oleg »

Jose,
>
> Yes, it's possible, but it's not so easy.
>
> The IDE has a built-in class named TPropertyEditor, from which all editors
> are inherited. Now, we have to write the documentation for that class in
> order to allow creating your own 'property editors'. We'll try to do it
> ASAP.
Thank you, the documentation is just what I need. I'll wait for this.
Regards, Oleg
Oleg
Mensajes: 474
Registrado: Mié Jun 07, 2006 3:45 pm

3d party components property editor

Mensaje por Oleg »

Jose,
>
> Yes, it's possible, but it's not so easy.
>
> The IDE has a built-in class named TPropertyEditor, from which all editors
> are inherited. Now, we have to write the documentation for that class in
> order to allow creating your own 'property editors'. We'll try to do it
> ASAP.
Thank you, the documentation is just what I need. I'll wait for this.
Regards, Oleg
Responder