Discussion Board

Results 1 to 4 of 4
  1. #1
    Registered User tanago's Avatar
    Join Date
    May 2009
    Posts
    4
    hey guys i'm trying to make an app in python that shows the viewfinder in fullscreen but it stays always like this

    i tried to set it in fullscreen
    Code:
    camera.start_finder(size = (176,208))
    but it shows it something like 176x144 not 176x208 do i need to rotate the whole canvas to be in landscape mode because when i try
    Code:
    appuifw.app.orientation = 'landscape'
    it doesn't change it in landscape mode

  2. #2
    Nokia Developer Champion rahulvala's Avatar
    Join Date
    Oct 2008
    Location
    INDIA
    Posts
    2,293
    Hi,

    Use this below code according to your need :
    Code:
    appuifw.app.screen='normal' # normal screen with title pane and softkey labels
    appuifw.app.screen='large' # only softkey labels visible
    appuifw.app.screen='full' # full screen mode on all devices
    Best regards,

  3. #3
    Registered User tanago's Avatar
    Join Date
    May 2009
    Posts
    4
    Quote Originally Posted by rahulvala View Post
    Hi,

    Use this below code according to your need :
    Code:
    appuifw.app.screen='normal' # normal screen with title pane and softkey labels
    appuifw.app.screen='large' # only softkey labels visible
    appuifw.app.screen='full' # full screen mode on all devices
    Best regards,
    my app is already set to 'full'

  4. #4
    Nokia Developer Champion marcelobarrosalmeida's Avatar
    Join Date
    Nov 2007
    Location
    Sertaozinho/Brazil
    Posts
    752
    Quote Originally Posted by tanago View Post
    hey guys i'm trying to make an app in python that shows the viewfinder in fullscreen but it stays always like this

    i tried to set it in fullscreen
    Code:
    camera.start_finder(size = (176,208))
    but it shows it something like 176x144 not 176x208 do i need to rotate the whole canvas to be in landscape mode because when i try
    Code:
    appuifw.app.orientation = 'landscape'
    it doesn't change it in landscape mode
    Tanago, I understand your problem. I reported something similar at Maemo for 5800. I think it is a bug.

    https://garage.maemo.org/tracker/ind...=854&atid=3201

Similar Threads

  1. Replies: 10
    Last Post: 2009-04-16, 09:46
  2. Replies: 2
    Last Post: 2009-02-16, 03:10
  3. How to make fullscreen viewfinder
    By Ockonal in forum Python
    Replies: 2
    Last Post: 2009-02-09, 12:35
  4. Compilation series 60 3rd edition
    By asmobease in forum Symbian Tools & SDKs
    Replies: 32
    Last Post: 2006-09-13, 09:46
  5. Is it possible to make a app to make ringtone in J2ME ...
    By mayank13 in forum Mobile Java General
    Replies: 1
    Last Post: 2002-11-13, 12:20

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
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