Discussion Board

Search:

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

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    5,782

    Missing 'RCMake.exe'

    Hi,
    i have readed posts about this kind error:
    Performing Pre-Build Event...
    'RCMake.exe' is not recognized as an internal or external command,
    operable program or batch file.
    Project : error...
  2. I think the Linux supporting not giving them much...

    I think the Linux supporting not giving them much extra money as Windows platform dominating still.
  3. Replies
    8
    Views
    6,773

    Nope, i use separated variables. I think the...

    Nope, i use separated variables. I think the edwin will own these variables and they will be deleted with destructor of edwin.

    regards,
    urx.
  4. Replies
    0
    Views
    4,158

    Focused edwin without direct input.

    Hi,
    is there way to make edwin focused but when i press keyboard, nothing happens, only edwin->OfferKeyEventL used to send symbols? Emulated focus in other words.

    regards,
    urx.
  5. Replies
    0
    Views
    4,841

    How to detect is cursor visible?

    Even if i can read cursor position in edwin it may be not visible, how to detect this?

    regards,
    urx.
  6. Replies
    1
    Views
    4,206

    Well, as nobody answered i suppose it is not easy...

    Well, as nobody answered i suppose it is not easy thing;) Another way is to detect if cursor is in the screen. When user press key on focused edwin cursor disappears, then some timeout routine...
  7. Replies
    1
    Views
    4,206

    edwin update events

    Hi all,
    does anybody know how to determine when edwin is done updating the buffer? The problem is next: when i press key it takes some time to appear symbol in focused edwin, same time other control...
  8. Thread: CT9Interface

    by sirurx
    Replies
    2
    Views
    5,477

    I also wonder does this CT9Interface exists at...

    I also wonder does this CT9Interface exists at all;)
  9. Thread: Keyboard mode

    by sirurx
    Replies
    0
    Views
    4,686

    Keyboard mode

    Hi,
    when some control have focus like edwin, there will be active keyboard indicator and also are possible to change input mode. When none of object's have focus how can i change input mode to read...
  10. Replies
    1
    Views
    4,585

    Hi, maybe this helps: first check current...

    Hi,
    maybe this helps: first check current position then do your move, check does the cursor position changed comparing it with text size, if not move cursor to the end or start depending on key...
  11. Replies
    2
    Views
    6,242

    Well, i tryed EKeyLineFeed, EKeyEnter, no effect....

    Well, i tryed EKeyLineFeed, EKeyEnter, no effect. Sometimes these work, sometimes not. In emulator they are working 90% in phone not. Bug? When i fill buffer with text and use \f inside text then...
  12. Replies
    2
    Views
    6,242

    "new line" in CEikRichTextEditor

    Hi,
    when using new-line through TBuf it is "\f" but how to set this through OfferKeyEventL(event, EEventKey); as same way don't work?

    regards,
    urx.
  13. Replies
    10
    Views
    8,696

    hi, did you include all needed .lib and .cpp...

    hi,
    did you include all needed .lib and .cpp files into .mmp file?
    I wonder what is the _call_via_r2 function.

    regards,
    urx.
  14. Replies
    10
    Views
    9,799

    hi, you want to print out number? make like...

    hi,
    you want to print out number?

    make like this:
    TBuf <10> score; //10 will be size in chars (10 digits max)
    score..AppendNum(score_Test); //TInt value score_Test
    and then...
  15. Replies
    10
    Views
    9,799

    like: #define a 150 or other way use: const...

    like:
    #define a 150

    or other way use:
    const TInt a=150;
    const TInt b=a;
  16. Replies
    10
    Views
    9,799

    Hi, why don't you use #define for this? ...

    Hi,
    why don't you use #define for this?

    regards,
    urx.
  17. Thread: RMutex

    by sirurx
    Replies
    2
    Views
    2,943

    RMutex

    Hi,
    is there some example of using RMutex?

    regards,
    urx.
  18. Thread: Terminal window

    by sirurx
    Replies
    1
    Views
    4,140

    another way is cut first symbols as much as...

    another way is cut first symbols as much as needed space for next append but problem is the function iOutput->DeleteL(x,aSelection,EFalse,EFalse); doesnot work.
    C2248: 'DeleteL' : cannot access...
  19. Thread: Terminal window

    by sirurx
    Replies
    1
    Views
    4,140

    Terminal window

    Hi,
    in sockets example i saw there are used OfferKeyEventL for sending symbols to screen. It is easy way but if i like to keep some limit in edwin, does the maxlength parameter mean the symbols will...
  20. Thread: SetCapabilities

    by sirurx
    Replies
    0
    Views
    3,833

    SetCapabilities

    Hi,
    i am wondering if i have no focused control and forwarding keypresses like this:

    TKeyResponse CXContainerChat::OfferKeyEventL(const TKeyEvent& aKeyEvent, TEventCode aType) {
    ...
  21. Replies
    8
    Views
    10,738

    Hi! I searched info about etelagsm.h and in some...

    Hi!
    I searched info about etelagsm.h and in some forums said it is included in "Nokia 9200 Communicator Series SDK for Symbian OS" prior to version 0.1. So where to get SDK v.0.09 example?
    ...
  22. Replies
    8
    Views
    10,738

    Hi, but some ID must SIM have anyway, how user...

    Hi,
    but some ID must SIM have anyway, how user identify himself in operator network?

    regards,
    urx.
  23. Replies
    3
    Views
    5,334

    Maybe new symbian OS version blocking some kind...

    Maybe new symbian OS version blocking some kind of functions made by libraries what not in sdk anymore or there were functions built for it and now these functions made like func(){return 0;} , who...
  24. Replies
    0
    Views
    3,423

    OpenIniFileLC Feature is not supported

    Hello,
    i have readed forum for same question but the example showed there did not gave effect.

    this way:
    CDictionaryStore* CChatEngine::OpenIniFileLC(RFs &aFs) const
    {
    return...
  25. Replies
    2
    Views
    4,222

    hehe, fixed

    need to set:
    iListbox->Model()->SetOwnershipType(ELbmDoesNotOwnItemArray);
Results 1 to 25 of 47
Page 1 of 2 1 2
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