Unfortunately there's no more error information. I've checked the console - the build finishes with
***Invoking abld command
...
***Build Complete
But that's it, makesis does not start...
Type: Posts; User: -chris-; Keyword(s):
Unfortunately there's no more error information. I've checked the console - the build finishes with
***Invoking abld command
...
***Build Complete
But that's it, makesis does not start...
Hi all,
since I did some major code changes to my project, Carbide often won't build it correctly anymore. If I make no changes to the .pkg file, the following error shows:
An internal...
I've just seen it being done in another program, so there must be a way to change the color of the highlighted text. No Ideas?
but won't the app be installed on the memory card then? I'd like the user to be able to remove the card and still use the application...
Hi all,
how is it possible to automatically start the installation of an application when inserting a preinstalled memory card into the phone? I believe I've seen it happen, but I could not find...
hmm, no one got any experience with this?
hmm, that's what I feared :( My files will be more than 100kB, so the exception is not an option. If noone else has got an idea for a hack to detect that we're currently updating and not...
Hi all,
I use a FR,RR line in the pkg file that runs a cleanup utility which asks the user if user generated files should be deleted (to comply with symbiansigned criteria). Now, this utility is...
Hi all,
I'm using a CEikGlobalTextEditor to display a text and mark words. Now I've two problems:
1. I can't set the highlight color correctly. I'm using
charFormatMask.SetAttrib(...
sure, you're all right, panics are definitely not what I'd like to have in the release build - but I want to be really sure about this FEP being reset in any case, that's why I want to close this...
Hi all,
when a program panic occurs, I'd like to do some cleanup. Specifically I'm setting a new FEP on program startup and I'd like to switch back to the old FEP when closing the app. When my app...
thanks a lot, it works like a charm!
Yes, you're right. I've added the _reg.r03 file and now the program starts.
BUT: after adding the file, myAppUi is also listed under "Programs" although it can not be startet without the main...
yes, it's a UI app, too. Here's the part of the pkg:
;Files to install
;THE FOLLOWING WORKS
@"D:\DEV\CarbideWorkSpace\myUIApp\sis\myUIApp.sisx",(0xE787602A)
;THE FOLLOWING DOES NOT WORK
Hi all,
I've got a small problem. I'm using the following code to start a UI app and give it some commandline arguments:
CApaCommandLine* cmdLine = CApaCommandLine::NewLC();...
Hi Nathan,
I'm doing the same as you are - sending JPG Images along with more information. CHTTPFormEncoder won't do the trick, as it is only meant for text data, not for binary input like images....
Hi all,
I've got several Connection Problems here for HTTP-Connections. First and foremost: After trying to connect with an MMS-IaP (which does not work), the RunL of the Connection throws me a...
I think I can't use streaming, as I would then have to know how long each tone should be played beforehand, which I don't. But the midi client looks exactly like what I'm looking for. Now, i tried
...
Hi all,
I've got a problem here: I'd like to play a continuous sound with varying frequency without stopping the playback when changing the frequency. Is this possible? I've tried CoeSoundPlayer...
damn, I managed to do it. The trick is to return the whole data size AND to call NotifyNewRequestBodyPartL in GetNextDataPart() (I found this hint nowhere, but it makes the framework call the...
I just don't get it to work :( I logged some stuff and found out that if OverallDataSize() returns a value different from KErrNotFound, the return value of GetNextDataPart() seems to be ignored.
...
hmm but that's what I've done - OverallDataSize returns the size of the whole thing, the chunks are smaller :(
Hi all,
I'm trying to implement an upload process indicator for an image upload via UMTS. Unfortunately this does not work, as the GetNextDataPart() of my data supplier is called only once, even...
that's what I thought, although I do not understand it. The browser shows ISO and not UTF - maybe the HTTP Client of Symbian somehow recodes it? strange, strange...
Hi mkapil,
you got me wrong - I didn't manage to do it yet. It is not a high priority task for me, I just scanned this forum thoroughly once and found no solution. As you know yourself, talks and...