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...
Type: Posts; User: sirurx; Keyword(s):
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...
I think the Linux supporting not giving them much extra money as Windows platform dominating still.
Nope, i use separated variables. I think the edwin will own these variables and they will be deleted with destructor of edwin.
regards,
urx.
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.
Even if i can read cursor position in edwin it may be not visible, how to detect this?
regards,
urx.
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...
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...
I also wonder does this CT9Interface exists at all;)
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...
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...
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...
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.
hi,
did you include all needed .lib and .cpp files into .mmp file?
I wonder what is the _call_via_r2 function.
regards,
urx.
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...
like:
#define a 150
or other way use:
const TInt a=150;
const TInt b=a;
Hi,
why don't you use #define for this?
regards,
urx.
Hi,
is there some example of using RMutex?
regards,
urx.
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...
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...
Hi,
i am wondering if i have no focused control and forwarding keypresses like this:
TKeyResponse CXContainerChat::OfferKeyEventL(const TKeyEvent& aKeyEvent, TEventCode aType) {
...
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?
...
Hi,
but some ID must SIM have anyway, how user identify himself in operator network?
regards,
urx.
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...
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...
need to set:
iListbox->Model()->SetOwnershipType(ELbmDoesNotOwnItemArray);