Glenn,
does this code mean that if i have the tag useUTC='true' then i should be getting the time corrected to my timezone.?
Yes (that's the way it is suppose to work based on my understanding).
how does it know what my timezone is?
It (flash Player) gets it from the client machine
is it looking at the time on the webserver?
No the Client Machine
if i dont use the tag then i would get UTC time?
Yes (that's the way it is suppose to work based on my understanding).
All,
I thought I would try and give you a forecast of things to come for the eSearch. Here are things I am currently working on or have already completed:IMPORTANT be ready for it because this next version will require a lot of changes to your current SearchWidget.xml
- Multi field Links. What this means is that you can specify a link much the same way you do a description in a popup. So links will now look like this:
<links> <link alias="View Mon. Ref Sheet"> <![CDATA[http://mySite/gis/map/mrs_test.asp?mrspoint={Name}&lat={LAT}&long={LON}]]> <icon><![CDATA[assets/images/w_link.png]]></icon> </link> </links>And for a much more simple link it would look like this:<links> <link alias="Get Property Image"> <![CDATA[{PICTURE}]]> <icon><![CDATA[]]></icon> </link> </links>- Ability to select and copy from the widgets results
- Multi field expressions! I am diligently working on this to make it work and as configurable as possible. This is still one of my biggest challenges as each additional field need to have an additional text box or combo box added to the User Interface.
- I have many more items on the enhancement list but will have to wait and see what makes the cut after the massive code changes that are involved in 1 and 3 are complete.
Glenn,
Have you tried with the OTB search widget. Because they will not give you supoort for my widget but they will if it does the same in the OTB search widget.
Thank You Thank You Thank You!! Multi Field search capability would be a life saver for me!