pradeep u nair

Greenhorn
+ Follow
since Feb 24, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by pradeep u nair

hi friend
call your function inside this block of code in the listener
new Thread(new Runnable(){
public void run()
{
try{
//your function call
}catch(Exception e){}
}
}).start();

hope this helps
Pradeep
18 years ago
hi friends
sorry for the trouble. i got the selection of images. i used the traverse and other methods of the custom item class.
Pradeep
18 years ago
hi friends
anyone amongst you have implemented CustomItem class. used its methods???
if so please help me out with this problem.!!

I have placed some images from an array onto a table like feature of the custom item. i got to select one of the images and the listener should prompt me the image index or something like that.could you help me??
Pradeep
18 years ago
hi
what actually do you want to do? do you want to impose an image on another?
Pradeep
18 years ago
hi rasheed
i got the screen size and width with the same methods before itself when dema helped me. i was abt to post it in the reply but thats when i saw your reply.
thnx anyway.
I used a form and the parameters like getWidth and getHeight of the form gave me the correct size of the form and hence the display area.the thing is i tried with an emulator.got to try it with a real phone.
Thnx
Pradeep
18 years ago
thanks for your answer.i think it works properly.i have to check it with other emulator screens. thnx
18 years ago
hi dema
thnx for your interest in this question.
by the way we are working on the mobile wtk22 emulator.on j2me. i want to get the screen size of the requesting device so that i can place the images i am downloading from a servlet accordingly.
Do you know of any such means.
pls do reply
Pradeep
18 years ago
hi friends
can anybody tell me how to get the screen size of the mobile device that makes a request for some application on some connected server.Also can the device type be retrieved.
Please help
Pradeep
18 years ago
hi frndz
any of you worked with canvas class and the events that it generates.i know that there are various key events that are being generated but how do i utilize them?
also i want the user to interact with my ImageItems. that is he should be able to select those items.
Please help
Pradeep
18 years ago
thnx for the reply friend
i tried your suggestion no.2. i placed all the images on the form in a list. but they seem to be very small.then abt the imageitem.i am trying abt it.i did not place them on a canvas.could you please help me with the methods in a canvas.
Thanx
18 years ago
hi friends
i am generating images from byte array. and placing it on the j2me emulator as imageitem. the problem is i want to know which of these images the user has selected. i added an itemstate listener but it still does not work.
could you help me
pls dont disappoint me again???
in dire need
18 years ago
hey shyam
the images are placed on a form.they are being generated after being downloaded. got any way i can select them.or atleast know their index?

i tried to put all of them in a list but you cant add generated images to your list unless you save them to the apt folder is it not?

Pradeep
19 years ago
thnx shyam but i skipped the push registry for the time being.thnx for your response. i will forward to you my other doubts
19 years ago
did you try deploying the application to your mobile device? How are you doing it?
Pradeep
19 years ago
hi friends
Could anyone tell me how can i get which image has been selected by the user from a list of images.???
i know this one is a piece of cake for all the experienced guys in here!!!

Pradeep
19 years ago