Coder Social home page Coder Social logo

qxl.demobrowser's Introduction

Qooxdoo Demobrowser

A GUI framework application for qooxdoo demos

Online version

http://www.qooxdoo.org/qxl.demobrowser/

Developing DemoBrowser

Clone this repo and compile it:

    git clone https://github.com/qooxdoo/qxl.demobrowser
    cd qxl.demobrowser
    npm install --no-save --no-package-lock @qooxdoo/framework
    npx qx serve

Then open http://localhost:8080

qxl.demobrowser's People

Contributors

cboulanger avatar derrell avatar goldim avatar hkollmann avatar johnspackman avatar oetiker avatar rad-pat avatar zaucker avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

qxl.demobrowser's Issues

404 error when clicking "Run" button

In the demo browser, clicking the "Run" button, or double-clicking an item in the tree shows a pane with 404 trying to reach https://qooxdoo.org/qxl.demobrowser/null Double-clicking again, or clicking the "Run" button again displays the demo correctly again.

Google maps error: the content must be served over HTTPS

Google map in the example doesn't work. The next error is observed in the console:
Mixed Content: The page at 'https://qooxdoo.org/qxl.demobrowser/#showcase~Maps.html' was loaded over HTTPS, but requested an insecure script 'http://maps.google.com/maps/api/js?sensor=false&language=en'. This request has been blocked; the content must be served over HTTPS.

IconFonts

demo/Showcase/IconFont.js: Geht nicht
demo/Widget/Image.js: Iconfonts geht nicht.

Error: No such property: scriptPrefix

qx serve
show these error.

        async.eachSeries(appInfos,
          (appInfo, cb) => {
            target.set({
              scriptPrefix: appInfo.className + "-"
            });
            // Calculate dependencies and write it out

PS E:\tmp\ootest\msw\test5d\test5\qx_packages\qooxdoo_qxl_demobrowser_master> qx serve
Making applications...

Making the applications...
Cannot find asset alias referenced in qxl.demobrowser:qxl/demobrowser/demo/fonts/fontawesome-webfont.meta
Cannot find asset mapping referenced in qxl.demobrowser:qxl/demobrowser/demo/fonts/fontawesome-webfont.meta
Cannot find asset size referenced in qxl.demobrowser:qxl/demobrowser/demo/fonts/fontawesome-webfont.meta
Writing application demobrowser

DEMO BUILD STARTED
Catch entries in E:/tmp/ootest/msw/test5d/test5/qx_packages/qooxdoo_qxl_demobrowser_master/source/demo/
246 entries (files and directories) catched
compiled/source/demobrowser/script/demodata.json created

get apps
no class found for bom/blank.html
no class found for widget/blank.html
DEMO BUILD START COMPILE
C:\Users\lixm\AppData\Roaming\npm\node_modules@qooxdoo\compiler\node_modules@qooxdoo\framework\lib\qx_server\part-0.js:22282
throw new Error("No such property: " + prop);
^

Error: No such property: scriptPrefix
at wrapper.set (C:\Users\lixm\AppData\Roaming\npm\node_modules@qooxdoo\compiler\node_modules@qooxdoo\framework\lib\qx_server\part-0.js:22282:21)
at async.eachSeries (E:\tmp\ootest\msw\test5d\test5\qx_packages\qooxdoo_qxl_demobrowser_master\compile.js:119:24)
at C:\Users\lixm\AppData\Roaming\npm\node_modules@qooxdoo\compiler\node_modules\async\dist\async.js:3110:16
at replenish (C:\Users\lixm\AppData\Roaming\npm\node_modules@qooxdoo\compiler\node_modules\async\dist\async.js:1011:17)
at C:\Users\lixm\AppData\Roaming\npm\node_modules@qooxdoo\compiler\node_modules\async\dist\async.js:1016:9
at eachLimit$1 (C:\Users\lixm\AppData\Roaming\npm\node_modules@qooxdoo\compiler\node_modules\async\dist\async.js:3196:24)
at Object. (C:\Users\lixm\AppData\Roaming\npm\node_modules@qooxdoo\compiler\node_modules\async\dist\async.js:1046:16)
at async.series (E:\tmp\ootest\msw\test5d\test5\qx_packages\qooxdoo_qxl_demobrowser_master\compile.js:117:19)
at C:\Users\lixm\AppData\Roaming\npm\node_modules@qooxdoo\compiler\node_modules\async\dist\async.js:3880:24
at replenish (C:\Users\lixm\AppData\Roaming\npm\node_modules@qooxdoo\compiler\node_modules\async\dist\async.js:1011:17)
at iterateeCallback (C:\Users\lixm\AppData\Roaming\npm\node_modules@qooxdoo\compiler\node_modules\async\dist\async.js:995:17)
at C:\Users\lixm\AppData\Roaming\npm\node_modules@qooxdoo\compiler\node_modules\async\dist\async.js:969:16
at C:\Users\lixm\AppData\Roaming\npm\node_modules@qooxdoo\compiler\node_modules\async\dist\async.js:3885:13
at E:\tmp\ootest\msw\test5d\test5\qx_packages\qooxdoo_qxl_demobrowser_master\tool\lib\DataGenerator.js:346:19
at WriteStream. (E:\tmp\ootest\msw\test5d\test5\qx_packages\qooxdoo_qxl_demobrowser_master\tool\lib\DataGenerator.js:381:9)
at WriteStream.emit (events.js:198:13)

"Loading" Icon 404 error in Dynamic Tree

There is a 404 error trying to resolve the "loading" icon for the dynamic virtual tree, it is trying to locate the icon at https://qooxdoo.org/qxl.demobrowser/demobrowser/demo/virtual/demobrowser/demo/icons/loading22.gif when it seems it is actually at https://qooxdoo.org/qxl.demobrowser/resource/qxl/demobrowser/demo/icons/loading22.gif

slow re-compile for the demobrowser

When editing a single app while running qx serve it takes 4 minutes to 'recompile'.
This makes it very hard to edit in tree when one is used to fast compiler turnaround times.

Worker example doesn't work

The file webworker.js is absent. Error:
GET http://qooxdoo.org/qxl.demobrowser/demobrowser/demo/bom/demobrowser/demo/webworker/webworker.js 404 (Not Found)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.