Results 1 to 6 of 6

Thread: splash screen problem with symbian 3rd_fp1

  1. #1
    Join Date
    Feb 2011
    Posts
    23
    Qt products
    Qt4
    Platforms
    Symbian S60 Maemo/MeeGo

    Default splash screen problem with symbian 3rd_fp1

    i'm using this code
    Qt Code:
    1. QApplication a(argc, argv);
    2. splash->setPixmap(QPixmap(":/images/SPLASH-SCREEN.jpg"));
    3. splash->showFullScreen();
    4. splash->raise();
    5. MainWindow w;
    6. //splash->showMessage("Wait...");
    7.  
    8. QTimer::singleShot(3000, &w, SLOT(showFullScreen()));
    9. QTimer::singleShot(3000, splash, SLOT(close()));
    10. return a.exec();
    To copy to clipboard, switch view to plain text mode 
    it is running fine on my C7 & c5 but not running on my 6120 nor n95
    why???
    thanks
    Ram

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,373
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: splash screen problem with symbian 3rd_fp1

    Please be more specific about what you mean by "not running".
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Feb 2011
    Posts
    23
    Qt products
    Qt4
    Platforms
    Symbian S60 Maemo/MeeGo

    Default Re: splash screen problem with symbian 3rd_fp1

    Dear wysota,
    this is the third or the forth post for me and you are writing the same comment "be more specific" !!!!!!!!!!!
    you can guess and suggest solutions for problems related to the case that may prevent running fine without a need for more details
    any way "not running" means that the splash image screen doesn't been displayed and i can't enter/exit the app. in other words it shows full screen without images.
    thanks

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,373
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: splash screen problem with symbian 3rd_fp1

    Quote Originally Posted by ram4soft View Post
    Dear wysota,
    this is the third or the forth post for me and you are writing the same comment "be more specific" !!!!!!!!!!!
    Then be more specific without me telling you to do so.

    you can guess and suggest solutions for problems related to the case that may prevent running fine without a need for more details
    any way "not running" means that the splash image screen doesn't been displayed and i can't enter/exit the app. in other words it shows full screen without images.
    thanks
    If I were to guess, "not running" would mean the program was not executing at all. I'm investing my free time to help you so it is in your best interest to provide enough information. Otherwise next time I might just not bother to write "be more specific" and simply ignore your post.

    If the image is not showing then maybe you forgot to deploy the jpeg image plugin? What does the following return?
    Qt Code:
    1. QPixmap(":/images/SPLASH-SCREEN.jpg").isNull()
    To copy to clipboard, switch view to plain text mode 
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  5. #5
    Join Date
    Feb 2011
    Posts
    23
    Qt products
    Qt4
    Platforms
    Symbian S60 Maemo/MeeGo

    Default Re: splash screen problem with symbian 3rd_fp1

    Sorry wysota,
    i appreciate your time and your help for us in the forum but i just wanted you to be more helpful with the newbies who are lazy like me

    i used the "isNull" and returned false which means that the image is already exist.
    Note: the same code is running without problems in other further series of symbian devices
    thanks

  6. #6
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,373
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: splash screen problem with symbian 3rd_fp1

    And if you change lines #4 and #5 to only call plain old show()?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Problem with Splash Screen ?
    By vinod in forum Qt Programming
    Replies: 13
    Last Post: 11th April 2020, 17:15
  2. splash screen problem
    By wizarda in forum Qt Programming
    Replies: 9
    Last Post: 15th January 2011, 02:05
  3. Showing a splash screen with transparency.
    By kremuwa in forum Qt Programming
    Replies: 11
    Last Post: 12th September 2010, 22:46
  4. How to Keep Splash Screen and App on Same Display
    By ajb_advance in forum Qt Programming
    Replies: 2
    Last Post: 4th March 2009, 11:49
  5. Splash Screen
    By Salazaar in forum Newbie
    Replies: 27
    Last Post: 4th June 2007, 17:31

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.