Applet and Forte IDE environment

An applet code taken from java docs works fine with

Appletviewer and browser (of course ! ) . In Forte IDE

environment (after setting of applet execution and

applet debugging in properties ) doesn't .

The imagines are not shown and I have proved to

understand something with debugging. I give execute PF7 to

run step by step but the cursor line is alwais on line 6

"public class Myapp extends Applet implements Runnable " and

it doesn't move. After some PF7 the applet panel comes out

but without the images of "duke.gif " files pointed to by

Myapp.html ( Myapp.class , Myapp.html , duke.gif are all

in the same folder ) . On the panel appears " Applet started "

The cursor line is still on line 6 . But applets work in Forte

IDE ? Many thanks.

[840 byte] By [sgarbi,rolando] at [2007-11-25 16:46:57]
# 1

> rolando sgarbi wrote:

> An applet code taken from java docs works fine with

> Appletviewer and browser (of course ! ) . In Forte IDE

> environment (after setting of applet execution and

> applet debugging in properties ) doesn't .

> The imagines are not shown and I have proved to

> understand something with debugging. I give execute PF7 to

> run step by step but the cursor line is alwais on line 6

I suspect you need to use PF8 to get out from inside the calls being made that

are not in your own source code. Trivial, but it's the little things that can kill you.

Cheers,

Schuler,Mike at 2007-7-2 23:26:17 > top of Java-index,Archived Forums,Sun ONE Studio 4...
# 2

> Mike Schuler wrote:

> > rolando sgarbi wrote:

> > An applet code taken from java docs works fine with

> > Appletviewer and browser (of course ! ) . In Forte IDE

> > environment (after setting of applet execution and

> > applet debugging in properties ) doesn't .

> > The imagines are not shown and I have proved to

> > understand something with debugging. I give execute PF7 to

> > run step by step but the cursor line is alwais on line 6

>

> I suspect you need to use PF8 to get out from inside the calls being

> made that

> are not in your own source code. Trivial, but it's the little things

> that can kill you.

> Cheers,

>

If it is possible F8 is even worse than F7 ! It locks everything.

But first of all I don't understand why the images doesn't

come on the panel !

sgarbi,rolando at 2007-7-2 23:26:17 > top of Java-index,Archived Forums,Sun ONE Studio 4...
# 3

> rolando sgarbi wrote:

> > Mike Schuler wrote:

> > > rolando sgarbi wrote:

> > > An applet code taken from java docs works fine with

> > > Appletviewer and browser (of course ! ) . In Forte IDE

> > > environment (after setting of applet execution and

> > > applet debugging in properties ) doesn't .

> > > The imagines are not shown and I have proved to

> > > understand something with debugging. I give execute PF7 to

> > > run step by step but the cursor line is alwais on line 6

> >

> > I suspect you need to use PF8 to get out from inside the calls being

> > made that

> > are not in your own source code. Trivial, but it's the little things

> > that can kill you.

> > Cheers,

> >

>

> If it is possible F8 is even worse than F7 ! It locks everything.

> But first of all I don't understand why the images doesn't

> come on the panel !

>

WHAT A SILENCE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

sgarbi,rolando at 2007-7-2 23:26:17 > top of Java-index,Archived Forums,Sun ONE Studio 4...