Re: ofmipd-smtp-resources?

2000-08-14 Thread Ola Samuelson

wow! not really for this list i'd say and much more info
needed to solve your problem. can be anything from
network problem to java code ..

Take a look at javamail and try the lists at sun.


Christian Kruggel wrote:

> Hi there!
>
> I try to write a little Java-SMTP-Client but fail to authenticate to an
> server that identifies itself as "ofmipd.local".
> My search for documents that deal with this kind of server failed, I
> just found one poor hint, that it's NOT a SMTP-Server.
> Any Java-Mail-Client-Wizzard out there who can give me a hint for
> further investigation?
>
> Chris
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Jbuilder3.5 with 1.3.0beta_refresh

2000-08-14 Thread Ingo Renner

Hi,

this weekend I updated my jdk (from sun) to
java version "1.3.0beta_refresh"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0beta_refresh-b=
09)
Java HotSpot(TM) Client VM (build 1.3.0beta-b07, mixed mode) =20

My own Programms run fine with it (ok, the java3d 1.2 from Blackdown and my=

XFree 4.01 with nvidia driver crashed once, but thats another story). But w=
hen
I try to run the jbuilder 3.5 foundation ( I did the bootPath change from
/p to /a as mailed in this list some time ago) with the new jdk, I have som=
e
strange behaviours:
1.) when I mark lines for copy/paste, only the first 2 characters of the li=
ne
are displayed invers. But the whole line is used for the copy action

2.) when I use backspace to kill one caracter, 2 are deleted.

At this point I deceided to run the jbuilder again with jdk1.2.2 and use jd=
k1.3
for my development. To save diskspace I like to get rid of the jdk1.2.2 so =
if
someone knows how to setup the jbuilder to run fine with jdk1.3 please let =
me
know. If its just a problem with this special beta, please tell me which jd=
k1.3
is the best to use at the moment (with download url please).
=20
Ciao,
Ingo

"It is important that we move on to create the world that Louis Santiago
 would have wanted for his children, my children, and for posterity yet to
 come. We will begin by focusing more on the needs of our own people, to
 sustain them through this difficult time, and to prepare them for the
 tasks ahead."=20
-- President Clark, "Chrysalis"


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Jbuilder3.5 with 1.3.0beta_refresh

2000-08-14 Thread Ingo Rockel

On -1 xxx -1, Ingo Renner wrote:

> Hi,
> 
> this weekend I updated my jdk (from sun) to
> java version "1.3.0beta_refresh"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0beta_refresh-b09)
> Java HotSpot(TM) Client VM (build 1.3.0beta-b07, mixed mode)
> 
> My own Programms run fine with it (ok, the java3d 1.2 from Blackdown and my
> XFree 4.01 with nvidia driver crashed once, but thats another story). But when
> I try to run the jbuilder 3.5 foundation ( I did the bootPath change from
> /p to /a as mailed in this list some time ago) with the new jdk, I have some
> strange behaviours:
> 1.) when I mark lines for copy/paste, only the first 2 characters of the line
> are displayed invers. But the whole line is used for the copy action
> 
> 2.) when I use backspace to kill one caracter, 2 are deleted.
This is a known prob the jbuilder has with all 1.3 JDKs, as far as I know
there is no solution or fix for it so far.

Greets,

Ingo

 -
 Ingo Rockel, eMail: [EMAIL PROTECTED]
 [EMAIL PROTECTED]
   homePage: wolfsheim.x2.nu
 -
 "If Windows is the answer, it must have been a
  stupid question!"


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




RE: Multiple Slider Control!

2000-08-14 Thread Grossbart, Zack



I'm 
not sure that this is a Java Linux question, but here goes.
 
