Re: lingo-l baXCopy progress

2001-07-26 Thread Nicholas Youmans

 i am using buddyApi's baXCopy function to copy a directory form a CD to the
 users hard drive... problem is, i need some form of progress bar

there is also a progress copy beta module for the BudyApi Xtra. You can find it
at www.mods.com.au then follow the buddy - downloads - beta versions. Just
put it in your xtras folder  reference it like any buddy command.

We use it all the time...

good luck,
Nick Youmans
FutureMedia


[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 baXCopy progress

2001-07-25 Thread Bastien Bouchard

Here is my personnal hint riki,

For a real, professionnal, easy, configurable, troublesome installation tool
check http://www.jrsoftware.org/isinfo.htm .

Bastien Bouchard
Logique multimédia
[EMAIL PROTECTED]



[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: Re: lingo-l baXCopy progress

2001-07-25 Thread Kurt Griffin

 worse comes to worse, you can always display text asking the user to
 wait, and remove it when the copying is over.
 it can even be a film loop or animated gif so that there's some motion,
 even if it's just a simple repetitive animation...
 but whatever you do, riki, don't lose that number.
 
 - -bhakti, groaning right along with all of you

Yes, I am groaning (thanks, Bhakti)... is that number 867-5309?

Just want to add that you've set things up well by using the exitframe. That
should allow you to do *something* while the copying goes on. You might
consider changing the cursor to an hourglass, as well.

2 cents,
Kurt


[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 baXCopy progress

2001-07-25 Thread Al Hospers

 i am using buddyApi's baXCopy function to copy a directory
 form a CD to the
 users hard drive... problem is, i need some form of progress bar as
at
 present the system looks like it is locked up until the
 copying is complete
 and knowing from what i do when it looks like the computer is
 locked up, i
 need to make it look like it's doing something.

hi riki,

While Buddy's baXCopy function certainly will perform the function
admirably, users will not be happy with a static message while the
computer hangs there  grinds away and most likely neither will your
client! They certainly expect at a minimum the standard display of a
bar indicating how the copy is proceeding.

May I suggest the ProgessCopy Xtra from UpdateStage? The ProgressCopy
Xtra copies files with an optional progress bar display. The progress
display can include a custom text message, and provides the user with
a Cancel button.

You can get more information, read the on-line documentation, download
a fully functional demo version or purchase the Xtra here:

  http://www.updatestage.com/xtras/progresscopy.html

Platforms: 32-bit Windows, Win 3.1, Mac
Director versions supported: 5,6,7,8,8.5 Authorware 3.5 and up
Author: Glenn Picher

Hope that this is of use,

Al Hospers
Marketing Associate
UpdateStage
alhospersatupdatestagedotcom
http://www.updatestage.com



[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 baXCopy progress

2001-07-25 Thread R. Bhakti Klein

worse comes to worse, you can always display text asking the user to
wait, and remove it when the copying is over.
it can even be a film loop or animated gif so that there's some motion,
even if it's just a simple repetitive animation...
but whatever you do, riki, don't lose that number.

-bhakti, groaning right along with all of you

riki witehira wrote:
 
 Hi everyone,
 Haven't been able to find anything on this yet... thought all your brilliant
 minds would have the answer.
 
 i am using buddyApi's baXCopy function to copy a directory form a CD to the
 users hard drive... problem is, i need some form of progress bar as at
 present the system looks like it is locked up until the copying is complete
 and knowing from what i do when it looks like the computer is locked up, i
 need to make it look like it's doing something.
 
 the script is as follows.
 
 on exitFrame me
   set copyAll = baXCopy( the moviePath\TestFiller , c:\TestFiller ,
 *.* , Always+, true)
 
   set deskShortcut = baMakeShortcut( c:\TestFiller\test.exe ,
 c:\windows\desktop , test movie)
 
   if copyAll = 0 then
 go to shortcuts
   else if copyAll  0 then
 go to error
   end if
 end
 
 any ideas or hints would be most appreciated.
 thanks
 riki
 
 [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!]

-- 
R. Bhakti Klein
Educational Software R  D
http://www.DLWorkshop.net
••
Baritone, unaffiliated but open to suggestions...
•••
On Earth, you can only do little things;
but you can do them with a lot of Love.
  -- Mother Theresa

[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!]