ashima Member
Registered: Jan 10, 2010
Posts: 36
|
| | Feb 05, 2010 at 02:15 AM | Reply with quote | #1 |
|
Hi Is there any simple way to close "Folder view" automatically while choosing any action? Right now, when I open "FolderView" from To Do List and press any action - this folder still remains opened :(
I will be very grateful for your help... /Joanna
|
| Loading... | |
mohnshine

Veteran
Registered: May 07, 2009
Posts: 196
|
| | Feb 05, 2010 at 09:09 AM | Reply with quote | #2 |
|
Quote: Is there any simple way to close "Folder view" automatically while choosing any action?
I would have to say no. What we have done is push the "folder view" behind the action window and the main list menu when we wanted it out of the way using this script
if(window.top.opener.window.top.opener) { window.top.opener.focus(); window.top.opener.window.top.opener.focus(); window.focus(); } If you want to know why I say no, try this:
Open a "folder view" Start an action Switch to the "folder view" window Close the "folder view" window Both the "folder view" and the action windows will close
|
| Loading... | |
Nappy

Guru
Registered: Oct 15, 2007
Posts: 1,028
| |
Jerome

Guru
Registered: Sept 14, 2006
Posts: 3,668
|
| | Feb 05, 2010 at 10:14 PM | Reply with quote | #4 |
|
Quote: Originally Posted by NappyWhat is a "folderview"? the read-only view of the folder at a stage
|
| Loading... | |
Nappy

Guru
Registered: Oct 15, 2007
Posts: 1,028
|
| | Feb 05, 2010 at 11:01 PM | Reply with quote | #5 |
|
Ah, all my forms are the same size so i don't see the RO view (:) talk about a blind spot). And as mohnshine already said you can not close it because it will also close the child action window.
Joanna what is the problem you/your users have?
|
| Loading... | |
Jerome

Guru
Registered: Sept 14, 2006
Posts: 3,668
|
| | Feb 06, 2010 at 09:26 AM | Reply with quote | #6 |
|
well, forms almost MUST be the same size, otherwise the damn client window zooms in and out like some kind of demented Jack in the Box. It still does anyway as it tries to figure out what size it should be (even if the size does not change at all). That 'feature' is still with us in version 9....
|
| Loading... | |