Discussion Board

Results 1 to 3 of 3
  1. #1
    Registered User _root's Avatar
    Join Date
    Sep 2004
    Posts
    2
    Hi.
    I'm developing an application for Symbian OS v.6.1, that uses RSocket to connect to the server. When I try to connect, the system automatically shows the access point selection dialog, but I want it to connect to the default access point without the dialog.
    How can I do that?

  2. #2
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,712
    have you seen this one already:
    http://discussion.forum.nokia.com/fo...ccess+point%2A
    yucca

  3. #3
    Nokia Developer Champion stenlik's Avatar
    Join Date
    Mar 2004
    Location
    Czech Republic
    Posts
    2,037
    Hi,

    when setting preferences set iDialogPref to "ECommDbDialogPrefPrompt" so the dialog with the list of IAP is displayed:

    iPref.iRanking = 1;
    iPref.iDirection = ECommDbConnectionDirectionOutgoing;
    iPref.iDialogPref = ECommDbDialogPrefDoNotPrompt; //ECommDbDialogPrefPrompt;


    Bye
    STeN

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