在View中使用Cba()->MakeVisible()试试呢
Type: Posts; User: yaohongwang; Keyword(s):
在View中使用Cba()->MakeVisible()试试呢
谢谢qxiaoyuan。 请问一下你有没有相关的example 可以参考一下。
我想利用CVideoPlayerUtility 来播放一个本地文件(*.H264),但是CVideoPlayerUtility不支持这个格式。 我想写一个MMF Plugin来解码和播放。 我看了sdk(how to witer a MMF Plugin)但是还是不太明白。 想请教大家一下, 我应该如果写plugin。 是不是Controller Plugin是必须要写的?
hi,guys
i want to play local file **.H264 by CVideoPlayerUtility ,this file is not supported,so i want to write a mmfplugin, but i don't konw how to do. Is controller plugin and decode plugin...
继续提问,如果函数名、函数返回值、参数、函数顺序等发生了重大变化,freeze仍然能保持向后兼容性吗?
i am understand you but i don't konw how to carry out your idea.
please give me some illumination. thanks
when i use CVideoPlayerUtility to play video, at the same time,i use CopyScreenToBitmap() method to capture the screen, unfortunately,i capture a black picture. that is why? and how to capture the...
screenshot我用过了。 截出来的也是黑屏。所以感觉很迷惑。
CopyScreenToBitmap() 我试过了。 一直是黑屏。
请1984,huwell大侠们指教指教!!!
谢谢,这个例子我看过了。视频的播放我是成功了。 我主要想在视频的播放中可以抓下一个经典的镜头。 可是没有成功。
请问一下,我使用CVideoPlayerUtility来播放视频。 我使用的copyScreenToBitmap()方法来抓图。但是截出来的是黑屏。 请问一下有没有其他截屏的方法。
请问s60 中怎样通过 CVideoPlayerUtility ::openurl()来打开rtsp://ip.port:/.. 。 我一直没有成功,请大家帮帮忙啊
hi,guys
how can i open rtsp://... by CVideoPlayerUtility:: openurl() method. i have see the comments in our discussion boards before but i am fail to try out it. please ask somebody give me...
网上重新搜索了一下,
iSocket.Ioctl(KIoctlReadMessageSucceeded, iStatus, NULL, KSolSmsProv);
可是依然没有成功。
用RSocket拦截,成功后我这样写:
iPckgBuf()=KIoctlReadMessageSucceeded;
iSocket.Ioctl( KSolSmsProv,iStatus, &iPckgBuf, KSOLSocket);
但是没起作用,重启手机后重新收到那条被拦截掉的短信。
请问我该怎么写,才能正确告知服务器我已经将短信成功阅读过?
谢谢大家。
解决了。
原来改变分辨率之后不仅进SizeChanged和Draw,还会进
HandleResourceChange
我把原先的
SetRect( iAvkonViewAppUi->View( TUid::Uid( EMU_HelloPageContainerViewId ) )->ClientRect() );
改成 SetExtentToWholeScreen();就可以了...
谢谢cxt哥哥的回复,不过你提供的例子是可缩放图像的处理,我现在的问题是如何在屏幕分辨率更改之后将StatusPane和CBA区域也重画。
分辨率更改之后,Draw方法的入参aRect确实更改过了,不过它的iTl似乎是以MainPane作为相对坐标的,而不再是整个Screen。这样就导致我无法绘制覆盖StatusPane和CBA区域。
Container被创建的时候获得的是全屏区域,Draw方法中画了一个全屏的图片,但是一旦切换模拟器分辨率导致SizeChanged之后,StatusPane和CBA就出现了,请问我该如何使得Draw方法中的要画的图片依然充满全屏。
谢谢大家。
我也觉得Carbide 1.3不错,不过依然不知道如何在控制台打log,谁能指点一下啊
epoc.ini
里面加载了几个分辨率的ini子配置文件,在这些配置文件中有屏幕长宽设定,不过我改了貌似也没什么用
RClock has a protected constrctor.
So I turned to RDigitalClock(derived from RClock),but failed.
I think they are used to generate animated clock ,RClock::SetUniversalTimeOffset can not modify...
TLocale::SetUniversalTimeOffset() is not available in 3rd.
Thanks in advance.
beover 猜测得没错,返回1确实是正常的。表示1行受改动。
TInt Either:KErrNone, if a DDL statement was successfully executed. or the number of rows inserted, updated or deleted, if a DML statement was successfully...
Thanks wizard. :)
各位哥哥,我从一个utf-8编码的文件中读取sql语句(包含中文),然后用EscapeUtils::ConvertToUnicodeFromUtf8L()转成unicode,在debug的时候可以看到中文都是\0x2222这种形式(2222是举个例子),感觉应该已经转换正确。
调用RDbNamedDatabase::Execute()执行的时候,返回值却始终是1,不知道怎么回事。...