RE: lingo-l Update-- Still need help.

2001-08-07 Thread Pekka Buttler

0 is infact the parameter for read/write try 1.

Pekka


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
 Behalf Of Cory Caplan
 Sent: 7. elokuuta 2001 0:47
 To: [EMAIL PROTECTED]
 Subject: lingo-l Update-- Still need help.
 
 
 It's fileIO.  I have 2 framescripts that open and parse comma separated
 values into lists at the beginning of the program... It has no problem
 reading them off the cd in 98 and it has no problem reading them off the
 hard drive in NT or 2000-- but the CD in NT or 2000 just hangs... anybody
 experienced problems like this before?
 
 I'm opening them with the 0 parameter-- read only.
 
 Any ideas?
 
 Cory
 
 
 [To remove yourself from this list, or to change to digest mode, go to
 http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
 email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
 Lingo-L is for learning and helping with programming Lingo.  Thanks!]
 

[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]




RE: lingo-l Update-- Still need help.

2001-08-07 Thread Al Hospers

 I've been majorly pissed off using FileIO to open files off
 read only media
 in WinNT and W2k. Just doesn't work properly on them. You can
 try using
 getNetText instead.

the thing to do here is to copy the file to the TEMP directory, set
the attribute to read/write and do what you will. it is the best way
to deal with the problem. if you write a couple of handlers as a part
of your basic reusable FileIO library of code (you do have one don't
you?) you would have it forever!

hth

Al Hospers
CamberSoft, Inc.
alatcambersoftdotcom
http://www.cambersoft.com

A famous linguist once said:
There is no language wherein a double
positive can form a negative.

YEAH, RIGHT



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]




RE: lingo-l Update-- Still need help.

2001-08-07 Thread pranavn


Frankly speaking...I don't. Not for FileIO atleast. Now if you're talking
about Networking Lingo, then we've got plenty of code libraries on that. :
-)

Cordially,
Pranav Negandhi
New Media Applications.
Learnet India Limited, Mumbai.
Phone: 91-22-859 8042 Ext: 410



snip
the thing to do here is to copy the file to the TEMP directory, set
the attribute to read/write and do what you will. it is the best way
to deal with the problem. if you write a couple of handlers as a part
of your basic reusable FileIO library of code (you do have one don't
you?) you would have it forever!
snip





[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]




RE: lingo-l Update-- Still need help.

2001-08-07 Thread Al Hospers

 Frankly speaking...I don't. Not for FileIO atleast. Now if
 you're talking
 about Networking Lingo, then we've got plenty of code
 libraries on that. :

if you do fileIO kinds of things more that 2x a year it would be worth
your while to spend an afternoon writing a general purpose object to
do all the basic things. it would save you a ton of time every time
you reuse it, and once it is debugged you could have confidence that
it would always work. I did it almost 5 years ago  with only minor
tweaks I haven't looked at it since.

just my NSH opinion grin

 Al Hospers
CamberSoft, Inc.
alatcambersoftdotcom
http://www.cambersoft.com

A famous linguist once said:
There is no language wherein a double
positive can form a negative.

YEAH, RIGHT



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]




Re: lingo-l Update-- Still need help.

2001-08-07 Thread Cory Caplan

Thanks.  That fixed it.  I am a dummy.

(it's pride before a fall-- I was so proud of my read from CSV into lists
which are sorted and searched routines, that I was destined to trip up on
something stupid)

Thanks, braintrust!

Cory

PS. Watch for me on 'The Weakest Link' 8/20 on NBC, assuming the airdate
doesn't get moved


- Original Message -
From: Pekka Buttler [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, August 07, 2001 6:40 AM
Subject: RE: lingo-l Update-- Still need help.


 0 is infact the parameter for read/write try 1.

 Pekka


  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
  Behalf Of Cory Caplan
  Sent: 7. elokuuta 2001 0:47
  To: [EMAIL PROTECTED]
  Subject: lingo-l Update-- Still need help.
 
 
  It's fileIO.  I have 2 framescripts that open and parse comma separated
  values into lists at the beginning of the program... It has no problem
  reading them off the cd in 98 and it has no problem reading them off the
  hard drive in NT or 2000-- but the CD in NT or 2000 just hangs...
anybody
  experienced problems like this before?
 
  I'm opening them with the 0 parameter-- read only.
 
  Any ideas?
 
  Cory
 
 
  [To remove yourself from this list, or to change to digest mode, go to
  http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
  email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
  Lingo-L is for learning and helping with programming Lingo.  Thanks!]
 

 [To remove yourself from this list, or to change to digest mode, go to
 http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
 email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
 Lingo-L is for learning and helping with programming Lingo.  Thanks!]



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]




