Hello Karol,
do you have active loggers in your application? See
http://qooxdoo.org/documentation/0.8/helloworld#debugging
Kind regards
Jonathan
-
Jonathan Weiß
Framework Engineer
http://mysterycity.de/blog Blog - http://www.linkedin.com/in/jonathanrass
LinkedIn - http://www.xing.com/
Jonathan,
I didn't get any error in FF debug console only several the same warnings
undefined property "auto-complete". Declaration has been left
http://localhost/index.html
sorry for translation I get messages in local language
Regards,
Karol
Jonathan Weiß-2 wrote:
>
>
> Hello Karol
On Fri, 11 Dec 2009, Jonathan Weiß wrote:
I am glad that Fritz could solve your problem. :-)
Trying to take some of the "load" of your guys' shoulders for the upcoming
release ... ;-)
Cheers,
Fritz
--
Oetiker+Partner AG tel: +41 62 775 9903 (direct)
Fritz Zaucker
Hello Karol,
I am glad that Fritz could solve your problem. :-)
There is just one thing I want to know: did you get an error message when
trying to set the selection to the Page widget? setSelection() needs an
array and should warn you if you try to input something different. If you
don't have
Fritz,
thanks for this hint. It has solved my problem
Thanks,
Karol
Fritz Zaucker-3 wrote:
>
> Hi Grykar,
>
>
> On Fri, 11 Dec 2009, Grykar wrote:
>
>> added at the end of function "getTabView1" following line
>>
>> tabView.setSelection(page2);
>> //tabView.setSelection(tabView.getChil
Hi Grykar,
On Fri, 11 Dec 2009, Grykar wrote:
added at the end of function "getTabView1" following line
tabView.setSelection(page2);
//tabView.setSelection(tabView.getChildren()[1]);
return tabView;
tabView.getChildren()[1] is a single widget.
tabView.setSelection() expects a list (a
Jonathan,
I tried this function before I post message. I don't know why but it doesn't
work for me. Maybe I still don't know about something.
to make sure I modified demo
http://demo.qooxdoo.org/current/demobrowser/#widget~TabView.html
added at the end of function "getTabView1" following line
Hello Karol,
do you want to select a tab so that it becomes the active one? Use the
setSelection() method[1] on the TabView widget and specify the Tab widget
which should become active.
[1]
http://demo.qooxdoo.org/devel/apiviewer/index.html#qx.ui.tabview.TabView~setSelection
Kind regards
Jona
Hi,
could you please let me know how to check tab in qx.ui.tabview.TabView ?
I have 4 tabs defined. I would like to check e.g. 3rd of them before open
window within qx.ui.tabview.TabView object.
Thanks,
Karol
--
View this message in context:
http://old.nabble.com/check-tab-in-qx.ui.tabview.