Select to view content in your preferred language

Classic Shortcut bar for 2.2?

986
6
03-15-2011 08:42 AM
KentOgletree
Emerging Contributor
I am trying to create a shortcut bar like the 1.3 SFV. However I have not found any sample available and all attempts to modify the Header Widget has resulted in it breaking. Every tiime I attempt to move the Widget List below the Title and Sub-Title all widgets grey out and can not be clicked.

Any suggestions on available sample code or where I might be going wrong in editing the existing code would be appreciated.
Tags (2)
0 Kudos
6 Replies
RobertScheitlin__GISP
MVP Emeritus
kogletree,

   I still use the classic controller from the Flex Viewer Beta and have it running in Flex Viewer 2.2. Attached is the widget source.

Main Config.xml entry:
<widget left="20" top="10" visible="true"
        config="widgets/ClassicController/ClassicController.xml"
        url="widgets/ClassicController/ClassicControllerWidget.swf"/>
0 Kudos
KentOgletree
Emerging Contributor
Thanks Robert, however it appears that the Banner.mxml requires a resource file ControllerStrings for locale "en_US" which I do not have. If I could find the 1.3 source somewhere I would pull it out myself. Would you happen to have this resource?
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Sure here it is. Just change dot txt to dot properties once you get it.
0 Kudos
KentOgletree
Emerging Contributor
Thanks again Robert. This is working great and I only have some styling stuff to do and then make a few mods. This has saved me some grief. 😄
0 Kudos
JesseMetcalfe
Emerging Contributor
Hello Guys,
Thanks for sharing Classic banner for 2.2.
However, after adding the code and doing possible modifications it is not working for me.
       

  • Added widget to src/widgets

  • Added Banner.mxml and ClassicControllerWidget to flex modules

  • Removed HeaderController from config.xml

  • Added ClassicControllerWidget entry to config.xml

My banner seem to be blank.(Attaching image)
Is there any thing I am missing ?

Jesse
0 Kudos
JesseMetcalfe
Emerging Contributor
forgot to attach my banner
0 Kudos