arjan pronk

Greenhorn
+ Follow
since May 21, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by arjan pronk

In the end, I had to make delay static for it to work.
15 years ago
But if I don't return the String delay then I won't be able to use the string in that 2nd class.

think of it like this


outer
----
inner
----
function
----
delay
----
----
---- So I need to get it up 2 classes
15 years ago
This was how my code was first





this works fine in this class but the problem is I need to get past another class,



[ June 01, 2008: Message edited by: arjan pronk ]
[ June 01, 2008: Message edited by: arjan pronk ]
15 years ago
Hey guys,

I've ran into a point where I can't seem to get it work correctly and was hoping you guys could point me in the right direction.

I want to get the String delay from the run() function. I've declared it in the checklocation class earlier but then it won't get changed.




[ June 01, 2008: Message edited by: arjan pronk ]
[ June 01, 2008: Message edited by: arjan pronk ]
15 years ago
Found the solution, I had to do this



and then get it from there, that way I didn't have to start the midlet twice
15 years ago
hey guys,

I've finaly managed to get my pim writer to work , only to find out I can't seem to get information from another class without it throwing a security exception. Any Ideas on how to solve this

The // part seems to be the error , It's just a normal textfield so I don't see the problem.


[ May 25, 2008: Message edited by: arjan pronk ]
15 years ago
Thanks for the quick reply,



it seems its running now but just had a restricted api error so I'll be busy for a while

Thanks

arjan
I need to finish this by tomorow but....

It seems my thread isn't starting, now I've tried strolling around the the forum looking for a similiar problem but couldn't find it.

The problem is it doesn't go into either of the catches but it doesn't give the wanted output either

Thanks in advance

Arjan

the output is:


so it completely skips or takes forever to launch public void run()





I'm calling it from another class




[ May 25, 2008: Message edited by: arjan pronk ]
hey guys, I've got a smal problem in my code here and was hoping one of you could spot it. It could be one of two things it's either the pim method where i'm doing something wrong or the thread in which it runs.

Thanks

Arjan




I'm calling the thread from another class .




[ May 21, 2008: Message edited by: arjan pronk ]
15 years ago