[mapguide-users] TaskPane problems on Fusion

Katsuaki Soizumi soizumi at trk.apptec.co.jp
Sun Mar 30 20:23:23 EDT 2008


I found a problem how TaskPane works at Fusion;
[Home] button doesn't go back to the initial display.

When I set as below,
 start.aspx  -  URL that executes with TaskPane on start up
 button.aspx -  URL that executes with InvokeURL on Toolbar (Target is TaskPane)

and,

1. Display the initial screen of TaskPane
2. At this moment, [Previous] button is set as enable 
3. Click [Previous] button and no content has change in the task pane
   and [Previous] button is set as disable
4. Execute button.aspx, which is defined at Toolbar
5. TaskPane displays button.aspx
6. Click [Home] button but button.aspx stays!!

This is clicking [Previous] button as example, but also,,

1. Display the initial screen of TaskPane
 . do some operations
2. Click [Home] button => goto start.aspx
 . do some operations
3. Executes InvokeURL(b1.aspx)
 . do some operations
4. Click [Home] button => goto b1.aspx
 . do some operations
5. Executes InvokeURL(b2.aspx)
 . do some operations
6. Click [Home] button => goto b2.aspx
 . and, so on..

This process also displaces the URL (start.aspx) that assigned to [Home] button. 
Assuming the initial URL has changed to InvokeURL after clicking [Home] button.

I think when clicking [Home] button, start.aspx at starting up always has to be displayed.

Thanks in advance.
Soizumi


More information about the mapguide-users mailing list