Discussion Board

Search:

Type: Posts; User: aymenn; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds; generated 4 minute(s) ago.

  1. Connecting to localhost socket pops up IAP dialog

    Hi all,

    It appears the newer FP2 phones (like E72, E52) show the IAP selection dialog even if the midlet is connecting a socket to a server running on localhost/127.0.0.1.

    Other phones dont...
  2. Re: How to prevent dial pad and voice command from being started by green key?

    I know this is futile and it wont change the outcome of this thread (unless someone else knows more) but I think the reasoning is a little flawed.
    Id be more inclined to say this is a bug in the...
  3. How to prevent dial pad and voice command from being started by green key?

    Hello,
    There's an article on how to do this for native C++ application here http://wiki.forum.nokia.com/index.php/How_to_prevent_dial_pad_and_voice_command_from_being_started_by_green_key but I...
  4. Replies
    1
    Views
    3,239

    Sent TextMessage doesnt appear in sent items

    Hello,
    Using the example on the wiki to send a text message, it doesnt seem to interact with the messaging application at all as the sent messages dont appear in the sent items.
    Is it possible to...
  5. Replies
    14
    Views
    14,443

    Re: S60 SDK 3rd edition FP1 Emulator problem

    Hi,

    I just encountered the same problem, just after the fonts are loaded, I get a "Wserv Panic SCDV 12".

    Did you work out what happened and how to fix it?
    This emulator has been working...
  6. Replies
    5
    Views
    11,530

    Re: Audio Proxy Server & DTMF

    Hi,

    Just tried with the same results as Rob, access denied...

    Also found that sending keys to the phone application will only generate the tone if the phone appliction is in the foreground. Im...
  7. Replies
    48
    Views
    44,099

    Re: End(red) Button in HandleWsEventL()

    Sorry i missed putting "nasty" out of the suggested solution :) Also, You would of course change the prio after that event has been processed, a short time later.


    Other than that, I missed that...
  8. Replies
    48
    Views
    44,099

    Re: End(red) Button in HandleWsEventL()

    Sounds nasty... I guess the user usually expects the application to go the background when the red key is pressed, unless theres an ongoing call.

    One solution worth trying out is to set the...
  9. Replies
    2
    Views
    6,788

    Re: how can i design my own control(UI)?

    Check out http://www.forum.nokia.com/main/technical_services/training/elearning_curriculum.html

    Aymen
  10. Thread: HTTP error -36

    by aymenn
    Replies
    5
    Views
    5,524

    Re: HTTP error -36

    Whats the uri? Can you access from the phone browser?
    Sounds like you are getting to a server but it is disconnecting the underlying socket for some reason?

    Cheers, Aymen
  11. Replies
    2
    Views
    4,134

    Re: header files required

    I dont think theyre implemented in AVKON, possibly just UIQ?
    Try the combination of CAknSinglePopupMenuStyleListBox and CAknPopupList. There are many examples using these controls.

    Hope this...
  12. Replies
    14
    Views
    12,579

    Re: copy constructor error

    Unless Rectangle only contains pure virtual methods (except for destructor), and it doesnt look like it from the code youve written, you cannot do mulitple inheritance on Symbian platform.

    Can...
  13. Replies
    14
    Views
    7,786

    Re: reason HBufC failed to ReAlloc

    Just wondering which documentation says that?

    My understanding from the return value docs:

    Return value
    HBufC16 * A pointer to the new expanded or contracted 16-bit heap descriptor - the...
  14. Replies
    14
    Views
    12,579

    Re: copy constructor error

    This is not a compilation error, it's a linker error.
    Does the error say where CBase::CBase (class CBase const&) is referenced from? Usually theres a reference chain where you can track it back to...
  15. Replies
    6
    Views
    6,292

    Re: problem about EEikCtEdwin

    Just a wild guess... I wonder if you're using some other resource. if you change r_setting_page_username to r_setting_page_usernamexxx does it still compile and work?
    Maybe post some more code.
  16. Thread: memory leak

    by aymenn
    Replies
    5
    Views
    6,901

    Re: memory leak

    Hi,

    I usually use HookLogger to find memory leaks. (see link below)
    It's probably the fastest way of finding memory leaks. Also do a search on Hooklogger, you'll find some tutorials how to use...
  17. Re: Does anyone know how to configure the SIP profile programatically?

    Hi,
    Have you looked at CSIPProfileRegistry?
  18. Re: CeikEdwin::SetTextL(const TDesC *aDes)-> how using TPtr/TdesC as Method parameter

    HBufC based impl.

    HBufC* CDelEncDec::outPutL() // Note L indicates the function can "leave"
    {
    ...
    HBufC* buf5=HBufC::NewL(32);
    ...
    tpt.AppendNum(b[i]);
    ...
  19. Replies
    9
    Views
    10,010

    Re: Changing default call type from code on E61

    Hi,

    Did you guys find a solution for this?
    I don't need to change it, I just need to see what it is set to.
    Thanks in advance, Aymen
  20. Re: Newbie: Error on trying to send Application to background

    That should do it. I dont know if carbide takes the changes immediately, did you try clean/restart/rebuild?

    If that doesnt work, could you send the complete output from the console?
  21. Re: Newbie: Error on trying to send Application to background

    The errors shown are definitely linker errors and are due to missing libraries.

    It doesnt sound like the libs were added successfully. Ensure you have those libraries added to ur mmp file
    What...
  22. Replies
    6
    Views
    4,560

    Re: Very very stange indeed

    Hi,

    Gave it a quick try and it works on mine (using the same tools as you), it enters the infinite loop.

    Cheers, Aymen
  23. Re: Newbie: Error on trying to send Application to background

    do you have apgrfx.lib and ws32.lib in the list of libraries in the mmp file:
    LIBRARY ws32.lib
    LIBRARY apgrfx.lib

    Cheers, Aymen
  24. Replies
    5
    Views
    4,614

    Re: Memory leak when passing RPointerArray

    RPointerArray::ResetAndDestroy will iterate through your array and delete its contents
  25. Replies
    2
    Views
    5,978

    Re: CEikEdwin and key events

    Thanks for the pointer.

    Maybe a silly questions, what is a general purpose "standard Avkon editor"?

    Cheers
Results 1 to 25 of 75
Page 1 of 3 1 2 3
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