Discussion Board

Results 1 to 6 of 6
  1. #1
    Registered User dilipsinh's Avatar
    Join Date
    Jan 2011
    Posts
    167
    Hello friends,


    -> I have made one GUI application as
    :- "New Project -> GUI Application with UI Designer -> ....... -> S60 UI Design Selection -> Setting Item List"

    -> Then add another UI design from Project Explorer,
    :- "application.uidesign -> UI Design (tab) -> Add new UI Design -> Form"


    Que :- Is it possible to call 2nd UI Design from 1st one? (e.g., from "Setting Item List" to "Form" ____by the option selection event )

    or

    I just have to work with only one UI Design by changing its container contents?



    Pls Help.......
    Bheda Dilipsinh

  2. #2
    Nokia Developer Moderator ltomuta's Avatar
    Join Date
    Sep 2004
    Location
    Tampere, Finland
    Posts
    11,335
    Your "UI Designs" translate into C++ classes which can be manipulated as you wish. Of course you can navigate from one view to another (if you are using CAknView derived classes) or you can instantiate/delete, show/hide any container classes.

    The SDK and Forum Nokia are full of Symbian C++ examples, have a look at them, see how they work.

    Btw, why not give Qt/Qt Quick a chance? Should be easier for you to learn ...

  3. #3
    Registered User dilipsinh's Avatar
    Join Date
    Jan 2011
    Posts
    167
    Thank you lucian, Thank you very much.

    - I went through the SDK examples and i got the Solution.

    Thanks once again.



    Thanks & Regards
    -Bheda Dilipsinh

  4. #4
    Registered User dilipsinh's Avatar
    Join Date
    Jan 2011
    Posts
    167
    when i implement the following code : -

    " AppUi()->ActivateLocalViewL( TUid::Uid( ECellGuard_FinalGUIFormViewId ) ); "

    I can navigate to my other UI design "Form".

    But by pressing default "Back" button, my application got exit Instead of going back to previous UI design. So is there only one way to navigate between diffferent UI designs - by using the above function ?


    -Bheda Dilipsinh

  5. #5
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    Views are not stacked, switching back to the previous view is also done via invoking ActivateLocalViewL. The UI designer generates a simple exit command for the form, that is the immediate reason for exiting. Try searching for form view back site:nokia.com with Google, and you will find a couple threads, perhaps with some solutions too.

  6. #6
    Registered User dilipsinh's Avatar
    Join Date
    Jan 2011
    Posts
    167
    Hello Everybody,

    As suggested by "wizard_hu", I searched in google and forum but i didn't get the solution to switch the view from "form to listview". Infect, i found that there are problems with the "form-UIdesign" automatically created by the framework ( Error : CONE 44 ).

    We cannot change the defualt name like "Back" button, we cannot modify auto generated code part. And in form, we cannot navigate to any other view.
    And i am also having a problem with the menubar : "I have added two options through framework but it is not shown on form while running emulator as shown in listview.
    So it is better to create form by coding and not by the framework.

    From my point of view, UI design of "Form" and its auto generated coding part should need improvement for easyness.


    -Bheda Dilipsinh

Similar Threads

  1. How to work with SoAP UI calls?
    By supriyaakg in forum [Archived] Flash Lite on Nokia Devices
    Replies: 1
    Last Post: 2011-04-12, 10:17
  2. Easy rename of already created designs using the UI designer
    By digitalsol in forum Symbian User Interface
    Replies: 0
    Last Post: 2010-06-29, 17:04
  3. Can we import Carbide UI designs from one project to another
    By Prexa in forum Carbide.c++ IDE and plug-ins (Closed)
    Replies: 5
    Last Post: 2008-07-03, 11:00
  4. Integration of UI designs Projects
    By nital_shah in forum Symbian C++
    Replies: 2
    Last Post: 2008-07-02, 08:57
  5. os.makedirs not work with UI
    By kajinka13 in forum Python
    Replies: 0
    Last Post: 2006-01-28, 01:17

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