Now i can log in the account ,but when i click the left menu Express Signed Content IDs , it shows "Sorry
The page you requested cannot be accessed because of a system error. "
it is mean i...
Type: Posts; User: ldo; Keyword(s):
Now i can log in the account ,but when i click the left menu Express Signed Content IDs , it shows "Sorry
The page you requested cannot be accessed because of a system error. "
it is mean i...
I know someone said that " If you logged in after 28th of February, your account transfer will be done right after you clicked "continue". " ,but i have waited more than one hour after i clicked...
hello,
I loged in to symbiansigned yesterday, I clicked the "Continue" button below the Symbian signed overview.then I tried to log in again ,login failed !!!!show me "Login failure Two possible...
各位好,碰到个问题请教下:
我用CTelephony监听电话状态,拨打电话的状态变化
EStatusDialling->EStatusDisconnecting->EStatusIdle
在打完电话后发起网络连接,
这时 又同时拨打电话 发现 监听电话状态 就不能返回 状态变化了,而是等到 挂断电话后 过一段时间才返回状态,
有谁知道为什么吗?
我测试过 如果 拨完电话...
能力
ReadUserData WriteUserData ReadDeviceData WriteDeviceData
如果按如下 方法也可以查找, 而且在 E71中能正常运行。。
可是找到的 号码 可不仅仅 是 手机号码了, 什么家庭电话,工作电话,助理电话,反正是个电话 他都算数 都给你找出来了, 问题是 我只想 手机号码,有没有其他的方法 ???
谢谢!
//循环遍历
while( ( cardId = iter.NextL() ) != KNullContactId )
{
我想得到 通讯录中 手机号码非空 的通讯记录数目,实现如下:
// Read name of the default database
_LIT( KOrgContactFile,"" );
TBuf<KMaxDatabasePathAndNameLength> orgContactFile( KOrgContactFile );
...
I use CTelephony monitor call status in one AO , and when dail a call, then i setup a http connect after call .
it work ok.
but when i dail a call just after the call before , when another AO...
i use CTelephony to get call status . Now , i have some problem.
when i dail a phone then hang up , then dail a phone and hang up again , ...
CTelephony get status like this :...
when i install the HookLogger ,get errors like this :
C:\S60\hook>SetupHooks.cmd S60_3rd_FP2_SDK_v1.1:com.nokia.s60
Setting up hooks in...
是的!就是这样解决了。
increasing stack size.
http://wiki.forum.nokia.com/index.php/KIS000387_-_Small_default_stack_size_in_S60_3rd_Edition
my problem is something like this
http://discussion.forum.nokia.com/forum/showthread.php?t=128895
我的程序,安装后自动运行 后 ,出现 kern-exe3 错误。但是如果 安装后 手动启动却不会出现这个问题。
具体是这样的:
运行后 会出现一个窗体,让你输入 姓 ,名等个人信息,如果你没输入 姓 就会弹出个 信息框 提示,就是当 弹出信息框 后按确定 ,程序直接退出。出现kern-exe3 错误。
我跟踪过 发现
...
RESOURCE FORM r_personal_info_form_personal_info_form_form
{
flags = EEikFormEditModeOnly|EEikFormUseDoubleSpacedFormat ;//放这里无效
items =
{
DLG_LINE
{
type = EEikCtEdwin;...
solution:
http://discussion.forum.nokia.com/forum/showthread.php?t=99366
http://topic.csdn.net/u/20081007/21/16dd806a-051f-4aac-9a57-162d6939fb6d.html
...
solution:
http://discussion.forum.nokia.com/forum/showthread.php?t=99366
http://wiki.forum.nokia.com/index.php/Forms_in_Symbian_c%2B%2B
http://wiki.forum.nokia.com/index.php/Tips_of_CAknForm
这个问题 没有知道啊?
想实现 在menu中选中“tab"才显示tab视图,然后通过左右导航键 按钮选择,
看过tab 的例子,MyView中是直接,
RESOURCE EIK_APP_INFO
{
status_pane = r_myview_status_pane;
}
这样一开始显示的就是 tab导航界面,不知如何改?有知道的吗?谢谢!
CPbkViewState * pbkViewParam = CPbkViewState::NewLC() ;
pbkViewParam->SetFocusedContactId( itemId ) ; //TContactItemId itemId ,your
pbkViewParam->SetFocusedFieldIndex(TInt(1)) ;...
//创建滚动条
iListBox->CreateScrollBarFrameL();
iListBox->ScrollBarFrame()->SetScrollBarVisibilityL( CEikScrollBarFrame::EOff,CEikScrollBarFrame::EOn ) ;
改为
...
自己创建一个顶层窗口,有一个列表框,不能完全显示需要滚动条,当程序在前台运行,可以接受按键事件并选择列表框中的内容。
现在 将程序在后台运行,通过CEikonEnv::Static()->RootWin().SetOrdinalPosition(-1, ECoeWinPriorityNeverAtFront);实现
在后台运行就不能接受按键事件了,然后我又...
这个也许有用
http://discussion.forum.nokia.com/forum/showthread.php?t=149693
是的,我也发现了,谢谢!
之前一直写代码实现的,觉得很麻烦。最近看到同样的东西在mobile上开发可以直接 拖控件,太方便了。
carbide c++ 2.3中也有 GUI带UI 的,可是发现 要实现个Selection Grid ,就是九宫格样式的 都实现不了,可能我也没仔细看。
不知道 是不是我自己太土!