IGS Graphics onClick coordinate

Hello All
I've developed a dynpro application which uses IGS Business graphics now I need implement onAction(CLICK)
but I need something special i.e. I need cursor position   Y  and  X coordinate in the click Time.
any ideas?????

I had expected that this is described in the Javadoc but it isn't. At least you can find there the name of an event parameter of the "onAction" event, namely "id".
So try this: Create an action "GraphicsClicked" with a parameter "whateverID" of type string.
Add into wdDoModifyView():
if (firstTime)
  IWDBusinessGraphics gfx = (IWDBusinessGraphics) view.getElement("<ID of graphics UI element>");
  gfx.mappingOfOnAction().addSourceMapping("id", "whateverID");
In the event handler method "onActionGraphicsClicked":
wdComponentAPI.getMessageManager().reportSuccess("Clicked, ID=" + whateverID);
Observe the messages that you get when clicking different points in the graphics and draw your conclusions
And last: Open an OSS message and ask the developer for better Javadoc.
Armin

Similar Messages

  • IGS graphics chart onclick event

    hi everybody,
    iv'e included an igs graphics element (a simple chart) in my bsp and i want to fetch an event when the
    user clicks on a certain bar. for example, redirect him to a certain url. is this possible?
    thanks in advance,
    dsp

    thx a lot, this works perfectly for me.
    if anyone is interested, the coding must look like this:
    data: point TYPE REF TO if_ixml_element.
    point->set_attribute(  name = 'extension'
                                     value = 'href=http://sdn.sap.com' ).

  • Interactive properties with Internet Graphics Service (IGS) graphics?

    I am looking to implement IGS graphics in a program that currently uses SAP Business Graphics.  The SAP Business Graphics would not work in our end-users enterprise portal application, so the switch to use IGS is imperative.
    We had previously implemented SAP Business Graphics function modules (e.g. GRAPH_MATRIX_3D) to display pie charts and bar graphs in a report.  These graphs provided interactive capabilities that would allow the user to select one part of the chart and drill down for more detail. 
    Is it possible to provide drill-down or other interactive functionality with the IGS Graphics?

    The followiing posts have helped solve this question.
    For future reference, refer to:
    IGS graphics chart onclick event
    SAP Graph - graph with many colors
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/ca932ebc-0901-0010-68a0-b4dd81a4bf81?quicklink=index&overridelayout=true
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50c7a90f-21a3-2910-87b5-e1f0e39462ae?quicklink=index&overridelayout=true
    If you are able to download the SAP Chart Designer, that would be the fastest and most efficient way to customize your graphics.  Program GRAPHICS_IGS_CHART_TEST provides a good example if you cannot use the chart designer.

  • IGS Graphics is not getting displayed.

    Hi All ,
    I am getting issue in IGS.
    I have 9 application server on different hosts. For One application server IGS is not running . when I run Graphics_IGS_ADMIN program it  is not displaying anything.
    I checked on OS level -- I found all the igs processes running fine . but when run above program and test the graphics it is telling that "IGS is not running "
    But when checked in igs/log ,I am getting some error in MUX .. but unable to rectify this .
    Help would be appriciated ...
    Thanks and Regards,
    Arun Rathour

    Hi Shaligram,
    I am with same problem, but not resolved just adding parameter EFB to SU01.
    How did you do this? My case ocorrer in ME23N, just one user.
    Tks
    Lucas

  • IGS Graphics Rendering Problem

    Hi experts,
    I have the following problem with the igs:
    I have 2 applications with business graphics technicaly the same.
    Both worked fine with the same igsURL, but lately one of them is showing "Graphics Rendering Problem"
    Can You tell me please where else can be the problem? The SAP IGS is running, and the URL is the same for both of my apps, obvious the problem is in the app but Idon`t have an idea where to look
    Thanks in advance
    Z.

    Hi,
    This problem can also be caused when proper values for
    Series and category are not bound..
    Make sure you filled the dataNode with values..
    Regards
    LN

  • IGS Graphic Customizing-SAP Chart Designer

    Hi expert,
    I'm creating dynamic graphic in smartforms. Yes it's working but i need customizing for graphic. I'm created one xml file with SAP Chart Designer and assigned this file IGS. It's working just something attributes. Sample : I changed graphic dimension in Chart Designer.. yes it's working but when i changed the colomn color or border color this is not working...  So i'm have color problems in customizing. I'm atach the xml file for discussion.
    Can you help me ?
    Thank you /Regards...
    Aydın

    My IGS Version is : 7200.0.4.1..

  • IGS graphic generation via Chart designer

    Hello experts,
    Ive head that it is possible to use some kind of chart designer to design UI layout of graphs, charts generated by IGS and plug them in BSP pages. Can you point to where i can get this chart designer and whether it is accessible on ABAP system?
    Best regards,
    Yevgen

    Hi,
    In addition to Thomas' blog referenced above you can also use the SAP Chart Designer as a standalone tool. Just download it from SDNs download page (Tools for Application Server).
    Regards, Kai

  • Need ruling on screen coordinate system to use with AWTVideoSizeControl...

    Hi -
    I’m working on a tru2way application and a nagging question keeps popping up with stack vendors on the usage of the AWTVideoSizeControl interface. I was hoping you could provide a definitive answer (note that Bill Foote is the author of the interface spec).
    In short…my reading of the javadocs for AWTVideoSizeControl is that all values passed to and received from it are to be expressed in the graphics plane coordinate system. Stack vendors don’t always agree.
    Periodically, I run into a stack vendor who expects AWTVideoSize (as passed to AWTVideoSizeControl.setSize) to be expressed in video plane coordinates – I’ve so far been able to convince these folks that the spec requires graphics coordinates. I’ve just run into an interesting situation, though, where although the vendor agrees that AWTVideoSize should be in graphics coordinates, they’re feeling that the Dimension returned from AWTVideoSizeControl.getSourceVideoSize() should be based on the video plane coordinate system. Their thinking is that while ‘x’ and ‘y’ are coordinates (and therefore are called out as needing to be expressed relative to the graphics screen), ‘height’ and ‘width’ aren’t.
    Perhaps I’m wrong, but that seems incorrect. I would expect the Dimension height and width to be relative to the graphics screen as well.
    I’d appreciate it greatly if you could provide a ruling on this that I could take back to them (and others).
    Thanks.

    You would have to check with the manufacture of your system to see if they have an app available in the Apple App store to access their system. Since you do not indicate the system name or other information, you would need to also search the app store based on the answer the manufacturer provides for you. No one here would be able to guess at what you have.

  • Business Graphics - Download/Email

    Hello,
    I would like to download the graph generated using the Graphics FM to presentation server/send the graph as an email attachment. Is there any standard FM to do this. Any input is highly appreciated.
    Thank you.

    Uma,
      I have changed my program to use the IGS Graphs instead of the SAP Business Graphics.  The program will now run in the background and you can save the file to the app server, local PC or email the file.
      A sample program for the IGS graphics is GRAPHICS_IGS_CE_TEST.
      Sample charts can be produced using the SAP Chart Designer.  The XML commands generated can be included into the program to produce the desired result.  The SAP Chart Designer can be downloaded from the SDN Downloads section.
    https://www.sdn.sap.com/irj/sdn/nw-appserver-tools
    Regards
    Darryl

  • [svn:fx-trunk] 10828: FXG stroke and fill translation fix

    Revision: 10828
    Author:   [email protected]
    Date:     2009-10-02 10:41:48 -0700 (Fri, 02 Oct 2009)
    Log Message:
    FXG stroke and fill translation fix
    http://bugs.adobe.com/jira/browse/SDK-23257 - Gradient translation should occur from 0,0, not the upper left bounds
    The current API only passes in the shape's bounds. I have added a new targetOrigin parameter to IFill.begin, IStroke.apply and IStroke.createGraphicsStroke of type Point. It is the origin (0,0) of the shape in the target graphic's coordinate space.
    Changed the logic in the gradient stroke and fills. The x and y transform properties are now positioned relative to the origin instead of to the top left corner of the bounds. If no x and y are set, then the default behavior remains the same.
    Removed the centering logic in LinearGradientStroke when scaleX was set.
    This API change has been approved by PARB.
    QE notes: Need to add tests that exercise this logic
    Doc notes: Need to document additions to the API
    Bugs: SDK-23257
    Reviewer: Deepa
    Tests run: spark/primitives, gumbo/components
    Is noteworthy for integration: Yes, modifications to the API
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23257
        http://bugs.adobe.com/jira/browse/SDK-23257
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/BitmapFill.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/GradientStroke.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/IFill.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/IStroke.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/LinearGradient.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/LinearGradientStroke.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RadialGradient.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RadialGradientStroke.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/SolidColor.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/SolidColorStroke.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/Line.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/Path.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/FilledElemen t.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/StrokedEleme nt.as

  • ITunes visualizer responsiveness

    As I sit and listen to music, there are times I desire to make the visuals on the visualizer synch with the music. I have tampered with the 'r' key and numbered keys in an attempt to be able to make the visuals shift/change in timing with the music.
    However, the iTunes visualizer is slow to respond. After pressing the R key, it can be between 3 and 5 seconds before the screen changes. About the same delay with pressing the numbered keys.
    Any ideas on why such a lack of responsiveness with the visualizer? Why it is so slow to respond to key pressings?
    Any suggestions on how I can get this visualizer (or even purchase one) that would be able to get graphics to coordinate with songs, be it a live manipulation as the music plays or even present to coordinate with a song?
    Thanks

    Thanks, however - it is not specific to iTunes.
    Right, but since there isn't one, that's the logical place. These are user-to-user Discussions and Apple's employees as a rule don't post here. Some may lurk here, but it's hard to know. Your best bet for Apple's engineers and management to see your suggestions is that page.
    charlie

  • Special characters in legend for graphics (IGS ?)

    hi all,
    has anybody an idea why special characters like
    ä, ü , ö ...
    dont appear in the legend-text when viewing
    graphics for bex-queries ?
    in table view evertything is OK. maybe something missing in the IGS configuration ?
    we're using language = DE and sap bw 3.5
    tanks for all helping answers.

    Hi,
    We had one similar problem, where IGS was not showing the category axis text in right form. It got resolved by applying the additional fonts in IGS.
    By default, IGS does not have all the fonts. So, if your font is missing, it will not show the graphics in right form.
    Also, please check that you are using the latest front end components.
    Here are some important notes to refer:
    844012 Chart migration 3.5: Implementation
    653249 Chart only generates column graphics
    596825 Configuration of the GFWCHART IGS interpreter
    Hope it helps.
    Praveen

  • How to stop and start IGS(internet graphic server)

    Hi Techies
    How to stop and start IGS(internet graphic server) in Solaries
    IGS is 7.0 1patch
    Is this the command to stop and start IGS
    stopigs and startigs
    If this correct will there be any issues if i stop the IGS from the above command
    Thank You
    Haroon

    Hoi Haroon
    On base 6.40 there were stopigs/startigs scripts, yes. When we upgraded our systems to 7.0 I encountered the same problem, the igs could be stopped, but not started anymore (externally). Can you check, if the startigs/stopigs-scripts are 7.0 or 6.40.
    I then opened an oss and got as answer:
    "To start and to stop the igs there's only the offical way by stopping and starting the sap system".
    However I found a solution to start and stop:
    start:
    nohup /sapmnt/<SID>/exe/igswd_mt -mode=profile pf=/usr/sap/<SID>/SYS/profile/<Instaneprofile> &
    e.g.:
    nohup /sapmnt/P72/exe/igswd_mt -mode=profile pf=/usr/sap/P72/SYS/profile/P72_DVEBMGS01_migzmc10 &
    stop:
    --> stopigs, therefore the 6.40-stopigs script has to remain in the exe directory.
    Hope this helps.
    Regards Patrick

  • Business Graphics -- IGS URL

    Hi Experts,
    I have a query related to Business Graphics UI setting for IGS URL. currently we have developed an application which uses a Business Graphics UI element.
    This application is developed in our organization and hence we have made the necessary settings for the UI. i.e the IGS URL.
    During development, we have set the URL of our development server for the IGS URL property of the Business Graphics UI.
    But my question is, tomorrow if we deploy our application on any of the customer's location which is outside our organization's infrastructure (Server), will the application render the graph properly if we just open the IGS port or will it still try to connect to the URL which we have assigned for the IGS URL property of the UI element?
    Any suggestions on this would be helpful to avoid further problems.
    Regards,
    Poojith MV
    Edited by: Poojith M V on Apr 20, 2010 7:31 AM

    http://help.sap.com/saphelp_nw70/helpdata/en/46/8cb295e6390e9ce10000000a155369/frameset.htm
    Armin

  • Business Graphics(IGS) Application Killing memory

    How much memory should kill (In the Server)for a Webdynpro ABAP business graphics application(IGS).
    Someone developed one Business Graphics application and it is taking 130305127KB memory.Basis is saying for this Server is not behaving properly.
    I want to know do you have any idea regarding this

    http://help.sap.com/saphelp_nw70/helpdata/en/46/8cb295e6390e9ce10000000a155369/frameset.htm
    Armin

Maybe you are looking for

  • Performance issues with the Tuxedo MQ Adapter

    We are experimenting some performance issues with the MQ Adapter. For example, we are seeing that the MQ Adapter takes from 10 to 100 ms in reading a single message from the queue and sending to the Tuxedo service. The Tuxedo service takes 80 ms in i

  • Network not showing up, internet works ok

    I have a NetGear router and just bought my first Macbook. I have every PC/Tivo connected to this netgear router wired and/or wireless. I'm running a Macbook with Mac OS x 10.5. Try as I might, I can't get this @$%ing computer to see my PCs. My PCs ca

  • PSU need some help

    Hi all, after fiddling with my machine all of 2½months i have come to a conclusion that the bksod is related to my PSU, I have a 350W with an unknown combine output, so all you techno buffs, what power supply should i buy, could i have Watts and Comb

  • Forum Failure (for me)

    I've been using the forum for a few days, but it has been difficult. At least half the time when I click on something, I get: [quote]ERROR: Read Error. The server has reset the connection.[/quote] It seems to come in waves. When it happens, the forum

  • Vsync Screen Tearing / Scan Line Issue?

    This is something I noticed on my iMac after updating to Mac OS X 10.6 Snow Leopard. I noticed a horizontal break in the screen when I was doing any kind of graphic intensive operation. Anything from scrolling up and down on a web page in Safari, to