RE: lingo-l Update-- Still need help.

2001-08-07 Thread Leon McComish

snip
 Thanks, braintrust!

 Cory

 PS. Watch for me on 'The Weakest Link' 8/20 on NBC, assuming the airdate
 doesn't get moved


Oh you poor sod. I officially apologise for the United Kingdom (join in if
you like Gerbil et al) for that lunatic Anne Robinson (if it was her you
were up against Cory). We've been trying to give her the boot for years but
not even I would have chosen to put you guys through the cringe-worthy
irritation that is her on that gameshow and it's you are the weakest link -
goodbye strap-line. Damn her - does anyone else see more than a passing
resemblance between our own Anne and an ex-female lunatic Prime Minister of
recent years?

Leon




[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]




RE: lingo-l Update-- Still need help.

2001-08-07 Thread Al Hospers

 But isn't the major problem with NT-based systems is that it
 is totally
 possible to get a computer that the CD can't write ANYTHING
 to?

Roy,

I don't have any first hand experience with this problem, tho I have
heard about it happening. I've done about 6 really major projects
which were designed for corporate systems that were standardized on NT
 didn't see the problem. I also did a project for someone that was
repurposed probably 30 times into the same environment and I never
heard of a problem. still, I can't say it does not happen  I hear
about it on the list occasionally.

 WHich is
 why you include Xtras in a folder and not compacted into the
 projector...

well, that's not the main reason for putting the Xtras in a separate
folder. projector load time  control over what's there are the 2
reasons I do it. your milage may vary tho... grin

Al Hospers
CamberSoft, Inc.
alatcambersoftdotcom
http://www.cambersoft.com

A famous linguist once said:
There is no language wherein a double
positive can form a negative.

YEAH, RIGHT



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]




RE: lingo-l Update-- Still need help.

2001-08-07 Thread Pekka Buttler

Speaking of NT, yes I've seen it happen.

It seems most common in corperations with Nazi attitudes Employees may not
use Web/mail for any purposes, employees may not even install Winzip without
Exec It damager's permission, users do have only guest rights onto their
OWN computers!

Anyway, I even had a client, a polytechnic highschool, they came to us and
told us they have heard wonderful things of shockwave, could we make them a
new student's tutorial? Anyway, the problem was that the students had guest
rights and could not even install the plugin successfully. The client kept
demanding we find a way!

Pekka


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
 Behalf Of Al Hospers
 Sent: 7. elokuuta 2001 17:26
 To: [EMAIL PROTECTED]
 Subject: RE: lingo-l Update-- Still need help.


  But isn't the major problem with NT-based systems is that it
  is totally
  possible to get a computer that the CD can't write ANYTHING
  to?

 Roy,

 I don't have any first hand experience with this problem, tho I have
 heard about it happening. I've done about 6 really major projects
 which were designed for corporate systems that were standardized on NT
  didn't see the problem. I also did a project for someone that was
 repurposed probably 30 times into the same environment and I never
 heard of a problem. still, I can't say it does not happen  I hear
 about it on the list occasionally.

  WHich is
  why you include Xtras in a folder and not compacted into the
  projector...

 well, that's not the main reason for putting the Xtras in a separate
 folder. projector load time  control over what's there are the 2
 reasons I do it. your milage may vary tho... grin

 Al Hospers
 CamberSoft, Inc.
 alatcambersoftdotcom
 http://www.cambersoft.com

 A famous linguist once said:
 There is no language wherein a double
 positive can form a negative.

 YEAH, RIGHT



 [To remove yourself from this list, or to change to digest mode, go to
 http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
 email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
 Lingo-L is for learning and helping with programming Lingo.  Thanks!]



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]