Select to view content in your preferred language

eSearch (3.0)- Disable InfoWindow popups

2257
10
Jump to solution
11-13-2012 09:36 AM
JasonStanton__GISP
Regular Contributor
I am wondering if anyone knows how to disable InfoWindow popups from the initial search results AND fixed data grid.  I commented out the mouseOverSearchResult from the eSearchWidget.mxml and that worked for the initial search results but they still appear when I 'mouse over' the results in the fixed data grid.

Any assistance would be greatly appreciated!
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus
Jason,

   In the SearchWidgetFixedDG.mxml search for this string "showInfoWindow" and every where you find that called (i.e. timerTick2 function and clickRow function) comment out those lines.

Don't forget to click the Mark as answer check on this post and to click the top arrow (promote).
Follow these steps as shown in the below graphic:

View solution in original post

0 Kudos
10 Replies
RobertScheitlin__GISP
MVP Emeritus
Jason,

   What is your reasoning for wanting them disabled? I am just about to release 3.0.14 that fixes some popup issues.
0 Kudos
MegPeterson
Regular Contributor
0 Kudos
RhettZufelt
MVP Notable Contributor
0 Kudos
JasonStanton__GISP
Regular Contributor
Robert,

First- Thank you so much for all of your EXCELLENT widgets and support on the forums...they have been INVALUABLE resources to me (I'm a 'GIS Guy' who has been thrust into the 'developers' world without a life jacket).

Essentially I want to disable the popups because one of our communities asked for that specifically.  They find it to be 'overkill' when the results already come up in the search interface and on the data grid.

I will look into the above suggestions (thank you Meg and rzufelt) to see if those will help me, but often times i don't really know what I'm looking at.

Thanks to all again for your assistance!!

Jason
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Jason,

   OK, I would advise you to hold off till latter this week as I have added the ability to disable popups to the widget in version 3.0.14.
0 Kudos
JasonStanton__GISP
Regular Contributor
OK, so I tried the suggestions above and I must have missed something.  I have commented out every "infoWindow", "showHighlight" and "showStateResults" reference from both the "eSearchWidget.mxml" and "SearchWidgetFixedDG.mxml".  When i 'mouse over' results in the Fixed DG the popup info window still appears.

Any thoughts?
0 Kudos
JasonStanton__GISP
Regular Contributor
Robert,

I just saw your updated post.  THANK YOU SO MUCH!!  I VERY MUCH appreciate your assistance!!
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Jason,

   In the SearchWidgetFixedDG.mxml search for this string "showInfoWindow" and every where you find that called (i.e. timerTick2 function and clickRow function) comment out those lines.

Don't forget to click the Mark as answer check on this post and to click the top arrow (promote).
Follow these steps as shown in the below graphic:

0 Kudos
JasonStanton__GISP
Regular Contributor
Robert,

I upgraded to the latest version (I think I was on 3.0.9) and your answer worked!  THANK YOU SO MUCH!!
0 Kudos