Re: Progress bar with lock?

2010-10-22 Thread FlexibleLearning
wanted to show a progress bar during this process is going on. Is there anyway to show a progress bar while the screen is locked? Is there a way to fake a progress bar while the screen is locked? Version: 10.0.1136 / Virus Database: 422/3210 - Release Date: 10/21/10

Re: Progress bar with lock?

2010-10-22 Thread charles61
Charles wrote: I have an app that I am working on that takes a few seconds to clear fields, reset radio buttons and checkboxes before it goes to the second card. During this time, the screen is locked. I wanted to show a progress bar during this process is going on. Is there anyway to show

Re: Progress bar with lock?

2010-10-22 Thread Andre Garzia
There is yet another way. Screen locking does not affect animated gifs, so if you have an indeterminate progress bar in gif format (there are some bundled with rev in the image libraries), you can show it and lock screen the thing will keep spinning while you work

Re: Progress bar with lock?

2010-10-22 Thread Bob Sneidar
bt... it's not a real progress bar. It's only eye candy. Kind of like Microsoft's progress bars. Ever wanted to poke yourself in the eye with a sharp stick after waiting 15 minutes at 33%, only to have the bar jump to 85% then 10 seconds later go back to 0%? Someone ought to beat

Re: Progress bar with lock?

2010-10-22 Thread Andre Garzia
On Fri, Oct 22, 2010 at 3:39 PM, Bob Sneidar b...@twft.com wrote: bt... it's not a real progress bar. It's only eye candy. Kind of like Microsoft's progress bars. Ever wanted to poke yourself in the eye with a sharp stick after waiting 15 minutes at 33%, only to have the bar jump to 85

Progress bar with lock?

2010-10-21 Thread charles61
I have an app that I am working on that takes a few seconds to clear fields, reset radio buttons and checkboxes before it goes to the second card. During this time, the screen is locked. I wanted to show a progress bar during this process is going on. Is there anyway to show a progress bar while

Re: Progress bar with lock?

2010-10-21 Thread Mark Schonewille
fields, reset radio buttons and checkboxes before it goes to the second card. During this time, the screen is locked. I wanted to show a progress bar during this process is going on. Is there anyway to show a progress bar while the screen is locked? Is there a way to fake a progress bar while

Re: Progress bar with lock?

2010-10-21 Thread Scott Rossi
Recently, charles61 wrote: I have an app that I am working on that takes a few seconds to clear fields, reset radio buttons and checkboxes before it goes to the second card. During this time, the screen is locked. I wanted to show a progress bar during this process is going

Re: Progress bar with lock?

2010-10-21 Thread charles61
Hi Mark! That is a great idea! But will the screenshot show the progress bar filling up or is it just a static screenshot? Charles Szasz csz...@mac.com On Oct 21, 2010, at 3:18 PM, Mark Schonewille-3 [via Runtime Revolution] wrote: Hi Charles, No, you can't do this. However, you can

Re: Progress bar with lock?

2010-10-21 Thread charles61
seconds to clear fields, reset radio buttons and checkboxes before it goes to the second card. During this time, the screen is locked. I wanted to show a progress bar during this process is going on. Is there anyway to show a progress bar while the screen is locked

Re: Progress bar with lock?

2010-10-21 Thread Bob Sneidar
Here's a question: Would a window created by an external still update while the screen is locked? If so, then I think we need a progress bar external. Scott made some really nice controls a while back. How about if Scott made a standalone that could be called from Runtime Rev as an external

Re: Progress bar with lock?

2010-10-21 Thread Pierre Sahores
Else, instead of locking the screen, why don't you just hide the working window and popup a new stack containing your progress bar ? Best, Pierre Le 21 oct. 2010 à 21:19, Scott Rossi a écrit : Recently, charles61 wrote: I have an app that I am working on that takes a few seconds to clear

Re: Progress bar with lock?

2010-10-21 Thread charles61
, then I think we need a progress bar external. Scott made some really nice controls a while back. How about if Scott made a standalone that could be called from Runtime Rev as an external. Is that even possible? Otherwise, a real compiled c++ or java external would have to be made. I bet a lot

