Hi people,
I have developed an application. I have to present it and I would like to make a video about the application. Do you know any a Symbian app which works as a "video screenshot", but in...
Type: Posts; User: antonio5982; Keyword(s):
Hi people,
I have developed an application. I have to present it and I would like to make a video about the application. Do you know any a Symbian app which works as a "video screenshot", but in...
Hi grahamhughes,
thanks for your reply. I can't use the emulator because there are some features of the application which are not possible to run it on the emulator. So It will be very nice if I can...
Hi people,
I have developed a J2ME application. I have to present it and I would like to make a video about the application. What I need is a kind of software as a screenshot, but in stead of taking...
Hi guys,
I am developing an application that has to use the web browser functionality of the web kit on a Nokia 5800.
Here is the code that I am using:
QApplication a(argc, argv);
...
Hi people,
I was wondering if it is possible to package the python runtime with my own scrip/application and install it in with my own .sis file
Meaning that the I install my application, it will...
Hi guys,
thanks for your replies. What I need is the documentation (a pdf file will be great) about GUI elements and general user interfacing on the Nokia 5800 (touch screen).
Could you please...
where can I find it?
Thanks
antonio
Hi people,
I have developed an application using Java me.
My application works fine on Nokia E66. When I have tested it on Nokia N96 and Nokia N85 I got problems.
the first problem is to take...
hi arpit2agrawal,
you were talking about "TextBox for free text search", I was looking on the API but i did not find the way to do it.
Please could you give me more detail information how to do the...
Hi arpit2agrawal,
thanks for your reply.
I was also thinking about text search feature, and I have just understand that I could do it using TextBox object.
I just have one more question,...
Hi HasithaRandika,
thanks for you reply :)
I want to help the user to insert the country and city in order no to have mistakes into the database. (ex: a user could insert as city Copenhagen and...
Hi people,
I am developing an application using Java 2 Me. In my application the user has to fulfill a profile.
Now, the user types the country and city where he is from using TextField. But I...
Hi people,
I have a strange problem on record and display a fullscreen video.
Actually, i manage to record the video on fullscreen mode, this is the code:
...
Hi grahamhughes,
Using the e.getClass().getName(), i receive the exception: javax.microedition.media.MediaException
Then, I found out that the mobile phone support the following format:...
Hi grahamhughes,
thanks for your quickly reply.
I have used:
InputStream in= getClass().getResourceAsStream("/video.mpg");
player = Manager.createPlayer(in,"video/mpeg");...
Hi people,
I am trying to stream a video on my phones (nokia E66 and nokia N96). this is what I am using:
InputStream in= getClass().getResourceAsStream("/video.mpg");
player =...
Hi!
I would like to ask you whether there is some device which I can use the new API JSR 272?
If not, there is some way to get familiar with this API, some way to use them?
thank you very...
Thank you very musch for your help...
antonio
Hi,
thanks for you answer. I am afraid that it is not possible... I have been looking for that and i did not find any solution...
anyway, in case it is not possible, is it possible to start...
Hi people,
is it possible to launch a python script from a java me application?
thanks
antonio
Hi people!
I would like to ask whether it is possible to have a j2me application which launches (with some kind of interface) a symbian application...
I try to go to details:
I am developing an...
Hi hartti,
thank you
regards,
antonio
While i am waiting for some answer... I also would like to ask you whether it is possible to cleanup the list of access point....
I mean:
when i use this line of code:
AccessPoint[] points =...
Hi,
I knew about that... but i did not find the solutions for these questions that i have listed above. Especially for the strength and for the security problems...
so maybe there is not...
Hi people,
I am developing an application using a Nokia n96. I have manage to access to the wifi access points using the IAP API. I have still some question that I did not find any solutions. they...