Hi all !
Actually i'm trying to send and receive sms with my application.
I would have :
GSM "A" Sending sms through port number 3334 (and receinving on 3333).
GSM "B" Receiving sms through...
Type: Posts; User: metalcam; Keyword(s):
Hi all !
Actually i'm trying to send and receive sms with my application.
I would have :
GSM "A" Sending sms through port number 3334 (and receinving on 3333).
GSM "B" Receiving sms through...
Actually, I have to change one line of code in order to select the language...
How would you do that without a code change ? With compiler directives ? I specify the language into the jad ?
...
Ok... I've seen this page.
The technic is to read a converted .res file, with an Enum.
But there is a little problem : if you want to add a record, you have to convert the file before, and the...
Thank you for your reply.
I ever realized that putting information in the Jad could be a solution.
But Is it really secure ? I want to put all languages strings into that Jar, and other things...
In fact, I'm looking for a simple solution in order to change values quickly...
If I use preprocessor, I have to write a directive when I want to write something... It's pretty borring...
Is it...
Hi all !
When I develop in C# with visual studio, I can have a "config file".
It's very useful, for example I can store different things in the XML file and when I compile the code, it takes the...
Indeed...
Without Polish, It works fine.
Thx !!
Ok, I'll try without polish tomorrow and I'll be back.
Hum... I use a Polish Form, but the problem is the same with an Alert Class (which is not a polish alert)...
So I don't think that it come from Polish.
More over, I would a single Jar/Jad File......
Hello.
I have an application which works correctly.
It's pratically all made in Canvas except a Form.
I'm using J2ME Polish to make different builds easily and I have a problem.
I discovered...
Ok thanks I'll try this...
Hi all !!
I'm trying to execute this code
protected void paint(Graphics g) {
g.setColor(255,255,255);
g.fillRect(0, 0, this.getWidth(), this.getHeight());
g.setColor(0,0,0);...
It's perfect !! Thanks a lot !
MIDlet-Name: XXX
MIDlet-Version: 1.0
MIDlet-Vendor: XXX
MIDlet-Jar-URL: Nokia-5000-es_ES.jar
MIDlet-Jar-Size: 106681
MIDlet-Description: XXX Application
MIDlet-Icon: /icon.png
MIDlet-Info-URL:...
Hello everybody !
I set an Icon in the jad for my application and It works fine (when it runs, we can see the icon and the Midlet name on the top of the display).
But... In the Application...
It works very well !
But I've another question... I don't have any manifest oO...
How to add one ? It could be very great when for exemple the jad doesn't work (for a lot of LG phones ie...)
...
Hello !
I develop an application which has the same "midlet file name" (xxxxx.java) and only the attribute "Midlet-Name" in the jad file is different (xxxx1, xxx2, according to the build i Want to...
Thank you for your answer...
How to divide correctly my text ? Some methods ?
Hi all !
I'm trying to display a text file onto the screen, but I've some problems...
In fact, I tried, first of all, to launch an alert but it didn't work because this alert was launched by a...