swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Buggy Drag & Drop under WindowsNT!??! HELP!!


From: glen e. p. ropella
Subject: Re: Buggy Drag & Drop under WindowsNT!??! HELP!!
Date: Fri, 04 Jun 1999 15:38:51 -0600

At 09:14 PM 6/4/99 +0100, you wrote:
>- (id)selectNext {
>  if ([agentIndex getLoc] != (id)End) selectedAgent = [agentIndex next];
>  if ([agentIndex getLoc] == (id)End) [agentIndex setLoc:Start];
>  [madsObserverSwarm updateProbeWith:(id)selectedAgent];
>  return selectedAgent; 
>}

This is probably not the problem; but, notice that if you are at the
end (the first if-then is not satisfied but the second one is), then 
"selectedAgent" will either be the last thing that it was set to (which
sounds like your case in NT) or it will be something not specified by
this method.  Is it possible that on the NT box the first if-then is
not being satisfied but on the linux box it is?

glen

--
glen e. p. ropella                =><=          Hail Eris!
Home: http://www.trail.com/~gepr/home.html  (505) 424-0448
Work: http://www.swarm.com                  (505) 995-0818  

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]