j2me polish is something like a dll in c++
thats what i am looking for in java how do i do that?
Type: Posts; User: Rozik; Keyword(s):
j2me polish is something like a dll in c++
thats what i am looking for in java how do i do that?
a library like j2me polish to include in a project
Well i think i got missunderstood:-)
What i am after is a guide on how to compile an api and how to implement that api into a hello world programm:-)
So to say i want the api to have one...
Hello everyone,
I have read a lot about J2ME and i did some programming in it too.
Recently i bought the J2ME polish book and i think the things from J2ME polish are cool but then i was wondering...
Hello everyone,
I was wondering if it is possible in Symbian to have T9 in my game at all?
Well kinda two questions:
1. Can i have T9 with Standard Textfields?
2. Can i enable T9 without...
Hello everyone,
I was wondering if it is possible in j2me to have T9 in my game at all?
Well kinda two questions:
1. Can i have T9 with Standard Textfields?
2. Can i enable T9 without...
the exception i get is this:
javax.microedition.media.MediaException: mark/reset not supported
i just tried it on my device though and it works just fine
wierd :-(
Hi everyone,
I am loading and playing audio files like this:
try {
try {
p = Manager.createPlayer(ResourceManager.getExistingFile(path, "2"), "audio/x-wav");
...
Hello everyone,
So i have an application that grew due to new features out of the size limit.
Size limit atm is 128kb but its at 133kb right now.
I am already useing proguard and mbooster.
...
I changed the run method to this:
public void run(){
while(IsGameRunning){
this.repaint();
Thread.yield();
}
}
Yep thats how i did it
actually the on and off key of the phone/emulator respond too
just none of the other keys do
Hello everyone,
I am just starting with J2ME and i am having a little problem:-)
I really just at the beginning and i have this class that should handle the main canvas:
public class...
Hello everyone,
this might not be Symbian specific but i thought i would try the general Section anyways.
What i am trying to do is create an Array of FBSBitmaps.
When the number of images...
Hello everyone,
i need to use a list of things which i need to be able to sort and find index in. I found an example on how to use a RArray with an Keyorder which would be exactly what i need but...
Thx a lot:-)
forgot #include <eikprogi.h>
Hello everyone,
I am trying to get progressbars into my application useing this resource:
http://wiki.forum.nokia.com/index.php/Progress_and_wait_notes
But when i try to compile my...
GetBuffer just returns the HBufC8. Very simple.
ReadByte is just a stream function i use to read the streams which works fine when i send single bytes and receive them like this:
TUint8 byte =...
Hi everyone,
I am trying to do a FileTransfer in Symbian with a Server thats already working with a a Java Application.
So its given that the Server transfers things right since with the Java...
Hello everyone,
is there a way in Symbian to check how much diskspace there is available?
Thx a lot in advance for any hints you might have for me:-)
Oh my:-)
I just found the link if anyone else is interested:-)
http://wiki.forum.nokia.com/index.php/Bit_Input/Output_Stream_utility_classes_for_efficient_data_transfer
Well i am connecting to a C++ Server which sends some information. Some of the Information is smaller than a byte so i was looking for some way to read out every single bit from the stream and go...
Hello everyone,
i am a bit confused:-)
I thought i bookedmarked an example how to set up a bitwise network connection in j2me but now i realized i didnt book mrk the example when i found it and...
Ops:-)
System.out.println does work:-)
yep got it like this:
PRJ_PLATFORMS
WINSCW ARMV5 GCCE
PRJ_MMPFILES
Project.mmp
Hello everyone,
when i try to compile my project for release i get this error in the build log
even though with other projects everything works just fine
anyone have a clue why this is?