Hi,
Use
TPtrC CTextListBoxModel::ItemText(TInt aItemIndex) const
to get the whole row. Then use
static TInt TextUtils::ColumnText(TPtrC& aColumnText,TInt aColumn,const TDesC*...
Type: Posts; User: leslieoj; Keyword(s):
Hi,
Use
TPtrC CTextListBoxModel::ItemText(TInt aItemIndex) const
to get the whole row. Then use
static TInt TextUtils::ColumnText(TPtrC& aColumnText,TInt aColumn,const TDesC*...
Hi,
TPtrC encapsulates a pointer to the data (e.g. the item text), but you can not change the data itself through this pointer (the "C" indicates this).
itemPtr.Set(newPtr) is not changing the...
Hi,
If you don't need the previous instance anymore, I would delete it in the method before creating another instance. That way you are sure never to have more than one instance.
delete...
Hi,
I am trying to use the CEZCompressor-class defines in EZCompressor.h to compress a descriptor. I do something like this:
// "this" is implementing MEZBufferManager,
// but the...
Hi,
I would like to know, if somebody has any inputs or ideas how to change network operator manually (programatically).
I have tried to use the RBasicGsmPhone-API seen in etelbgsm.h.
...
Hi,
SetDefaultRecordL() has been withdrawn from 6.0. You must use
TheDb->SetGlobalSettingL(TPtrC(DIAL_OUT_IAP),NTRasISPId) to accomplish the same in 6.0.
Best regards,
Leslie Olivier...
Hi,
include CDBCOLS.H and all the constants are defined there. Then you can use something like
CCommsDbTableView* latable=test->OpenTableLC(TPtrC(DIAL_OUT_IAP));
Regards,
Leslie Oliver...
Hi,
I can not find the meaning of this panic/leave code: EIKCOCTL 63 in the documentation for Nokia 9210/Symbian 6.0 SDK
Can anyone help?
Thanks in advance ;o)
/Leslie
Hi,
I am trying to use the network (operator) part of the RBasicGsmPhone API. However the only thing that seems to function is RBasicGsmPhone::SetNetworkMode() with ENetworkSetModeAutomatic. If I...
Hi,
I am trying to use the network (operator) part of the RBasicGsmPhone API. However the only thing that seems to function is RBasicGsmPhone::SetNetworkMode() with ENetworkSetModeAutomatic. If I...
Hi,
I have seen in another posting (http://nkn.forum.nokia.com/devrel/threadshow.cfm?mb=5841058640442942&msg=8772503969699981&page=1) that the Nokia M2M Architecture uses WIOP between the Gateway...