Re: Seeking a JavaScript expert (job opportunity, Boston, MA, USA)
Jim Ley wrote:
[snip]
> In some implementations each "window" has a seperate thread on which
> you can execute script, communication is tricky (as just executing a
> function in another window with otherwindow.chicken() does not change
> threads.) There are methods though.
Yes, in IE I use this to open a dialogue box running a progress bar
that is updated with the progress of a function running in a parent
window.
Julian Turner
.
- Prev by Date:
Re: Seeking a JavaScript expert (job opportunity, Boston, MA, USA)
- Next by Date:
Re: Seeking a JavaScript expert (job opportunity, Boston, MA, USA)
- Previous by thread:
Re: Seeking a JavaScript expert (job opportunity, Boston, MA, USA)
- Next by thread:
Re: Seeking a JavaScript expert (job opportunity, Boston, MA, USA)
- Index(es):
Relevant Pages
- Re: Possible to time out a popup?
... Microsoft MVP ... | I converted your example into a div under the progress bar. ... | portion was taken from a complete window example posted by Torgeir Bakken, ... Torgeir credits the technique used to a suggestion in a post ... (microsoft.public.scripting.vbscript) - overlap windows, how is it possible?
... I would like to do an overlap window, over my main window (of my ... application I want show a window, with a Progress bar, during the processing ... BOOL InitInstance (HINSTANCE hInstance, int iCmdShow) ... (microsoft.public.dotnet.general) - Re: Executing a program while displaying a model window
... I display the form with ShowDialogand is inside this form where I create ... time a file is copied the progress bar is updated with the name of the file ... public delegate void ProcessedFileHandler(); // I use this delegate to send ... > progress bar window until the scanning is complete or the user clicks ... (microsoft.public.dotnet.languages.csharp) - Re: Delegates and threads
... You example would be much more real world if the worker thread was performing the work and then passing the requests to update the progress bar back to the UI thread via control.Invoke ... The message loop is like a queue, ... reaching the main window procedure in order to process events, ... Your Form processes messages on the loop ... (microsoft.public.dotnet.languages.csharp) - Re: Delegates and threads
... reaching the main window procedure in order to process events, ... > Here's the simplest approach to updating a progress bar aynchronously in a WinForms app. ... > private delegate void UpdateProgressInvoker; ... (microsoft.public.dotnet.languages.csharp) |
|