[jawsscripts] Re: Using Virtual Viewer right after DlgSelectItemInList
- From: "Jackie McBride" <abletec@xxxxxxxxx>
- To: jawsscripts@xxxxxxxxxxxxx
- Date: Mon, 30 Jun 2008 19:14:13 -0700
Of course, Kamil, instead of using pause 5 times, u could simply use
delay(5). Whether we like it or whether we don't, (& none of us does),
sometimes a delay in a script to let the app do its thing is a
necessity.
On 6/30/08, Kamil Shafizadeh <kamilimak@xxxxxxxxxxx> wrote:
> Hi folks,
> I'm trying to give the user the choice of selecting an item using
> DlgSelectItemInList and then displaying the related details in Virtual
> Viewer.
> The problem is that once I add the text to the user buffer and try to
> activate, it shows up for a second and the gets closed.
> If I put several pauses after adding text and before activating the buffer,
> virtual viewer shows up and stays.
> Dependency on pauses is what I would like to avoid.
> Any advice would be highly appreciated.
> (The sample code comes below)
>
> Thanks,
>
> Kamil
>
> Let result = DlgSelectItemInList("Word1|Word2", "Glossary", TRUE, 1)
> If result == 1 Then
> UserBufferClear()
> UserBufferAddText("blah blah blah")
> UserBufferAddText("blah blah blah")
> Pause() Pause() Pause() Pause() Pause()
> UserBufferActivate()
> EndIf
>
>
> _________________________________________________________________
> News, entertainment and everything you care about at Live.com. Get it now!
> http://www.live.com/getstarted.aspx
>
> __________
> View the list's information and change your settings at
> http://www.freelists.org/list/jawsscripts
>
>
--
Change the world--1 deed at a time
Jackie McBride
Check out my homepage at:
www.abletec.serverheaven.net
& please join my fight against breast cancer
<http://teamacs.acsevents.org/site/TR?px=1790196&pg=personal&fr_id=3489>
__________
View the list's information and change your settings at
http://www.freelists.org/list/jawsscripts
- References:
- [jawsscripts] software with unfixed ctrl ID
- From: Jitendra
- [jawsscripts] Re: software with unfixed ctrl ID
- From: Jerry White, MBA
- [jawsscripts] Re: software with unfixed ctrl ID
- From: Jackie McBride
- [jawsscripts] Re: software with unfixed ctrl ID
- From: Marlon Brandão de Sousa
- [jawsscripts] Everything you wanted... manual
- From: Smith, Alice A. HQ DCO
- [jawsscripts] Re: Everything you wanted... manual
- From: Jackie McBride
- [jawsscripts] Re: Everything you wanted... manual
- From: Smith, Alice A. HQ DCO
- [jawsscripts] Re: Everything you wanted... manual
- From: Chris & Doris
- [jawsscripts] Re: Everything you wanted... manual
- From: Geoff Chapman
- [jawsscripts] Using Virtual Viewer right after DlgSelectItemInList
- From: Kamil Shafizadeh
Other related posts:
- » [jawsscripts] Using Virtual Viewer right after DlgSelectItemInList
- » [jawsscripts] Re: Using Virtual Viewer right after DlgSelectItemInList
- » [jawsscripts] Re: Using Virtual Viewer right after DlgSelectItemInList
- » [jawsscripts] Re: Using Virtual Viewer right after DlgSelectItemInList
- [jawsscripts] software with unfixed ctrl ID
- From: Jitendra
- [jawsscripts] Re: software with unfixed ctrl ID
- From: Jerry White, MBA
- [jawsscripts] Re: software with unfixed ctrl ID
- From: Jackie McBride
- [jawsscripts] Re: software with unfixed ctrl ID
- From: Marlon Brandão de Sousa
- [jawsscripts] Everything you wanted... manual
- From: Smith, Alice A. HQ DCO
- [jawsscripts] Re: Everything you wanted... manual
- From: Jackie McBride
- [jawsscripts] Re: Everything you wanted... manual
- From: Smith, Alice A. HQ DCO
- [jawsscripts] Re: Everything you wanted... manual
- From: Chris & Doris
- [jawsscripts] Re: Everything you wanted... manual
- From: Geoff Chapman
- [jawsscripts] Using Virtual Viewer right after DlgSelectItemInList
- From: Kamil Shafizadeh