Discussion Board

Search:

Type: Posts; User: lpradeepa; Keyword(s):

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds; generated 4 minute(s) ago.

  1. Replies
    2
    Views
    641

    Re: Staus pane visible in Full Screen mode.

    Thanks Fuzzbender.
    I was able to fix this by using the following code snipppet in main.cpp:


    QApplication::setAttribute(Qt::AA_S60DontConstructApplicationPanes);
    QApplication a(argc, argv);
    ...
  2. CActiveScheduler::RunIfReady error -4 while reading QNetwrokReply.

    We have bulk data received through, QNetworkReply. While trying to set the content to the QDomDocument, the application panics with CActiveScheduler::RunIfReady error -4.


    void...
  3. Replies
    1
    Views
    1,150

    Set stylesheet for menubar / menupane

    Hey,

    My application is in FULL SCREEN mode with softkeys only visible. My application widget has a different background color. While the Menu Bar is having the default theme.

    In the widget...
  4. Replies
    2
    Views
    641

    Staus pane visible in Full Screen mode.

    Hi all,
    Am working with Qt 4.6.3. My application is set to FULL SCREEN MODE. All the widgets and the main window displays properly.

    But, when a QMessageBox and QProgressDialog.is displayed, the...
  5. Replies
    3
    Views
    834

    Re: QListWidget memory full issue

    The code goes like this: Can anyone help me out wer am i making a mistake..

    void MyNativeClass::updateUI()
    {
    QListWidgetItem *item;

    for(int i= 0; i< psoterList->count();i++) //...
  6. Replies
    3
    Views
    834

    QListWidget memory full issue

    Hi,
    I wonder what could be the maximum number of items that can be inserted to a QListWidget. I am useing a custom item and add it to a QListWidget. unfortunately, the qpplication crashes with the...
  7. Replies
    11
    Views
    2,147

    Re: Wi-Fi availability for Qt

    Tats s gud link. Thanks, Wil make use of it.
  8. Replies
    11
    Views
    2,147

    Re: Wi-Fi availability for Qt

    Nope. I am careful about it.

    Anyways, i will check it again. Thanks, Landy.
  9. Replies
    11
    Views
    2,147

    Re: Wi-Fi availability for Qt

    Hi divanov,
    With all work around i was unsucessful in getting this work.

    Can you pls advice me on how to find if the Wi-fi is ON or OFF.
  10. Replies
    11
    Views
    2,147

    Re: Wi-Fi availability for Qt

    Tried adding,

    QNetworkConfigurationManager manager;

    But while compilation i gor the following error: Undefined symbol: '__declspec(dllimport)...
  11. Replies
    6
    Views
    987

    Hey, Try this... iNetworkReply ->abort(); ...

    Hey,
    Try this...

    iNetworkReply ->abort();

    - Landy
  12. Replies
    11
    Views
    2,147

    Wi-Fi availability for Qt

    Hi,
    I am trying to find the list of available networks in the device. I tried the following code but not able to get the expected output.

    QNetworkInterface wlan =...
  13. Replies
    4
    Views
    3,232

    Re: Wait dialog with a custom image

    As said by Oracle3, you really have to create a custom dialog that derives from CCoeControl or CAknDialog to bring out a customised look..
  14. Replies
    2
    Views
    2,808

    Re: How to send a multimedia file over http

    Hi Keerthi,
    You hav reached the correct link for reference as you mentioned.
    May be this link would add support to ur research - http://discussion.forum.nokia.com/forum/showthread.php?t=104932
  15. Replies
    5
    Views
    5,004

    http://discussion.forum.nokia.com/forum/showthread...

    http://discussion.forum.nokia.com/forum/showthread.php?t=158587
  16. Replies
    2
    Views
    3,167

    Re: SetFocus on image

    you can be bit detailed in your query.

    :)
  17. Replies
    4
    Views
    2,883

    Re: How to write server side code ?

    Hi,
    I havent understood your query completly. But taking into account that you are looking to write a server side code i suggest you to refer this link....
  18. Re: Correct location for storing application data?

    Hi zumbo_oxinia,
    I think you should refer this link before talking about storing your custom data.
    http://wiki.forum.nokia.com/index.php/Data_caging

    Also u can have access to application's...
  19. Replies
    9
    Views
    2,276

    Re: Error in bulding any project

    Have you reffered this ?
    http://wiki.forum.nokia.com/index.php/KIS000609_-_Bldmake_fails_with_%22EPOCROOT_environment_variable_must_be_capitalised%22_error

    Also already discussed about this in...
  20. Replies
    3
    Views
    4,840

    Re: entry point of a symbian application.

    In 3rd edition, the target type is a .exe file whereas in 2nd edition it was .app file. Inorder to load the .app file we need a dll entry point.
    But we dont need it for 3rd edition.
    Kindly look in...
  21. Re: create textbox top of navipane

    This link may help u,
    http://wiki.forum.nokia.com/index.php/Set_text_on_navigation_pane

    Also,
    You may be looking for something like this..?...
  22. Replies
    5
    Views
    4,825

    Re: CAknListQueryDialog display size

    in SetItemTextArray Pass only 5 elements that needs to be displayed..
    Inroder to show ScrollBar in it,
    try,
    CEikScrollBar *scrollBar = iListBox->ScrollBarFrame()->GetScrollBarHandle(...
  23. Re: CDirScan::NextL() Leave with KErrPathNotFound

    As u see the fundtion, it is a leaving function. So u get the error KErrPathNotFound.
    It means there is no existing path to scan.

    Try this way,
    First check this,
    (scanning->NextL() != NULL)...
  24. Re: How to check if a file server session is connected

    Hi david, can u please explain a bit on this how this function would help in finding if the session is connected or not?
  25. Replies
    2
    Views
    3,681

    Re: Draw Method ... Basic Doubt

    A lay man solution:
    I would suggest u to look at the example of multiviews example in SDK how to switch between views. Implement an active object to it.

    I have implemented one such, First...
Results 1 to 25 of 77
Page 1 of 4 1 2 3 4
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved