Mia Ride

Greenhorn
+ Follow
since Apr 14, 2009
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 Mia Ride

"No, J2ME methods can not be called multiple times."

-well that explains a lot.

Thanks Lokesh jain.
14 years ago
Hey

In my midlet I've declared each of my text_boxes in ceperate methods apose to inline.
But when I call one of those methods more than once in any of my forms I get a "java.lang.IllegalStateException" error.
Is it possable to use one method that declares a text box more than once (thus using the text box more than once) ??
And if yes how do I do it?

the full error is:

java.lang.IllegalStateException
at javax.microedition.lcdui.Form.<init>(+109)
at GPRS_J2ME.NMBMobile.get_Voda_AirOther(+43)
at GPRS_J2ME.NMBMobile.commandAction(+2163)
at javax.microedition.lcdui.List.callKeyPressed(List.java:812)
at javax.microedition.lcdui.Display$DisplayAccessor.keyEvent(Display.java:2108)
at javax.microedition.lcdui.Display$DisplayManagerImpl.keyEvent(Display.java:2845)
at com.sun.midp.lcdui.DefaultEventHandler.keyEvent(DefaultEventHandler.java:255)
at com.sun.midp.lcdui.AutomatedEventHandler.keyEvent(AutomatedEventHandler.java:623)
at com.sun.midp.lcdui.DefaultEventHandler$QueuedEventHandler.run(DefaultEventHandler.java:646)
null

Regards
Mia
14 years ago
Hey all

-I got my answer. And I only see now how bad I asked this question!!
Firstly you use XML parsing and there is a J2ME package called kxml that you can use for that.
Search for DOM for J2ME for more help and info!

Enjoy!
Mia
14 years ago
Hey

I'm trying to use a config file (coded in xml) to dynamically change things in my midlet. Like the language or names for products.
I really have no idea how to do this.
Any help will be apresiated. Even just a pointer into the right direction.

thax!
14 years ago
Hey

I know Runa isn't a language and all but I'm really struggling with this and hope someone can help.
Even if it's just to point me to a different web site or forum.
I've gone throught Runa's forum but I didn't find what I was looking for.

My problem is: When I log on as an actor onto runa and execute my process it works up until I have to change actors (because the swimlanes change). The my whole process just dissapears. It does not get assigned to a new actor where I can continu the process.
I think I might need an action handler or something to help there but I have no idea how to create one or implement it? - or to get to the examples the pdf files says are there.

Regards
Mia
14 years ago
Thanks Jaikiran!!!
I'll check out the site anyway!!! I really appreciate it!
14 years ago
Hey

My jboss decided to work. I don't really know what exactly was wrong but between restarting my pc, using another jdk and moving my jboss to another directory it decided to work...
14 years ago
Hey

I'm really having trouble with my JBoss.
I get a really strange error when I try to run it:

"C:\Program Files\jboss-4.0.5.GA\jboss-4.0.5.GA\bin>"C:\Program Files\Java\jdk1.5.0_15\bin\java"
-version 2>&1 | findstr /I hotspot 1>nul
'findstr' is not recognized as an internal or external command,
operable program or batch file."

I've rechecked all my environment variables, but I still can’t find the problem…
Any Ideas what’s wrong?? And how can I fix it?


14 years ago