hi zhimin,

unfortunately there's no effect, when i change the order.
could it be, that the problem is, that the TableView is inside a TabWidget?

thanx,
johannes.


> hi, Johannes:
> maybe you can try to change the appearance order of "setPageSize()" and
> "createPagingToolBar()", and look the effect .
> 
> Regards
> Zhimin
> 
> 2010/1/19 Johannes Kepler <[email protected]>
> 
> > hi,
> >
> > i'm doing this:
> >
> > <snip>
> >  tableStat_ = new Ext::TableView();
> >  tableStat_->setModel(stat_);
> >  tableStat_->setAlternatingRowColors(true);
> >  tableStat_->resize(700, 220);
> >  tableStat_->setPageSize(10);
> >  tableStat_->setDataLocation(Ext::ServerSide);
> >  tableStat_->setBottomToolBar(tableStat_->createPagingToolBar());
> > <snip>
> >
> > and get this in a popup window:
> > "Wt internal error: TypeError: e is undefined, code: undefined,
> > description:
> > undefined"
> >
> > after accepting this message and calling again in one process i get:
> > "Wt internal error: TypeError: j10 is null, code: undefined, description:
> > undefined"
> >
> > this does not happen, when i delete the last line. (but there's no paging
> > toolbar too ;) )
> >
> > any ideas?
> >
> > thanx,
> > johannes.
> >
> >
> >
> >
> > -------------------------------------------------------------------------
> >----- Throughout its 18-year history, RSA Conference consistently attracts
> > the world's best and brightest in the field, creating opportunities for
> > Conference
> > attendees to learn about information security's most important issues
> > through
> > interactions with peers, luminaries and emerging and established
> > companies. http://p.sf.net/sfu/rsaconf-dev2dev
> > _______________________________________________
> > witty-interest mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/witty-interest
> 

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to