Hiya all me again...
Well i found that as a side effect of what i am doing, and how my application works, i can embed it with out having to use OpenfileL.
However when i exit my application, it...
Type: Posts; User: gavin_tranter; Keyword(s):
Hiya all me again...
Well i found that as a side effect of what i am doing, and how my application works, i can embed it with out having to use OpenfileL.
However when i exit my application, it...
Ok, i sort of have this working, but the last 10% is being a pain:
I am trying to download a file of type MPB via a wap page. The file downloads the file, and then issues a:
Services:
Unable...
Hi all,
I hope we all had a pleasnt weekend.
I seem to be having a small-ish issue.
BAsicly i would like to download, from a wap page, a file. Now i can download SIS files no problem, but the...
Hi,
Well thats the odd thing, i havent changed the code, so i dont understand why it did work.
Just felt it was strange, it did work then over night stopped working.
Thanks for the advice :)
G
Hi,
I have a file listing class (much discussed in other threads).
all was working fine on monday, now, however CDirScan seems to have stopped scanning the System directory and its sub...
Well, i just want to save the file to the memory card.
Ok, i asked this question in one of teh other areas but have had no reply.
If i wish to download a file via wap, that is of a properity nature, do i need to write a recognizer for it? Or will the...
I am not sure if this is the right place.
However i wish to download a file format,
it would be a proprietary file.
Can i download any file type using wap, or will i have to set up a recognizor...
Ok that worked fine.
But i dont understand why....
Surely a TDesC can hold a TPtrC?
TPtrC is a child of TDesC?
Anyway once again Itomuta, thank you, you have been a great help
G
I didnt think of accessing the array element that way.
However i now get a App.Closed, USER 11 error.
i have code along the lines of:
where play is defined as:
play(const TDesC& video);
...
Hi all.
I am having a little descriptor issue, this is down to my poor understand of descriptors, and it being a long time scince i have used pointers.
In class2 i have an instance variable...
My Debug method may not be the best (use of alert boxes basicly) but what i have found out is very interesting, very very interesting....
It seems that although my constructor is be called from...
Well as far as i can see i am creating the object.
In the class i wish the array to be a member of a have:
iPathList = new(ELeave)CDesCArrayFlat(5);
I have that in the constructor.
It...
Hi,
I hate to say....
But i tried that, i understand what an abstract class is, i didnt realise at first that i was attempting to use an abstract class.
However i am using CDesCArrayFlat.
I...
This is extremely dumb!!!
I have tried pretty much everything i can think of and most of the array examples i can find on this board, and yet, i cant seem to create and array!!!
Ok i can create...
You could try:
CEikonEnv::Static()->AlertWin(?)
CEikonEnv::Static()->AlertWin(?,?)
I forget what it takes as parameters, i just use TDEsC's or LIT's
I find i have to include:
eikenv.h
...
The Error that is shown is:
KERN-EXEC 3
I have even tried using flat arrays with the same results
Deffenitly the array,
all works fine with the array reset and appened commented out, but the app closes with either the reset or append enabled.
There is no error code just
App. Closed...
Ok i have an array as an instance variable defined in a class head file
CDesCArray* iPathList
I create an instance of iPathList in my constructor (and destory the thing in my destructor):
...
i am deleting iDirList because if i pass in an actual object, as far as i remember the assigned memory space will be orphaned, creating a memory leak. No?
Hi,
Can anybody tell why this code blows the app, and dosnt actual find the file of type mpb when i know there is one there as i actual put it there during installation
------
iDirList is an...
nmnir,
I am a bit confussed? as the solution i out lined below uses CFindFileByType, or you trying to say i can CFindFileType to recursivly search every directory on both memory drives?
Hmmmm, i was missing eikctl.lib,
strange that the filelist dosnt use it.
Anyway thanks very much. Lets see how i destory the phone this time ;)
I have been using the filelist example, as a reference.
Only thing is, i decided i would rather use a single list box
(CAknSingleStyleListBox)
Everything is fine until i try to access the...
Hi all,
Is there a search able API guide for the series UI classes, something like the API guide availaible on the symbian pages, something a lil like java doc
Yeah i was/am a spoiled java coder...