Discussion Board

Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    9,554

    Re: Image Upload Server by Nokia

    "WordPress plugin" may solve your problem:
    http://en.wikipedia.org/wiki/Nokia_Lifeblog

    The Cleaner Service
  2. Replies
    2
    Views
    4,030

    Re: draw an image on a form

    Hi,

    The Form is a type of Dialog. ( CAknForm : public CAknDialog )
    I would suggest to try to implement a dialog line with a custom control:
    ...
  3. Replies
    1
    Views
    6,446

    Re: List with Images as Icons

    Hi,

    You have to use the following classes:
    CImageDecoder
    CBitmapScaler

    Please study the example code available in Forum Nokia:...
  4. Re: Showing information on phone standby application

    There is no SDK API access to the phone standby applications.

    Best Regards,
    The Cleaner Service
  5. Thread: TInt and TUid

    by Cleaner
    Replies
    3
    Views
    5,548

    Re: TInt and TUid

    The TInt definitions is in e32def.h:

    typedef signed int TInt;

    The TUid is definded in e32cmn.h:

    class TUid
    {
    public:
    #ifndef __KERNEL_MODE__
  6. Replies
    5
    Views
    8,861

    Re: What mean Panic "AKNFEP 12" in S60 3rd?

    You are welcome,

    Just some more information to confirm the issue. The AknFep 14 is raised at "CAknFepManager::ConfigureFEPFromEditorStateL()". After a bunch of conditions and initialisations, like...
  7. Replies
    1
    Views
    5,395

    Re: AVKON 6 Panic while conctructing LISTBOX

    The Avkon 6 means EAknPanicOutOfRange - aknpanic.h.

    The SDK example use
    CEikColumnListBox* columnListBox = NULL;
    columnListBox = new ( ELeave ) CAknSingleStyleListBox();

    in...
  8. Replies
    2
    Views
    7,744

    Re: Draw above Status Pane

    As the SDK Help (for 9210) says at chapter
    » Developer Library » API Reference » C++ API reference » Uikon Core » CEikStatusPane

    Status panes are server-side objects; this class synchronises...
  9. Replies
    1
    Views
    2,868

    Re: Async UI signalling

    There are few ways to, but try RProperty first, more info in the SDK help:

    » Symbian OS v9.1 » Symbian OS reference » C++ component reference » Base E32 » RProperty

    In brief:

    const TUid...
  10. Re: link error when using .net and carbide_vs to compile ecom example

    Similar experience with the latest Carbide. CodeWarrior 3.1 compile the same plugins without problem. CW not even complain the uid range when the same mmp imported to CW and MS VS C++ (carbide). WC++...
  11. Replies
    1
    Views
    5,078

    Re: Program closed after OfferKeyEventL

    Please check the "helpexample" in the SDK. Here you have:

    // IDs of the control instances on the dialog
    enum THelpExampleControls
    {
    EHelpExampleEdwin1 = 1,
    EHelpExampleEdwin2,
    ...
  12. Replies
    11
    Views
    8,112

    Re: Carbide.vs and 3rd

    I install pretty much everything with VS C++ .net & Carbide only the S60 1.x, S80 1.x & 7710 SDK left out. My SDK configuration manager look like:

    S60 SDK 3.0 Beta
    S60 SDK 3.0 Alpha (as kpoole...
  13. Replies
    0
    Views
    4,733

    150 S60 Freeware apps for download

    http://www.tardis.ed.ac.uk/~dreads/
  14. Replies
    11
    Views
    8,443

    Exacly the same.. :) Just forget EMachineUid,...

    Exacly the same.. :)

    Just forget EMachineUid, Nokia guys seems to ignore it anyway. At least those phone creators, who's brain abilities limited, prevent them to read this board, or Symbian API...
  15. Replies
    11
    Views
    9,403

    Cleaning at update

    If I were you, I avoid to torture the end-user at update...
    Application Installer ask a lot of question (to make simple concept virus life harder, and avoid their widespread), meanwhile if the...
  16. Replies
    2
    Views
    5,329

    You can set up with that a flag: RESOURCE...

    You can set up with that a flag:

    RESOURCE LISTBOX r_aknexlist_single_2
    {
    flags = EAknListBoxMarkableList;
    }

    & add the desired icons to the ListBox:

    const TInt...
  17. Replies
    7
    Views
    5,068

    What is the problem with Mem::Crc ? CLR

    What is the problem with Mem::Crc ?

    CLR
  18. Thread: N-gage reset

    by Cleaner
    Replies
    1
    Views
    4,155

    Yes. I assume the nearest Nokia Care center....

    Yes.

    I assume the nearest Nokia Care center. Especially if it is still under warranty.

    If you are lucky, it is only the low battery level, it used to look like that. Attach the charger for a...
  19. Replies
    2
    Views
    4,535

    Not a Symbian OS devices... Try the Java section....

    Not a Symbian OS devices... Try the Java section.

    CLR
  20. Replies
    4
    Views
    7,483

    That's what I was interested in :)) My advise...

    That's what I was interested in :))

    My advise are valid in S60 (EAknSoftkeyOptions), but app can be based anything from S60 to S90.

    This work at HandleCommandL(): (in S90)...
  21. Replies
    4
    Views
    7,483

    It may differ based on what you call "full screen...

    It may differ based on what you call "full screen mode" (Dialog, View, CoeControl based app), but try to "Press" the option key manually in the AppUI : call ProcessCommandL(EAknSoftkeyOptions);
    ...
  22. Replies
    2
    Views
    4,655

    Create your own Form: // class CMyForm : public...

    Create your own Form:
    // class CMyForm : public CAknForm
    // and clean Form's menu there:

    void CMyForm::DynInitMenuPaneL (TInt aResourceId, CEikMenuPane *aMenuPane)
    {...
  23. Thread: FM radio API

    by Cleaner
    Replies
    3
    Views
    7,023

    Nokia 6620 is based on S60 2.0 FP1, not the S60...

    Nokia 6620 is based on S60 2.0 FP1, not the S60 SDK 2.0:
    "Series 60 SDK 2.1 for Symbian OS enables C++ application development for the Series 60 Developer Platform 2.0 devices, such as the Nokia...
  24. Thread: Feature packs.

    by Cleaner
    Replies
    5
    Views
    6,650

    There is no meaning to remove features supported...

    There is no meaning to remove features supported already by the platform... (except to close a security risk, e.g. remove bluetooth support nowadays :)) )

    It is hard to predict of the feature...
  25. No public announcement about it: ...

    No public announcement about it:
    http://www.n-gage.com/en-R1/press/Press+releases/press_news_260504.htm

    Hope, they don't. QD lack the radio.

    Try to use this link to get one:...
Results 1 to 25 of 236
Page 1 of 10 1 2 3 4
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