TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Web Based Desktop - Very Impressive

15 pointsby catalinistover 17 years ago

5 comments

SwellJoeover 17 years ago
We are using extjs in our next UI version...the widgets are awesome. The docs are sometimes a bit terse. The examples are usually contrived in ways that completely avoid real world requirements...which often turn out to be quite complex to get working. Stuff like setting the selected item in a combo box that is generated via a JSON object takes several steps, and pre-loading a TreeMenu is laughably complex. It often feels like the goal was to make as much as possible load on-demand, with no possibility to use those widgets without the lazy-loading features...which makes it much slower to use in every use case I can imagine...we wrote our own tree menu that loads all items in one go instead of fighting with it anymore. Also, sometimes things change pretty dramatically between versions.<p>But it's the best thing we've found for our needs. It looks great, runs fast, and the developers offer reasonable commercial support.
BrandonMover 17 years ago
That is very responsive... impressive, indeed. There was even transparency while moving windows around. Right-clicking on the taskbar brought up a context menu. Overall it's a nice proof of concept.
ivankover 17 years ago
Their AIR application is quite impressive too: <a href="http://extjs.com/blog/2007/06/29/building-a-desktop-application-with-ext-air-aptana-and-red-bull/" rel="nofollow">http://extjs.com/blog/2007/06/29/building-a-desktop-applicat...</a>
mrtronover 17 years ago
Quite slick.
alaskamillerover 17 years ago
there's a bug for the scrollbars, it overlaps other windows.