Hi I want to use graph API from facebook...
from I read that I must get access token first,
First I open this url on browser :
...
Type: Posts; User: Kaz32; Keyword(s):
Hi I want to use graph API from facebook...
from I read that I must get access token first,
First I open this url on browser :
...
Ah after I delete the project from Carbide (before I make backup for my app folder)
Then importing it again
Build and then lauch emulator success
Thanks pooja_1650
I read that thread, but how to delete build configuration here?
I'm already try delete folder Symbian -> under Epoc32/Build
Rebuild project, and restart emulator, but it still not launch
Thanks
Hi I'm recently installed Carbide 3.2 and SDK Symbian Belle on my computer.
But there is a problem when I'm running emulator on carbide 2.7 it cannot launch
There is an error :
Unable to...
Hi I want to make something like animation for my listbox
So what I do right now is request data using HttpGet, and after got the response I draw/insert the listbox
I'm not using wait dialog...
Err just try Devnull advice
So I just commented this code on HandleCommand in AppUi, and it solved the problem
void CMyApsAppUi::HandleCommandL(TInt aCommand)
{
switch (aCommand)
...
I'm still not solve this problem
I'm just curious why on 6120 error, while on E72 and on emulator the special character table work fine
Maybe have suggestion to solved this problem?
Thanks
Thanks yucca for the respond
Sorry for posting on wrong section :D
Hi, I want to publish my application on OVI Store
I already published application for once, but that time I only have one version of application.
Right now I have 2 installer version -> one for...
Hi, I'm developing application with Symbian C++
I made it for Symbian 3rd device, but when I try on RDA it also can run on 5th and 3^ device
But there is some UI problem
One problem is the...
Thanks wizard_hu_ I will try the code
TInt count=User::AllocSize(size);
But what is count represent? and size
From help I'm found :
size = On return, contains the total space allocated to the...
Hi I'm developing application using Symbian C++
And I'm test it on several device.
On Symbian 3rd ed device the application work well, no Alloc at close app
But when I'm test it on 5th device...
Thanks wizard_hu_
Will try the code using aMajor & aMinor to make branches
if using this :
http://www.developer.nokia.com/Community/Wiki/CS000933_-_Detecting_S60_platform_version_at_run_time
What the value of aMajor & aMinor for Belle?
Thanks
Hi I'm developing application using Symbian C++
And I'm try on RDA using a Symbian Belle device, I install my app and it work
But some on UI not proper, like the status pane is more thin
I...
Hi I'm using CEikEdwin to get input
Problem is when I try run on device (6120 classic), press * -> open special character table, and press select -> error happen, the error is something like...
Hi, I have my friend code (he build on SDK 9.2)
When I'm importing his project and build why the .mbg file not created?
I have the source of image, and I'm quite sure the path location is correct...
Hi I developed Symbian app that use Facebook API
What I need is :
1. To post something on user timeline, if user doing an action on my app
2. Access user info (like user name & user picture)
...
Please help,
Is there no documentation about this topic?
Thanks
Hi I want to make custom skin for my application
But I'm a little confuse to explain to our graphic designer what part of skin that needed or can be change
Is there any detail about this?
for...
this is my complete code :
void CExtractor::PrepareFile()
{
TBuf<8> drive;
GetAppDrive(drive);
TBuf<64> allFile;
allFile.Copy(drive);...
I'm not yet tested it for detail, because the deadline
But what I get when I open with textpad, it write some other data
(my file is suppose an image)
And it is look like interference with other...
Sorry after few month, but I'm not yet fix this :)
I still don't understand yucca, about to send on data parts
So I used HTTPPost(url, data) to upload the file, which have 2 parameter, url and...
Before try make this own longFunction()
I already try use this (Active object)
http://www.developer.nokia.com/Community/Wiki/Splitting_long_running_tasks_with_active_objects
But has a problem...
Hi I have a function that run few second until it finished, and it is blocking on the UI
I knew active object, and try it before, but that with function that contain parameter iStatus..
Now I...