Select to view content in your preferred language

ALL Robert Scheitlin Widgets are 2.4 compatable

4122
27
07-29-2011 10:41 AM
RobertScheitlin__GISP
MVP Emeritus
All,

  I have recompiled all my widget and updated the downloads to contain the new 2.4 compiled version of the swf.
Some widgets received other enhancements but most were just recompiled.
Tags (2)
0 Kudos
27 Replies
MariaSevier
Emerging Contributor
I actually found the dynamic legend widget from the code gallery so it was the one that I wanted but I must have somehow gotten an old version of the files although I'm not sure how :).  I just reran the download and now have the newest compiled files up and incorporated into my config.xml file.

I will read more on the "onlythese" piece from the .pdf next.

Thanks a bunch!
Maria
0 Kudos
KateLyndegaard
Deactivated User
Hi there,

I've managed to get the source code for the 2.1 flexviewer and would like to make a few changes to the 2.1 Identify Widget however at this point I only have the .swf. It works perfectly, I've just been asked to change a few labels, etc. Would it be possible to get the 2.1.7 Identify Widget source code?

Thanks again,
Kate.
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Kate,

   Here you go.
0 Kudos
KateLyndegaard
Deactivated User
Dear Robert;

Thank you very much, however I see now that what I need is an uncompiled 2.2.3 Identify Widget- I apologize. In a previous post you provided me with a compiled Identify Widget which I thought was the 2.1 release. Upon closer investigation of the .xml I see that it's a 2.2.3 Identify Widget (and it's working perfectly on our 2.1 website). I see that the 2.1 release only supports search by point functionality whereas currently we have several options. Could you please provide me with 2.2.3 source code, and will I be able to compile it in FlexViewer 2.1 (4.0 SDK) for use in the 2.1 application?

I am very sorry for the confusion.

Thank you very much,
Kate.
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Kate,

   Here is Version 2.2.4 which is all I can find right now hopefully it will work.
0 Kudos
KateLyndegaard
Deactivated User
Dear Robert;

Unfortunately, the 2.2.4 didn't work. What I wanted to do was alter the widget to display field names in bold and attribute info in regular text in both the results window and the InfoPopup window, however I see that the field names and associated attribute information are concatenated in a loop before being assigned to the content variable in the processIdentifyResults function (Identify.mxml):

content += fldArr+ ":" + value + "\n";

Do you have any idea how these two values could be split to bold one before they're passed to the windows?

Thanks again,
Kate.
0 Kudos
KateLyndegaard
Deactivated User
Hi there,

The widget works well now and I solved the text formatting issue with:
content += "<font color='#FF0099'><b>" +  fldArr + ": </font></b>" + "<font color='#000000'>"+ value + "</font>"+"\n";

in addition to adding controls with the htmlText property.

Take care,
Kate.
0 Kudos
DavidCaussin
Deactivated User
Hi there,

Is there someone that could explain how to implement the solution of kate?

The widget works well now and I solved the text formatting issue with:
content += "<font color='#FF0099'><b>" + fldArr + ": </font></b>" + "<font color='#000000'>"+ value + "</font>"+"\n";

in addition to adding controls with the htmlText property.

I work with the 2.4 version of the widget

Thanks in advance
0 Kudos