Select to view content in your preferred language

widget preload="minimized"

625
1
Jump to solution
04-23-2013 09:42 AM
ShaningYu
Honored Contributor
In the main config file, I added
preload="minimized"
for some of widgets.  It brings 2 problems:
1) If the overall widgets with the preload iare limited (e.g. 3), the top one's position is  on the banner toolbar.  Even though I set top (e.g. = "200" or "450") How can it be lowed slightly below the banner toolbar?
2) f the overall widgets with the preload are more than 4 or more, none minimized widget displays on the UI.  Nut in the banner toolbar, those widgets are yellow-color-underlined that mean they are suppose to be on the UI.  Besides, if I click any tool ion (on the toolbar), nothing happens.  Does this observation implies that the preload-minimized widgets should be limited somehow?
Thanks.
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
ShaningYu
Honored Contributor
Problem 2) solved by referring the thread at http://forums.arcgis.com/threads/22274-Problem-with-widgets-scrolling-out-of-the-screen.  Namely, in WidgetContainer.mxml,
var wTop:Number = _top; // original value: wRect.y; 
I would ignore Problem 1) now.

View solution in original post

0 Kudos
1 Reply
ShaningYu
Honored Contributor
Problem 2) solved by referring the thread at http://forums.arcgis.com/threads/22274-Problem-with-widgets-scrolling-out-of-the-screen.  Namely, in WidgetContainer.mxml,
var wTop:Number = _top; // original value: wRect.y; 
I would ignore Problem 1) now.
0 Kudos