I found AknsUtils::SetAvkonHighlightAnimationEnabledL (const TBool aEnabled) but it seems not to be working.
Type: Posts; User: sirtomash; Keyword(s):
I found AknsUtils::SetAvkonHighlightAnimationEnabledL (const TBool aEnabled) but it seems not to be working.
Hi guys,
I need to disable the listbox's HighlightAnimation - the one wich can be accessed by :
iListBox->ItemDrawer()->ColumnData()->HighlightAnim();
I couldn't find any information about...
ok, I found answer for the second question:
http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute
but still don't know about the tiny format.
Hi,
1.Do you know if I have to use SVG tiny profile for graphics in 5th edition ?
Or maybe I can use svg11 ?
2.What is viewBox attribute and is it ok if it starts with negative values...
Hi,
Do you know if I can put my own control(s) into AVKON_TOOLBAR ? Or do I have to use only those 3 buttons + some extension ?
Or maybe I could 'register' my own control as a toolbar ?
Thanks,
Ok, I think I found it.
It is described here:
http://carbidehelp.nokia.com/help/index.jsp?topic=/com.nokia.carbide.cpp.codescanner/html/run_cs_cmd_line.htm in Optimizing CodeScanner ...
Hi,
Is there a way to suppress warning from carbide's CodeScanner ?
I remember that you could do something like //lint +e715 in LintScan and then you didin't see the warning. I need to do that as...
Hi,
I'm creating a markable listbox. I want to use system mark/unmark submenu, but some elements can't be marked. I would like to hide the whole submenu dynamically in DynInitMenuPaneL method, but...
Thanks yucca !
I tried it out and it looks like it's perfect for my case.
Hi,
I have exactly the same problem. I've been googling quite a bit and the only information I fins is this link:...
Hi,
Is there any way to get RWindow object to use it with SetContainerWindowL(RWindow& aWindow); ?
More less it's like this that I'm creating my non-window owning container control but I don't...
OK, I will check this out. Thanks, you help me again
I'm not an expert, but don't you have to cal edwins SetObserver() or sth. simillar ?
Sorry, obviesly that's not what you need to do. You can check example code:...
I can't paste the code directly now, as I don't have an access to it at the the moment.
What I was doing is creating one and two dimentional pointer array (RPointerArray and CPointerArray) with...
Hi,
Is it possible that using __UHEAP can sometimes show false positives ? Especially when using RObjects ?
I created some simple unit tests for my class. It works fine (no leaks), but when I...
Just to update if anyone was looking at it. In my case it's:
CleanupResetAndDestroyPushL(*arr);
Regards
Ok, Thanks! You helped me a lot.
Yes ! I've been thinking about such kind of solution. It works fine. But is there significant difference between this solution and the old:
iMyMultiArray.Append(new (ELeave) RMyClassArray ); ?
I...
I see. So if the arr would be 'global' theoretically this should work ?
Ok thanks, then I must have totally messed up something. I leave it for now as it's not that important.
Hi guys !
I would really appreciate help. I want to use a multiDimentional array in my clas which can be easily access by other classes. I decided to use RPointerArrays. It looks more less like...
Actually I tried both, and seems to give the same result. Could it be some bug in the SDK ?
Hi
I am facing an issue with hiding a status pane in my app. When I use:
StatusPane()->MakeVisible(EFalse);
in my AppUi class ConstructL, or similarly:
CEikonEnv* iEnv =...
Hi !
I'm new to crypto library in Symbian.I have a lot of problems with it, when I use the code bellow on epoc:
CRSAKeyPair *iRSAKeyPair = CRSAKeyPair::NewL(64, EStandardCRT) ;
const...
Hi,
I check the DynInitMenuPaneL method in my View class, and I get some unknown identifiers, but I cannot localize the command I want. Most likely it's almost imposible or at least it's not named...