Hello all,
when a menu is opened, the user can navigate through the menu/submenu(s).
How can I get the currently focused menu option, preferably the string as displayed on screen?
I don't want...
Type: Posts; User: NevenS; Keyword(s):
Hello all,
when a menu is opened, the user can navigate through the menu/submenu(s).
How can I get the currently focused menu option, preferably the string as displayed on screen?
I don't want...
Thanks for the posts! Building an private-directory-access API sounds doable, but is too much work. The upgrading rules did the trick!
Hello all,
I have a SIS file with it's own UID etc. Let's name it SIS 1. All in all a valid installable application.
I would like to have another SIS file (SIS 2) whose installation on the...
Hello,
I'm using the CameraWrapper and am capturing viewfinder frames. One can see that the viewfinder frames are being buffered somewhere, because when I move the camera, the movement is seen...
Ok, thank you all!
Ok, that makes sense.
How can I execute a SIS?
Like this http://wiki.forum.nokia.com/index.php/How_to_run_EXE_from_other_application_in_3rd_Edition
or...
ok, but is there at least a way to make sure that embedded sis of an application will not get uninstalled when the applications gets uninstalled?
some super-duper .pkg file "hack"?
Hi all,
I have two projects, each with it's own SIS file.
They both use the CameraWrapper and have it embedded in their' .pkg files.
So their respective .pkg files contain this:
...
Macro resolution issue.. It took a while to find it.
Thanks!
Thanks for the tip, but I've already made it so.
An addendum:
the UID_OLD was replaced by UID_NEW
in the .mmp, .pkg, .rss, .._reg.rss and someProjectApplication.h
Hi all,
I'm using Carbide 2.0 and have a project someProject.
In a previous post of mine I've successfuly changed the name of the TARGET .exe...
Ok, thanks for the tip.
I also needed to rename data/someProject_reg.rss to someProjectNewName.rss.
as well as change the entries in the .mmp (someProject -> someProjectNewName):
...
No, it does not. Are you saying it has to?
data/someProject.rss
data/someProject_reg.loc
data/someProject_reg.rss
data/someProjectContainer.rssi
the .exe's name was changed from someProject...
Ok, I've found out that it happens in
someAppAppUi::ConstructL()
{
..
BaseConstructL(CAknAppUi::EAknEnableSkin | EAppOrientationLandscape );
..
}
But there are no strings passed to...
oh, it seems I did miss at least one entry in the .rss file
(because id doesn't end with .exe).
someProject is the old name, someProjectNewName is the new name
Now I have this in the .rss:
...
Oh, there are a number of ressource files used, but none of them have any reference to the old .exe file name.
Hi,
I am trying to change the .exe file name generated by an MMP file.
So far I've only changed the TARGET of MMP file.
The UID and the rest of the MMP and PKG file stay the same, at least for...
The problem does not happen only when starting the viewfinder for the first time.
It also happens when I do the following steps:
start viewfinder,
autofocus,
capture snapshot,
stop viewfinder...
Hello all,
I am using the Camera Wrapper (http://www.forum.nokia.com/info/sw.nokia.com/id/1cde08b0-1f57-41ba-851b-776c43fdec6c/S60_Platform_Camera_Example_v3_0_en.zip.html) to access the camera on...
Ok, thanks for the info.
Oh, and true it is.
Does this happen on any phone with ErrRd or only on a FP2 phone?
Hi,
When I display a simple about dialog on an N96 (as found at Simple About Dialog), I get a popup note saying: Cannot find "□".
The note pops up in the (relative) upper-right portion of the...
I've just been informed in http://discussion.forum.nokia.com/forum/showthread.php?p=617566#post617566 that I've been linking against the old stdlib implementation..
I am using fopen/fclose and printf extensively in my application.
The memory leaks 1248 Bytes after each fopen/fclose pair and if I call CloseSTDLIB() then all of the stdlib functions get closed,...