I 
don't think that this is an applet problem, it is more a problem with the fact 
that slider controls in Java (I'm assuming javax.swing.JSlider) just don't work 
this way.  I would first suggest that this UI is some what confusing.  
I would use three separated sliders and have them set there values according to 
the necessary heuristic.  The Gimp and Adobe Photoshop do something very 
similar to this for choosing read/green/blue color values.  

 
If you 
do not want to change the UI, then you would have to create a new control and 
make it available with your applet.  You might try to incorporate 
javax.swing.JSlider, or you might just start from scratch.
 
Good 
luck, and I hope this was helpful
Zack

  -Original Message-From: legin 
  [mailto:[EMAIL PROTECTED]]Sent: Monday, August 14, 2000 9:26 
  AMTo: [EMAIL PROTECTED]Subject: Mutiple 
  Slider Control!
  
  Hi all, 
   
  If somebody can suggest a way to 
  work around this 'applet component' it would be greatly 
  helpful...
   
  We need a multiple slider control with which 
  the users can select how much weightage a item has.
   
  This should be in percentage, so that the sliders 
  can be used to vary the percentage weightage for 2 or more 
  items.
   
  ie. 
   
  Speed  40%
  Acceleration 30%
  Power 30%
   
  should look something like this.
   
     
  ---
     |    
  Vel 40%    
  |   Tor 30%    
   |Pow 30%  
  |    
  
     
  ---
     ^   ^
   
  so the user can select importance by sliding the 
  slider controls at the bottom of this diagram
   
  Any other ways of solving this problem is also 
  appreciated.
   
  This particular model is available in 
  the the url 
  http://www.dinside.no/ds/owa/a.vis?id=4889&vVersjon=ProduktVelger 
  and can be seen by clicking the button 'DinSides nnstillinger' in the 
  applet.
   
  If you can take some time looking at this and 
  help us to solve the problem it would be greatful..
   
  Thanks,
  jones


Re: Jbuilder3.5 with 1.3.0beta_refresh

2000-08-14 Thread Joi Ellis

Ingo Rockel wrote:
> 
> On -1 xxx -1, Ingo Renner wrote:
> 
> > Hi,
> >
> > this weekend I updated my jdk (from sun) to
> > java version "1.3.0beta_refresh"
> > Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0beta_refresh-b09)
> > Java HotSpot(TM) Client VM (build 1.3.0beta-b07, mixed mode)
> >
> > My own Programms run fine with it (ok, the java3d 1.2 from Blackdown and my
> > XFree 4.01 with nvidia driver crashed once, but thats another story). But when
> > I try to run the jbuilder 3.5 foundation ( I did the bootPath change from
> > /p to /a as mailed in this list some time ago) with the new jdk, I have some
> > strange behaviours:
> > 1.) when I mark lines for copy/paste, only the first 2 characters of the line
> > are displayed invers. But the whole line is used for the copy action
> >
> > 2.) when I use backspace to kill one caracter, 2 are deleted.
> This is a known prob the jbuilder has with all 1.3 JDKs, as far as I know
> there is no solution or fix for it so far.
> 

Someone wrote an opentool to correct the double-backspace problem when
running Jbuilder under SDK 1.3.  There are other glitches with it.
Borland doesn't support running JBuilder itself with 1.3, but you can
certainly develop and debug 1.3 applications with it running under
1.2.  

http://mowgli.otago.ac.nz/dan/jb/


--
Joi EllisSoftware Engineer
Aravox Technologies  [EMAIL PROTECTED], [EMAIL PROTECTED]

No matter what we think of Linux versus FreeBSD, etc., the one thing I
really like about Linux is that it has Microsoft worried.  Anything
that kicks a monopoly in the pants has got to be good for something.
   - Chris Johnson


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Java GUI (JFC) locks the machine

2000-08-14 Thread Dima Ulberg

Hi,

I am trying to run TogetherJ on the Linux SMP (Abit BP6, 2x500
Celerons, RedHat 6.2) box. Any attempt to run GUI application crashes
(locks) the computer. Non-gui applications run with no problem
with both native and green threads. Any ideas?

Thanks in advance,
-Dima


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Mutiple Slider Control!

2000-08-14 Thread legin




Hi all, 
 
If somebody can suggest a way to 
work around this 'applet component' it would be greatly 
helpful...
 
We need a multiple slider control with which 
the users can select how much weightage a item has.
 
This should be in percentage, so that the sliders 
can be used to vary the percentage weightage for 2 or more 
items.
 
ie. 
 
Speed  40%
Acceleration 30%
Power 30%
 
should look something like this.
 
   
---
   |    
Vel 40%    
|   Tor 30%    
 |Pow 30%  
|    

   
---
   ^   ^
 
so the user can select importance by sliding the 
slider controls at the bottom of this diagram
 
Any other ways of solving this problem is also 
appreciated.
 
This particular model is available in the the 
url 
http://www.dinside.no/ds/owa/a.vis?id=4889&vVersjon=ProduktVelger 
and can be seen by clicking the button 'DinSides nnstillinger' in the 
applet.
 
If you can take some time looking at this and help 
us to solve the problem it would be greatful..
 
Thanks,
jones