connect the current coords in qml to a url on the CPP

Hi, I have a url on CPP file to analyze my weather data, but the current location its on my main qml trought PositionSource attachedObject and I save in a property string latitude and a longitude of chain ownership, how can I use it on my url in the file c

ExternalIP::getWeatherdata() Sub
{
const QUrl url ("http://api.openweathermap.org/data/2.5/weather?lat=22.2553&lon=-97.8686&units=metric");
QNetworkRequest request (url);

Check the settings of the application
If (AppSettings::isUsingFarenheit()) {}
request.setUrl (QUrl ("http://api.openweathermap.org/data/2.5/weather?lat=22.2553&lon=-97.8686&units=imperial"));

}

// Your function in Header file

public:
    Q_INVOKABLE ....getWeather(const QString latitude, const QString longtitude);

// cpp
...getWeather(const QString latitude, const QString longtitude)
{
    QUrl url(QString("http://....%1%2").arg(latitude).arg(longtitude));
    .....
}

// Then expose your class to QML

QmlDocument *qml = QmlDocument::create("asset:///main.qml").parent(this)                                .property("MyClass", this);

And after that, you can call the function of QML

PositionSource{
    .....
    ended: MyClass.getWeather(latitude, longtitude)
}

It may be useful

For more information

https://developer.BlackBerry.com/native/documentation/Cascades/dev/integrating_cpp_qml/#usingcclasse...

Tags: BlackBerry Developers

