Select to view content in your preferred language

Enhanced Draw Widget Functionality

6361
33
Jump to solution
02-01-2013 05:15 AM
JustinFultz
New Contributor III
Robert,

I was curious if you had any plans to incorporate the real time measurment functionality that is in the standard draw widget at 3.1 into your enhanced widget. I prefer your enhanced version, and it will continue to be my go to draw widget, but would love to see the real time functionality in the future if possible.

Thanks for all of the work you put into these widgets! They are great!

Justin
Tags (2)
33 Replies
DerekHunter1
New Contributor II
Robert, thanks for that info.  I have tweaked the glow filter settings with no luck.  Can you reference specific lines to edit?
Derek,
   The graphical buttons use a glow filter that just applies a white subdued glow to the image. You will have to adjust the GlowFilter to something thatg works with your viewers color scheme (Or adjust your color scheme).
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Derek,

   So you attempted to adjust what in these lines of the GlowFilter?

<s:GlowFilter id="glowFilter"
                      alpha="1"
                      color="{getStyle('focusColor')}"
                      inner="true"
                      strength="2"/>


how about something like this:

<s:GlowFilter id="glowFilter"
                      alpha="1"
                      color="0xff0000"
                      inner="true"
                      strength="3"/>
0 Kudos
DerekHunter1
New Contributor II
that did it. thanks again.

Derek,

   So you attempted to adjust what in these lines of the GlowFilter?

<s:GlowFilter id="glowFilter"
                      alpha="1"
                      color="{getStyle('focusColor')}"
                      inner="true"
                      strength="2"/>


how about something like this:

<s:GlowFilter id="glowFilter"
                      alpha="1"
                      color="0xff0000"
                      inner="true"
                      strength="3"/>
0 Kudos
RavitejaViswanadha1
New Contributor III

Hi Justin , Do we have an option to Save the Current drawn graphic to a file or Load them back so that they will be the persistent graphics. ?

0 Kudos