Página 1 de 1

TShiftPanel closed

Publicado: Sab Feb 25, 2012 1:27 am
por Roberto
when a control TShiftPanel is closed all inside controls remains accessible.

TShiftPanel closed

Publicado: Sab Feb 25, 2012 12:59 pm
por jfgimenez
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

TShiftPanel closed

Publicado: Sab Feb 25, 2012 3:36 pm
por Roberto
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

TShiftPanel closed

Publicado: Sab Mar 03, 2012 7:20 pm
por jfgimenez
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

TShiftPanel closed

Publicado: Lun Mar 05, 2012 1:29 pm
por Roberto
tks

TShiftPanel closed

Publicado: Jue Mar 08, 2012 11:18 pm
por Roberto
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)

TShiftPanel closed

Publicado: Dom Mar 11, 2012 7:33 pm
por jfgimenez
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

TShiftPanel closed

Publicado: Lun Mar 12, 2012 11:09 am
por Roberto
tks =)