I agree in the dialog is looks correct I thought the same thing.  However, when I 
retrieved the "stackFiles" property (after setting it from the dialog the) format was 
<alias>,<fname><return> not 
<alias-1>,<fname-1>,<alias-2>,<fname-2>...<alias-n>,<fname-n>.  In fact may code 
encountered a error in 2.2.


Orginal Code example:

try 

  if thePackage is not among the items of myCalingStacksFiles then
    if myCallingStacksFiles is empty then
      ...
    else
      ...
    end if 
  end if 

catch myError
  ...
end try


Altered Code for 2.2:

replace return with comma in myCallingStacksFiles

try 

  if thePackage is not among the items of myCalingStacksFiles then
    if myCallingStacksFiles is empty then
      ...
    else
      ...
    end if 
  end if 

catch myError
  ...
end try



Kevin 


-==-=-=-=-=-=-==-=-=-=-=-=-=-=-==-=-=-=-=-=-
Disclaimer:

Any resemblance between the above views and those of my
employer, my terminal, or the view out my window are purely
coincidental. 
Any resemblance between the above and my own views is non-deterministic.

 The question of the existence of views in the absence of anyone to hold
them
is left as an exercise for the reader. The question of the existence of
the reader
 is left as an exercise for the second god coefficient. 
(A discussion of non-orthogonal, non-integral polytheism is beyond the
scope of this article.)



 --- On Sat 04/10, J. Landman Gay < [EMAIL PROTECTED] > wrote:
From: J. Landman Gay [mailto: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Sat, 10 Apr 2004 00:09:45 -0500
Subject: Re: stackFiles BUG?

On 4/9/04 12:49 PM, Kevin wrote:<br><br>> In version 2.2 using the Property Inspector 
if you select Stack File<br>> in the drop down and set a stack file the format of the 
"stackFiles"<br>> property will be what I listed in the previous email.<br><br><br>I'm 
not seeing that here. If I click on the little folder icon and <br>choose a stack, it 
goes into the list normally. I see only one comma -- <br>the one that separates the 
stack name from the file path.<br><br>-- <br>Jacqueline Landman Gay         |     
[EMAIL PROTECTED]<br>HyperActive Software           |     
http://www.hyperactivesw.com<br>_______________________________________________<br>use-revolution
 mailing list<br>[EMAIL 
PROTECTED]<br>http://lists.runrev.com/mailman/listinfo/use-revolution<br>

_______________________________________________
Join Excite! - http://www.excite.com
The most personalized portal on the Web!
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to