Similar Questions

  • Connect the signal in the C++ QML?

    Hello

    Sorry in advance for this noobish question

    My QML, I'd like to call C++ function to call the camera and then on the saved photo, I would like to save the url for further processing.

    The invocation and the seizure of the URL does not work correctly.

    The problem is that I can't send a signal of C++ to QML to send the url to QML for further processing.

    Trigger from QML:
    
    Button {
       text: "Snapshot"
       onClicked: {
        app.invokeCamera();
       }
    }
    
    void App::invokeCamera() {
        InvokeRequest request;
        request.setTarget("sys.camera.card");
        request.setAction("bb.action.CAPTURE");
        QByteArray data;
        data.append("full");
        request.setData(getShareRecipeData());
        mInvokeManager->invoke(request);
    }
    
    void App::childCardDone(
            const bb::system::CardDoneMessage &doneMessage) {
        QString url = "";
        qDebug() << "childCardDone reason:" << doneMessage.reason();
        qDebug() << "childCardDone data:" << doneMessage.data();
    
        if (doneMessage.reason().compare("save") == 0) {
            url = "file://" + doneMessage.data();
        } else if (doneMessage.reason().compare("save") == 0) {
            showError(doneMessage.data());
        }
    // This doesn't seem to send to QML
        emit cameraCaptureCompleted(url);
    }
    
    In C++:
    
    signals:
        void cameraCaptureCompleted(const QString &url);
    

    QML to signal received (somehow this must be duplicated?)

    signal cameraCaptureCompleted (string imageLink)
    onCameraCaptureCompleted: {}
    Console.Debug ("link to the image:" + imageLink);

    }

    The onCameraCaptureCompleted never triggered. The console.debug ("link to the image:" + imageLink); did not show anything.

    Thanks for your help!

    OK, I went back and looked at your provided code again and I see you try to put your location of onCameraCaptureCompleted on the Page, which certainly won't work, since the Page is not the class that has the cameraCaptureCompleted signal. I suggest one of these three approaches:

    Page {   id: myPage
       attachedObjects: [
          App {
             id: myApp
             onCameraCaptureCompleted: {
                // ---Do your stuff
             }
          }
       }
    }
    

    ... or if you prefer the Manager to appear on the page do this way:

    Page {
       id: myPage
       attachedObjects: [
          App {
             id: myApp
          }
       }
       function cameraCaptureCompletedHandler( imageLink ) {
          // ---Do your stuff
       }
       onCreationCompleted: {
          myApp.cameraCaptureCompleted.connect(myPage.cameraCaptureCompletedHandler);
       }
    }
    

    If you don't want to mess with connect() you could do the last example that much too:

    Page {
       id: myPage
       attachedObjects: [
          App {
             id: myApp
             onCameraCaptureCompleted: {
                myPage.cameraCaptureCompletedHandler( imageLink );
             }
          }
       }
       function cameraCaptureCompletedHandler( imageLink ) {
          // ---Do your stuff
       }
    }
    

    Of course, all these examples assume that you have successfully exposed the App class to QML with qmlRegisterType(). The signal you want to respond to being on the App class, you must place your location, or connect the App::cameraCaptureCompleted signal to your location explicitly.

    Hope it is clearer to you now.

  • Cannot "connect as current user" via the Security Server

    Hello community,

    I had a problem using the "connect as current user" option against a network outside of the enterprise security server. Connection by manually keying in the name of user and password works very well from the outside the company network For internal connections using a connection to the server instead of security server, everything works as expected without having to manually type the name of user and password.

    Single domain

    Customer of the horizon is 3.5.2 and joined to a domain

    2 Security Server 6.2.1 x

    2 Server 6.2.1 connection x

    On one of the servers of connection I got the following error message when you try to connect through the horizon customer using the option "connection as the current user:

    2015 12-28 T 20: 21:15.207 + 01:00 INFO (B 0, 08 - 0E34) < ajp-nio-8009-exec-7 > [PAEContext] (SESSION: a774_ * _b2fb) Idle Timer executor by using 1 thread (s)

    2015 12-28 T 20: 21:15.625 + 01:00 ERROR (0744-0AEC) < MessageFrameWorkDispatch > [ws_winauth] [GSSApiProcessServerContext]: negotiate failed. Error 0 x 0000000080090300 (not enough memory is available to complete this form) {SESSION: a774_ * _b2fb}

    2015 12-28 T 20: 21:15.626 + 01:00 (B 0, 08-04 B 8) WARN < ajp-nio-8009-exec-8 > [GssapiHandler] (SESSION: a774_ * _b2fb) failed connection GSSAPI: not enough memory is available to complete this application

    2015 12-28 T 20: 21:15.627 + 01:00 ERROR (B 0, 08-04 B 8) < ajp-nio-8009-exec-8 > [GssapiHandler] (SESSION: a774_ * _b2fb) cannot close the context 7 36 d-*-00D 3 with the error: unable to locate the context requested

    2015 12-28 T 20: 21:15.627 + 01:00 ERROR (B 0, 08-04 B 8) < ajp-nio-8009-exec-8 > [GssapiAuthFilter] (SESSION: a774_ * _b2fb) authenticate GSSAPI performance problem - GSSAPI_ERROR: GSSAPI failed: not enough memory is available to complete this application

    The connection to the server has 12 GB of memory in total and 9.5 GB of memory free/available.

    In the windows event log, the following error message appears:

    BROKER_USER_AUTHFAILED_GENERAL

    Failed to authenticate the user < UNAUTHENTICATED >

    Attributes:

    Node = hostnameofconnectionsserver.mydomain.com

    Gravity = AUDIT_FAIL

    Time = Mon 28 Dec 19:51:16 THIS 2015

    Module = broker

    UserDisplayName = < UNAUTHENTICATED >

    Source = com. VMware.VDI.Broker.filters.GssapiAuthFilter

    Recognized = true

    Just tried from a machine arrived in the area via the Security server. Cannot open a session as the current user. We also enabled on the external connections of MFA, but I don't think that should make a difference.

  • Connect the Airport Extreme via Powerlink to the cable Modem

    I have problems with wifi at home as the location where the my cable modem is far from ideal. I currently connected to an Airport Extreme, which works like the router (the cable modem has the router function disabled). Attached to the AE is also a powerlink and I have an Airport Express connected to the powerlink, which has its own network.

    I was wondering if it would make sense to connect the powerlink directly to the cable modem and then put my Airport Extreme, a more central location in my home connected via Powerlink and there accumulate this way, rather than the current configuration.

    I'm getting a second Airport Extreme soon as well and I have several express in my house, but the problem is that my wifi is not fast at all.

    Powerlink adapters are Devolo 600 & 1200.

    Thank you

    I was wondering if it would make sense to connect the powerlink directly to the cable modem and then put my Airport Extreme, a more central location in my home connected via Powerlink and there accumulate this way, rather than the current configuration.

    It's always a good idea to place the 'main' AirPort router as close as possible of the area where most of the wireless devices should be used in this sense, your idea is a good thing... and in theory at least. ... .the powerline adapters allow you to do.

    However, in practice... you won't really know how well... or even if... this type of installation will work until you try you. The reason for this is there is so many different things that can affect the performance of a type of current line of the installation program.

    If you have time, there is certainly no harm in trying this type of configuration.  Post your results if you decide to try it.

  • How to connect the keyboard for apple tv wireless?

    How to connect the keyboard for apple tv wireless?

    If you mean the 4th generation new Apple Tv, you cannot currently. It does not support keyboards at this time.

    If you mean the 3rd generation Apple Tv:

    Use a keyboard Apple Wireless with your Apple TV (2nd or 3rd generation) - Apple supported

  • Vista goes to 50% CPU usage and connects the computer for hours after the beginning

    Original title: Vista processor

    Stupid Vista goes to 50% CPU usage and connects the computer for hours after the start.  Cannot run anything with any request of CPU without getting bogged down and crashing.  It is not windows defender, I suspend this service and the machine is ok for another 1/2 hour, them I'm up to 50% of the CPU.  The idle process said Task Manager is > 90%, still indicates 50% CPU usage and the cooling fan looks like a 747 taking off.  Should I just pull the machine and go for Linux, or what?  Cannot run games or whatever it is, totally disgusted with vista of POS and microsoft can it Deep and do not get windows 7, it is probably worse.  Is that all I can turn off to get the same performance than, say, windows 3.1?  It would be preferable to the current situation.  MSCKMA.

    Hello

    What antivirus/antispyware/security products do you have on the machine? Be one you have NEVER
    on this machine, including those you have uninstalled (they leave leftovers behind which can cause
    strange problems).

    ----------------------------------------------------

    Follow these steps:

    Start - type this in the search box-> find COMMAND at the top and RIGHT CLICK – RUN AS ADMIN

    Enter this at the command prompt - sfc/scannow

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe) program
    generates in Windows Vista cbs.log
    http://support.Microsoft.com/kb/928228

    Also run CheckDisk, so we cannot exclude as much as possible of the corruption.

    How to run the check disk at startup in Vista
    http://www.Vistax64.com/tutorials/67612-check-disk-Chkdsk.html

    ==========================================

    After the foregoing:

    How to troubleshoot a problem by performing a clean boot in Windows Vista
    http://support.Microsoft.com/kb/929135
    How to troubleshoot performance issues in Windows Vista
    http://support.Microsoft.com/kb/950685

    Optimize the performance of Microsoft Windows Vista
    http://support.Microsoft.com/kb/959062
    To see everything that is in charge of startup - wait a few minutes with nothing to do - then right-click
    Taskbar - the Task Manager process - take a look at stored by - Services - this is a quick way
    reference (if you have a small box at the bottom left - show for all users, then check that).

    How to check and change Vista startup programs
    http://www.Vistax64.com/tutorials/79612-startup-programs-enable-disable.html

    A quick check to see that load method 2 is - using MSCONFIG then put a list of
    those here.
    --------------------------------------------------------------------

    Tools that should help you:

    Process Explorer - free - find out what files, key of registry and other objects processes have opened.
    What DLLs they have loaded and more. This exceptionally effective utility will show you even who has
    each process.
    http://TechNet.Microsoft.com/en-us/Sysinternals/bb896653.aspx

    Autoruns - free - see what programs are configured to start automatically when you start your system
    and you log in. Autoruns also shows you the full list of registry and file locations where applications can
    Configure auto-start settings.
    http://TechNet.Microsoft.com/en-us/sysinternals/bb963902.aspx
    Process Monitor - Free - monitor the system files, registry, process, thread and DLL real-time activity.
    http://TechNet.Microsoft.com/en-us/Sysinternals/bb896645.aspx

    There are many excellent free tools from Sysinternals
    http://TechNet.Microsoft.com/en-us/Sysinternals/default.aspx

    -Free - WhatsInStartUP this utility displays the list of all applications that are loaded automatically
    When Windows starts. For each request, the following information is displayed: Type of startup (registry/Startup folder), Command - Line String, the product name, Version of the file, the name of the company;
    Location in the registry or the file system and more. It allows you to easily disable or remove unwanted
    a program that runs in your Windows startup.
    http://www.NirSoft.NET/utils/what_run_in_startup.html

    There are many excellent free tools to NirSoft
    http://www.NirSoft.NET/utils/index.html

    Window Watcher - free - do you know what is running on your computer? Maybe not. The window
    Watcher says it all, reporting of any window created by running programs, if the window
    is visible or not.
    http://www.KarenWare.com/PowerTools/ptwinwatch.asp

    Many excellent free tools and an excellent newsletter at Karenware
    http://www.KarenWare.com/

    ===========================================

    Vista and Windows 7 updated drivers love then here's how update the most important.

    This is my generic how updates of appropriate driver:

    This utility, it is easy see which versions are loaded:

    -Free - DriverView utility displays the list of all device drivers currently loaded on your system.
    For each driver in the list, additional useful information is displayed: load address of the driver,
    Description, version, product name, company that created the driver and more.
    http://www.NirSoft.NET/utils/DriverView.html

    For drivers, visit manufacturer of emergency system and of the manufacturer of the device that are the most common.
    Control Panel - device - Graphics Manager - note the brand and complete model
    your video card - double - tab of the driver - write version information. Now, click on update
    Driver (this can do nothing as MS is far behind the certification of drivers) - then right-click.
    Uninstall - REBOOT it will refresh the driver stack.

    Repeat this for network - card (NIC), Wifi network, sound, mouse, and keyboard if 3rd party
    with their own software and drivers and all other main drivers that you have.

    Now in the system manufacturer (Dell, HP, Toshiba as examples) site (in a restaurant), peripheral
    Site of the manufacturer (Realtek, Intel, Nvidia, ATI, for example) and get their latest versions. (Look for
    BIOS, Chipset and software updates on the site of the manufacturer of the system here.)

    Download - SAVE - go to where you put them - right click - RUN AD ADMIN - REBOOT after
    each installation.

    Always check in the Device Manager - drivers tab to be sure the version you actually install
    presents itself. This is because some restore drivers before the most recent is installed (sound card drivers
    in particular that) so to install a driver - reboot - check that it is installed and repeat as
    necessary.

    Repeat to the manufacturers - BTW in the DO NOT RUN THEIR SCANNER device - check
    manually by model.

    Look at the sites of the manufacturer for drivers - and the manufacturer of the device manually.
    http://pcsupport.about.com/od/driverssupport/HT/driverdlmfgr.htm

    How to install a device driver in Vista Device Manager
    http://www.Vistax64.com/tutorials/193584-Device-Manager-install-driver.html

    If you update the drivers manually, then it's a good idea to disable the facilities of driver under Windows
    Updates, that leaves about Windows updates but it will not install the drivers that will be generally
    older and cause problems. If updates offers a new driver and then HIDE it (right click on it), then
    get new manually if you wish.

    How to disable automatic driver Installation in Windows Vista - drivers
    http://www.AddictiveTips.com/Windows-Tips/how-to-disable-automatic-driver-installation-in-Windows-Vista/
    http://TechNet.Microsoft.com/en-us/library/cc730606 (WS.10) .aspx

    ===========================================

    Refer to these discussions because many more excellent advice however don't forget to check your antivirus
    programs, the main drivers and BIOS update and also solve the problems with the cleanboot method
    first.

    Problems with the overall speed of the system and performance
    http://support.Microsoft.com/GP/slow_windows_performance/en-us

    Performance and Maintenance Tips
    http://social.answers.Microsoft.com/forums/en-us/w7performance/thread/19e5d6c3-BF07-49ac-a2fa-6718c988f125

    Explorer Windows stopped working
    http://social.answers.Microsoft.com/forums/en-us/w7performance/thread/6ab02526-5071-4DCC-895F-d90202bad8b3

    Hope these helps.

    Rob Brown - MS MVP - Windows Desktop Experience: Bike - Mark Twain said it right.

  • Mini Dock more Series 3 - is - do I have to connect the dock and the laptop or just the dock?

    My laptop not charging when I plug the adapter to the back of the stand.

    When I'm on the dock with the adapter plugged into the laptop, if I hover over the Green battery in the system tray icon, it tells me that I should plug the dock:

    "Alternating current is detached from your docking station.  Good battery charging and docking station operation, connect the AC adapter to the docking station. »

    I'm not supposed to use two separate power adapters, am I? (One for the dock and one for the laptop)?

    I think I might have a bad dock.

    you have that to plug in the dock, you don't need to be plugged into taking the laptop when you are connected.

    Remove the battery and anchor the laptop and press the button, does it start?

  • OfficeJet Pro 8500 - no USB or Ethernet cable to connect the printer to the computer?

    I'm just trying to set up my new printer Officejet Pro 8500 Wireless.  I got to the step of installing the software, but there seems to be no cable supplied to connect the printer to my computer.

    I can't currently connect via radio that I expect a new wireless router be delivered.  Is this the way onlt connection other than buying a separate USB or Ethernet cable?

    Help, please.

    Ethernet and USB cables are not usually provided with most of the printers that you need to choose a cable with a length of favourabel to you. You can go to a hardware/computer store and buy a USB A-to-B cable. I'll post a picture of the end of cable just to clear any confusion.

  • How to connect the slot button Cascades

    I am new to waterfalls and QML and yesterday I tried to port native QtWidget app to waterfalls, but it does not. The problem is, I add some buttons to the container in QML main file and coded my custom slot function which should be executed when the user click some button. But I don't know how to connect the clicked() signal to my function from the custom location.

    When using

    Connect (CloseButton, signal(Button::clicked()),this,slot(on_closeButton_clicked()));) or connect (exitButton, SIGNAL (clicked ()), this, SLOT (on_exitButton_clicked ())); I get error "unable to connect SIGNAL (null) to SLOT (on_closeButton_clicked ()) ' on all the buttons.

    Here is my code in app.cpp

    App::App()
    {
        QmlDocument *qml = QmlDocument::create("main.qml");
        qml->setContextProperty("cs", this);
    
        AbstractPane *root = qml->createRootNode();
        Application::setScene(root);
        textHolder = root->findChild("textHolder");
        openButton = root->findChild("openButton");
        saveButton = root->findChild("saveButton");
        saveAsButton = root->findChild("saveAsButton");
        closeButton = root->findChild("closeButton");
        exitButton = root->findChild("exitButton");
    
        connect(openButton,SIGNAL(Button::clicked()),this,SLOT(on_openButton_clicked()));
        connect(saveButton,SIGNAL(Button::clicked()),this,SLOT(on_saveButton_clicked()));
        connect(saveAsButton,SIGNAL(Button::clicked()),this,SLOT(on_saveAsButton_clicked()));
        connect(closeButton,SIGNAL(Button::clicked()),this,SLOT(on_closeButton_clicked()));
        connect(exitButton,SIGNAL(clicked()),this,SLOT(on_exitButton_clicked()));
    }
    
    //one slot function
    
    void App::on_closeButton_clicked()
    {
    //ui->textEdit->clear();
        textHolder->resetText();
    //if(file.open(QIODevice::ReadOnly | QIODevice::Text)){
        file.close();
        fileName.clear();
    //}
    }
    

    And qml

    import bb.cascades 1.0
    
    Page {
        id: mainPage
        content:
        Container {
        id: main
        Container {
        id: buttonHolder
        scrollMode: ScrollMode.None
                layout: StackLayout {
                    layoutDirection: LayoutDirection.LeftToRight
                    leftPadding: 5.0
                    rightPadding: 5.0
                    topPadding: 5.0
                    bottomPadding: 5.0
                }
                touchPropagationMode: TouchPropagationMode.None
                objectName: "buttonHolder"
                Button {
                    id: openButton
                    text: "Open"
                }
                Button {
                    id: closeButton
                    text: "Close"
                    onClicked: {
                    }
                }
                Button {
                    id: saveButton
                    text: "Save"
                    onClicked: {
                    }
                }
                Button {
                    id: saveAsButton
                    text: "Save As"
                    onClicked: {
                    }
                }
                Button {
                    id: exitButton
                    text: "Exit"
                }
            }
    
        //********************************
            Container {
                id: textHolderArea
                layout: AbsoluteLayout {
                }
                topMargin: 5.0
                leftMargin: 1.0
                rightMargin: 1.0
                bottomMargin: 2.0
                TextArea {
                    id: textHolder
                    textStyle.fontStyleHint: FontStyleHint.Default
                    layoutProperties: AbsoluteLayoutProperties {
                    }
                    leftMargin: 5.0
                    rightMargin: 5.0
                    preferredHeight: 645.0
                    textStyle.justification: TextJustification.Enabled
                    objectName: "textHolder"
                    text: ""
                }
            }
        //********************************
        }
    }
    

    And I have no idea how call my app.cpp C++ slot in my main QML file

    Your buttons should an objectName set to be visible to C++, the id is only visible inside the QML.

  • How can I connect the new installation of Windows 7 for the user profiles on a separate drive har?

    Original title: connect Windows 7 to the output of user profiles?

    I want to reinstall Windows

    My user profiles are on a separate HARD disk
    Is it possible to connect the new install of Win 7 to these existing profiles
    Or I'll create all new profiles and just move all the files manually?

    You can change the registry so that it points to your old profile folder. However, I suspect that this would cause problems because the SID and many registry keys would be incorrect for the current installation. I would like to move the folders manually.

  • Windows 7 and bios sees not the hard drive, but when I connect the hard drive to the USB with an adapter, I see directories and files

    Please, I need pc

    Original title: windows 7 and bios does not see the hard drive. but when I connect the hard drive to the USB with an adapter, I see directories and files... Ive a hp Pavilion, what to do?

    Check the BIOS for hard drive setting.

    Make sure that you do not connect the drive to a SATA/RAID port.

    Old IDE drives - check the jumper on the drive (use "Cable Select" as a starting point), the BIOS must also be set in legacy/compatibility/IDE mode. Note: If you currently use the AHCI mode, then switch to IDE mode may cause Windows to boot.

    J W Stuart: http://www.pagestart.com

  • Connecting the emulator to the raspberry Pi stuck on 'connection '.

    I followed ' installation of the NetBeans IDE and Java ME SDK EA 2' and who has been successful.

    When I then started to do "tutorial: installing software of raspberry Pi ' I came across a problem."

    In the section "Connecting the emulator to the raspberry Pi" , the State is stuck on 'connection'.

    Additional info:

    • Home network (no proxy or something like that)
    • PC runs under W7 with Windows Firewall disabled (I don't have any antivirus running substance)
    • Tried with static and dynamic IP on IP

    The output:

    PI@raspberrypi ~/javame8ea/bin $ sudo./usertest.sh

    argv [1] = runMidlet

    argv [2] = + UseProxy

    argv [3] == VMAgentBufferSize4000

    argv [4] = - 1

    argv [5] = com.sun.midp.appmanager.AmsLauncher

    argv [6] = - debugger

    argv [7] = - wdogenable

    [INFO] [CORE] iso = 0:javanotify_start_java_with_arbitrary_args() > >

    Java is starting. Press Ctrl-C to exit

    [INFO] [CORE] iso = 0:JavaTask() JAVATASK_EVENT_START_ARBITRARY_ARG > >

    [INFO] [STORAGE] iso = 0:opening for read only/home/pi/javame8ea/bin /... ams _params.txt/appdb /.

    [INFO] [CORE] iso = 0:initialize resource limit

    [INFO] ISO [CORE] = 0:RESOURCES [0] midpCheckResourceLimit (3, 1)

    [INFO] [STORAGE] iso = 0:storage_open allocated file_desc 0

    [INFO] [SECURITY] iso = 1:Loading blacklisted clients file/home/pi/javame8ea/bin /... /appdb/blacklist_clients.txt

    [WARNING] [SECURITY] iso = 1: cannot load the client list file black/home/pi/javame8 ea/bin /... /appdb/blacklist_clients.txt

    [INFO] [SECURITY] iso = 1:Loading blacklisted apps file/home/pi/javame8ea/bin /... / appdb/blacklist_apps.txt

    [WARNING] [SECURITY] iso = 1: failed to load the application file to list Black/home/pi/ja vame8ea/bin /... /appdb/blacklist_apps.txt

    [INFO] [SECURITY] iso = 1:BlacklistServer: listening to queue has started

    When I click on 'Delete' in the Device Manager, it is added to the output:

    [ERROR] ISO [PROXY] = - 1:Transport not connected to receive

    [ERROR] ISO [PROXY] = - 1:Transport not connected to get the entry status

    FYI

    Perhaps the same question that:

    Lesson 1: Connecting the emulator to the raspberry Pi

    Hi 1340420,

    You open a session indicates that you are using incompatible binary RPi and ME SDK. Please make sure that you use both of the same version. That is all two 'Early Access 2' or both ' Early Access 2 (developer last build)' (which is currently b54 as you can tell from the file name). These are not cross-compatible you must always use ME SDK and runtime Java ME to exactly the same version

    The journal of the user404 I can't say what the problem is, it looks more like an internal bug but I'm not sure. Indeed, also please doublecheck you have the same version. In the meantime, we will try to study

    Kind regards

    Andrey

  • How to connect the URL of Web site companies existing on the new site I've built?

    How to connect the URL of Web site companies existing on the new site I've built?

    Hello

    If you want to use the current domain with your new business catalyst site, please follow this link

    User manual

    Let me know if you have any question.

  • o impossible to connect the database

    Hi Experts,

    When I try to connect the database in my local computer I get the error like below for past 3 days.

    Please help me with this problem, I have very important data in my db.

    OS: win xp.

    Error is:

    SQL > conn scott/password
    ERROR:
    ORA-01033: ORACLE initialization or shutting
    Process ID: 0
    Session IDs: serial number 0: 0


    SQL > conn sys/password AS SYSDBA
    ERROR:
    ORA-28056: audit event log entry records Windows failed
    OSD-248170904: Message not found 248170904. product = RDBMS. installation = SOSD
    S/O-error: (OS 1502) the event log file is full.
    ORA-01075: you are currently connected



    Thanks in advance.
    Surya.

    Your windows (start-> Run-> eventviewer) event log is full. Erase old newspapers and then try to connect to the database.

    Mark the thread as answered by providing appropriate points or else still this thread would be added to your account of the bunch of unanswered questions that you encounter ;)

    Keep the forum clean marking your questions answered!

  • Planning to get a plus the HD antenna. How can I connect the coax cable to my STR-DH820?

    Hello

    I'm trying to free myself from the grip of DirecTV expenive.  I'm looking to well reviewed on the air such as the Clear Stream 2V or 4V HD antennas.  How would connect the coaxial cable from the antenna HD to my receiver STR-DH820? Currently, DirecTV coaxial cable runs in the DirecTV DVR, which then has HDMI output in the DH820.  My Sony S590, PS3 connects to the 820 and I have a HDMI going in my Sony KDL-55HX729.  Thank you!

    I did a little research... Looks like I have connect the coaxial cable to the TV antenna input and the "Digital Optical Out" in the "TV digital optical In" 820 receiver.  I can tune the channels of sound with the TV remote control and select 'TV' on the STR-DH820 to switch the sound of the home theater.  Does this sound right?  Seems a bit of work, but if it works, it is better than $100 a month from DirecTV!

Maybe you are looking for