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.
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.
TShiftPanel closed
TShiftPanel closed
when a control TShiftPanel is closed all inside controls remains accessible.
TShiftPanel closed
Roberto,
> when a control TShiftPanel is closed all inside controls
> remains accessible.
well, they are simply hidden, so the user cannot interact with them. But
you can access to all of their properties by program.
What is exactly what do you want to do?
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
> when a control TShiftPanel is closed all inside controls
> remains accessible.
well, they are simply hidden, so the user cannot interact with them. But
you can access to all of their properties by program.
What is exactly what do you want to do?
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
TShiftPanel closed
tks for your answer,
The problem is if the tshiftpanel control is closed and the user press the tab key then the control inside of tshiftpanel (that the user can't see) receive the focus
The problem is if the tshiftpanel control is closed and the user press the tab key then the control inside of tshiftpanel (that the user can't see) receive the focus
TShiftPanel closed
Roberto,
sorry for the late answer.
> The problem is if the tshiftpanel control is closed and the
> user press the tab key then the control inside of
> tshiftpanel (that the user can't see) receive the focus
You are right, there was a bug and controls contained into the
shiftpanel still received focus. Now it's fixed. We expect to publish
the fix ASAP.
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
sorry for the late answer.
> The problem is if the tshiftpanel control is closed and the
> user press the tab key then the control inside of
> tshiftpanel (that the user can't see) receive the focus
You are right, there was a bug and controls contained into the
shiftpanel still received focus. Now it's fixed. We expect to publish
the fix ASAP.
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
TShiftPanel closed
another problems:
if nAlign = none and norientation = left or right then the title is not showed.
the values of norientation and some other are not showed (just the value, not the constant) at editor (properties)
if nAlign = none and norientation = left or right then the title is not showed.
the values of norientation and some other are not showed (just the value, not the constant) at editor (properties)
TShiftPanel closed
Roberto,
> another problems:
> if nAlign = none and norientation = left or right then the
> title is not showed.
nOrientation left and right needs a truetype font, in order to display
the tittle vertically. Just change the font to "Microsoft Sans Serif" or
to any other truetype font.
> the values of norientation and some other are not showed
> (just the value, not the constant) at editor (properties)
I've just checked it and it's shown correctly.
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
> another problems:
> if nAlign = none and norientation = left or right then the
> title is not showed.
nOrientation left and right needs a truetype font, in order to display
the tittle vertically. Just change the font to "Microsoft Sans Serif" or
to any other truetype font.
> the values of norientation and some other are not showed
> (just the value, not the constant) at editor (properties)
I've just checked it and it's shown correctly.
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
TShiftPanel closed
tks =)