activityindicator

5 messages Options
Embed this post
Permalink
klementszabolcs

activityindicator

Reply Threaded More More options
Print post
Permalink
Hi.
How can i use the activityindicator widget?
I include in applicationdefinition.xml:
<Widget xsi:type="UiWidgetType">
        <Name>ActivityIndicator</Name>
        <Type>ActivityIndicator</Type>
        <Location />
        <Extension xsi:type="CustomContentType">
           <ElementId>loadingdiv</ElementId>
        </Extension>
 </Widget>
but not working.
The loadingdiv not hide.
(I insert in activityindicator.js initialize function a alert('aaa')  
but not work).
I think not initialized the widget. why?
Szabolcs

_______________________________________________
fusion-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users
Paul Spencer-2

Re: activityindicator

Reply Threaded More More options
Print post
Permalink
You need to include an HTML element in the page that has an ID of  
'ActivityIndicator' (matching the <Name> element of the widget) to  
ensure the widget gets created.

Cheers

Paul

On 12-Dec-08, at 8:11 AM, klementszabolcs wrote:

> Hi.
> How can i use the activityindicator widget?
> I include in applicationdefinition.xml:
> <Widget xsi:type="UiWidgetType">
>       <Name>ActivityIndicator</Name>
>       <Type>ActivityIndicator</Type>
>       <Location />
>       <Extension xsi:type="CustomContentType">
>          <ElementId>loadingdiv</ElementId>
>       </Extension>
> </Widget>
> but not working.
> The loadingdiv not hide.
> (I insert in activityindicator.js initialize function a  
> alert('aaa')  but not work).
> I think not initialized the widget. why?
> Szabolcs
>
> _______________________________________________
> fusion-users mailing list
> [hidden email]
> http://lists.osgeo.org/mailman/listinfo/fusion-users


__________________________________________

    Paul Spencer
    Chief Technology Officer
    DM Solutions Group Inc
    http://research.dmsolutions.ca/

_______________________________________________
fusion-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users
klementszabolcs

activityindicator

Reply Threaded More More options
Print post
Permalink
In reply to this post by klementszabolcs
yes, in my index.html:
<div id="Main">
    <div id="Toolbar"></div>
    <div id="Splitter">
      <div id="PanelPane"></div>
      <div id="Map">
        <div id="loadingdiv"><img src=images/loading_wh.gif></div>
      </div>
    </div>
  </div>

but not wotking....
the gif image is always visible..
the activityindicator initialize function is never called..



_______________________________________________
fusion-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users
klementszabolcs

activityindicator

Reply Threaded More More options
Print post
Permalink
In reply to this post by klementszabolcs
Ok, it is working.
the div was on wrong placement.
must outside from map div.

_______________________________________________
fusion-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users
Paul Deschamps

Re: activityindicator

Reply Threaded More More options
Print post
Permalink
That should not be the case at all, you can have the activity indicator inside the map div. the only issue with that may be the fact that the z order may be needed to be changed for that div so it is on top of the Map Window.

Cheers

Paul D.

On Mon, Dec 15, 2008 at 4:54 AM, klementszabolcs <[hidden email]> wrote:
Ok, it is working.
the div was on wrong placement.
must outside from map div.


_______________________________________________
fusion-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users



--
   Paul Deschamps
   Applications Specialist
   DM Solutions Group Inc.

   Office: (613) 565-5056 x28
   [hidden email]
   http://www.dmsolutions.ca
   http://research.dmsolutions.ca
   


_______________________________________________
fusion-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users