在我的电脑上也遇到了这个问题,之前也装过其他版本的qtcreator,请问有谁有解决的方法:)
Type: Posts; User: topocheng; Keyword(s):
在我的电脑上也遇到了这个问题,之前也装过其他版本的qtcreator,请问有谁有解决的方法:)
ok, it seemed I need implement a scrollbar myself.
Currently, the scrollbar's color is use system's skin.
But I want to use some other color.
Is there anyone encounter such problem, could you give me some advices?
Many thanks.
I just want to use marquee effect on the focus item.
I need a custom listbox, the S60 offer listbox can not afford my need.
Using the method suggested in http://www.antonypranata.com/articles/subclassing-list-box-symbian-os
, I can get a self...
Hi, I want to know how to change the font in Navi Plane,
and How to change the baseline in it?
In rss file, I set the status_pane with R_AVKON_STATUS_PANE_LAYOUT_SMALL
RESOURCE EIK_APP_INFO r_application_ebook_app_ui
{
cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
status_pane =...
Thanks!
I have try double buffer, and DSA , the flicker do not disappear when running in portrait mode.
I guess the reason is not fresh the window too frequently.
I draw a moving color label in the screen using CPerdioc, the period is set to 1 second.
When application running in the portrait mode, It is obvious notify that there are flicker happend....
Great! Many thanks!!!
This problem have confused me such a long time.
Symbian or Nokia need take more effort to present detailed explain about the API.
Otherwise, more and more develop will...
I have try below code:
CFormattedCellListBoxItemDrawer* drawer = iMyListBox->ItemDrawer();
drawer->FormattedCellData()->SetSubCellFontL(1, LatinBold12());
but the size...
下面的代码,编译没错,但运行后,总是没有改变字体的大小。
CFormattedCellListBoxItemDrawer* drawer = iMyListBox->ItemDrawer();
drawer->FormattedCellData()->SetSubCellFontL(1, LatinBold12());
...
Many Thanks.
Although is a powerful solution, it seem too complicated. I just want to keep my icon on the left of Navi Pane when the application are running , and don't be covered by FEP's Icon....
In my application , there is a richtext edit in the screen.
Whenever I insert a Icon in Navi pane, It always be covered by The FEP's status Icon.
When I hide the richText, the Icon display...
我也解决了,贴出自己的源码,请大家指正。
void ProcessPaticularCharacter(TDesC& srcdes, HBufC* dst)
{
TInt p1, p2,p3 ;
TInt srclength = srcdes.Length();
TPtrC src(srcdes);
TPtrC temp(NULL,0);
我也遇到了这个问题,请问lz解决了没有?
这位大侠,请问你是怎么解决这个问题的。
我用了symbian自带的 utf8转unicode的类,可以转换中文,但有一大部分的符号转换不了,例如单引号',等。请问有什么办法可以转化所有的符号呢?
我想进入界面时,焦点在编辑框中,
这时要在navigation pane中显示字体输入法和图标?
如果要单独显示均可。
但如果两者要同时显示,图标总被输入法的指示图标所覆盖。
请问有什么办法能解决这个问题?
I got it.
modify rss as below:
RESOURCE EIK_APP_INFO
{
menubar = r_menubar;
status_pane = r_status_pane_small; //R_AVKON_STATUS_PANE_LAYOUT_SMALL;
cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
}
搞定了
在资源文件中修改
RESOURCE EIK_APP_INFO
{
menubar = r_menubar;
status_pane = r_status_pane_small; //R_AVKON_STATUS_PANE_LAYOUT_SMALL;
cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
}
RESOURCE...
在资源文件中修改
RESOURCE EIK_APP_INFO
{
menubar = r_menubar;
status_pane = r_status_pane_small; //R_AVKON_STATUS_PANE_LAYOUT_SMALL;
cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
}
RESOURCE...
Hi,
I want to remove the pane in Status Pane(title, context, Signal, Battery and so on), only retain the Navi pane,
Can anyone give me some suggestion on it ?
Many Thanks
在做一个应用,希望能节省屏幕的空间,所以需要除掉默认的title pane 和 context pane,
只保留naviPane, 请问各位有什么方法可以做到,能否在资源文件中直接定义这样的显示效果呢
beover 你好,
我的代码如下,请指导一下:)
TKeyResponse CTestInputWindowContainer::OfferKeyEventL(
const TKeyEvent& aKeyEvent,
TEventCode aType )
{
if(iInputbox->IsFocused())
return...
使用CEikEdwin , 默认的是中文输入状态,按几个键选择好需要的汉字后,按下中间的确定键,就会崩溃,错误代码是 ETEXT12,
如果先在英文或者数字状态下输入一个字符, 再切换到中文状态下输入,就不会产生任何问题。
请问各位这是什么问题?