Tobias Koller (GERMO GmbH) schrieb: > Ok, i will check this. > Why am I not allowed to set minHeight? > > I guess I set minHeight ;) so maybe this will solve my problem.
No, maybe my answer was not exactly enough. The window has a default minHeight and minWidth. This is nothing you have configured normally. However, to make windows smaller than the content, you need to reset these properties. This means win.setMinHeight(null) maybe solves your problem. Greetings, Sebastian > > thanks > > -----Ursprüngliche Nachricht----- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Sebastian > Werner > Gesendet: Montag, 29. Januar 2007 21:43 > An: [EMAIL PROTECTED]; qooxdoo Development > Betreff: Re: [qooxdoo-devel] Why isn't #embed seen by build scripts? > > Can you post the problematic lines here. Thanks. > > Sebastian > > > Am 29.01.2007 um 20:52 schrieb [EMAIL PROTECTED]: > >> I've added #embed entries to >> qx.ui.treevirtual.SimpleTreeDataCellRenderer but >> when I do a build, the SAMPLE APPLICATIONS should be using that >> (due to >> example/TreeVirtual*.html), but nothing about treevirtual displays >> in the >> output when it lists all of the #embed entries it found while >> scanning files. >> It appears as if the #embed is being ignored or not even seen. >> What am I >> doing wrong? >> >> Thanks, >> >> Derrell >> >> ---------------------------------------------------------------------- >> --- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to >> share your >> opinions on IT & business topics through brief surveys - and earn cash >> http://www.techsay.com/default.php? >> page=join.php&p=sourceforge&CID=DEVDEV >> _______________________________________________ >> qooxdoo-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
