-
Thanks...
Btw...Paschalis...take a look at
http://code.google.com/p/minijoe/
BR
Nikos.
2009-07-25 12:24:16 UTC in fire
-
Hello all,
As far as i know there is no javascript support on fire j2me browser (apparently t is not an easy task), but i want to make two questions
(a)is in wishlist to support any "subset" of javascript?
(b)what about the following idea...to build a small parser (tiny lex,yacc) that parses calculations directives...for example
<calculation>
int x=0;
x=x+5;...
2009-07-20 12:14:11 UTC in fire
-
Hello!
Does Fire-J2me adapts images according to the screensize (240x320 i suppose) that the Midlet runs? i mean that lets suppose a image size that it is included inside an html is 300x400...Does the broswer resizes the image ie 200x300 ???
Thanks.
2009-07-10 13:31:49 UTC in fire
-
Paschalis,
I will check if the problem is solved
thanks!!!
nick.
2009-06-30 13:56:38 UTC in fire
-
i am observing this problem on emulator WTK2.5.2 (Netbeans) and also on my handset Nokia6500 slide.
i see (i am not putting the hole path src...too big)
<img alt="pictute_5_mini" height="24" src="http://s2.host.com/image.png" height="24" />
thanks
nick.
2009-06-30 13:54:45 UTC in fire
-
ps: testing and watching through the network monitor of WTK 2.5.2 no connection for http://x.myspacecdn.com/css/mobile/myspace20_240.css took place
:-)
2009-06-29 15:21:46 UTC in fire
-
Hello,
Does fire-j2me v2.2 parses external css files associated with the page? i mean for the case of m.myspace.com i see inside the html code
<head>
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="pragma" content="no-cache" />
<link id="ctl00_deviceCss" rel="stylesheet"...
2009-06-29 14:40:41 UTC in fire
-
I am using Fire-J2me 2.2 (not 2.2b) and i am logging inside twitter
and i go to "Public Timeline" of this site. Unfortunately at the head
of the web page i can see the html code of 3 images <img alt= ....
and not the 3 images...is this known bug?
ps:as far i can see no bug fix in Fire-J2me 2.2b version
i will try to find out why, or try to fix this.Can you give me a tip?.
2009-06-29 10:38:59 UTC in fire
-
hello,
i have a simple but very crucial question...
With what version of xHtml is fire-j2me compatible? is generally parses (defined inside fire-j2me) tags and tags/attributes that does not understund simply ignores them?
thank you very much
Nikos.
2009-06-26 09:04:37 UTC in fire
-
the solution should be
FireScreen.getScreen().setAnimationsEnabled(false);
the animation after that is ok
Nikos.
2009-06-25 14:59:13 UTC in fire