No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

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

    zhanggx

    @zhanggx

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

    zhanggx Follow

    Best posts made by zhanggx

    • RE: android issue

      now it is ok after add crosswalk, thanks.

      posted in Help
      Z
      zhanggx

    Latest posts made by zhanggx

    • RE: how to adjust height and width of dialog created by this.$q.dialog()?

      I found that the max width for Qdialog is 600px , is it true? how to make it bigger?

      posted in Help
      Z
      zhanggx
    • RE: how to adjust height and width of dialog created by this.$q.dialog()?

      thanks for your help, however, i am using the qdialog to invoke a vue custom component . then it seems that the qdialog is not big enough to hold the vue component. this cause the component not show fully. any idea to set size of Qdialog on this case?

      posted in Help
      Z
      zhanggx
    • how to adjust height and width of dialog created by this.$q.dialog()?

      this.$q
      .dialog({
      component: IndexDetail,
      parent: this,
      // props forwarded to component
      // (everything except “component” and “parent” props above):
      text: “something”,
      title: “curve”
      // …more.props…
      })
      .onOk(() => {
      console.log(“OK”);
      })
      .onCancel(() => {
      console.log(“Cancel”);
      })
      .onDismiss(() => {
      console.log(“Called on OK or Cancel”);
      });
      },

      I popup a dialog as above , the dialog contains a vue component which is used to show a curve. but it seems that qdialog is small, how to adust the height and width of this dialog? thanks.

      posted in Help
      Z
      zhanggx
    • flowing code , with q-btn inside a tempalte , it seems that submit function not fired?

      flowing code , with q-btn inside a tempalte , it seems that submit function not fired?

      <q-form @submit=“sendMessage” class=“full-width”>
      <q-input v-model=“newMessage” label=“Label” counter maxlength=“12” dense>
      <template v-slot:after>
      <q-btn round dense flat icon=“send” type=“submit” />
      </template>
      </q-input>
      </q-form>

      posted in Help
      Z
      zhanggx
    • RE: android issue

      now it is ok after add crosswalk, thanks.

      posted in Help
      Z
      zhanggx
    • RE: android issue

      and I am not using crosswalk

      posted in Help
      Z
      zhanggx
    • RE: android issue

      I am using android version 4.2.2 the android sdk is newest one
      in the terminal it said success loaded, and i can see that the app is loaded into the handphone connected with USB
      but app runs a blank screen

      posted in Help
      Z
      zhanggx