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.

Feature suggestion for next version

Xailer English public forum
Responder
Guest

Feature suggestion for next version

Mensaje por Guest »

Hi,
One thing that would be nice to have, is a comment noting which event a
generated Method comes from.
So, if we name a Double Click event from a listbox lstOfSecondaryItems
ProcessItem
,
it would generate the standard
WITH OBJECT ::lstOfSecondaryItems := TListbox():New( Self )
:SetBounds( 16, 52, 278, 108 )
:nIndex := 0
:OnDblClick := "ProcessItem"
:Create()
END
in the .xfm file, but ALSO would generate a comment similar to
/*
Method ProcessItem
Generated for OnDblClick
*/
Sometimes, we can name our event methods in a standard way, so we
immediately recognize what event the method belongs to. But it would
still be convenient to have this auto-generated, during development.
Perhaps this could be an option, that can be turned on or off.
jjandy
Mensajes: 1
Registrado: Vie Jul 13, 2012 10:30 am

Feature suggestion for next version

Mensaje por jjandy »

Feature suggestion for next version?
Responder