Make a Demon, which continuously search and delete that perticular file from the system except your own specific path, till you are playing it.
Type: Posts; User: vikas3a; Keyword(s):
Make a Demon, which continuously search and delete that perticular file from the system except your own specific path, till you are playing it.
It seem to be concurrency problem, let 1st program complete the file downloading first then access it by 2nd program. Apply some check for download status in 2nd program.
Plese try to handle window group and display your animation as such.
you could try following way-
1. paste your sis on pc into the path C:\Symbian\8.1a\S60_2nd_FP3\Epoc32\winscw\c\Nokia\Installs\
2. open emulator
3. open Configure then open Appmngr (application...
Hi Suyash,
Here is the code which gives you Default IAP.
TInt CClientHit::FindIAPL( TUint32& aIapId )
{
CCommsDatabase* iCommDb = CCommsDatabase::NewL();
CCommsDbTableView* tableView...
By my experience one more solution,
firstly install SDK s60_2nd_sdk_fp3, this installation process configure your pc for symbian development perfectly (sets environment variable and all paths...
hi,
Pls, see the link http://discussion.forum.nokia.com/forum/showthread.php?t=96450&highlight=LINK.EXE
Hi,
Here is convertion of HBufC to TBuf
HBufC* hbuf=HBufC::NewL(30);
.
.
.
TBuf <30> tbuf;
tbuf.Append(hbuf->Des());
Hi,
One more solution use png files and at runtime convert it to bmp using
ImageConversion.h and class CFbsBitmap and CImageDecoder, so that you can load graphics as per your requirement which...
You can find process using classes TFindProcess & RProcess
And for every java app there is separate midp process running.
"..\..\Epoc32\release\thumb\urel\myapp.app"-"!:\system\apps\myapp\myapp.app",FILERUN,RUNINSTALL
As soon as application install above attributes in pkg file starts application immediately.
...
hi,
To check whether java application is running or not - check whether the process midp2 or midp1 (depending on device) is running or not.
if midp process is running i.e. java application is...
Hi,
very simple logic, make two variable in view class say page1 and page2, and in draw() write code like
draw()
{
if(page1)
drawpage1();
else
drawpage2();
}
Hi,
Create an object of CConsoleBase* console; in your .h file and include e32cons.h
This may solve ur problem,
Regards,
Vikas
Mauj
Hi VK,
you can handle multiple request in callback function HTTPEvent(TInt EventType)
observe THTTPEvent::EResponseComplete in HTTPEvent(TInt aEventType) and after first Request processing complete...
Try to use gc.SetFaded(ETrue); before you draw rect.
This may solve your white patch problem .
void CiconContainer::Draw(const TRect& aRect) const
{
CWindowGc& gc = SystemGc();
TRect...
May be your application could not find resources, so it giving system error,
check all resources used by application.
hi,
use gc.SetFaded(ETrue); when you draw text over image.
here gc is graphics context.
vikas.
May be you have included some library in mmp file which is not available in SDK,
impliment HandleForegroundEventL() in appui class to handle interupt
vikas
F10 is used for step by step debugging and
F11 is used for step into debugging , press F11 to enter debuging into any fuction,as soon as you enter into assembly part press shift+F11 multipal times...
Hi,
If you want to know key code of all key then write this code in view or container.
It will give you key code on emulator or device. After any key press the alert displays keycode.
Try it....
There is also difference in cyclic redundancy check inserted in sis when sis file is created for 2nd edition and 3rd edition.
Make a Recogniser for your application and use OpenFileL or any function of CDocumentHandler to save downloaded file to memory card. As soon as you download file your recogniser open the your...
you are right, most of the people can't afford such huge fees for certification, at least there must be some concession for company which are interested to certify there employee in group. Most of...