Callout labels as links

Hey All,
Need help again from all the flex experts sitting out there:-)
Is there any way I can make callout labels of a pieseries as links ...
I have drill down pie charts .. And I want that not only on clicking pf pie chart section but also clickig on the corresponding callout label should refresh the second pie chart ..
TIA
Anshu

Hey guys, pls do let me know if I have made myself clear
in my query .. or want me to explain more in detail ...

Similar Messages

  • Html in labels / hot links

    hi! i want to know the restrictions if using html in labels? is the standard stricly defined or is it platform dependend like the differences when displaying webpages in different browsers?
    1.
    - does it have to include the html, head, and body tags?
    - does it have to be in xhtml standard?
    - is javascript allowed (or other scripts)?
    - can i use stylesheets?
    - can i embed applets? (an applet in an applet - how funny)
    - frames?
    2.
    is there another way to display hot links in an aboutbox?

    i cannot answer all questions. but i would like to share my experience to use html in JLabels. my Java enviornment is SDK1.4.0.01. I tried some tags in my labels. I used some tags that work as below:
    <html>
    <B>bold</B>
    <P>line return
    </html>
    I also tested some CSS properties like font-size, font-color which do not work. So it seems not to support all HTML functions.
    In all, I suggest you to test the tags when you want to use them.

  • Why does Enc2.0 change my text buttons to the Chapter pt labels after linking?

    In Enc 1.5 and prior, I could import a MS AVI clip from PremPro with the chapter marks simply labeled "ch1. ch2." etc..., create a text frame on a new menu, convert the text to a button, and then pick whip the link to a chapter point on the timeline. Now the text box/button changes from whatever word I have to the "ch1" or "ch2" label instead.
    I'm using a 30day trial version of Enc2.0 while I'm waiting on delivery of Production Studio package, so I don't have any documentation. Is there some default setting I need to change?

    There's no preference to turn it off. It was intended to essentially shift workflow to naming chapters in PPro instead of buttons in Encore- then when you link the chapter to the button, it updates the button name and text layer.
    If you'd rather not work that way, the workaround is to select all buttons in your menus (you can do this in the Menus tab), then uncheck that button. And send a feature request to Adobe for more control over this feature. :)
    http://www.adobe.com/support/feature.html

  • How can i highlight callout label of piechart selected wedge?

    Hi ,
    i want to include the label of selected piechart wedge inside a rectangular box on item click. Can anyone tell how to do that?
    I just want to show which one is currently selected. Either i can include label in box or can highlight it.
    I also tried to explode the selected wedge ,but the problem occurs when there are only two wedges,then its difficult to tell which one is selected.
    Thanks in advance.

    But it isn't that I wish show label on a table header. I whish show label on list option. Then how can I do ?YOu can use the JUPanelBinding method:
    public String getLabel(String voName, String voAttrName, LocaleContext locale)
    and pass the ViewObject Name in your application module, the attribute name, and provide a local context or null for the default locale. See generated JCLient Form type panel code (for a ViewObject) on example usage.

  • Looking for a script that creates labels for linked image files in the layout

    I'm working on a large book with over 650 images and I need to show the file names along with the images in layout for proofing reasons. Does anyone have a script for that does something like this? I'm working in INDD 6.
    Appreciate your help / suggestions!

    This is great— thank you! however you have to select all the image in order to generate the live caption. My file is about 320+ pages, any way to run live caption without having to select the files?

  • Map Builder Labeling Links from Network Theme

    Hi,
    Map Builder cannot change labelig column for links('link_id' is default), I need column 'LINK_NAME'
    I change column manuly in metadata_view
    update user_sdo_themes
    set styling_rules = '
    <label>
    <link column="LINK_NAME" style="T.ROAD NAME"> 1 </link>
    </label>
    where name = '...'
    commit
    and check by select styling_rules from ... all is OK
    refresh data in MapBuilder or restart MapBuilder and ... "link_id" comes back :-)
    This problem is connected with Themes/Network Themes; in Base Maps all is ok.
    Question is, how to change labeling column for links in Network Themes.
    BR,
    Tomek
    Edited by: ToM2 on Dec 4, 2008 5:24 AM

    As a network theme, the link_id and node_id are always used in labelling. If you want to use a different attribute for labeling the links of a network data, you can create a geometry theme based on the network link table (it is a geometry table), and then you will be able to select any column for labeling.
    Joao

  • Regarding onClick event of htmlb:Link element.

    Hi All,
    We have a table in which we are displaying error messages.
    The requirment is that each message should be a link which , when clicked should set the focus on respective element in the form.
    I am displaying each message as link as follows:
    <%
      loop at itab_message into wa_message.
                  %>
    count = count + 1.
                  %>
                  </td>
                  <td bgcolor="#F0F0F0">
                  <htmlb:link id            = "link<%= count %>"
                              text          = "<%= wa_message-msg %>"
                              >
                  </htmlb:link>
                  </td>
                  </tr>
                  <%
      endloop.
                  %>
                  </table>
                  <%
      refresh itab_message.
                  %>
                  <%
      endif.
                  %>
    Displayng messages as links is fine , but how can i acchieve the functionality , that on clicking a particular link , the focus should be set on the respective field.
    For Ex:
    There are two error messages:
    1)Enter your name
    2)Select material group from drop down list box.
    If the user clicks 1st message the focus should be set on NAME element.
    Thanks,
    Anubhav.

    Hi,
    this is not gonna be easy but first, you´re not using
    <div class="jive-quote"> </div>
    so you should erase it.
    Second, you have to extend the use of label <htmlb:link> in this way:
    <htmlb:link id        = "link<%= count %>"
                      text          = "<%= wa_message-msg %>"
                      onClientClick = "set_focus('your_field')" >
    And then, some Javascript code:
        function setfocus(myfld) {
                if (document.forms.elements[myfld] != null) {
                    document.forms.elements[myfld].focus();
    Hope it helps.

  • How can I add callouts on top of anchored images in CS6?

    I am using InDesign CS6 on a MacBook. I have multiple anchored images in a long document. Some of the images require callouts, such as labels or arrows, which should display on top of the image and should always stay with the image as if these items were also anchored. Is there a way to layer images in InDesign so that they are all anchored?
    I tried grouping the callout objects with the anchored object, but you cannot select an anchored object and other objects at the same time. I know in Word you can create an image canvas and add multiple items to that, and they are all grouped together. Is there a way to do that in InDesign? Or would I have to anchor each callout along with its corresponding image?

    Peter, your advice was very helpful. However, the text boxes (callout labels) that are included in the grouped objects get distorted once the grouped objects are anchored. Each text box shows the red +. When I expand the text box to fit content, the text box expands vertically so that all of the text is below the originally anchored object.
    The other callouts (just lines) stay in place perfectly.  Any insight into why the text boxes don't behave the same way that the lines do?

  • How to set an application item when report column link is clicked?

    I am trying to set the short name of a bread crumb entry when I drill into a detail from an interactive report page.
    The master report has a column link with target = detail - "page in this application"
    I can pass page items through the URL and they are set on the target page.
    How can I set an application item before the target page is called?
    Is there a way to set a process before the link is followed?

    Kenneth,
    I'm not totally sure that I understood the question but, it soounds like you want to set the value of some page items on the page that is opened when you click a link on a column in the master window. Is this right?
    If so, you can achieve what you want by creating hidden page item(s) on the target page. In the master page, on which every column provides the link, go into Report Attributes, click on the link column and scroll down to the section labeled "Column Link" Within this section, set the link text to the current column value, e.g. #MASTER_REPORT_COLUMN_NAME_HERE#. Set the target to "Page in this Application" and pick the page number for the target window.
    Underneath this you will see a section to set set the value for page items. If you click the flashlight, you can search for the hidden page item that you created above. Use the same value to set it as you did the link text, i.e. #MASTER_REPORT_COLUMN_NAME_HERE#. Do this and let APEX take care of passing the values on the URL.
    On the child page, just set whatever control you want to dynamically pick up the value from the hidden field. For example, if you hidden field where named P4_CLEARER_NAME. You could set the title attribute to "Contact Information for &P4_CLEARER_NAME."
    You need the preceeding "&" and terminating "." around the name of you hidden page item to do this.
    -Joe

  • Trying to assign an XML attribute value to a button label

    I have a Flex app (developed in FLEX 2) that reads from
    multiple XML files and populates datagrids with element values.
    What I'm trying to do now, is to create a second column with a
    button, enabling users to view archived versions for each current
    report.
    My problem is: I can't get the <mx:Button> label to
    accept the attribute "name". I've tried atleast 10 - 20 different
    syntax.
    My XML file looks like this:
    <metrics>
    <report name="test">
    <link>test Report 10/28/2008</link>
    <url>test-10_28_2008.zip</url>
    <status>active</status>
    </report>
    </metrics>
    The mxml looks like this:
    <mx:Button buttonMode="true" useHandCursor="true"
    click="handleClick()" label="{data.@name}" width="80">
    <mx:Script>
    <![CDATA[
    public function handleClick():void{
    var url:URLRequest = new
    URLRequest([L=http://new.test.com/pages/r_archive_apps/"+data.link+".html");[/L]]http://n ew.test.com/pages/r_archive_apps/"+data.link+".html");[/L][/L]
    navigateToURL(url,"_blank");
    ]]>
    </mx:Script>
    </mx:Button>
    When I try to label a button with an element it works fine.
    Some of the other sytax I've used are:
    - label="{data.report.@name}"
    - label="{data.report.(@name=='test')}"
    - label="{data.report.(@name='test')}"
    - label="{data.@name}"
    - label="{data.metrics.report.@name}"
    - label="{data.metrics.report.(@name=='test')}"
    - label="{data.metrics.report.(@name='test')}"

    quote:
    Originally posted by:
    rtalton
    Can you post some code so we can see how you are using the
    button? I think you may be using the button within a datagrid
    itemRenderer, which might make a difference.
    You're right, the button is in a datagrid itemRenderer. I've
    pasted more dataGrid code below - thanks again.
    <mx:DataGrid id="dgCatalog" dataProvider="{_xlcCatalog}"
    rowCount="4" editable="false" sortableColumns="false"
    left="148" top="65" bottom="42" borderStyle="solid"
    alternatingItemColors="[#ecf8ff, #ffffff]"
    themeColor="#ffff80" alpha="1.0" cornerRadius="0"
    dropShadowEnabled="true" dropShadowColor="#000000" width="549"
    creationCompleteEffect="{glow3}">
    <mx:columns>
    <mx:Array>
    <mx:DataGridColumn editable="false" headerText="Daily -
    Report Names" dataField="link" textAlign="left" width="200">
    <mx:itemRenderer>
    <mx:Component>
    <mx:LinkButton click="handleClick()" label="{data.link}"
    >
    <mx:Script>
    <![CDATA[
    public function handleClick():void{
    var url:URLRequest = new URLRequest("
    http://test.new.com/test/"+data.url);
    navigateToURL(url,"_blank");
    ]]>
    </mx:Script>
    </mx:LinkButton>
    </mx:Component>
    </mx:itemRenderer>
    </mx:DataGridColumn>
    <mx:DataGridColumn editable="false" headerText="Daily -
    Report Archives" dataField="link" textAlign="left" width="80">
    <mx:itemRenderer>
    <mx:Component>
    <mx:Button buttonMode="true" useHandCursor="true"
    click="handleClick()" label="{data.report.@name}" width="80">
    <mx:Script>
    <![CDATA[
    public function handleClick():void{
    var url:URLRequest = new URLRequest("
    http://test.new.com/pages/test_apps/"+data.link+".html");
    navigateToURL(url,"_blank");
    ]]>
    </mx:Script>
    </mx:Button>
    </mx:Component>
    </mx:itemRenderer>
    </mx:DataGridColumn>
    <!--mx:DataGridColumn headerText="URL" dataField="url"
    width="350"/>
    <mx:DataGridColumn headerText="Status" dataField="status"
    width="70"/-->
    </mx:Array>
    </mx:columns>
    </mx:DataGrid>

  • Pie Chart Callouts Remain After Updating DataProvider

    I have a Pie Chart with an Array Collection as the
    dataProvider. When I update the dataProvider, however, the Pie
    Chart callouts are not always displayed correctly. I basically have
    a form where a user can enter percentages of catregories, and the
    percentages are displayed in a pie chart right next to the form.
    When I update a value from zero to some positive number, the
    category is displayed in the pie chart correctly. But, when I
    update that value back to zero, the callout labels get funkified.
    For instance, sometimes one label is displayed twice, or if there
    is only one category filling the pie chart (100%), the previous
    callout labels are still displayed. I debugged and found that the
    underlying ArrayCollection values are correct, but it seems the
    series is not reflecting the values in the Collection. Any ideas
    how I can fix this?
    Thanks.

    Sure! Here you go. Simply edit any of the "value" values to
    be zero, and you will see what I'm talking about. Do it multiple
    times and it gets worse and worse. I'm using SDK 3.2.
    I'm starting to think this is a bug.

  • Link column in report

    Hello,
    How can I create a link column in a report region (not in an interactive report region).
    Link Column configuration section is not available for a report region.
    APEX version: 4.0.1.00.03
    Thanks.

    Dave,
    Do you not see a section labeled
    "Column Link"
    when you drill down on a particular report column??? I see this section for both Interactive and Classic reports.
    -Joe

  • Pie chart Labels clickable

    Hey guys,
    Is there a way to make pie chart labels(callout labels) clickable?
    Thanks in advance.

    Hans:  Thanks, again.
    (And, again, this should be easy but isn't).  Requestors ask the darndest questions.
    Doug in York PA
    Douglas R. Eckert

  • Text Field avoid tab into label

    Is there a way to avoid tabbing into a label.
    I have several Text Fields with as "Required with Help" and the user would like to tab thru the Text field without having to tab out of the label.
    Is that possible.
    Using Apex 3.2.
    Thanks

    This can be controlled using the HTML <tt>tabindex</tt> attribute. See +{thread:id=1246565}+ for a previous discussion on this.
    Basically, <tt>tabindex</tt> should NOT be applied to <tt>label</tt> elements. However in labels of type "Required with help", the help links should be accessible via tab presses on the keyboard. In this case, I'd say the user is wrong and it makes sense for the help link to receive focus before the text item, so that the help relating to the item can be accessed before entering a value. If they can't be convinced of this, then set <tt>tabindex</tt> values for the text items and label help links sequenced so that the items are accessed before the help links.

  • HOW TO CONVERT PANEL OR TITLEWINDOW TITLE TO A LINK

    hello there,
    I want to have a linkbutton instead of label on the title of a titlewindow or panel. How can I convert their title into a clickable link, any ideas?
    thanks

    Hi abaki,
    In your Title Window or Panel component write the below function...
    override protected function createChildren():void
       super.createChildren();
       var lnkButton:LinkButton = new LinkButton();
       lnkButton.label = "Your Link Button";
        lnkButton.width = 100;
        lnkButton.height = 25;
       this.rawChildren.addChild(lnkButton);  
    Thanks,
    Bhasker

Maybe you are looking for

  • Bad performance with many xmlqueries in select and big resultset

    I'm running into big performance problems with the following query (edited the query a bit to remove sensitive information): SELECT id "id",created "created",   xmlcast(xmlquery('declare default element namespace "http://www.example.com/myproject/sch

  • Inserting a constant after a file name

    Hello all, I have been working on a Javascript for Acrobat Pro 9, which I want to pull the first page of a PDF file & move it to another folder, I have managed to achieve this, however it would also be useful to insert an additional part to the file

  • Display image from windows server

    Hello, I have to display a image logo.gif on my page. the path of the image is C:\img <img src="C:\img\logo.gif" > does not work Thank you in advance Fay

  • Strange Icon

    Below you will find a link to an image of an image/icon that will show itself from time to time. Firmware does not seem to be an issue as I have seen this in 1.1.3 & 1.1.4. I got this iPod at Christmas and I believe I have only seen this image 2-3 ti

  • I can't import supported movie files

    I tried importing a mpeg4 video into iMovie but it appears greyed out. I converted the file to quicktime and this also shows greyed out. both are supported formats. what do i do?