"bb.cascades.multimedia" module is not installed

Hi, I was wondering why the only thing that seems to be able to import is bb.cascades I'm on the latest sdk

"bb.cascades.multimedia" module is not installed

module 'QtMobility.sensors' is not isntalled

Thank you

The QML preview does currently support other than extra libraries

import bb.cascades 1.0

I don't belive it will be possible to use the overview with additional libraries on the road, but so far there if I want to use the preview I just create a new empty project & test this way

Tags: BlackBerry Developers

Similar Questions

  • QML Desgin Mode: the "bb.multimedia" module is not installed

    I using multimedia elements in my application and when I open the design view in the QML Editor, I get the following error:

    Problem loading qml file:

    "bb.multimedia" module is not installed

    I read in the forum that some users have trouble linking to custom C++, but I'm just using built-in libraries.

    I tried to uninstall / reinstall the IDE without success.

    Any thoughts?

    This is a known issue... If you do a search on the forum, you will see that any other thing bb.cascades 1.0 and javascript imports will prevent you from using the previewer QML...

    lets hope the version coming this week fixed it!

  • "CustomTimer" module is not installed

    I create a module with the name "CustomTimer", but if I run my project, main.qml not loaded, error 'CustomTimer module is not installed.

    It's my applicationnui.cpp

    /*
     * Copyright (c) 2011-2013 BlackBerry Limited.
     *
     * Licensed under the Apache License, Version 2.0 (the "License");
     * you may not use this file except in compliance with the License.
     * You may obtain a copy of the License at
     *
     * http://www.apache.org/licenses/LICENSE-2.0
     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    #include "applicationui.hpp"
    #include "timer.hpp"
    #include 
    #include 
    #include 
    #include 
    
    using namespace bb::cascades;
    
    ApplicationUI::ApplicationUI(bb::cascades::Application *app) :
            QObject(app)
    {
        // prepare the localization
        m_pTranslator = new QTranslator(this);
        m_pLocaleHandler = new LocaleHandler(this);
    
        bool res = QObject::connect(m_pLocaleHandler, SIGNAL(systemLanguageChanged()), this, SLOT(onSystemLanguageChanged()));
        // This is only available in Debug builds
        Q_ASSERT(res);
        // Since the variable is not used in the app, this is added to avoid a
        // compiler warning
        Q_UNUSED(res);
    
        // initial load
        onSystemLanguageChanged();
    
        // Create scene document from main.qml asset, the parent is set
        // to ensure the document gets destroyed properly at shut down.
        QmlDocument *qml = QmlDocument::create("asset:///main.qml").parent(this);
    
        // Create root object for the UI
        AbstractPane *root = qml->createRootObject();
    
        // Set created root object as the application scene
        app->setScene(root);
        // Register the Timer class in QML as part of version 1.0 of the
            // CustomTimer library
            qmlRegisterType("CustomTimer", 1, 0, "Timer");
            // ...
    }
    
    void ApplicationUI::onSystemLanguageChanged()
    {
        QCoreApplication::instance()->removeTranslator(m_pTranslator);
        // Initiate, load and install the application translation files.
        QString locale_string = QLocale().name();
        QString file_name = QString("TraffictLight_%1").arg(locale_string);
        if (m_pTranslator->load(file_name, "app/native/qm")) {
            QCoreApplication::instance()->installTranslator(m_pTranslator);
        }
    }
    

    and this my timer.cpp

    /*
     * timer.cpp
     *
     *  Created on: May 14, 2014
     *      Author: Valdi
     */
    #include 
    #include "timer.hpp"
    
    Timer::Timer(QObject* parent)
         : bb::cascades::CustomControl(),
         _timer(new QTimer(this))
    {
        Q_UNUSED(parent);
    
        // If any Q_ASSERT statement(s) indicate that the slot
        // failed to connect to the signal, make sure you know exactly
        // why this has happened. This is not normal, and will cause your
        // app to stop working
        bool connectResult;
    
        // Since the variable is not used in the app, this is
        // added to avoid a compiler warning
        Q_UNUSED(connectResult);
    
        connectResult = connect(_timer,
                                SIGNAL(timeout()),
                                this,
                                SIGNAL(timeout()));
    
        // This is only available in Debug builds.
        Q_ASSERT(connectResult);
    
        setVisible(false);
    }
    
    bool Timer::isActive()
    {
        return _timer->isActive();
    }
    
    int Timer::interval()
    {
        return _timer->interval();
    }
    
    void Timer::setInterval(int m_sec)
    {
        // If the timer already has the specified interval, do nothing
        if (_timer->interval() == m_sec)
            return;
    
        // Otherwise, set the interval of the timer and emit the
        // intervalChanged() signal
        _timer->setInterval(m_sec);
        emit intervalChanged();
    }
    
    void Timer::start()
    {
        // If the timer has already been started, do nothing
        if (_timer->isActive())
            return;
    
        // Otherwise, start the timer and emit the activeChanged()
        // signal
        _timer->start();
        emit activeChanged();
    }
    
    void Timer::stop()
    {
        // If the timer has already been stopped, do nothing
        if (!_timer->isActive())
            return;
    
        // Otherwise, stop the timer and emit the activeChanged()
        // signal
        _timer->stop();
        emit activeChanged();
    }
    

    and this is my timer.hpp

    /*
     * timer.hpp
     *
     *  Created on: May 14, 2014
     *      Author: Valdi
     */
    
    #ifndef TIMER_HPP_
    #define TIMER_HPP_
    
    #endif /* TIMER_HPP_ */
    #include 
    #include 
    class QTimer;
    class Timer : public bb::cascades::CustomControl
    {
        Q_OBJECT
    
        Q_PROPERTY(bool active READ isActive NOTIFY activeChanged)
        Q_PROPERTY(int interval READ interval WRITE setInterval
                   NOTIFY intervalChanged)
    
    public:
        explicit Timer(QObject* parent = 0);
    
        bool isActive();
        void setInterval(int m_sec);
        int interval();
    
        public slots:
            void start();
            void stop();
    
            signals:
                void timeout();
                void intervalChanged();
                void activeChanged();
    
        private:
            QTimer* _timer;
        };
    

    Please help me, thanks before

    You register your type after the staging, try to move the line to the top of the constructor qmlRegisterType().

  • Primetime content decryption module do not install

    I have recently 'refreshed firefox' and now the Primetime content decryption Module is not installed. I never had this problem before and I refreshed firefox several times, but the Plugin is still installed. He repeats to me "Module of Primetime content decryption provided by Adobe Systems, Incorporated will settle soon."

    Please reply and thanks for the help.


  • Satellite Pro U200: update BIOS - Toshiba common Modules is not installed

    Hello

    When I install update of the BIOS P0044v370 I have an error "Toshiba Common Modules is not installed.

    My laptop Toshiba Satellite Pro U200 with Windows XP Prof

    Pleas help me

    PS. I Don t have a Toshiba Recovery disk

    The message is pretty clear!
    The common Module is not installed and therefore you can not update the BIOS.

    Visit pilot European Toshiba, download the common Modules for Win XP and install it.
    Then you should be able to update the BIOS.

    Concerning

  • Error: The library of creative cloud module could not install: general error message.

    I'm unable to access my library of creative cloud after update my Photoshop about 5 days ago. The error message states: error: the libraries of the cloud Creative module could not install: general error message. Click here for more information. When I click it takes me to my account, which shows that it is installed, as well as the assistance of the Manager, which brings me here. Anyone?

    Thank you!

    Windows, start your task manager, go to the process tab, then scroll to CCLibrary.exe * 32, select, and then click the button complete the process down to the right. It will ask if you really want to end the process, click on end process. The process restarts automatically and your libraries re - will appear in your CC applications.

  • Error: the "bb.system.phone" module is not installed

    I am new to blackberry stunts and tried on the call feature. However, after the execution of my sampling program, the following error occurs:

    import bb.cascades 1.4
    import bb.system.phone 1.0
    
    Page {
    Container {
        layout: StackLayout {
        }
    
        Button {
            id: callButton
            text: "Call me"
            verticalAlignment: VerticalAlignment.Center
            horizontalAlignment: HorizontalAlignment.Center
    
            onClicked: {
                phone.requestDialpad("(519) 555-0100")
    
            }
        }
    }
    attachedObjects: [
        Phone {
            id: phone
        }
      ]
    }
    

    and in my .pro file

    LIBS += -lbbsystem
    

    the error is ' am facing:

    module "bb.system.phone" is not installed
    

    My program will load, but a black screen. Any help will be appreciated. Thanks in advance.

    looking for the question? I find several threads about it.
    They say to use
    qmlRegisterType<>hone; ("bb.system.phone", 1, 0, 'telephone');

    the article on this topic mentions too, so maybe what's missing?
    http://supportforums.BlackBerry.com/T5/native-development-knowledge/BlackBerry-10-Developer-s-guide-...

  • S5200-902 - common Modules are not installed

    Hello

    I have just re-built a S5200-902 from zero (new hard drive & fan) installed WinXP SP2 and then found out I have not installed the Toshiba s/w in the right order. Is it possible to get the common Modules on the laptop without having to re - install from the beginning again? I uninstalled all the Toshiba downloads I see I put on it, but still won't take the common Modules.

    Suggestions are greatly appreciated.

    Thank you

    DuncanM

    Hello

    If you use the restore CD for the installation of the OS all the necessary drivers and tools must be preinstalled. If you are installing SP2, it is possible that some tools or drivers do not work properly.

    If you install OS from Microsoft full version CD it is very important to install common modules first. In my opinion, you should install new OS.

  • Vista update module will not install on TVSU

    KB 958865 Module of Vista update will not be installed when running of my think Vantage System Update. Also. I have a problem, install service pack 2 Vista after a recent restoration. These two depend on each other?

    Thank you.

    It is the screen I get.

    http://i101.Photobucket.com/albums/M46/mixineer/failedupdate.jpg

    All the problems are solved. SP2 would not install because of some corrupted files. After a take-over of the factory... all right.

  • After my Dell Dimension 4700, repair the sound currency - driver for multimedia audio controller not installed.

    I need help for sound on my desktop back.  Help, please

    Hi LillyIversen,
     
    Download the Audio drivers from the following link:
     

    You can also follow this step to install the drivers:

    a. double-click the type of device you want to update or change.

    b. right click on the device driver specific, you want to update or change.

    c. click put to update driver to open the Hardware Update Wizard. Follow the instructions in the wizard.

    More information on:

    How to manage devices in Windows XP

  • Win 7 says module duplex printing not installed while it is installed

    Windows 7 Ultimate 64 bit. HP Photosmart C6280 is connected to the USB port.

    I followed the steps to set the option to print double-sided on "Installed" in the printer properties and automatic duplex printing in the book save the printer preferences section. However, when I print a document, I get a message that says:
    "Missing automatic duplex printing module.

    "The document has been configured using the Automatic Two-Sided Printing Module, but module is not installed in the device. The document will be printed recto. »

    I know that it is installed in the printer, because I was able to print duplex when the printer is connected to a Windows XP computer. But since I've upgraded to a new computer with Windows 7, there is no more automatic duplex printing.

    What can I do to fix this?

    Kind regards

    I whent to a UDP driver on the HP support site, but my model C6200 series printer does not appear in the list of supported printers.

    in any case, I despair, I've not unhooked the printer and its drivers. When I connect the printer back, Windows installed the drivers and the duplex now printing.

  • module "QtMultimediaKit", "Qt.labs.folderlistmodel" is not installed.

    Hi all. I thought bb take already supported the major part of the qml library but why the error "'QtMultimediaKit' module is not installed" and "module"S Qt.labs.folderlistmodel "i installed not" happen. I have even manually add the library to the files, xml and this always happen. Is there a reason why this happens. I am attaching the handle below and nothing is missing.

    PS I already import QtMultimedia 1.1 on my qml and this is the reason why it shows a white screen as the display of the output "file:///accounts/1000/appdata/com.Tester.testapp.testDev_xx_testapp35f67ca8/app/native/qml/MyApp/Control.qml:3:1: module 'QtMultimediaKit' is not installed.

        
        
        
        
        
    

    DAMM , spend so many weeks trying to solve this issue only to found it is because of problem of Qt Creator 3. Now the problem is solved after I compile with Qt Creator 3.1 Beta.So lost many times.

    Problem resolved by recompiling with Qt Creator 3.1 Beta and recreate the file bar - descriptor.xml

  • Error bb.system.phone is not installed

    Hello friends. I develop an application that uses the phone, but I get this error: 'the 'bb.system.phone' module is not installed.

    I added - lbbsystem and - lbbdata to the .pro file.

    I imported bb.system.phone 1.0 on my qml

    I registered for use on the qml with

    ////
        qmlRegisterType("bb.system.phone", 1, 0, "DialPad");
            bb::data::DataSource::registerQmlTypes();
        /////
    

    My DialPad.qml class is as follows:

    import bb.cascades 1.0
    import bb.system.phone 1.0
    
    Page {
        Container {
    
        TextField
        {
            hintText: "Enter Number"
        }
        Container
        {
    
        }
        onCreationCompleted: {
            phone.requestDialPad("(519) 555-0100")
        }
        attachedObjects:
        Phone {
            id: phone
        }
    
        }
    }
    

    What could I do it wrong?

    Maybe I need to install something?

    Thank you

    Hello, I believe you get this error in the QML preview. Right? I read this in another post, I think that it is a known problem in Momentics IDE.

    However the app should work/run properly without any problem? Let me know

    Thank you
    Kareem.

  • Libretto W100 - 10 d - 3 G Module does not work after the installation of the system

    Hello

    I just reinstalled the software on my Libretto W100 - 10 d, from the internal HARD disk recovery partition recovery procedure.

    After the intervention, I have a clean booklet; all works well, except my 3 G Module is not recognized: the SW of Wireless Manager is not installed, and the 3G module does not appear in Device Manager more!

    It seems that the 3G module is not installed! of course before the recovery procedure, it worked like a charm!

    I suspect something has disabled the 3G module (usually something similar happens in the BIOS...)

    Can someone help me so that the 3G module working in return?

    Of many tanks and best regards

    Hello

    Have you checked the settings in the BIOS?
    To be honest I'm not quite sure if BIOS contains separate power switch or option Wlan 3G but you must absolutely check it m.

    To access the BIOS press ESC and F1
    Where would the BIOS contains 3 G or Wlan option, make sure that this option is enabled.

    Then visit the Toshiba UE driver page and download and install the Ericsson 3 G driver
    This is the driver for the 3G module.

  • Critical error in QML, module 'bb.data' is not installed, the application will not start

    Hello

    I'm trying to do something similar to the example here:

    https://developer.BlackBerry.com/Cascades/reference/bb__data__xmldataaccess.html

    I learned to expect problems with the QML preview, but this error occurs when you try to launch the application on my device of DevAlpha!  The exact errors are:

    Critical: bb::cascades::QmlDocument: error when loading QML from:   QUrl( "file:///apps/com.example.rim/native/assets//main.qml" )
    Critical:   --- errors:  (file:///apps/com.example.rim/native/assets//main.qml:3:1: module "bb.data" is not installed
        import bb.data 1.0
        ^)
    Critical: bb::cascades::QmlDocument:createRootObject document is not loaded or has errors, can't create root
    

    Note that I added the lbbdata - for the LIBS in my .pro file, so there should be no reason why the app cannont find bb.data!  Has anyone else seen this problem or found a solution?  It is essentially blocking any progress on my app!

    Thank you

    Nick

    try to including this line in your hand:

    BB::data:ataSource::registerQmlTypes();

    the notes say that this has been deprecated in version gold but it doesn't seem to be the case... I created a new project using the sdk of gold and had the same problem you did if I used a data source class above the fixed line!

    false documents:

    https://developer.BlackBerry.com/Cascades/documentation/dev/upgrading/index.html

Maybe you are looking for