HI all Thanks for your valuable replies
@Petrib
The server part is already implemented and is almost up t the specification that you described in here. Now what left remains is my implementation...
Type: Posts; User: ingsaurabh; Keyword(s):
HI all Thanks for your valuable replies
@Petrib
The server part is already implemented and is almost up t the specification that you described in here. Now what left remains is my implementation...
yeah correct somewhat like that but since many devices connect that will overload the server so I am thinking of workaround such that server(website) pings the client(device) not the vice versa is...
Hi Petrib thanks for your valuable and explained info I know all these problems I can use the phone number but dont want to use sms service at all if there is some workaround to solve my problem.
...
Hi abhijit thanks for your reply I already thought about the push registry method but my requirement didn't match that because I don't want any sms to be inbox for some command type BTW any other...
Hi all,
I wanna know how can I invoke my application from a website scenario is somewhat like this
1...App will be installed on device might or might not run in background(basically I want app...
Hi I have not 6300 at my end to check BTW this is completely bizarre scenario that you are describing I think this must be device problem try it on some different device
hi can you put your code for review, BTW use try catch + alert dialog to display the exception and tell us about that exception
HI may I know on which device are you testing and how are you getting the size of an installed midlet
Hi Kumar
...
What type of charts do you require there are so many so be specific
For most of the charts one can use container class and override its paint method
if chart needs scrolling the keyPressed method...
Hi I guess you dont want these settings through code as you described in your post so for APN name and other info related to networking one has to browse for system settings in mobile as far as...
Instead of adding it after textbox add it before the textbox in ur form
change ur code to this
f = new Form(" ");
f.setScrollableY(true);
for (int i=0; i<30; i++)
{
using high level GUI one can't achieve this its better to use some third part libraries like lwuit
what I prefer is canvas rest there is no major difference between the two and many times its all depends on the requirement that let to choose either canvas or game canvas
Sorry to say that its not possible
k lemme check for this and will update here
Thanks tiger for your answer, yeah date and time is correct on my device what seems wrong to me is that the SDK I had is around 8 month older when I downloaded it do you think that it might be any...
Hi All,
I want to test my app on device debugging I am using N85 and nS60_jme_3rd_e_FP1 and as found while googling that I have to install EcmtAgent_MIDP.SIS in my device it me certification error...
Thanks raj for your response actually I am not listening for textfield I am setting the values of textfield form another thread that runs in background while the current form is displayed and when an...
Hi all,
I am facing a problem that when I remove the code from action listener of combox it works fine but when I add my code the first time I select the value from combobox it works fine but when...
Hi Ashu,
I already solved my problem actually I was overriding the paint method of form(white color) and container(black color) both but since form is painted later than container so the whole...
Hi All,
I am overriding paint method of container and adding that container to form but there is not change in container can somebody enlighten me
Hi amitabh are u sure that we can write contacts in sim card using PIM api can u give me any code as I didnt get any relevant code on wiki or google
Thanks amitabh I got ur point