Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. kolaval
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 7
    • Best 0
    • Groups 0

    kolaval

    @kolaval

    0
    Reputation
    1
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    kolaval Follow

    Latest posts made by kolaval

    • RE: page with its own toolbar

      @metalsadman can I have a layout without a QToolBar and have it’s pages have thei own toolbar that is elevated and fixed to the top?

      posted in Help
      K
      kolaval
    • RE: page with its own toolbar

      @dobbel yes I know, but I wanted a toolbar per page not in the layout.

      posted in Help
      K
      kolaval
    • RE: page with its own toolbar

      Can anyone point me to a tutorial on layout + pages? Maybe I’m just not getting it.

      posted in Help
      K
      kolaval
    • RE: page with its own toolbar

      @metalsadman Finally got the codesandbox done.
      https://codesandbox.io/s/magical-dust-vr54q?file=/src/pages/Test.vue

      You’ll notice the toolbars are there but scroll out of sight.

      posted in Help
      K
      kolaval
    • page with its own toolbar

      I have a layout with 2 sub pages (in QRouteTab) each containing QPage.
      I want a custom toolbar in the header of each page (with options) but I have not gotten it working properly yet.

      If I add a QToolbar to the QPage then it scrolls out of view.
      Can do I add a toolbar that is elevated and stays on top even when scrolling a list?

      posted in Help
      K
      kolaval
    • RE: Unable to create a project - events.js error

      running quasar create inside the target folder seemed to work

      posted in CLI
      K
      kolaval
    • Unable to create a project - events.js error

      I’m trying to create a quasar app, but it keeps on failing.

      node: v12.18.1
      npm: 6.14.5
      quasar: 1.1.0

      Installing:
      ? Target directory exists. Continue? Yes
      ? Project name (internal usage for dev) qapp
      ? Project product name (must start with letter if building mobile apps) qapp
      ? Project description A Quasar Framework app
      ? Author xxx
      ? Pick your favorite CSS preprocessor: (can be changed later) Sass
      ? Pick a Quasar components & directives import strategy: (can be changed later) Auto import
      ? Check the features needed for your project: ESLint (recommended), Axios
      ? Pick an ESLint preset: Standard
      ? Continue to install project dependencies after the project has been created? (recommended) yarn

      Quasar CLI · Generated “c:\git\testy\qapp1”.

      [*] Installing project dependencies …

      events.js:292
      throw er; // Unhandled ‘error’ event
      ^
      Error: spawn C:\WINDOWS\system32\cmd.exe ENOENT
      at Process.ChildProcess._handle.onexit (internal/child_process.js:267:19)
      at onErrorNT (internal/child_process.js:469:16)
      at processTicksAndRejections (internal/process/task_queues.js:84:21)
      Emitted ‘error’ event on ChildProcess instance at:
      at Process.ChildProcess._handle.onexit (internal/child_process.js:273:12)
      at onErrorNT (internal/child_process.js:469:16)
      at processTicksAndRejections (internal/process/task_queues.js:84:21) {
      errno: ‘ENOENT’,
      code: ‘ENOENT’,
      syscall: ‘spawn C:\WINDOWS\system32\cmd.exe’,
      path: ‘C:\WINDOWS\system32\cmd.exe’,
      spawnargs: [ ‘/d’, ‘/s’, ‘/c’, ‘“yarn install”’ ]

      posted in CLI
      K
      kolaval