Our sales stats for the days after December the 12th have not been updated? Is that to be expected? I thought the problem is already fixed and it just takes until next week to repopulate the lost...
Type: Posts; User: Langfinger; Keyword(s):
Our sales stats for the days after December the 12th have not been updated? Is that to be expected? I thought the problem is already fixed and it just takes until next week to repopulate the lost...
Yea I am sure they will level up. Some sales were updated for our content as well, but I know that 2 test purchases that we made are not shown in the data right now.
If I understand it correctly...
Same here and now is the weekend again...
Yea, I hear you man!
I was thinking the same thing while looking at those sites. Some of them even have donation buttons and urge their users to keep supporting the site. How about giving the...
Oh well,
at least the two sites that actually posted my stuff illegally removed the content after I contacting them :)
Thank you very much for your feedback,
like it seems it is really hopeless to do anything to avoid this problem, I just hope that a majority of the users are not going down this path. So basically...
Dear Developers,
I am one of you and just published a paid full version of our game to the Nokia store around 1 week ago and while I did some google searching today to see if any reviews have been...
Hi Andrew,
I am experiencing similar problems like "OneDeveloper". For the past week I have been sending several requests to developer.support@nokia.com to get a new certificate in order to sign...
Hi,
I just tried out the Sound Mixer example from the code examples from Nokia version v2.1 on the Symbian 5th edition. However, when I run the sample project in the emulator the sound is very...
Hi,
I just tried out the Sound Mixer example from the code examples from Nokia version v2.1 on the Symbian 5th edition. However, when I run the sample project in the emulator the sound is very...
Well, I finally fixed the issue.
Like I thought it had something to do with the GCCE compiler. After following this guide http://wiki.forum.nokia.com/index.php/How_to_use_GCCE_4_with_Symbian_SDKs...
Thanks wizard_hu,
I did the changes and it should save a lot of memory from 2.88 Kbyte down to just 8 bytes. But I still get the same exception. Thus, I wonder if it is really related to the...
Hi,
I have been working on this problem for quite some time and can't figure out what could be wrong.
Basically, when my application starts up and references a static variable, it gives me an...
Omg,I see how it works now. Was a bit skeptical that it would be broken :)
Thanks
Well, that function worked in my application and it switches the internal state of the application to the selected language. However, you still need to load the correct resource files and flush out...
Hi,
I have the following problem. When I use the following slider from my resource script:
DLG_LINE
{
type = EAknCtSlider;
prompt = difficulty_Label;
id =...
If you just want to switch the language very easily in your application just call:
BaflUtils::SetIdealLanguage(TLanguage alanguage);
Regards,
David