Re: Progress bar with lock?

2010-10-21 Thread Robert Brenstein
On 21.10.10 at 12:19 -0700 Scott Rossi apparently wrote: AFAIK, there's no way to do this. I could have sworn screen locking used to affect whatever stack was active at the time it was called, but currently it affects all stacks. You might consider throwing up a text message One moment

progress bar

2010-01-05 Thread Jacques Hausser
Hi, I have a stack loading and rescaling big pictures (12 megapixels or more) by setting their filename and then their size. The user can choose their resizequality, and with best the process is rather slow, the final size being as big as possible. My question: how to link an honest progress

Re: progress bar

2010-01-05 Thread Andre Garzia
Jacques, Revolution is single tread so you will not be able to move your progress bar while the resizing is working for an individual file, only in the little intervals between each file resize. One trick is setting the cursor to watch, this will spin an hourglass which I think will keep spining

Re: progress bar

2010-01-05 Thread stephen barncard
their resizequality, and with best the process is rather slow, the final size being as big as possible. My question: how to link an honest progress bar to this process ? It's only one line of code: set the rect of image X to..., and I do not see where to check the actual progress. Thank you

Re: progress bar

2010-01-05 Thread Robert Brenstein
being as big as possible. My question: how to link an honest progress bar to this process ? It's only one line of code: set the rect of image X to..., and I do not see where to check the actual progress. Thank you for every idea Jacques You can't have the engine call your progress stack, so

Re: progress bar

2010-01-05 Thread Jacques Hausser
Thanks, Andre,Stephen and Robert for your answers. It is more or less what I guessed, but you never know. [ I'm not sure it's correct in english... I don't mean that you don't know ;) ] Stephen, I tried send in time, but it is blocked too. I will probably turn to a mere Please wait or something

Re: Progress Bar Updates

2009-11-05 Thread Alex Tweedly
Bill Vlahos wrote: I've successfully used libURLSetStatusCallback for getting the status when downloading from a web server and updating a progress bar. However, when I try it for opening a file from a file server it doesn't work. Below is the code for the file server open in a button

Re: Progress Bar Updates

2009-11-05 Thread Sarah Reichelt
On Fri, Nov 6, 2009 at 4:31 AM, Bill Vlahos bvla...@mac.com wrote: I've successfully used libURLSetStatusCallback for getting the status when downloading from a web server and updating a progress bar. However, when I try it for opening a file from a file server it doesn't work. Have a look

Re: Progress Bar Updates

2009-11-05 Thread Josh Mellicker
wrote: I've successfully used libURLSetStatusCallback for getting the status when downloading from a web server and updating a progress bar. However, when I try it for opening a file from a file server it doesn't work. Have a look at this revLesson: http://lessons.runrev.com/spaces/lessons

Progress Bar Help

2009-03-01 Thread Len Morgan
It seems I get stuck on the simplest things... I have a progress bar and it's set to min=0, max=100 (I want to show percentage completed) I have a list of files I want to process so I take 100 / the number of files to get a per file percentage (about 5. for my current list of 18 files

RE: Progress Bar Help

2009-03-01 Thread Jim Bufalini
, March 01, 2009 3:38 AM To: use-revolution@lists.runrev.com Subject: Progress Bar Help It seems I get stuck on the simplest things... I have a progress bar and it's set to min=0, max=100 (I want to show percentage completed) I have a list of files I want to process so I take 100

RE: Progress Bar Help

2009-03-01 Thread Len Morgan
Good Morning, Jim No, I'm afraid it's an even more bone-headed mistake than that. I just went back and added a field that showed me the percentage that I was actually setting the thumbpos to and it was TWICE what it was supposed to be. After further investigation, I realized that in a

RE: Progress Bar Help

2009-03-01 Thread dunbarx
I can affirm from my own rather extensive experience that there are no stupid coding errors, only stupid programmers. Craig Newman On Mar 1, 2009, at 9:05:52 AM, Len Morgan len-mor...@crcom.net wrote: Sorry for the stupid coding error on my part

