Importing graphics with variables

If I import a graphic with a variable, and then a bit later
import a
different graphic with different sizes, the icon still
reports the
dimensions of the previous graphic. What can I do to update
the reported
values?
I'm using aw5.2
Thanks

Without opening Authorware at the moment, isn't there an 'As
Is' vs.
'Scaled' option somewhere on the display icon's property
inspector?
Even if so, I don't know if that would work anyway. I recall
that I
could never get images of various sizes to display in any
dimension
other than the one first linked-to, but that could be fuzzy.
Check the Property Inspector options. If you have the
settings as you
think should work but the second image still displays at the
first
images size, try erasing then redisplaying the icon...
Erik
dave wrote:
> If I import a graphic with a variable, and then a bit
later import a
> different graphic with different sizes, the icon still
reports the
> dimensions of the previous graphic. What can I do to
update the reported
> values?
>
> I'm using aw5.2
>
> Thanks
>
>
Erik Lord
http://www.capemedia.net
Adobe Community Expert - Authorware
http://www.adobe.com/communities/experts/
http://www.awaretips.net -
samples, tips, products, faqs, and links!
*Search the A'ware newsgroup archives*
http://groups.google.com/group/macromedia.authorware

Similar Messages

  • HT4641 Importing graphics with with transparent backgrounds such as .psd or .eps

    I want to use this for an art project for my sons class. Can I import .psd files with transparent backgrounds as per Word, to retain the clear cut shape/opacity of background. Or can I import .eps illustrator files with transparent backgrounds? Thanks.

    If you need transparency - as I stated - you need to convert the image to GIF. PSD is a layered graphic workspace file specifically for PhotoShop; EPS can be read by more applications, but is still basically a graphic print format. It might serve your customer needs, but wouldn't be the format I would recommend for general distribution. Typically you wouldn't embed EPS in another file, it would be the container for the print ready document (and the concern for transparency would be somewhat moot).
    However, I'm not familiar with the intimate details of your project or customer needs, so take that for what its worth.

  • Import and Export variables with same name

    The nco3 throws and exception when a function has Import and Export variables with the same name.
    An example is BAPI_BATCH_CREATE.
    At the moment my solution is create a ZBAPI_BATCH_CREATE that wraps the original BAPI but  has diferent names for import and export variables (IBATCH and OBATCH for BATCH variable).
    Anyone has another more clean solution?
    VB.NET CODE:
    pFunct = foRFCDest.Repository.CreateFunction(fsFunctionName)
    This is the error message:
    SAP.Middleware.Connector.RfcInvalidStateException was unhandled
      Message=Lookup of function BAPI_BATCH_CREATE metadata failed for destination SAPTST
      Source=sapnco
      StackTrace:
           en SAP.Middleware.Connector.RfcRepository.LookupFunctionMetadataClassic(String name)
           en SAP.Middleware.Connector.RfcRepository.LookupFunctionMetadata(String name)
           en SAP.Middleware.Connector.RfcRepository.GetFunctionMetadata(String name)
           en SAP.Middleware.Connector.RfcRepository.CreateFunction(String name)
           en SapNetConnectorWrapper.FunctionBase..ctor(RfcDestination foDest, String fsFunctionName) en C:00_Compac201101_LibreriasSapNetConnectorWrapperFunctionBase.vb:línea 11
           en SapNetConnectorWrapper.BAPIS.Bapi_Batch_Create..ctor(RfcDestination foDest) en C:00_Compac201101_LibreriasSapNetConnectorWrapperBAPISBapi_Batch_Create.vb:línea 16
           en clsEtiquetadoTNPCommon.BLLEtiquetadoTNP.CrearLote(DynamicSqlEntity& foRegCabecera, DynamicSqlEntity& foRegNotificacion) en C:00_Compac201100_EtiquetadoTNP_PTEtiquetadoTNP_PTclsEtiquetadoTNPCommonBLLEtiquetadoTNP.vb:línea 515
           en clsEtiquetadoTNPCommon.BLLEtiquetadoTNP.CrearLotesPendientes() en C:00_Compac201100_EtiquetadoTNP_PTEtiquetadoTNP_PTclsEtiquetadoTNPCommonBLLEtiquetadoTNP.vb:línea 602
           en WAEtiquetadoTNP.Form1.Timer1_Tick(Object sender, EventArgs e) en C:00_Compac201100_EtiquetadoTNP_PTEtiquetadoTNP_PTWAEtiquetadoTNPForm1.vb:línea 25
           en System.Windows.Forms.Timer.OnTick(EventArgs e)
           en System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
           en System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
           en System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
           en System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
           en System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
           en System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
           en System.Windows.Forms.Application.Run(ApplicationContext context)
           en Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
           en Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
           en Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)
           en WAEtiquetadoTNP.My.MyApplication.Main(String[] Args) en 17d14f5c-a337-4978-8281-53493378c1071.vb:línea 81
           en System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
           en System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
           en Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
           en System.Threading.ThreadHelper.ThreadStart_Context(Object state)
           en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
           en System.Threading.ThreadHelper.ThreadStart()
      InnerException: SAP.Middleware.Connector.RfcInvalidParameterException
           Message=Cannot add BATCH to FUNCTION BAPI_BATCH_CREATE: an element with that name already exists
    Source=sapnco
           StackTrace:
                en SAP.Middleware.Connector.RfcContainerMetadata`1.AddElement(T element)
                en SAP.Middleware.Connector.RfcFunctionMetadata.AddParameter(RfcParameterMetadata parameterMetadata)
                en SAP.Middleware.Connector.RfcRepository.LookupFunctionMetadataClassic(String name)
           InnerException:

    Hi Raul
    Even I am getting the same error for below BAPI
    Lookup of function BAPI_FAMILY_CREATE metadata failed for destination
    Inner Exception: Message     "Cannot add EMPLOYEENUMBER to FUNCTION BAPI_FAMILY_CREATE: an element with that name already exists"     string
    I am using the new NCO 3.0.2.0 x64 version.
    Is there any other solution other than creation of Z BAPI.

  • How to import files with static variables into a block with methods?

    i have a problem. is it possible to import files with static variables into tags like
    <%!
    //here i want to import a file named settings.inc
    //whitch is used to set jdbc constants like url,driver,...
    private void method() {
    private void method2() {
    %>
    <%@include file="xy"%>//dosn�t work above
    //only in <%%>tag

    This should be done using either the Properties class or ResourceBundle. Ex.
    <%
    ResourceBundle resBun = ResourceBundle.getBundle(String resource);
    String username = resBun.getString("username");
    String password = resBun.getString("password");
    // etc
    %>

  • Problem with variable substitution.

    Hello,
    I asked this before but now I want to change the question focus.
    I have scenario from IDOC to XML file.
    The scenario is digital invoice for our company in Mexico and I end this scenario with java mapping that I import from SAP marketplace.
    Now I have request to add to the XML file name the content of the field "<ODN_NUMBER>" from the XML data.
    I try to use with variables substitution.
    My payload is:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ZINVOIC02>
    - <IDOC BEGIN="1">
    - <EDI_DC40 SEGMENT="1">
    <TABNAM>EDI_DC40</TABNAM>
    <MANDT>400</MANDT>
    <DOCNUM>0000000006599015</DOCNUM>
    <DOCREL>700</DOCREL>
    <STATUS>30</STATUS>
    <DIRECT>1</DIRECT>
    <OUTMOD>2</OUTMOD>
    <IDOCTYP>INVOIC02</IDOCTYP>
    <CIMTYP>ZINVOIC02</CIMTYP>
    <MESTYP>INVOIC</MESTYP>
    <STDMES>ZEDI</STDMES>
    <SNDPOR>SAPDEV</SNDPOR>
    <SNDPRT>LS</SNDPRT>
    <SNDPRN>DEV400ECC</SNDPRN>
    <RCVPOR>SAPDEV</RCVPOR>
    <RCVPRT>LS</RCVPRT>
    <RCVPFC>LS</RCVPFC>
    <RCVPRN>MX_INV</RCVPRN>
    <CREDAT>20100118</CREDAT>
    <CRETIM>075931</CRETIM>
    <SERIAL>20100118075931</SERIAL>
    </EDI_DC40>
    - <E1EDK01 SEGMENT="1">
    <CURCY>USD</CURCY>
    <HWAER>MXN</HWAER>
    <WKURS>10.55530</WKURS>
    <ZTERM>0090</ZTERM>
    <KUNDEUINR>ACH971209KRA</KUNDEUINR>
    <BSART>INVO</BSART>
    <BELNR>0100017295</BELNR>
    <BRGEW>0.045</BRGEW>
    <GEWEI>KGM</GEWEI>
    <FKART_RL>LR</FKART_RL>
    <RECIPNT_NO>0000012977</RECIPNT_NO>
    <FKTYP>L</FKTYP>
    - <Z1EDK01 SEGMENT="1">
    <XML_VERSION>2.0</XML_VERSION>
    <ODN_PREFIX>A</ODN_PREFIX>
    <ODN_NUMBER>1883</ODN_NUMBER>
    <DATE_TIME>2009-11-01T17:05:10</DATE_TIME>
    <DOC_SUB_TOTAL>4.22</DOC_SUB_TOTAL>
    <DOC_DISCOUNT>3.00</DOC_DISCOUNT>
    <DOC_TOTAL>1.40</DOC_TOTAL>
    </Z1EDK01>
    And the xml that I create is:
      <?xml version="1.0" encoding="utf-8" ?>
    - <Comprobante xmlns="http://www.sat.gob.mx/cfd/2" version="2.0" serie="A" folio="1883" fecha="2009-11-01T17:05:10" sello="NxZCWU8hMJMiEc2fSZafpS81Z9rUScbBotvJ8lcW76GGpmcD2lFyAV7DlNQKecYMnQJnwMVoHfGjzhpFJrjLuRcyqU3nOnH1mE1JMxY/MjLkal0Ybo2aRKCorQxx+F/Vy5ucvyeDDFAt2gx0PeHJhFS3tJ6ssc6nryz3iUr8c=" noAprobacion="49806" anoAprobacion="2009" formaDePago="Pago en una sola exhibiciףn" noCertificado="00001000000100891274" condicionesDePago="90 DAYS FROM BILL OF LADING" subTotal="4.22" descuento="3.00" motivoDescuento="Customer DiscountCustomer Discount" total="1.40" tipoDeComprobante="ingreso">
    - <Emisor rfc="NMS940324RY6" nombre="Netafim Mexico S.A. de C.">
      <DomicilioFiscal calle="Leibnitz" noExterior="20" noInterior="901" colonia="Anzures" localidad="Mexico city" municipio="Miguel Hidalgo" estado="Distrito Federal" pais="Mexico" codigoPostal="11590" />
      </Emisor>
    - <Receptor rfc="ACH971209KRA" nombre="AGRICOLA 5 HERMANOS SA DE CV">
      <Domicilio calle="JUAN DE LA BARRERA NO 1249 NORTE" localidad="COL. CHAPULTEPEC" municipio="CULIACAN" estado="Sinaloa" pais="Mexico" codigoPostal="80040" />
      </Receptor>
    -     <Conceptos>
    I try to use with this variable:
    payload:ZINVOIC02,1,IDOC,1,E1EDK01,1,Z1EDK01,1,ODN_NUMBER,1
    I received in RWB the error:
    Attempt to process file failed with com.sap.aii.adapter.file.configuration.DynamicConfigurationException: Error during variable substitution: com.sap.aii.adapter.file.varsubst.VariableDataSourceException: The following variable was not found in the message payload: var_filename
    Thank you in advance for your help
    Elad

    But my target is looks very strange:
      <?xml version="1.0" encoding="utf-8" ?>
    - <Comprobante xmlns="http://www.sat.gob.mx/cfd/2" version="2.0" serie="A" folio="1883" fecha="2009-11-01T17:05:10" sello="NxZCWU8hMJMiEc2fSZafpS81Z9rUScbBotvJ8lcW76GGpmcD2lFyAV7DlNQKecYMnQJnwMVoHfGjzhpFJrjLuRcyqU3nOnH1mE1JMxY/MjLkal0Ybo2aRKCorQxx+F/Vy5ucvyeDDFAt2gx0PeHJhFS3tJ6ssc6nryz3iUr8c=" noAprobacion="49806" anoAprobacion="2009" formaDePago="Pago en una sola exhibiciףn" noCertificado="00001000000100891274" condicionesDePago="90 DAYS FROM BILL OF LADING" subTotal="4.22" descuento="3.00" motivoDescuento="Customer DiscountCustomer Discount" total="1.40" tipoDeComprobante="ingreso">
    - <Emisor rfc="NMS940324RY6" nombre="Netafim Mexico S.A. de C.">
      <DomicilioFiscal calle="Leibnitz" noExterior="20" noInterior="901" colonia="Anzures" localidad="Mexico city" municipio="Miguel Hidalgo" estado="Distrito Federal" pais="Mexico" codigoPostal="11590" />
      </Emisor>
    - <Receptor rfc="ACH971209KRA" nombre="AGRICOLA 5 HERMANOS SA DE CV">
      <Domicilio calle="JUAN DE LA BARRERA NO 1249 NORTE" localidad="COL. CHAPULTEPEC" municipio="CULIACAN" estado="Sinaloa" pais="Mexico" codigoPostal="80040" />
      </Receptor>
    I need to add folio field
    Elad

  • Problem in calling of stored procedure with variable parameters

    Hello!
    When we try to call our stored procudure with variable parameter (year and month) we receive various errors.
    Here's the dynamic package script code:
    DEBUG(ON)
    PROMPT(SELECTINPUT,,,"Please select time for restatement",%TIME_DIM%)
    TASK(Execute formulas,USER,%USER%)
    TASK(Execute formulas,APPSET,%APPSET%)
    TASK(Execute formulas,APP,%APP%)
    TASK(Execute formulas,SELECTION,%SELECTIONFILE%)
    TASK(Execute formulas,LOGICFILE,%APPPATH%\..\AdminApp\%APP%\zbpc_to_fm.lgx)
    TASK(Execute formulas,RUNMODE,1)
    TASK(Execute formulas,LOGICMODE,1)
    TASK(Execute formulas,SIMULATION,1)
    TASK(Execute formulas,CHECKLCK,0)
    Our logic script file (zbpc_to_fm.lgx) code is:
    *RUN_STORED_PROCEDURE=ztest('%TIME_SET%')
    *commit
    The problem occures while transferring the variable parameter %TIME_SET% value.
    How can we correctly transfer the selected value of TIME_SET into the procedure?

    Everything in the debug log looks correct -- the most important lines are the ones indicating the values passed from the user's response to the PROMPT(SELECTINPUT...)
    INFO(%CATEGORY_SET%, BUDGET)
    INFO(%ENTITY_SET%, 1733)
    INFO(%FUND_SET%, )
    INFO(%PROJECT_SET%, )
    INFO(%TIME_SET%, 2008.NOV)
    Are you certain that the stored proc is processing the input parameter for time correctly, when you run it directly in MS Mgmt Studio?
    What error messages do you see running it from BPC?
    By "customized user authorities" do you mean that the time dimension is secured, and this user has access only to 2008.total and its descendants? If that's the case, the user should be able to see only those members in the action pane / current view, but the SELECTINPUT prompt should only show the base members (and not the year total and quarters). I'm still confused as to why all 12 + 4 + 1 members are passed through to the stored proc.

  • Width Wrong for Imported Graphics in Frame 9

    Has anyone else had issues with Framemaker detecting the wrong width when importing graphics?  As an example, when I import a JPG of a button that should be 21 x 21 pixels, Framemaker displays the width as 24px and the height as 21px.  This results in a smashed graphic.  If I adjust the dimensions of the graphic in FrameMaker to the correct dimensions, then print the PDF, the right border of the image is off.
    I have tried capturing the graphic a variety of different ways, and I always experience the same results.  I can import the graphic into Captivate or Word and the sizing is correct.  Any ideas?  Thanks!
    I am using FrameMaker version 9.0p237 as part of the Technical Communication Suite 2.

    I just tested this with a sample file at the 21x21 dimensions, and you are absolutely correct. FM9 screws up the dimensions (and default dpi resolution) for PNG and GIF files. I also tried BMP and TIF equivalents and these were ok. FM8 does not have this problem, so it looks like Adobe played with the PNG and GIF filters a bit (perhaps to get rid of all of the extra colours coming in).
    For a JPG or PNG import of a 21x21 at 96dpi, FM9 seems to think that it is 24x21 at 110dpi. FM8 gets it right.
    For a GIF import of the same, FM9 thinks it is 22x21 at 75dpi. FM8 got it right.
    What's also strange is that if the dimensions are both even, e.g. 20x20 at 96dpi, then FM9 gets it right for the JPG, PNG and GIF. However, if the *first* dimension is odd, e.g. 21x20 it gets it wrong again as before, but if the second dimesion is odd, e.g. 20x21, the it gets it right. VERY WIERD!
    It's definitely a BUG.
    I would suggest that you either use BMP or TIF for now OR try to increase your icons by 1 pixel to make them an even size, e.g. 22x22.
    I'd also recommend that you not use JPG for these, but rather GIF or PNG, because you may generate some unwanted artifacts in the JPG due to the lossy compression used.

  • Importing issues with Final Cut Pro X. Green flash and twitches while play back

    Hello, I'm having some importing issues with Final Cut Pro X and I can't find any solution whatsoever. Perhaps my importing settings are wrong?
    Anyways, I've done a lot of recordings on eye TV and HD PVR with some videos that are about 3 hours long. I exported them into H.264 files, which turns them into mpeg-4 files with AAC audio. Then I import them into final cut pro X and I notice it takes a long time for them to render the videos and I notice that there are some green screens and twitches while I play through the video.
    Here is a screenshot of the green screen that I'm talking about:
    [URL=http://imageshack.us/photo/my-images/688/screenshot20130409at338.png/][IMG]http://img688.imageshack.us/img688/4537/screenshot20130409at338.png[/IMG][/URL]
    Could it be my 2 video graphics card that is causing this kind of issues? Or is there any solution to fix this?
    In the past, I've used iMovie 09 and it worked out perfectly. However, the new iMovie 11 is terrible because it automatically optimzie my 3 hour long videos into making the importing process to (144 hours long to import). Is there any way to get iMovie 09 back or am I stuck on dealing with this Final Cut Pro X issues?
    More information:
    My Hauppauge HD PVR settings are set to custom. Video Constant Bit Rate, the average bit rate: 13.5 Mbps. The audio is AAC.
    My project settings for video properties is set to custom, 720P HD Format, 1280 x 720 Resolution and 30P Rate. The audio and render properties is set to custom, audio channels is stereo, audio sample rate is 48kHz and the Render Format is Apple ProRes 422.
    I export the video as a quicktime movie. The export setting is H.262.
    The summary of the export is:
    File type: Quicktime movie
    Estimated size: 397GB
    H.264, Width and height: 1280 x 720. Framte rate: 30 fps

    My Hauppauge HD PVR settings are set to custom. Video Constant Bit Rate, the average bit rate: 13.5 Mbps. The audio is AAC.
    My project settings for video properties is set to custom, 720P HD Format, 1280 x 720 Resolution and 30P Rate. The audio and render properties is set to custom, audio channels is stereo, audio sample rate is 48kHz and the Render Format is Apple ProRes 422.
    I export the video as a quicktime movie. The export setting is H.262.
    The summary of the export is:
    File type: Quicktime movie
    Estimated size: 397GB
    H.264, Width and height: 1280 x 720. Framte rate: 30 fps

  • Imported logos with alpha channel in titler bug

    Hi!
    If I import this logo in Titler the small black text disappears, but if I import it to premiere then All OK.
    Why?
    LD_logo_3d_horizontals.png

    OK, while it is a bug in the Title Designer as far as I am concerned, it is the same one from the very first Premiere Pro version.
    The Title Designer does not like graphics with partial opacity. Your PNG file is partially transparent.
    This is your graphic blown up in Photoshop. It is obvious to me what the problem is when I look at it.
    I took your text and filled in all of the partially transparent pixels with solid black, and it worked in the Title Designer just fine. I didn't do it carefully, I just sampled the lighter pixels and filled them in. The text got a bit ragged when I did that.
    I don't know what font that is and I don't have time to figure it out right this minute, but I suggest that you delete the text and type in new text. Or, very carefully fill in the light spots in the text you have.

  • Imported mpeg with asynchronous audio

    Hello together,
    i've got a little problem while creating a film for my brother.
    I captured some old family videos with my video card and the software i used saved them as mpeg 2, with variable bitrate in video and constant bitrate in audio which is mp2. This video is playing properly in media player classic and vlc.
    After importing one of these files i found out that audio and video are asynchronous playing in the preview video.
    I looked into the elements help about this issue but there only was the hint to change the file format to avi. They do not tell which kind of avi i should use.
    So, not knowing which file format to use i tried a lot with different containers, different video codecs and different audio codecs... I think it was about 20 or 25 different combinations from h263, h264, divx, xvid, flash, wmv7/8/9, mpeg2, DV, theora and so on. I used avi, mpg, mp4, mov, ogg and wmv as containers.
    Half of these outputs were alreday asynchonous with the normal video playing software and the other half was asynchronous in PRE 9.
    Has anyone got an idea what i could try? Is there a format combination that will work properly? Or can i change something in my source mpg to play properly?
    Thanks in advance,
    Norman Maehler

    I did not know that it could capture to DV-AVI, but i cannot capture all files again, because its 20 hours of movie and it should be a present for my brother to his birthday which is already over... Besides i have to stay at the player because the video is quite old an broken at some times...
    Next time i will try to use the DV-AVI.
    But why can PRE import mpeg2 films while it cannot handle them properly? They are not asynchonous, because the can be played perfectly in sync with several media players?!
    I converted one mpeg2 file to DV-AVI and imported it into PRE. There now the audio is quite good, but the video is too fast and makes some loops while playing in PRE. My media players are playing the file perfectly again...
    By the way: I am using mencoder behind the Super-Gui to reencode my Video-Files if that may help?
    Edit: @ nealeh It did not give me the choice for DV-AVI, because i was not recording from DV-Camcorder...
    Edit2: Now with Avi container, DV-VIDEO as Video Codec and WAV-(pcm 16 little-endian) as audio codec the file is 5 times larger than before but it works

  • Strange Facet of Imported Graphic: ò\e2

    Hello Framers,
    I am using Frame 7.1 and have just taken over a project from a colleague who is sometimes, er, careless with best practices.
    So I MIF-washed all files (replacing all OLE2 graphics) and tried to save as RTF. Frame crashed. I looked at the Object properties of some imported graphics and found this:
    A minute later I looked again at the same properties again and the Facet was "DIB" -- in other words normal.
    This is the same graphic, same command (!go). In between I had looked at some other graphics and seen another with the strange facet. Because it is intermittent it was hard to get such a pair of grabs.
    I looked in the MIF and could find nothing unusual (but I am by no means a MIF-guru).
    Has anyone else seen such strange facets? Or have any ideas? As a workaround I shall try re-importing all graphics and hoping that the problem does not come back.
    --- Derek

    Thanks Sheila and Art,
    Since this is an intermittent problem it's hard to investigate. I entirely agree about BMPs and embedding, but I inherited this project and that's how it is.
    I do the Save As RTF because my SME is enamoured of Word; I convert the RTF into DOC and he can then edit in his favourite tool. With Track Changes I can then see what needs to be done in the Framemaker source.
    I have Windows XP SP3 running with 2GB RAM so I don't think I am hitting a resource limit.
    Before posting I had extracted all embedded graphics and included them as PNGs by Reference. But Save As RTF still crashed on one chapter; it was while investigating the graphics in that chapter that I stumbled on the strange facet problem.
    I'm 99% certain that the Save As RTF crash is related to the  graphics; if I delete all graphics the save goes OK. I cannot say for sure that it's related to the facets but an intermittent crash related to an intermittent strange facet sounds mighty suspicious.
    Yesterday after posting I re-embedded all graphics (delete and re-import with ! f i f ) but it still crashed. So I converted the larger graphics to PNG and re-imported them. I tried a quick Save As RTF and it worked. Hurrah! So I repeated the Save, this time to another directory, and it crashed. This morning it crashed again (but not before I had made a copy of the successful save ! ). There are still small graphics (screen caps of buttons in running text) but it will take me ages to convert all of them (it took an hour to do the larger graphics).
    Thus I have files to keep my SME happy for now, but there may be some nasty surprises waiting for me somewhere down the line. That's why I'd like to nail this to the wall. I'll try Art's suggestion of yet another MIF-wash (which will be the third) and report back if there's anything new.
    --- Derek

  • Import graphics that don't need to be rendered?

    Is there a graphic format for stills that I can bring into FC4.5 without having to render on the time line? I’m importing folders full of stills (screen grabs) to create narrated slideshows, and having to re-render every time I shift a transition point...boring!
    Thanks!
    dc

    Interesting; so might I select a different codec until I’m done editing and ready to export, then switch back to Animation?
    Ultimately, I’m knocking the file down with Squeeze, exporting as QT using “Current Settings,” and getting beautiful results with tiny files, at 6 fps. Btw, the imported graphics are the same size as the project.
    Appreciate the comments.
    dc

  • ALV with variable columns

    Hi All,
    I have to do a ALV with variable no. of columns. i.e Depending on the data , the columns should get populated.
    Thanks in advance.
    Dnyanesh

    Hi Dnyanesh,
        If you know the no. of columns to be used in the ALV before hand then you can change the field catalog.
    but if you dont know the no. of columns then you can create dynamic table.
    eg:
    1. Create your field catalog either manually or automatically using the function module, LVC_FIELDCATALOG_MERGE. Add more rows to the field catalog table (T_FIELDCAT) at run time.
    2. Use the field catalog to create a table dynamically using the method below.
    DATA: T_OUTPUT TYPE REF TO DATA
    FIELD-SYMBOLS: <T_OUTPUT> TYPE TABLE
    Call Method CL_ALV_TABLE_CREATE->CREATE_DYNAMIC_TABLE
    Exporting
    IT_FIELDCATALOG = T_FIELDCAT
    Importing
    EP_TABLE = T_OUTPUT
    ASSIGN T_OUTPUT->* TO <T_OUTPUT>.
    Now the field symbol <T_OUTPUT> is pointing to an output table of the structure that contains the fields which were determined at runtime. Now fill this table with the data and pass <T_OUTPUT> to the method SET_TABLE_FOR_FIRST_DISPLAY and the ALV grid should show the data properly.
    Example:
    *the content of itab will be fields of the new table
    loop at itab1 into wa1.
      Gs_FIELDCAT-TABNAME     = 'itab2'.
      GS_FIELDCAT-FIELDNAME = wa1-packid.
      GS_FIELDCAT-OUTPUTLEN = 2.
      GS_FIELDCAT-KEY         = space.
      GS_FIELDCAT-SELTEXT_L = wa1-packid.
      GS_FIELDCAT-COL_POS     =  1.
      GS_FIELDCAT-JUST        = 'L'.
      APPEND GS_FIELDCAT TO GT_FIELDCAT.
    endloop.
    LOOP AT GT_FIELDCAT INTO GS_FIELDCAT.
         MOVE-CORRESPONDING GS_FIELDCAT TO ls_fcat.
         APPEND ls_fcat TO lt_fieldcat.
    ENDLOOP.
    CALL METHOD cl_alv_table_create=>create_dynamic_table
                 EXPORTING it_fieldcatalog = lt_fieldcat
                          IMPORTING ep_table = t_output.
    you can refer the following link also.
    ALV grid
    hope this helps.
    do get back if you need further clarification.
    Regards,
    Kinshuk

  • Generating a List of References in FM12 to include External Cross-References and Imported Graphics, but no Imported Graphic references show in the LOR.  Is this a bug in FM12 or what am I doing wrong?

    and has always generated the list of references just fine.  Now in FM12, the LOR no longer will give any references for the Imported Graphics.  I have even tried creating a new chapter from the FM12 templates, adding the chapter to the front of the book, and allowing FM12 to use that file as the template for the LOR.  Still no success - it will not give any references to the Imported Graphics in my chapter files.  Is this a bug in FM12?  Is there something different about FM12 that would cause this not to work with existing FM11 files???  Please help, I need this resolved and working.
    Thank you,
    Beverly

    Arnis and Jeff,
    Thank you both very much for your assistance.  I was able to figure out why the Adobe Application Manager kept failing on installing the patches.  Idiot me didn't unzip them first.  Once I unzipped the patch files, the installer worked fine.  Both patches are now successfully installed; my FM version is now 12.0.2..
    To answer some of your questions:
    Yes, I have administrator privileges on my PC.
    Yes, I had all of the files in the book opened when I generated and/or updated the LOR file.  So that was not the issue.
    With the patches installed, I opened a book and all of its files.  I updated the LOR and all works fine – it gives me all of the Imported Graphic references. So there must have been an issue with that release of FM12 (12.0.0.329), which was fixed with the patches.
    Again, thank you both for your help!
    Best regards,
    Beverly

  • Connection Pool with Variables

    Hi i am a newbie to Obiee and i want to know how to import tables into a connection pool with variables in place of Data Source Name: valueof(DSN_DM) username:value of(DSN_DM_USER)
    like that i want to import my new tables into this connection pool how i can do that. i tried importing but it is coming as a new subject area.
    Can any Body help me
    Thanks

    Hi copter,
    Firstly you imported some tables and again as adding tables your are using variable in connection pool and importing tables then it takes as a new subject area only.....Instead use this variable connection pool to import all tables from scratch and then work on it.This would do.
    Either if it is a seperate subject area pull the columns needed from both the subject areas and work on it.Before doing that you need to establish joins between the subject area tables.
    http://forums.oracle.com/forums/thread.jspa?threadID=1123247&tstart=-1
    hope helps you.
    Cheers,
    KK

Maybe you are looking for

  • I have a sixth generation ipod nano (16 gb) that does not turn on

    When i plug it into my PC, it connects to itunes, and asks me to restore it. After I restore it, it asks me to prepare for a system recovery for the ipod. Then it repeats this endlessly. It is out of factory warrenty as far as i know. I thought it wa

  • Viewing Text files

    I want to view a text file from my new ipod Nano, which I have enabled for file use. I am using Word for Mac, I put the Word file in my Notes folder. But when I disconnect the ipod, while I can see the file in my notes folder, I am not able to view t

  • HT201303 What is the security cod?

    Can you please let me know where can I find the security cod whene I need to make purchase in app stor?

  • Locking All E-Business 12.1.3 application schemas

    All: I have a situation where an auditor has come in and we have promised to lock all the E-Business 12.1.3 app schema accounts (i.e.: AR, GL, AP, etc.). Last time I did this things did not work as expected. Is this supported? I know I can change the

  • Stolen laptop -- Trying to rebuild library

    My laptop got stolen and I'm trying to redownload iTunes and build up my library again. Is there a way to get my old library back on this new computer?