Giter VIP home page Giter VIP logo

Comments (4)

timwindsor avatar timwindsor commented on August 10, 2024

@anhu or @roroth are either of you able to take a look at this?

from cascades-samples.

roroth avatar roroth commented on August 10, 2024

Yes, Iā€™m looking at it.

/Bob

From: Tim Windsor [mailto:[email protected]]
Sent: Wednesday, November 12, 2014 10:17 AM
To: blackberry/Cascades-Samples
Cc: Bob Roth
Subject: Re: [Cascades-Samples] cookbook errors (#33)

@anhuhttps://github.com/anhu or @rorothhttps://github.com/roroth are either of you able to take a look at this?

ā€”
Reply to this email directly or view it on GitHubhttps://github.com//issues/33#issuecomment-62733499.

from cascades-samples.

roroth avatar roroth commented on August 10, 2024

The warnings stating "Unknown member 'append' Stockcurve.qml /cascadescookbookqml/assets line xxx:27 QML Problem" refer to where the "model" property is called on StockcurveList. StockcurveList is from StockcurveList.qml, and "model" is an alias for the dataModel of a ListView, which is defined as an ArrayDataModel. ArrayDataModel's do indeed have an "append". So this is coming up because the QML parser can't see an "append" slot in DataModel. This is just a warning, though. Everything is normal.

The warnings stating "Unknown symbol 'recipeListPage' CustomDialog.qml /cascadescookbookqml/assets line xx:9 QML Problem" refer to the control "recipeListPage", which is the first Page created in the NavigationPane in main.qml. In the comments on the onCreationCompleted slot in CustomDialog.qml, it states that, although it would ordinarily be better to connect the peekStarted and peekEnded signals in main.qml, they do it here to not obfuscate the code in main.qml, since the slots they're connected to belong to an object created in CustomDialog.qml, "candle". This is just a warning, though. Everything is normal.

The warning stating "Unknown symbol 'customdialog' CustomDialogAlarm.qml /cascadescookbookqml/assets line 85:29 QML Problem" refer to the CustomDialogAlarm object referenced in CustomDialog.qml with id "customdialog". CustomDialogAlarm, though, can't know that it's being named (rather, id'ed) as customdialog. This kind of confusion happens, though, when dealing with id's and Javascript. This is just a warning, though. Everything is normal.

The warnings stating "Unknown member 'visible' InvocationRecipeShoppingList.qml /cascadescookbookqml/assets line xx:xx QML Problem" refer to a property alias "adress", which points to a TextField with id of "adressField". Setting the "visible" property on it, though, isn't right. The lines of "adress.visible = x" should be changed to "adressField.visible = x". I will update the code for this.

from cascades-samples.

roroth avatar roroth commented on August 10, 2024

Commit that fixes the "adress.visible" problem merged.

from cascades-samples.

Related Issues (5)

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.