Hello Mustafa,
you have to set the align properties on the widgets you want to align
not on the parent. So adding the following lines to your example helps:
labelDay.setAlignX("center");
labelTime.setAlignX("center");
The setting of the properties alignX and alignY can be removed for th
Hi List,
i know this question is maybe the most asked in here. But i can't figure it
out. I Just want to align my stuff centered, but my lables are just at the left
top corner, what i am doing wrong:
//snipp
getTimerbox : function()
{
var timerbox = new qx.ui.container.Composite(new qx.ui.