Form Builder and Graphics Builder Integration

Does anyone have tested code fragments to do the following?:
Send a mousedown event to a chart embedded in a form.
Get back the section of a (pie) chart that was clicked.
I used the genie to embed my chart, and then added some things with graphics builder.
One tested example would be better than the fragments I'm wading through.
Many Thanks!
[email protected]

use runproduct command in developer 2000

Similar Messages

  • Questions on Report Builder and Graphics Builder

    Hi there:
    I'm currently using Report/Graphics builder V 6.0.8.11.3 NT version to create RDF and OGD files.
    I was wondering with the following confusions:
    1) Is the RDF/OGD file that I create under NT plat form portable to Sun Unix?? (ie. would Report Server for Sun understand this NT RDF/OGD file?)
    2) Is/will there a Sun solaris version of Report/Graphic Builder?? And would RDF/OGD file be compatible for both NT and Sun plat form??
    Thank you very much.
    Mark

    The answer to both your questions is yes. the rdf and ogd are portable to the solaris version of reports and graphics which you can download from http://technet.oracle.com/products/reports/ on the software tab.

  • FAQ Builder and Survey Builder Portlet

    I am currently using Oracle Portal Version: 9.0.2.2 and am not able to find the FAQ Builder and Survey Builder Portlet.
    Is this not shipped with this version?
    How can I go about adding these to my pages?

    The first version of Portal in which the survey portlet appeared is: 9.0.4.0.99.

  • Difference between Build and Release Build

    Hi,
    I was curious if some one could guide me to an article/discussion where I can understand the difference between normal build of a Flex project and release build of the same using Flash Builder 4.5.
    I am currently writing an ANT script for my project and I have completed the script to Build the project. But I would like to know, how to achieve a release build of my application using ANT.
    I googled on the same but could not find anything constructive which can explain the exact difference between the two builds.
    Thank you,
    Bhargav

    Hi,
    I was curious if some one could guide me to an article/discussion where I can understand the difference between normal build of a Flex project and release build of the same using Flash Builder 4.5.
    I am currently writing an ANT script for my project and I have completed the script to Build the project. But I would like to know, how to achieve a release build of my application using ANT.
    I googled on the same but could not find anything constructive which can explain the exact difference between the two builds.
    Thank you,
    Bhargav

  • Flash Builder and Flash IDE integration

    hi,
    one of the main reasons for me to get the new release of the flex builder would
    be the possibility to use the IDE as coding environment for my flash projects.
    as the editor of f4 is still a mess, i am very curious if adobe now implemented
    the workflow into this release.
    is anyone aware of that?
    can i now (seamless, hehe) code my projects in FB4 while developing assets
    and applications in flash4?
    (still using Flashdevelop as an alternative, but honestly the workflow is crap
    if you´re working under mac)...
    thx for your answers
    tux

    Hello,
    While I did see a demo of FB4, I came up with a thought about the IDE integration and that would be to take ALL the IDE's and integrate them, give me the ability to swap at top via drop down box or menu bar which IDE I want to work in.
    Simply create the consistent frame work and load the additional DLLs etc for each program you own/pruchase.
    I want and IDE for Flash that is the same IDE as CF. Now obviously some things will not be the same, but hey it would be closer and to me much more efficient then have three or 4 different apps open at the same time going back and forth as needed to create whatever I am working on.
    If I am in Flash and need to swap to CF to tweek the CFC being used, I simply click the drop down or menu bar inside the IDE and viola there I am. I think this would cut down on a tramendous amount of overhead used by loading so many different IDE's.
    An example of this is I use CF8 inside Dreamweaver CS3, I have to make an additional step to get to the help file. If we have an IDE that is the master framework per se and I am using Flash and click help it should open the help for Flash. If I am using CF then it should open the CF help files etc.
    Jim

  • Segment builder and Graphical Modeler

    Hello I have not been able to find any assistance with following issue.
    I am trying to create a target group from the Web UI.  I have followed the basic steps logging into Marketing Professional
    Marketing -> Segement - Name and Save Profile Set then click Graphical Modeler.
    I then choose from the Arrtribute list and create my filter -  I try to drop and drag my filter in the work area so I will be able to right click to create target group the problem is  nothing appears in the work are - I don't get the little people.
    After this didn't work I save my information within the Graphical Modeler and went back to Profile set.  I then tried to pull the filter I created and saved in the Graphical Modeler through the Profile Assignment block.  But when I searched for the filter it is not listed.
    Does any one know how to resolve this issue and any assistance will be helpful?
    Kim

    The solution for the problem is as follows,
    When you upgrade to JRE 1.6 version 19 patch 4, in the graphical modeler, the filter drag and drop doesnot work. In this case,    add the following line in you JAVA POLICY file.
        permission java.awt.AWTPermission "accessClipboard","read,write";
        you can find the POLICY file in the path:
           C:\Program Files\Java\<JAVA VERSION>\lib\security
    Please note that I found this in note 1359890

  • Where can i download Form Builder and Query Builder Aplications for Windows2000

    So that we may better diagnose DOWNLOAD problems, please provide the following information.
    - Server name
    - Filename
    - Date/Time
    - Browser + Version
    - O/S + Version
    - Error Msg

    Hello,
    I have uploaded it to skydrive now you can download it from link:
    https://skydrive.live.com/redir?resid=91B2967628CA8BF3!146&authkey=!AIsYtSxNMmvHGsw
    Let me know in case ay problem
    Hemendra: "Yesterday is just a memory,Tomorrow we may never see"
    Whenever you see a reply and if you think is helpful, click "Vote As Helpful"! And whenever
    you see a reply being an answer to the question of the thread, click "Mark As Answer
    Please feel free to unmark answer if does not resolves your problem.

  • Having a problem with Flash Builder and Extension Builder - images not apearing on Mac system

    Have a panel created in Flash Builder 4.5 with Extension Builder 2.1. Everything is fine when installed on a PC but when installed on a Mac the images in the panel do not show.
    Mac and PC both using Adobe Photoshop CC . Both installed from same .ZXP file using Adobe Extension Manager CC.
    Any ideas?

    No I used relative path - the path is  images/image name
    example images/cRight.png
    tried downloading Extension Builder 2.1 and compiling on Mac but still have same results - images show up fine in design window , but not when running panel in Photoshop
    Created a new project: testImage
    added an image component to form
    answered yes to add asset to project
    ran project
    image did not show up in Photoshop
    went back to project
    checked item Embed under Common image properties
    ran project and image shows up
    Looks like it works if I add @Embed("assets/image name") on Mac to display images
    tried in my real project:
    Looks like it works if I add @Embed("images/image name") on Mac to display images
    When I change this on PC to @Embed("images/image name") images do not show Up
    Don't know if I need to create two versions one for Mac one for PC
    Don't know how this would affect product on Adobe Exchange

  • Forms server and bipublisher server integration.

    hello everyone,
    Please i need to know whether it is possible to configure a managed server for bi publisher with an admin weblogic server server meant for forms eg (ofm pfrd weblogic server)
    i am trying to integrated forms and bi publisher (all of 11g fusion middleware) together and i am confused on how to go about it.
    thanks in anticipation
    AbdurRahman.

    Hi AbdurRahman,
    The only way to install Oracle Forms 11g, is to use it's own Fusion Middleware Installer - which generates a "standalone" WebLogic server pre-configured for Oracle forms (and Reports if desired). And there is no way to transfer the Forms Servlet apps to another Basic/Vanilla WebLogic domain.
    To install forms, you'll need to download the installer to create the Form's ORACLE_HOME. Then use the Configuration Wizard ($ORACLE_HOME/bin/config.bat/sh) to create the WebLogic Domain and Servers. You can find the installers here: http://www.oracle.com/technetwork/developer-tools/forms/downloads/index.html
    Forms Installation Guide: http://docs.oracle.com/cd/E38115_01/doc.111210/e23960/overview.htm
    A similar process must be followed for BI Publisher, where you download the necessary Binaries then configure a WebLogic Server based on those binaries.
    BI Publisher Installation Guides: http://docs.oracle.com/cd/E14571_01/bi.1111/e10539/toc.htm# and http://www.in-oracle.com/Oracle-DataWarehouse-BI/Oracle-Business-Intelligence/OBIEE/BI-Publisher-11g-installation-linux.php
    As far as integration is concerned, you can still integrate, regardless of whether BI Publisher and Forms run on the same WebLogic Domain or not. So I wouldn't worry there. If you need help, feel free to check out my link below.
    Hope this helps!
    Thank you,
    Gavin
    http://www.pitss.com/us

  • Coldfusion Builder and Flash Builder 4 Premium

    I am not sure should this question go in Flex forum or ColdFusion.
    I am going to buy the ColdFusion builder which come with the Flash Builder 4 Standard. And I need to have Flash Builder 4 Premium. So should i buy the upgrade which is US$499 or should i but the full Flash Builder 4 Premuim for US$699?

    Adam,
    Thanks for the quick/thorough reply!  You stated: You can use FB4 to write source files for any version of CF.
    With that, I will continue to march foward with what tools I do have; I just didn't want to waste time if the end result wasn't going to work.

  • Is   My graphic builder needs support

    Hi
    I use oracle form builder of this  specification:-
    Forms [32 Bit] Version 6.0.8.8.0 (Production)
    PL/SQL Version 8.0.6.0.0 (Production)
    Oracle Virtual Graphics System Version 6.0.5.34.0 (Production)
    and oracle database :-
    +9i Enterprise Edition Release 9.0.1.1.1+
    TNS for 32-bit Windows: Version 9.0.1.1.
    Os is Windows xp .
    My goal is to create chart wizard with form builder and report builder.
    My question is can I used graphics builder normally, or it needs some
    What I should do if I need upgrades?
    thanks in advance.
    Edited by: VANPERSIE on Dec 14, 2009 8:48 AM

    The general system requirements for Mountain Lion 10.8 are straightforward:
    OS X v10.6.8 or later
    2GB of memory
    8GB of available space
    Apple also lists which models WILL support Mountain Lion:
    iMac (Mid 2007 or newer)
    MacBook (Late 2008 Aluminum, or Early 2009 or newer)
    MacBook Pro (Mid/Late 2007 or newer)
    Xserve (Early 2009)
    MacBook Air (Late 2008 or newer)
    Mac mini (Early 2009 or newer)
    Mac Pro (Early 2008 or newer)
    If you do Not meet the build date requirements above, there is nothing you can do to your iMac to make it compatible with ML, other than replace it with a newer one.
    Hope this helps

  • "Need Weblogic Integartion" + "Build and Deployment Samples"

    Hi All,
    If all I m very new to Weblogic Integration. If any one of you have the experience
    of building and deploying weblogic integration application please throw some light
    on this and please tell me the best approach of build and deploy weblogoc integration
    application. Please help me
    If you have any sample integration application please send it to me
    Awaiting for your reply
    Thanks
    Selva

    Here's an example that's specific to AIR:
    http://help.adobe.com/en_US/AIR/1.1/devappsflex/WS5b3ccc516d4fbf351e63e3d118666ade46-7f73. html

  • NOT FOUND WCE2013 (update 5 or 11) Platform builder and Embedded App Builder in VS2013 update 4

    Hi MS MVP,
    I installed WCE2013 update 5 on VS2013 update 4 in Windows 7 Ultimate x64 successfully.
    However, Open VS2013, I cannot found BSP builder and App builder.
    I guess .net updates in Windows update causes the PROBLEM.
    I trialed some test case:
    - Install WCE2013 update5 on Win8.1 x64, VS2013 update2 : only see BSP builder in new project templates, BUT App builder missing. After upgrading VS2013 to update 4, BSP builder disappears in new project templates.
    - Install WCE2013 update5 on Win7 x64: not thing changes in VS2013 update4. Downgrade VS2013 to update2 gets similar failure.
    Please HELP!

    I didn't answered my question, but I got it to work without having to re-install.
    Delete all these files and folders from the eclipse/plugins and eclipse/features folder of your Flash Builder installation folder
    com.adobe.cslib
    com.adobe.inverurie
    com.adobe.xmp
    Open the CS Extension Builder plugin package
    Copy all .jar files from the plugin directory and paste them into the eclipse/plugins folder of the Flash Builder installation
    Copy all .jar files from the features directory and paste them into the eclipse/features folder of the Flash Builder installation
    Extract every jar (ex: com.adobe.cside.feature_2.0.0.4-33034.jar file is extracted into a com.adobe.cside.feature_2.0.0.4-33034 folder)
    Delete the .jar files
    Restart Flash Builder
    Everything works fine so far. There is a small glitch where the "CS Extension Builder Start Page" seems to miss its stylesheet, but the panel is working anyway. At this point, it's fine by me. And I'm still not able to uninstall the plugin with the "Installed Software" window (the button is grayed out).
    So much for being lazy. And for wanting to repair my mistakes, of course.

  • Query Builder and 8i

    Is it possible to use Query Builder with 8i?
    I installed it but was unable to connect to the starter database installed with 8i.
    I installed the Query Builder(and Project Builder) into a different directory from the 8i install.
    When QB starts, it asks for the name, PW, and connection. I enter the N and PW and the instance of the 8i DB but it comes back with a transport error.
    1. Is Q Builder compatible with 8i?
    2. Is there a document describing how to set them up to work together?
    Thank you very much,
    David Littman
    [email protected]

    use runproduct command in developer 2000

  • Build and deploy windows service

    I want to build windows service application through build definition and deploy it through Release Management.
    Build definition creates _PublishedWebsites and no exe is created.
    I believe Create service component in Release Management requires path (BinPath) where exe is located.
    How can I achieve this? Please guide.

    Hi N-SHAH,
    I'd like to know whether you have build you windows service project successfully using TFS Build, and what's the version of TFS and Team Explorer(accompany with VS) you're using. If you cannot build the project successfully, please check the build
    log. Make sure you can build before the deployment using Release Management. I use TFS 2013 Update 2 and have a try to build windows service project with TFS Build and it builds fine, the execution file can be generated normally.
    When use Release Management for the deployment, you can create a Release template. Then set the build definition to the one that can build your project. And also configure path to package to point to drop location, add needed tools of "windows
    service" to your release template to make it available for your deployment. Check this
    page for more informatino about Release Management tools. And this
    page for more info about Automate deployments with Release Management. And this
    link
    might help for managing your release.
    If you don't want to use Release Management, you can also use TFS Build to deploy your windows service project. Check this
    link for more information. Or using MSBuild and then integrate with TFS Build to do the deployment,
    here
    is the related process.
    Best regards, 
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for