Select to view content in your preferred language

Splash widget - Flex viewer 3.1

1626
8
Jump to solution
12-28-2012 12:27 AM
by Anonymous User
Not applicable
Original User: MagNess

Hi!

I'm trying to update 3.0 to 3.1 and I have a difference between the splash page on production and test page!
See captures.

Thanks for help !
0 Kudos
1 Solution

Accepted Solutions
Juan_CarlosFranco
Esri Contributor
Just wanted to follow up and let everyone know that this has been fixed and will be part of our next release (see GitHub Issue #41).

View solution in original post

0 Kudos
8 Replies
by Anonymous User
Not applicable
Original User: MagNess

Hi!

No one had the same problem when upgrading ? 😕
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Magaly,

   In 3.1 the splash widget has been re designed (internally) and you have to do more HTML formatting to get the look you are after. All you really need is to add some <br>s in the HTML code.
0 Kudos
by Anonymous User
Not applicable
Original User: MagNess

Thanks for reply! I will do that even if it's not logical 😕
0 Kudos
HeatherGonzago
Esri Contributor
The default height and width of the dialog changed from 500 to 300 which is probably giving you the results you are seeing as well. This can be configured in the tag using both height and width tags.

http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Splash_widget_tags/01m300000005...
0 Kudos
by Anonymous User
Not applicable
Original User: rzufelt

Hi Magaly,

Did you ever figure out how to get the html text to "word wrap" like it used to?

I see the same thing in the "About" window, have not figured out how to get it to wrap.  Doesn't seem to matter if I <br> it <p> it or anything that I've tried so far.

R_
0 Kudos
KennyHoran
Regular Contributor
I got bit by the missing word wrap as well.  It screwed up my splash and about box.  If you're compiling yourself you can get word wrap back by deleting line 136 of HTMLPopup.mxml.  It looks like this:

linebreak="explicit"
0 Kudos
by Anonymous User
Not applicable
Original User: rzufelt

Excellent,

That, then change the width to

            <s:RichEditableText width="{txtareaWidth - 50}" height="{txtareaHeight}"
and it no longer overlapps the scroller with the text.

Looks much better now.

Thanks,

R_
0 Kudos
Juan_CarlosFranco
Esri Contributor
Just wanted to follow up and let everyone know that this has been fixed and will be part of our next release (see GitHub Issue #41).
0 Kudos