progress bar example

2008-07-10 Thread Nicolas Cueto
), and a scrollbar (progress bar) named progress . Name the stack url_status (or anything you want). Make this stack a substack of your main stack. Then somewhere (e.g in your mainstack's preopenstack handler), include the following: start using url_status That's it. After that, it should work

Re: progress bar example

2008-07-10 Thread Pierre Sahores
and the other named status), and a scrollbar (progress bar) named progress . Name the stack url_status (or anything you want). Make this stack a substack of your main stack. Then somewhere (e.g in your mainstack's preopenstack handler), include the following: start using url_status That's it. After

Re: progress bar example

2008-07-10 Thread Eric Chatonet
Bonjour Nicolas, Le 10 juil. 08 à 13:50, Nicolas Cueto a écrit : A few years back, Dave Cragg was kind enough to explain in detail how to build a stack that shows the progress of a download (I've included his message below). How to Download Data from the Internet tutorial might help you:

Re: Changing the color and height of a progress bar

2007-10-28 Thread Thierry
Le 28 oct. 07 à 02:45, Marc Siskin a écrit : We would like to use the Progress bar version of the scroll bar object. We would like to change the height of the scrollbar (the visible portion of the scrollbar) and to specify a different color for the displayed thumb position

Re: Changing the color and height of a progress bar

2007-10-28 Thread Eric Chatonet
Hi Mark, My tutorial #021 'Using PNG images to create custom controls' might help you: This stack shows how, using PNG images with transparency, you are able to create any nice custom control. Three examples are provided: a standard button, a progress bar and a special effect. Among

Re: Changing the color and height of a progress bar

2007-10-28 Thread Mark Talluto
On Oct 27, 2007, at 6:45 PM, Marc Siskin wrote: We would like to use the Progress bar version of the scroll bar object. We would like to change the height of the scrollbar (the visible portion of the scrollbar) and to specify a different color for the displayed thumb position

Changing the color and height of a progress bar

2007-10-27 Thread Marc Siskin
We would like to use the Progress bar version of the scroll bar object. We would like to change the height of the scrollbar (the visible portion of the scrollbar) and to specify a different color for the displayed thumb position. Is there a way to changes these values? Thank you, Marc

Indeterminate Progress Bar

2007-07-28 Thread Derek Bump
Has anyone perfected the art of creating or utilizing an Indeterminate Progress Bar in Revolution? The solutions I've come up with are either an Animated GIF, QuickTime Movie, or via a script that moves the progress image automatically. Unfortunately they all run into the same issue... updating

Re: Indeterminate Progress Bar

2007-07-28 Thread Stephen Barncard
There are some very nice animated ones in the stock icons. Many colors. Has anyone perfected the art of creating or utilizing an Indeterminate Progress Bar in Revolution? The solutions I've come up with are either an Animated GIF, QuickTime Movie, or via a script that moves the progress image

Re: Indeterminate Progress Bar

2007-07-28 Thread J. Landman Gay
Derek Bump wrote: Has anyone perfected the art of creating or utilizing an Indeterminate Progress Bar in Revolution? The solutions I've come up with are either an Animated GIF, QuickTime Movie, or via a script that moves the progress image automatically. Unfortunately they all run

Re: Indeterminate Progress Bar

2007-07-28 Thread Derek Bump
J. Landman Gay wrote: An animated gif should just run by itself without you doing anything. Just show or hide it as needed. The default setting for animated gifs is to run them in a loop at their saved framerate. While this is a good solution, and one that I have used, I still run into one big

Re: Indeterminate Progress Bar

2007-07-28 Thread Derek Bump
Derek Bump wrote: J. Landman Gay wrote: An animated gif should just run by itself without you doing anything. Just show or hide it as needed. The default setting for animated gifs is to run them in a loop at their saved framerate. While this is a good solution, and one that I have used, I

Re: Indeterminate Progress Bar

2007-07-28 Thread Eric Chatonet
Hi Derek, Le 28 juil. 07 à 22:15, Derek Bump a écrit : J. Landman Gay wrote: An animated gif should just run by itself without you doing anything. Just show or hide it as needed. The default setting for animated gifs is to run them in a loop at their saved framerate. While this is a good

Progress bar

2006-12-07 Thread jhonken
I've put a Progress bar in my application. Can someone tell me how to set the Current value of it. It looks like runrev calls it a scrollbar and I've read about thumbposition but I'm not sure if thats whats used or not. It seems not to work when I try setting it. It errors. Any help would

Re: Progress bar

2006-12-07 Thread Mark Schonewille
and Software Engineering http://economy-x-talk.com http://www.salery.biz Get your store on-line within minutes with Salery Web Store software. Download at http://www.salery.biz Op 7-dec-2006, om 21:48 heeft jhonken het volgende geschreven: I've put a Progress bar in my application. Can

Re: Progress bar

2006-12-07 Thread Mark Smith
to lineCount end repeat set the thumbPos of sb progress to 0 best, Mark On 7 Dec 2006, at 20:48, jhonken wrote: I've put a Progress bar in my application. Can someone tell me how to set the Current value of it. It looks like runrev calls it a scrollbar and I've read about thumbposition

RE: Progress bar

2006-12-07 Thread jhonken
Mark, That did the trick. Thanks -Original Message- From: Mark Schonewille [mailto:[EMAIL PROTECTED] Sent: Thursday, December 07, 2006 4:01 PM To: How to use Revolution Subject: Re: Progress bar Here is a simple demo that shows the use of startValue, endValue and thumbPos

Re: progress bar

2006-07-21 Thread Sarah Reichelt
for a game, I'd like to use a progress bar to indicate to a user how long they are holding down a button -- the reason being, the longer the button is held down (mouseDown), the faster an image object will move upon the button's release (mouseUp) One experiment I've tried is to use a repeat

progress bar

2006-07-20 Thread Nicolas Cueto
Hello List, As a visual cue for a game, I'd like to use a progress bar to indicate to a user how long they are holding down a button -- the reason being, the longer the button is held down (mouseDown), the faster an image object will move upon the button's release (mouseUp) One experiment I've

Re: progress bar

2006-07-20 Thread Mark Smith
wrote: Hello List, As a visual cue for a game, I'd like to use a progress bar to indicate to a user how long they are holding down a button -- the reason being, the longer the button is held down (mouseDown), the faster an image object will move upon the button's release (mouseUp) One

progress bar... next question

2006-07-20 Thread Nicolas Cueto
Hello again, Thank you to Mark Smith for the solution (in record time, too!). My next question is how to make the thumbPos indicator progress vertically rather than horizontally. Thanks -- Nicolas Cueto ___ use-revolution mailing list

Re: progress bar... next question

2006-07-20 Thread Mark Smith
Nicolas, Rev doesn't presently offer a vertical progress bar :( It's not too hard to make your own by using one image for the 'unfilled' bar, and another on top of it for the 'fill'. You can then group them together and set the rect of the top 'fill' image incrementally. It's a bit more

Re: progress bar... next question

2006-07-20 Thread Mark Smith
Nicolas, I found it. I've put it on Rev Online, name: Vertical Progress Bar user: Mark Smith Category: General Best, Mark On 21 Jul 2006, at 01:34, Nicolas Cueto wrote: Hello again, Thank you to Mark Smith for the solution (in record time, too!). My next question is how to make

Re: progress bar... next question

2006-07-20 Thread Scott Rossi
Recently, Mark Smith wrote: My next question is how to make the thumbPos indicator progress vertically rather than horizontally. It's not too hard to make your own by using one image for the 'unfilled' bar, and another on top of it for the 'fill'. You can then group them together and set

Re: progress bar... next question

2006-07-20 Thread Nicolas Cueto
, I found it. I've put it on Rev Online, name: Vertical Progress Bar user: Mark Smith Category: General Best, Mark On 21 Jul 2006, at 01:34, Nicolas Cueto wrote: Hello again, Thank you to Mark Smith for the solution (in record time, too!). My next question is how to make the thumbPos

Progress bar in Revolution

2006-05-17 Thread Didier SANZ
My application contains a script which uses the shell command Zip to compress (big) files. Does anybody know if it is possible to inform the user of the evolution of the process with a progress bar ? ___ use-revolution mailing list use-revolution

Re: Progress bar in Revolution

2006-05-17 Thread Ken Ray
On 5/17/06 3:23 AM, Didier SANZ [EMAIL PROTECTED] wrote: My application contains a script which uses the shell command Zip to compress (big) files. Does anybody know if it is possible to inform the user of the evolution of the process with a progress bar ? I don't think so... AFAIK the shell

Rép : Progress bar in Revolution

2006-05-17 Thread Didier SANZ
with a progress bar ? I don't think so... AFAIK the shell command to zip doesn't provide any status information on its own so there'd be no way to update a progresss bar. Ken Ray Sons of Thunder Software Web site: http://www.sonsothunder.com/ Email: [EMAIL PROTECTED

Re: Rép : Progress bar in Revolution

2006-05-17 Thread Phil Davis
if you only need to show continuing activity, you could use a 'barber pole' or other 'activity' image instead of a progress bar. food for thought... Phil Davis Didier SANZ wrote: As a matter of fact, when executed with the -v option, the shell command zip does provide a kind of progress indicator

progress bar

2006-04-13 Thread Viktoras Didziulis
Hi! I am new to Revolution and Transcript. Giving a try to Revolution today, and somehow can't figure it out how to add number to current value property of Progress Bar. Could someone please write a brief example on how current value property of progress bar should be addressed. Thanks

Re: progress bar

2006-04-13 Thread David Burgun
today, and somehow can't figure it out how to add number to current value property of Progress Bar. Could someone please write a brief example on how current value property of progress bar should be addressed. Thanks a lot! Viktoras ___ use

Re: progress bar

2006-04-13 Thread Devin Asay
, Viktoras Didziulis wrote: Hi! I am new to Revolution and Transcript. Giving a try to Revolution today, and somehow can't figure it out how to add number to current value property of Progress Bar. Could someone please write a brief example on how current value property of progress bar should

Re: progress bar

2006-04-13 Thread Björnke von Gierke
on mouseUp set the thumbPosition of scrollbar progress bar to the thumbPosition of scrollbar progress bar + 1 end mouseUp note that the default progress bar has a very high endValue, so you might not see any progress even though you press the button, so set it to something lower, like 100

Re: progress bar

2006-04-13 Thread Viktoras Didziulis
Thanks a lot for your very prompt help! Is there a way to change the default green-stripes background pattern that shows progress to something else (like own bitmap or just single color)? Best wishes! Viktoras ___ use-revolution mailing list

Progress Bar Example

2006-03-24 Thread Jeff Honken
I would like to use a progress bar to monitor a go stack URL. I'm clueless on how to write the code. Does someone have an example of this or can someone please point me in the correct direction. Jeff ___ use-revolution mailing list use-revolution

Re: Progress Bar Example

2006-03-24 Thread Sarah Reichelt
On 3/25/06, Jeff Honken [EMAIL PROTECTED] wrote: I would like to use a progress bar to monitor a go stack URL. I'm clueless on how to write the code. Does someone have an example of this or can someone please point me in the correct direction. Jeff I haven't done it using stacks, but I have

Re: Progress Bar Example

2006-03-24 Thread Dave Cragg
On 24 Mar 2006, at 21:42, Sarah Reichelt wrote: On 3/25/06, Jeff Honken [EMAIL PROTECTED] wrote: I would like to use a progress bar to monitor a go stack URL. I'm clueless on how to write the code. Does someone have an example of this or can someone please point me in the correct

RE: Progress Bar Example

2006-03-24 Thread Jeff Honken
syntax for load ? Jeff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sarah Reichelt Sent: Friday, March 24, 2006 2:42 PM To: How to use Revolution Subject: Re: Progress Bar Example On 3/25/06, Jeff Honken [EMAIL PROTECTED] wrote: I would like

Re: Progress Bar Example

2006-03-24 Thread Sarah Reichelt
On 3/25/06, Jeff Honken [EMAIL PROTECTED] wrote: Sarah, Thanks for the reply. I've tried using load stack URL http://www.x12help.com/x12provider.rev; but it errors. I've only been successful with go Here's the code I'm using in a button: on mouseUp go stack URL

Re: revCopyFile progress bar

2005-11-16 Thread Sarah Reichelt
Is it possible to have a progress bar while a file is being copied to a server with the revCopyFile command. The files are fairly large and take a minute or so to copy. The computer is actually copying the file but to the user it appears as if the computer has locked up. Is it possible

revCopyFile progress bar

2005-11-15 Thread Andrew Sharp
Hello everyone, Is it possible to have a progress bar while a file is being copied to a server with the revCopyFile command. The files are fairly large and take a minute or so to copy. The computer is actually copying the file but to the user it appears as if the computer has locked up. Any

Re: revCopyFile progress bar

2005-11-15 Thread Ken Ray
On 11/15/05 10:15 AM, Andrew Sharp [EMAIL PROTECTED] wrote: Hello everyone, Is it possible to have a progress bar while a file is being copied to a server with the revCopyFile command. The files are fairly large and take a minute or so to copy. The computer is actually copying the file

Re: revCopyFile progress bar

2005-11-15 Thread Andre Garzia
On Nov 15, 2005, at 2:15 PM, Andrew Sharp wrote: Hello everyone, Is it possible to have a progress bar while a file is being copied to a server with the revCopyFile command. The files are fairly large and take a minute or so to copy. The computer is actually copying the file

Re: revCopyFile progress bar

2005-11-15 Thread Vikram Singh
, 2005, at 2:15 PM, Andrew Sharp wrote: Hello everyone, Is it possible to have a progress bar while a file is being copied to a server with the revCopyFile command. The files are fairly large and take a minute or so to copy. The computer is actually copying the file but to the user it appears

Re: revCopyFile progress bar

2005-11-15 Thread Andre Garzia
On Nov 15, 2005, at 5:15 PM, Vikram Singh wrote: Maybe you can embed a small browser (without borders etc... I am talking of Chipp's external) and play the GIF animation in the browser, rather than in the stack directly (if I remember, it will lock up/freeze too). I *think* the browser

Re: revCopyFile progress bar

2005-11-15 Thread Vikram Singh
Yes Sir, i know that ;) The problem as I got it is that the stack freezes till the end of the activity, since it is single threaded appl. And the GIF freezes at the current frame, i remember having done something like this 2 yrs back. If it doesnt, then great! I dont know though

How to customize the scroll bar, progress bar, and slider bar?

2005-07-18 Thread Ban Nguyen
Hello everyone, Is the anyway to customize the look of scroll bar, progress bar, and slider bar? I have been searching the list but have not come across to any tutorials? Does anyone know please help? Thank you ___ use-revolution mailing list use

Re: How to customize the scroll bar, progress bar, and slider bar?

2005-07-18 Thread Malte Brill
Hi Ban, actually there was a thread quite recently. You will need to roll your own Scrollbar to customize it. Look at this thread: http://mail.runrev.com/pipermail/use-revolution/2005-July/062687.html Download Klaus stack. You also find a scrollbar with a proportional thumb in my userspace

how to Progress Bar?

2005-02-16 Thread Dwayne Rothe
I guess this question has been asked a 1000 times before, but I will ask it again just in case you all missed it! How do you get a progress bar to work? I have looked for example stacks and docs but can't find anything! Any help would be great Thanks

Re: how to Progress Bar?

2005-02-16 Thread Wilhelm Sanke
On Thu Feb 17, 2005, Dwayne Rothe drothe at optusnet.com.au wrote: I guess this question has been asked a 1000 times before, but I will ask it again just in case you all missed it! How do you get a progress bar to work? I have looked for example stacks and docs but can't find anything! Any help

Re: how to Progress Bar?

2005-02-16 Thread Chipp Walters
myProgBar to tStart add 1 to tStart end repeat end mouseUp hope that helps. Dwayne Rothe wrote: I guess this question has been asked a 1000 times before, but I will ask it again just in case you all missed it! How do you get a progress bar to work? I have looked for example stacks and docs

Re: how to Progress Bar?

2005-02-16 Thread Sarah Reichelt
I guess this question has been asked a 1000 times before, but I will ask it again just in case you all missed it! How do you get a progress bar to work? I have looked for example stacks and docs but can't find anything! Any help would be great Thanks. Remember that a progress

Progress Bar examples

2005-02-16 Thread Dwayne Rothe
I have put together a stack showing a system progress bar, a graphical progress bar and a slider bar in action! If anyone would like a copy let me know and I will gladly email you. It only takes up about 8kb if someone wants to make it available on their website let me know! Cheers Dwayne

Re: Progress Bar examples

2005-02-16 Thread Dan Shafer
Why don't you add it to your user area in RevOnline? Dan On Feb 16, 2005, at 8:55 PM, Dwayne Rothe wrote: I have put together a stack showing a system progress bar, a graphical progress bar and a slider bar in action! If anyone would like a copy let me know and I will gladly email you. It only

Can we have a progress bar that shows how many percent of a subStack have been loaded?

2004-09-11 Thread Malte Brill
Hi list, I´m creating a really biggish stack (many Images, Sounds and stuff. About 35 MB when it is finished.) I´d like to have a progress bar in a splash screen that indicates how many percent of the substack have been loaded into memory. Is that possible? TIA, Malte

Re: Can we have a progress bar that shows how many percent of a subStack have been loaded?

2004-09-11 Thread Vikram Singh
. vikram Malte Brill [EMAIL PROTECTED] wrote: Hi list, I´m creating a really biggish stack (many Images, Sounds and stuff. About 35 MB when it is finished.) I´d like to have a progress bar in a splash screen that indicates how many percent of the substack have been loaded into memory

Can we have a progress bar that shows how many percent of a subStack have been loaded?

2004-09-11 Thread Malte Brill
Hi Vikram, I have hoped that I can use go stack URL file:xyz.rev and check URLStatus, but failed in my experiments... :-( If anyone has an Idea how this could be done I would be very grateful. Malte ___ use-revolution mailing list [EMAIL PROTECTED]

Re: Can we have a progress bar that shows how many percent ofasubStack have been loaded?

2004-09-11 Thread jbv
Malte, Hi list, I´m creating a really biggish stack (many Images, Sounds and stuff. About 35 MB when it is finished.) I´d like to have a progress bar in a splash screen that indicates how many percent of the substack have been loaded into memory. just curious : do you REALLY need to load

Re: Re: Can we have a progress bar that shows how many percent ofasubStack have been loaded?

2004-09-11 Thread malte . brill
Hi JB, my customer won´t allow me to keep the artwork in an external folder... Maybe I can convince him to change his mind If he sees how long it takes to start up the app without any feedback to the user. Also it would require to set up an installer that copies all files to the correct place

Progress Bar too small on MacOS X?

2004-09-06 Thread David Egbert
The progress bar widget looks unusually small (in height) on MacOS X. When I tried to adjust the height of the progress bar it just re-sizes the selectable area of the bar, not the bar itself. Is there a way to change the real height? I double checked the progress bar height in Interface

Re: Progress bar height not saving

2004-07-21 Thread Jan Schenkel
--- Derek Bump [EMAIL PROTECTED] wrote: Alright. Everytime I make the height of my progress bar 16, lock the location, and save and close the stack, it reverts back to a height of 20 once the stack is loaded again. There are no lines of code anywhere in the stack or any other stack

Re: Progress bar height not saving

2004-07-21 Thread Derek Bump
] To: How to use Revolution [EMAIL PROTECTED] Sent: Wednesday, July 21, 2004 4:10 AM Subject: Re: Progress bar height not saving --- Derek Bump [EMAIL PROTECTED] wrote: Alright. Everytime I make the height of my progress bar 16, lock the location, and save and close the stack, it reverts back

Progress bar height not saving

2004-07-20 Thread Derek Bump
Alright. Everytime I make the height of my progress bar 16, lock the location, and save and close the stack, it reverts back to a height of 20 once the stack is loaded again. There are no lines of code anywhere in the stack or any other stack for that matter that set the height to 20. Any

Re: How to use progress bar

2004-06-08 Thread xbury . cs
On 08.06.2004 06:54:14 use-revolution-bounces wrote: Does anyone know how to make the progress bar work with lock screen in affect? my MC Script Editor X uses a palette which is updated via a message while a locked screen handler does the work. The second trick is to lock the screen, go

How to use progress bar

2004-06-07 Thread Bill
to change all those to go next card. And why would you want special hyper card addressing for the progress bar that doesn't exist in hypercard? Does anyone know how to make the progress bar work with lock screen in affect? ___ use-revolution mailing list

Re: How to use progress bar

2004-06-07 Thread Rob Cozens
I wonder how many other things 'hcAddressing' Hi Bill, If you want your stack to work like a default Revolution stack instead of a converted HC stack, set the stack's dynamicPaths property to false as well. -- Rob Cozens CCW, Serendipity Software Company And I, which was two fooles, do so grow

RE: How to use progress bar

2004-06-07 Thread Ken Ray
I wonder how many other things 'hcAddressing'; turned on, affects? According to the docs: If the HCAddressing property is set to true, expressions in the stack's scripts that refer to fields without specifying card or background are assumed to refer to grouped controls, and expressions

Re: How to use progress bar

2004-06-07 Thread Sarah Reichelt
Does anyone know how to make the progress bar work with lock screen in affect? No, it won't work I'm afraid. What you could try is getting the data from each card by name or number instead of going to each card. e.g. in very simple form: on mouseUp repeat with c = 1 to the number of cards

RE: How to use progress bar

2004-06-06 Thread Rob Cozens
Bill, In your loop you need to set the thumbPosition of the scrollbar to a value and it will move. Here's an example for a progress bar based on the total number of cards: Ken's handler should do the job; but if you want something a little more generic: put the number of cards into recordCount

RE: How to use progress bar

2004-06-05 Thread Ken Ray
Bill, In your loop you need to set the thumbPosition of the scrollbar to a value and it will move. Here's an example for a progress bar based on the total number of cards: set the endValue of scrollbar Progress to \ (the number of cards of this stack) -- First, start with the scrollbar empty

Progress Bar?

2004-04-07 Thread David Burgun
Hi, What is the best way to implement a a Progress Bar in RunRev? The way I'd like to do it, it have something that looks at the amount of progress and updates the bar accordingly every so often. Thanks a lot Dave ___ use-revolution mailing list

Re: Progress Bar?

2004-04-07 Thread xbury . cs
] cc: Subject:Progress Bar? . Hi, What is the best way to implement a a Progress Bar in RunRev? The way I'd like to do it, it have something that looks at the amount of progress and updates the bar accordingly every so often. Thanks a lot Dave

revCopyFolder progress bar

2004-02-12 Thread Stu Duncan
I am copying 300 Megs of files to the users HD using the revCopyFolder command. It works great but I need to create some sort of progress bar for the user. Since the command does not appear to do any progress reporting, how can I gauge the progress to provide visual feedback to the user? Thanks

Re: copy progress bar; windows

2003-12-22 Thread Bob Hartley
At 22:05 21/12/2003, you wrote: Revolution has a progress bar object - it is a variation of the scrollbar so you can get to it in the Tools palette by holding down the mouse button on the scrollbar button until the sub-menu pops out and offers you the progress bar. Cheers Sarah AGAIN

  1   2   >