Discussion Board

Results 1 to 4 of 4
  1. #1
    Regular Contributor kathir.s's Avatar
    Join Date
    May 2010
    Posts
    413
    Hello everyone... i need to create a window which contains three areas !!! these are the following

    1) at the top of the window i need a fixed bar which ill be the application name it should be constant and it should not change for all the windows.
    2) next to it is a scroll area in which the required fields are displayed.
    3)and at the bottom there should be tabs for navigation. when ever each tab is clicked the content in that tab should be displayed in that scroll area...

    wat all the widget should i use and how to use ???? to acheive this ???? i need it in a same window.

    thanks for any replies........

  2. #2
    Registered User lipos123's Avatar
    Join Date
    Jan 2011
    Posts
    192
    Quote Originally Posted by kathir.s View Post
    Hello everyone... i need to create a window which contains three areas !!! these are the following

    1) at the top of the window i need a fixed bar which ill be the application name it should be constant and it should not change for all the windows.
    2) next to it is a scroll area in which the required fields are displayed.
    3)and at the bottom there should be tabs for navigation. when ever each tab is clicked the content in that tab should be displayed in that scroll area...

    wat all the widget should i use and how to use ???? to acheive this ???? i need it in a same window.

    thanks for any replies........
    Hello kathir.s,

    1. For the top part, you can use a Qlabel and write inside it the application's name.
    2. For the scroll part, you must insert a QScrollArea and put inside it all the lists and widgets that should appear inside this scroll area.
    3. As for the navigation at the bottom, you must create 3,4... buttons. And when you click on a button, you hide all the widgets inside the QScrollArea and show the necessary widgets.

    I think this is a simple way to achieve your goal.

    Best regards.
    Lipos123

  3. #3
    Regular Contributor kathir.s's Avatar
    Join Date
    May 2010
    Posts
    413
    Quote Originally Posted by lipos123 View Post
    Hello kathir.s,

    1. For the top part, you can use a Qlabel and write inside it the application's name.
    2. For the scroll part, you must insert a QScrollArea and put inside it all the lists and widgets that should appear inside this scroll area.
    3. As for the navigation at the bottom, you must create 3,4... buttons. And when you click on a button, you hide all the widgets inside the QScrollArea and show the necessary widgets.

    I think this is a simple way to achieve your goal.

    Best regards.
    Lipos123
    Dear Lipos,
    i tried the same as u said but the window is not drawn to the screen fully... at the top right the os specifications are visible like time, battery level, etc after that only my form starts...tats the prob im facing how to hide those os specification...??? r how to over write it with our form...

  4. #4
    Regular Contributor kathir.s's Avatar
    Join Date
    May 2010
    Posts
    413
    solved the problem by adding ->showfullscreen option....

Similar Threads

  1. multiple appuifw.body or window or tab?
    By dennyb87 in forum Python
    Replies: 0
    Last Post: 2011-01-30, 00:45
  2. is it possible to open new window after launch a widget file?
    By yiwei90 in forum Symbian Web Runtime
    Replies: 5
    Last Post: 2010-09-24, 20:09
  3. Documentation for window.widget.openApplication
    By ali.sajjad in forum Symbian Web Runtime
    Replies: 2
    Last Post: 2009-08-17, 11:52
  4. I have trouble with window.widget,please help me!
    By noway2005 in forum Symbian Web Runtime
    Replies: 2
    Last Post: 2009-07-02, 10:04
  5. Adding Multiple Images(rects) to the Same Window
    By Vignesh.M in forum Symbian User Interface
    Replies: 8
    Last Post: 2008-12-16, 07:34

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