Página 1 de 1

problem with TFolder

Publicado: Dom Sep 02, 2012 11:17 pm
por Roberto
lMultiLine does not work, can it be fixed?

problem with TFolder

Publicado: Jue Sep 06, 2012 10:42 am
por jfgimenez
Roberto,
> lMultiLine does not work, can it be fixed?
Please, send us a small sample that show the problem.
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info

problem with TFolder

Publicado: Sab Sep 22, 2012 1:07 am
por Roberto
events OnChanging is not fired if SetIndex() is called.
Is there a way to make a TFolderPage "invisible"? It whould be very, very useful.

problem with TFolder

Publicado: Lun Sep 24, 2012 12:46 pm
por ignacio
Roberto escribió el sáb, 22 septiembre 2012 01:07events OnChanging is not fired if SetIndex() is called.
Is there a way to make a TFolderPage "invisible"? It whould be very, very useful.
That is the normal behavior in Xailer. That event is only triggered with user operations. If you change the folder using SetIndex() and you want the event to be triggered then you should call also the event:
oFolderPage:OnChange( nTo, nFrom )
About the 'invisible' issue. You have the following choices:
1) Disable the folder page with TFolderPage:Disable()
2) Delete the folder page with TFolderPage:Delete() and create the page when needed.
Regards,
Regards,