Conversion from SVG viewer to flash problems

Hi all
I have an application built in APEX 2. Upgraded to APEX 3 now the SVG won't display. I understand that 3 does not support SVG so what would I need to convert the app to run on Flash.
cheers
Ian

Ian,
SVG charts should work the same in APEX 2.x and 3.x. You have the option to convert SVG charts to Flash (see the right-side Tasks menu when editing a SVG chart), but you aren't forced to do this conversion.
Are you able to create any SVG charts on the new instance?
- Marco

Similar Messages

  • Acrobat - Conversion from higher to lower version - Problem & Bizhubs printing problem

    My team developed a form using Acrobat 7.x that will be triggered from a portal - directly routed to a printer. (that is, a user can  print the form directly to the printer just by clicking the form name - no need to open the form).
    The form is getting printed in certain Laser Printers but its not printing in Bizhubs.
    I suspect that the server that routes the form to printer doesnt have acrobat reader and uses Internet explorer as default application to open.  I heard that IE is not much compatible with Acrobat 7.x.
    So I tried to convert the form from Acrobat 7.X to Acrobat 6.X (using the Print option -> Adobe pdf)
    The form gets converted to Acrobat 6.X but the form misses some properties.
    That is, the form holds the Text boxes & text areas in it (in 7.X) when i converted to 6.X all these text boxes are no more.
    Could any one please help me over come these problems?
    1- Why a form that is routed thru server is getting printed in Laser Printers but not in Biz hubs.  (Please note if i open the form in my machine and print directly to any printer it prints.  It fails only when invoked thru portal - inturn thru server)
    2- why conversion to lower version of pdf misses its properties.
    Your timely help is much appreciated.  Thank you so much in Adavance.
    Thanks,
    Aravind Srinivasan.

    This is a good read for anyone attempting to convert a PDF to a Word document...
    http://www.planetpdf.com/enterprise/article.asp?ContentID=PDF-to-Word_Conversion_-_Why_it_ is_so_hard_to_do&gid=7837&fa

  • Saving photos from documents viewed in Flash like newspapers?

    I like to view newspapers and sometimes to save a picture.
    Its possible for me to select and zoom a picture to fill the whole screen and usually elsewhere I would right click and get a save menu but not with Flash.
    I have been told that pressing the PrtSc button would save a screen print and then it could be retrieved in another program for printing or saving.
    It seems that either the Newspapers or Flash INTENTIONALLY prevent anyone saving or printing the pictures.  This is difficult to understand because i can take a free copy of the paper from a collection point and hold the hard copy in my hands.
    Why do Flash or the Newspaper choose to do that?   I only want to save the pictures for my personal use.
    Any replies about this closely guarded secret?
    Tony

    AgileServices wrote:
    You said that you "would". That implies that you have not!
    Indeed, because I use Paint Shop Pro for that, usually.  But just for you I will do it manually, and show you how it is done.  I don't know any news site that has Flash still images, so I go to Youtube and just stop a video somewhere, then take a screenshot.  So...
    Step 1: with that Youtube page open, press PrntScrn (on my old DELL Inspiron this is done by holding down the Fn key and hit PrntScrn; other computers may use other combinations like Alt+PrntScrn or Ctrl+PrntScrn).
    Step 2: open an imaging program such as my Paint Shop Pro, or a free program like Paint.NET, or whatever imaging program comes with Windows. Paste Into New Image - usually Ctrl+V.  If you saved the image now, it would look like this - the full screen
    Step 3: select and crop the actual image from the full screen, save it and get this
    P.S. for best quality - no loss through compression - save the images as PNG files.

  • CMP Entity Bean from dataBase views

    Hi forum,
    I Have to migrate an existing application to JEE (with EJB3).
    In this application there are a lot of dataBase views.
    I'm new in EJB3 and I don't know how to structure cleanly entity beans (Specially when it are created from dataBase views).
    My problem is that for each query made from the same dataBase view I almost have to create a new entity bean with a different @Id.
    What can I do to to avoid it?
    I had thought to genrate a new @Id (attribute not persistent) but I think is not possible. It's right ?
    Someone can help me ?
    Thanks

    "CMP provides you with database independence and less coding efforts."
    BMP is not database dependent, unless you invoke database specific things in your SQL (something I do not do). CMP on the otherhand is inherently appserver specific (which was it's goal when BEA, IBM, et al. came up with it), and still limits your design possibilities. See this thread for an example:
    http://forum.java.sun.com/thread.jsp?forum=13&thread=318785
    As for less coding effort, that is a relative statment. Yes a simple CMP bean requires less coding to develop the first time. I personally view a few lines of SQL to load and store the data as being fairly trivial. But that needs to be offset with the problems inherent in using appserver specific CMP implementations.
    As an example, try mapping WebSphere CMP to a pre-existing database without using IBM's IDE. It's an incredible pain in the ass since WebSphere does not come with a "meet-in-the-middle" solution. Any J2EE developer that has had the experience of working with different appservers (especially if they have had to port an app, as I have) can attest to the complications that arise with each implementation.
    A BMP bean, written with non-DB-specific SQL, is the most portable, most flexible approach to EntityBeans. Yes, it requires the developer to be able to write some SQL, which should not take a significant amout of time. WRT queries, you have to write them, either SQL, EQL, or some appserver specific format.
    As an aside, the use of code generators to simplify the creation of EJBs lends itself well to BMP. By using a (or writing your own) code generator, you can mitigate the annoying SQL bugs that creep up early in development.

  • Since downloading Firefox 4, I am having problems archiving gmail conversations from my inbox view. Also, when I go to enter a new event in google calendar, I now have to click the cursor in the box to type the event (it used to let me just start typing).

    Since downloading Firefox 4, I am having problems archiving gmail conversations from my inbox view (either one or several conversations) as it says "No Conversations Selected" when I have selected one or several. Also, when I go to enter a new event in google calendar, I have to click the cursor in the box to type the event (it used to let me just start typing) or else it flips out and starts jumping to day view or another month. Does anyone know how to fix either of these?

    I have had this problem; but while trying to fix another problem, I reset my preferences for Firefox and it fixed this problem as well. To reset preferences, follow this link: http://support.mozilla.com/en-US/kb/Resetting%20preferences

  • Problem using SVG text in FLASH --ViceVersa

    hi all,
    I had been developing an application to read SVG files in to
    flash.....i am successful in reading shapes,,with the path's....but
    the biggest problem is with the "SVG text".......the positions of
    text with respect to FLASH and SVG differs completely.....
    As far as i know the origin differs from flash to
    SVG.....Flash has it's left top as origin ....SVG has lower left as
    origin....
    when i scale or rotate the flash text ....if i need to
    convert those in to SVG text..the problem arises....because the
    SCALING and ROTATION acts very differently in SVG...when compared
    to FLASH
    iam struck here....pls anyone help me to find a
    solution......
    THANKS in ADAVNCE !!!!!!

    Thanks for answering
    So you have IE8 and the hardware acceleration was able to be UNchecked and FP(Flash Player) is working properly with IE.
    In IE flash works fine with any settings.
    When I unchecked "Hardware acceleration" checbox in IE it also became unchecked in opera, but nothing changed in opera's behavior.
    When you don't use the Aero it's displayed correctly but the settings do not work. What settings are you referring to?
    It's about flash settings in Opera
    With aero: http://img443.imageshack.us/i/settingsh.png/
    Without aero: http://img816.imageshack.us/i/settingswoaero.png/
    In both cases the settings dialog is displayed like in the screenshots above, but when I click on checkbox/tabs/'close' button in it nothing happens. I can't change any settings or close it (dialog disappers only after reloading page)
    Just to sum up everything mentioned above:
    - In IE flash works fine regardless of any settings
    - In Opera text is displayed wrong when using windows aero, and without aero theme it's displayed correct
    - I didn't manage to make settings dialog work in Opera
    - When I change some flash settings in IE, they are also changed in Opera
    Now Flash Player works thru the browser, do you have perhaps have an addon that is conflicting? What Anti-Virus do you have Installed? Any addons of that?
    I have 7 extensions installed in Opera, I've disabled all of them, but nothing changed.
    I use Kaspersky Internet Security 2011, disabling it also gives nothing.

  • Conversion from .ai to .svg issue

    Hello all,
    I'm having problems regarding the conversion from .ai file to .svg file.
    The problem, as you can see the attachment files , is an alteration of the image.
    I wanted to ask you, certainly more experienced than me , if is there a way to solve this problem.
    (I have activated the adobe optimization in the save as dialog.).
    Ps:
    If I open files created with Adobe does not appear to be no problem, but if the file is opened by an application like Inkscape or our application the image is altered.
    Thank you in advance for any suggestion /tips .
    Ivan

    OK try Flatten Transparency and then Expand to make the Gradients into Blends

  • I can´t sync iCal events written in the iphone4 to the macbook ical, but conversely from macbook to iphone there´s no problem, can somebody help me?

    I can´t sync iCal events written in the iphone4 to the macbook ical, but conversely from macbook to iphone there´s no problem, can somebody help me?

    Thanks for your answer! I tried as you say, erase the Sync History, but now does not sync any calendar, only displays the birthday ...do not know whatelse to try.

  • Problem while retrving data from a view

    Hi Friends
      i have a problem while retriving data from a view <b>v_t685a</b>.
    the error message is :""" "V_T685A" is not defined in the ABAP Dictionary as a table, projection view or database view."""
    i wrote : select single VTEXT1 from V_T685A into w_cst_jin1 where
                        KSCHL = 'JIN1' and
                        KAPPL = 'V'.
    how to retrive the data.
    waiting for quick response
    Regards
    Mukesh

    Hi
    This is a Maintenance View, not a Database View
    SO can't fetch data using select statement.
    You can use the Table <b>T685</b> directly to fetch the condition Types data straight away instead of the view. write the same select for this table and use.
    Regards
    Anji
    Message was edited by:
            Anji Reddy Vangala

  • Performance problem with select from _DIFF view

    Hi,
    we have a versioned table with more then one million records. We use the DBMS_WM.SetDiffVersions procedure and select from DIFF view to get data differences between two workspaces. The problem is that the select from the DIFF view is very slow. I takes more than 15 minutes. Has anybody an idea why it consumes so much time? Is there any way how to improve it?
    Thanks and regards
    Ondrej

    Hi,
    This can be due to any number of things, but is typically caused by an inefficient optimizer plan. Make sure that statistics on the _LT table have been recently analyzed.
    Also the following information would be useful:
    1. What is the relationship of the workspaces that you are trying to compare (parent/child, children of the same parent, etc) ?
    2. How many and of what type dml are being performed in the workspaces ?
    3. What version of Workspace Manager are you using and what is the version of the database ?
    4. What is the time needed to select from the _DIFF view based on the primary key ?
    Regards,
    Ben

  • Flash problem when viewing in windows

    When I view my flash work on a web site in windows (works
    fine in mac) when you mouseover the flash area it comes up with a
    boundary box with a comment tag saying "Click to activate and use
    this control" - you then have to click in the flash area before you
    can start using any of the flash features, such as buttons and so
    on.
    I'm not sure why this is happening, but it seems to have
    something to do with flash 9, windows, and my publishing settings
    (im guessing). I know its not a browser issue or setting as i've
    viewed many other sites with flash where they don't have this
    happening..
    All I'm doing is creating my flash, exporting it and then
    importing it in dreamweaver.. Simple and straight forward
    Can someone please explain to me how to fix it.
    Thank you.

    I am having the same problem as you. The problem is the
    publisher settings fro Flash. The very last section you will see
    "Local playback security" with a dropdown list of
    * Access local files only
    * Access Network only.
    I hate these options and I wish there was a work around. I
    noticed that my flvplayer buttons will not show up using the
    network settings on the web but I can see the video. On the
    otherhand, the video will not play embeded in a html file.
    The local setting plays perfect on my computer, I can see the
    video and flvplayer components, however the video will not play on
    the internet.
    I just do not know what to do.
    In summary, the network settings will play on the network but
    will not show the buttons and the local will not play on the web
    but plays perfectly on the my computer.
    Go figure

  • Translation problem , While conversion from English to Poland

    Hello Gurus
    Pl suggest  Translation problem , While conversion from English to Poland  getting message
    "Code page not found for Poland "
    Code page 1401 exits in system
    SAP version 4.6C
    Best regards
    Krish

    Dear Vamsi,
    Please check the below lonk may be it heps.
    Translation to different languages. How??????
    Regards
    Pranay

  • Problem in price conversion from INR to USD- Urgent

    Dear All,
    In the export sales scenario, we are having the contract with customer in INR and based on that value only the excise invoice should be raised. After 2-3 days commercial invoice is to be raised based on the exchange rate applicable on that date.
    I have created sales order in INR, did proforma invoice based on order then delivery document & then excise invoice based on proforma order. Then to raise the commercial invoice, i go to change mode of order to change the currency from INR to USD. The conversion from INR to USD is not happening correctly, it is showing the lesser value than the actual value.
    I have maintained exchange rate type as BLB under CIN company code settings & then assigned same in sales data of customer master. The exchange rate is also maintained in OB08 for M as well as BLB type but still the conversion is not happening correctly.
    Can anybody please suggest me the cause & solution for this urgently.
    Thanks & Regards,
    Antima

    Hi
    When you change the copy control settings it will consider the exchange rate that is maintained at the time of billing.
    i.e. if you have order of a previous day and billing of some other day then in that case if the exchange rate is changing on the billing date then it will consider the exchange rate of the billing date.
    Hence when you are creating the billing document check the exchange rate getting picked (Whether it is on the billing date or order date).
    I didnt get your other problem. Do you want to change the decimal places in the Currency? (You are in big trouble. If that is so). The settings for the same is available in customising SAP Netweaver > General Settings > Currencies > Set Decimal Places.
    BE EXTREMELY CAREFUL BEFORE USING THIS.
    Please clarify your doubt if that is not the case.
    Regards
    Sunil

  • How do I stop the iMessage conversation from automatically showing when I go into the I message center? I only want the contacts to show down the left side and nothing on the right until I select a conversation to view.

    HOW DO I STOP THE WHOLE IMESSAGE CONVERSATION FROM AUTOMATICALLY SHOWING WHEN I GO INTO IMESSAGE? I only want the contact bar on the left to show and not the whole conversation, until I pick one to see.

    You can't. You can sign out of messages and turn it off, but you can't do what you would like to do. You can send feedback to Apple.
    https://www.apple.com/feedback/ipad.html

  • Is it possible to view a conversation from whatsapp or other application from my iphone 5S using my appled ID or iCloud?

    I recently bought my iPhone 5S, and my gf knows my Apple ID. She managed to read my conversation from one of my applications (whatsapp) using the Apple ID.
    How the F*** did she do it? Anyone knows or experienced this? Pls. help, I'll greatly appreciate it.

    I am guessing this is still the case with exchange 2007..
    If anyone has a work around please share

Maybe you are looking for