-
Hello. I need run an Xlet developed in Netbeans. My principal Xlet calls others Xlets, but the XletView just runs one Xlet at time, just runs the principal Xlet. Is possible to run my Xlet with this emulator?.
The code is next:
import javax.tv.xlet.*;
import org.havi.ui.HScene;
import org.havi.ui.HSceneFactory;
import org.havi.ui.HSceneTemplate;
public class tutorial implements...
2009-08-24 23:59:40 UTC by chatagarces
-
Hi All,
Now I try to display a 1280X720 picture using xlet viewer, but cannot get the full display. any one knows how to do it?
try{
MediaTracker tracker = new MediaTracker(this);
bg_i = Toolkit.getDefaultToolkit().
getImage("com/xlet/foodPortal/img/bg.gif");
tracker.addImage(bg_i, 0);
tracker.waitForAll();
}
catch(InterruptedException e){...
2009-05-04 03:43:46 UTC by nedvedyang
-
Give an e-mail message to cadap_150@hotmail.com I'll send it to you.
2008-11-08 13:18:45 UTC by adrastious
-
Hello, I have to show an xlet example runningon xletview, I have the xletview and the SimpleXlet.java file what do I need to do know to compile it easy, and can someone guide me through this process and indicate me what to do PLEASE? IT'A AN ADVANCE OF A PROJECT AND COUNTS FOR A GRADE AND IT'S FOR TOMORROW
Thanks guys.
Happy progrmaming.
2008-11-08 05:08:57 UTC by adrastious
-
Hi, I'm new to this new stuff, I'm mexican I think I'm one out of 20 people max. That are developing this new stuff. I would like to have some help I can't find throghout the webtutorials..
Here is my problem, I got the XletViewer newest version available, and I have the SimpleXlet.java file, also I got the MHPCompilePack but I don't know what to do know, How do I make the .class file to run...
2008-11-07 23:56:21 UTC by adrastious
-
In XletViewr Emulrator, Only KeyPress is worked.
KeyRelease is worked in Real Settop.
2008-09-15 05:08:31 UTC by chunam76
-
Hi All,
How to play the two video files simultaneously in Xletview. But only one video must be visible to user and the other video must run in the background(Invisible to user). I need to implement like broadcasting channel, I don't want to stop the current video while switching to another video and vice versa.
Is it possible to do in Xletview 0.3.6?. Or Anybody tried this?...
Sourub.
2008-06-25 09:39:52 UTC by sourub
-
Hi,
This is the code.
Thanks!
public abstract class Game extends Container implements Xlet, KeyListener {
...
public void initXlet(XletContext xletContext)
throws XletStateChangeException {
......
addKeyListener(this);
......
}
public void keyPressed(KeyEvent arg0) {
System.out.println("KeyPresed");
}
public void keyTyped(KeyEvent...
2008-05-12 18:14:30 UTC by dsansberro
-
Please, copy paste the code ;)
2008-05-12 15:17:23 UTC by joordi
-
Hi,
I have problems with the keyReleased method. I implemented the KeyListener and I added the listener to my Container class. The method KeyPresed worked perfectly, but the KeyReleased didn't work.
Can you help me?
Thanks!!
Sorry for my english.
2008-05-12 15:05:40 UTC by dsansberro