Problem with Canvas component.

Hello all,
I am building a sort of flowcharting software using Swing. The software is standalone. The "flowcharting" component is a sort of canvas, However it does not extend the Canvas class from AWT, but rather extends a JComponent. The paint() method simpy says g.fillRect(color) and this produces the backdrop. Ok, to the point, every once in a while, some components or text will not render at all on this canvas. If if I were to close and load the flowchart, the same component will not render, and usually it is text with user defined fonts that will not render. I would say they render correctly on 80% of the machines on which it has been installed. It may be a font problem, but other text with the same exact font will render. Assuming that the components are instructed to render(I am fairly convinced of this) are there any possible reasons that these components will not render. All components render on my machine, and some will not render on other machines. Has anyone ever dealt with anything like this? Perhaps my canvas should actually subclass Canvas from AWT? Any feedback is much appreciated.
Thanks.

Thanks,
Actually, this canvas overrides the JComponent class and is not an AWT Canvas component. A couple of things I did notice however....
Maybe overriding JPanel would be more suitable.
Currently the paint() method is being overridden as opposed to the paintComponent() method. I think overriding paintComponent would be the right thing to do.
Thanks for help anyways.

Similar Messages

  • Strange problem with WD component build

    Hi all,
    I have strange problem with building one wd component, which is part of SC. I'm getting few errors which stops me from building component (and transporting to other systems via CMS of course). I'm providing sample of the errors (3 types) and ant error:
    [code]     [wdgen] [Error]   com.gbs.gmob.RequisitionFoCust --> ContextValueAttribute startDate [type]: Type missing (Hint: The type property must be set to a simple type, a built in type or any java native type)
         [wdgen] [Error]   com.gbs.gmob.RequisitionFoCust --> ContextValueAttribute stopDate [type]: Type missing (Hint: The type property must be set to a simple type, a built in type or any java native type)
         [wdgen] [Error]   com.gbs.gmob.SuppMatGroupView --> TextView MATERIAL_GROUP_NAME_editor [text]: Context element and property are not compatible
         [wdgen] [Error]   com.gbs.gmob.SuppMatGroupView --> TextView MATERIAL_GROUP_ID_editor [text]: Context element and property are not compatible
         [wdgen] [Error]   com.gbs.gmob.SupplierCust --> ContextModelNode SuppMatGroup [modelClass]: The context model node has not been bound to a model class (Hint: A Context model node has to be bound to a model class or mapped to a model node of another controller.)
         [wdgen] [Error]   com.gbs.gmob.SupplierCust --> ContextValueAttribute material_group_list [type]: Type missing (Hint: The type property must be set to a simple type, a built in type or any java native type)
         [wdgen] [Warning] com.gbs.gmob.ApprovalRejectView --> TextEdit TextEdit: UIElement does not have a label
         [wdgen] [Info]    Catching throwable null
         [wdgen] [Info]    com.sap.webdynpro.generation.ant.GenerationAntTaskError
         [wdgen]      at com.sap.webdynpro.generation.ant.GenerationAnt.showCheckResult(GenerationAnt.java:153)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.check(Generation.java:2050)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.generatePersistentComponent(Generation.java:1299)
         [wdgen]      at com.sap.ide.webdynpro.generation.console.GenerationConsole.generate(GenerationConsole.java:175)
         [wdgen]      at com.sap.webdynpro.generation.ant.GenerationAnt.main(GenerationAnt.java:50)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         [wdgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         [wdgen]      at java.lang.reflect.Method.invoke(Method.java:324)
         [wdgen]      at com.sap.webdynpro.generation.ant.WDGenAntTask.execute(WDGenAntTask.java:219)
         [wdgen]      at org.apache.tools.ant.Task.perform(Task.java:341)
         [wdgen]      at org.apache.tools.ant.Target.execute(Target.java:309)
         [wdgen]      at org.apache.tools.ant.Target.performTasks(Target.java:336)
         [wdgen]      at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
         [wdgen]      at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:115)
         [wdgen]      at com.sap.tc.buildplugin.AbstractAntBuildAction.execute(AbstractAntBuildAction.java:65)
         [wdgen]      at com.sap.tc.buildplugin.AbstractPlugin.handleBuildStepSequence(AbstractPlugin.java:225)
         [wdgen]      at com.sap.tc.buildplugin.AbstractPlugin.performBuild(AbstractPlugin.java:201)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         [wdgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         [wdgen]      at java.lang.reflect.Method.invoke(Method.java:324)
         [wdgen]      at com.sap.tc.buildtool.PluginCommunicator.maybeInvoke(PluginCommunicator.java:114)
         [wdgen]      at com.sap.tc.buildtool.PluginCommunicatorV2.communicate(PluginCommunicatorV2.java:42)
         [wdgen]      at com.sap.tc.buildtool.PluginHandlerImpl.handlePluginCommunication(PluginHandlerImpl.java:354)
         [wdgen]      at com.sap.tc.buildtool.PluginHandlerImpl.execute(PluginHandlerImpl.java:176)
         [wdgen]      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1726)
         [wdgen]      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:5559)
         [wdgen]      at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.buildDCsForDevConfig(BuildAction.java:307)
         [wdgen]      at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.access$200(BuildAction.java:58)
         [wdgen]      at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction$1.run(BuildAction.java:212)
         [wdgen]      at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
         [wdgen] ERROR: Unknown exception during generation null (com.sap.webdynpro.generation.ant.GenerationAntTaskError)
         [wdgen] ERROR: Generation failed due to errors (6 seconds)
    Ant runtime 9.234 seconds
    Ant build finished with ERRORS
    [Error]   Generation failed!
    Error: Build stopped due to an error: [Error]   Generation failed!
    [/code]
    Strange is that if I try to rebuild and deploy locally, no errors occurs and I can normally deploy and run application manually!
    Does anyone have experience with this problem?
    Thanks in advance!
    Regards,
    Ivan

    Hi Ivan
    I have faced this problem earlier BUT ultimately I have to create the DC from scratch.
    But you can check these things:
    1.Have you copy/pasted Dictionary type from other location (check the path of the dictionary types ) --> If yes then deleted that and create again(do not use copy/paste)
    2.This also happens if your "Used DC" has some problems in the JDI --> Remove the used DC and add it again.
    3.Make sure the NWDI infastructure is perfect- this may be a cause.
    4. Check Context mappings --> delete all mappings > save metadata > Create again.
    5. Delete the model and recreate it again.
    6.If you have done reimporting model make sure to restart J2EE instance.
    Hope this solves the problem - if not please post
    Regards
    Ananda

  • Apex 4.1 - problem with navigation component LIST after upgrade

    There seems to be problem with Tags in LIST component, after upgrade from 4.0 to 4.1 release

    Right, we verified a problem for migrated lists.
    We have lists of links, that are not based on a specific template. After upgrade to 4.1, they stopped from rendering in their region. Found out that the tag <TABLE> was not included in the HTML Source, hence the list body was not built to render.
    The only way we found to include it was to create a template for Lists (there is not one by default in Apex in certain themes), edit it and include the tag (in the section "Before List Entry" > "List Template Before Rows" - the tag itself is not present in the newly created template, too). Then, you need to assign the template to the existing Lists to make the list body re-appear: it doesn't seem to be a good practice to create a list without a template, but Apex should at least provide 1 by default.
    Edited by: Kleber M on Oct 28, 2011 9:03 AM

  • IPod Touch 2nd Gen Video Out Problem with Apple Component Cable

    I'm trying to get video out working with my iPod touch connected to my TV. Here's the information.
    32 GB iPod Touch 2nd Gen
    Apple Universal Dock (current version.)
    Apple Component Out cable for iPod (current version that connects with a dock connector.
    I've connected the component cables into the component video input on my TV. When I start playing any video (purchased off iTunes store in Standard Def,) I get a scrambled picture that appears to be the video, and no sound. I purchased the TV in South Korea and haven't gotten to test it yet on a TV back in the US. I have my video out settings with wide screen turned off and set to NTSC (South Korea uses NTSC.) I've also tried every setting combination, and switching the cable connections with the same or similar results. Sorry if a similar problem has been posted elsewhere, but after searching, I couldn't find any similar behavior. Any ideas on what might be the cause? I don't have any other component devices to check if the component on the TV is bad.

    I've got that same problem: iPod Touch 2nd Gen, Apple Component Cables, and an HD TV.
    The funny thing is, the cable works fine with an iPod Classic (160 GB) but not for the iPod Touch. Can anyone explain why that is?

  • Problem with printing component...

    when I try to print component with overridden method "print", where used coordinates affine transform, after print on paper I have nothing. but if I commented affine transform usage, component content printing. please help me to resolve this problem.

    Why are you using affine transform.
    You need to load the component into graphics area, pre-formated one.
    Angel Portal
    [email protected]

  • Why these problems with one component?

    I'm going slowly and methodically but can't seem to get anywhere.
    I am working from a backup copy of my Web site. I first tried creating a fresh copy from the DVD backup file. In that case, as in all cases, almost every page has a bad link bug. I thought I'd mechanically go through, it would be tedious but not difficult, and relink each questionable component, usually two per page.
    That did not work. Whether I tried to relink the component that I could see, or whether I deleted it on a given page and added a new component object, then relinked, I'd get only blank component areas but no artwork.
    I did notice that the Inspector kept listing the original file destination, call it xyz. This was the new file.
    I tried recreating the artwork from prior versions and that did not work as it still sought xyz.
    So finally I went back to the original xyz backup, relinked and the top component seemed to work. Not my ideal scenario but it worked.
    That is, in Layout view it worked. In Preview it did not work and yielded this error message—
    file://localhost [there it went through locations on my drive ending at] agl-tmp-1.html —then it added, "Could not open file."
    After it did not work in Preview I went to PDF Preview, and that did work. So the problem so far appears to be with Preview for some reason. Perhaps that's a clue.
    QUESTION ONE:
    How can I relink that component so it works?
    I would prefer to use the newer version and would like to outsmart that xyz destination in the object inspector if at all possible. So:
    QUESTION TWO:
    How do I do that?
    I was hoping to resolve the relinking hassle today Monday and have the rest of the week to do the rest of the job but this initial hassle won't solve itself. Hope you can help. By the way, I need a Step 1 Step 2 approach not theory if at all possible. And thank you.

    Nini,
    First, thanks for the reply.
    Second, your point about the Safari icons is reassuring. I will now set that aside as something I don't have to deal with.
    Third, I do understand linking. But when I get the ? in the Links In/Out window, well, there I could use a little direction. The book I have, a Classroom in a Book, barely touches on that and my attempts have gotten me nowhere.
    Last, about sitefiles. Maybe there is the core of my problem. Maybe it's "all my fault." I hope so because that is easy to fix once I know what to do. Here is what I did:
    The backup of my Web site is a CD. I open GoLive and follow the procedure, New Site, Single User, and so on, and browse to that CD. There is no folder inside the CD that contains the files. There are the various files, roughly 2-300 and a handful of folders including the Images folder. I select the CD and the files all come in to the new site window. Somewhere in that process I have named the site.
    Now I have a site window with all the files. And almost all the files have a bug.
    I have experimented: Two graphic units, one a Component on top of most pages, and one a graphic element at the bottom linked within the Images folder, are the culprits. I do not relink those two items as the artwork has, somehow, disappeared, so I delete them. The top component leaves in its place the empty space that had contained the component element.
    That deletes the two unlinked items that caused the bug, or so I thought. I notice that, while this page is open, the bug in the site window is now gone (hooray!) and is replaced by a checkmark. I save then close the page and the bug is suddenly back. The only problem that I can figure still remains, is one of the links with the ? in the Links In/Out (command-5) window. I know how to use the rubberband in the site window but I can't seem to do that in the In/Out window. Mostly the ? is on a file called Site Trash, if that's any help.
    A lot of words but I was shooting for clarity.
    Where is my error, if it's possible to tell?
    Thank you very much.

  • Problems with SelectOneChoise component in table filter

    I have tried to make a SelectOneChoise filter in a table and I have two problems which are:
    1) If I use the filtering in the coloum with the SelectOneChoise and then navigate to another page and then back to the page with the table then the filtering in the table doesnt work anymore. Why the filtering in the table doesn´t work when I navigate back to that page?
    2) My second problem is that I can´t control the width of the SelectOneChoise. I want the width to be 100% and have tried to set that with the inlineStyle but it has no effect. How can I effect the width of the SelectOneChoise component?
    Below is the code for the coloum and filter:
    <af:column sortProperty="Status" filterable="true"
    sortable="true"
    headerText="#{bindings.Department11.hints.Status.label}">
    <af:selectOneChoice value="#{row.bindings.Status.inputValue}"
    label="#{row.bindings.Status.label}"
    shortDesc="#{bindings.Department11.hints.Status.tooltip}">
    <f:selectItems value="#{row.bindings.Status.items}"/>
    </af:selectOneChoice>
    <f:facet name="filter">
    <af:selectOneChoice inlineStyle="width:100%;"
    value="#{vs.filterCriteria.Status}"
    rendered="true">
    <af:selectItem/>
    <af:selectItem label="Virkin" value="Act"/>
    <af:selectItem label="ÓVirkin" value="NotAct"/>
    </af:selectOneChoice>
    </f:facet>
    </af:column>
    Thanks in advance
    Atlantic Viking

    Hi,
    for the sizing issue, try the "contentStyle" attribute.
    Regarding the filter issue, I have my doubts it works at all. The selectoneChoce value needs to be set to teh varStatus, which by default is "vs", not row
    Example:
    <af:selectOneChoice value="#{vs.filterCriteria.EmployeeId}" label="Label1">
    </af:selectOneChoice>
    Frank

  • JDeveloper 11.1.2.3 on glassfish 3.1.x: problem with popup component

    Hi
    How does pop up component works in JDeveloper 11.1.2.3 - adf essentials?
    This is the sample code what me trying and no pop-up comes up.
    <af:commandButton text="popuptest" useWindow="true" id="cb10">
    <af:showPopupBehavior popupId="testpopup" triggerType="click"/>
    </af:commandButton>
    <af:popup id="testpopup" >
    <af:commandButton text="popupbuttontest" id="cb9"/>
    </af:popup>
    Can anyone please advice how to go about with pop-up component.
    Thanks

    Hi All
    Any help would be appreciated.
    The pop-ups are not working.
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <af:document title="main.jsf" id="d1">
    <af:form id="f1">
    <af:commandButton text="commandButton 1" id="cb1" useWindow="true" partialSubmit="true">
    <af:showPopupBehavior popupId="p1"/>
    </af:commandButton>
    <af:popup childCreation="deferred" autoCancel="disabled" id="p1">
    <af:commandButton text="commandButton 2" id="cb2"/>
    </af:popup>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    Does css or any custom components in the project can create this problem?
    Thanks
    Edited by: 982693 on Jan 24, 2013 11:39 PM

  • Problem with canvas area

    just installed final cut pro studio. started up fcp. did some settings for sequence. after import clip and moved over to the canvas area, there's an opaque overlay, which is transparent, on the video. do you know if this is because of the settings or a possibly a glitch in the software?

    i didn't apply any filter to the clip. but out of curiosity, i played with a few different filters. rendered the sequence. same problem. so i closed out fcp and started again. what do you know, the video in the canvas came back and is now normal viewing. i am still not sure what had happened, but hopefully, the problem won't come back again.
    thanks for all the help.

  • Java Studio Creator 2 Update 1 - Problems with Calendar component

    Hello,
    I just made a very simple webapplication, consiting of 2 webpages. Webpage 1 has a button that sends the user to webpage 2. That works fine. When I add a calendar from the components palette, and select a date thats in 2010, I keep getting redirected to page 1 when I press the button that should send me to page 2. I don't even try to access the selected date from the calendar. When I select a date in 2009, it all works fine. I don't see any exception, not on screen, not in the server log. I'm using the Sun Application Server that comes with Studio Creator.
    Kind regards,
    Sven

    Ok, I now know what my foot tastes like. Have personally verified that the calendar component in JSC 2 update 1 accepts dates (at least) 1970 - 4100. With this range you can see that there some work going on in the background but performance is adequate (a second or two delay). Considering that this is a ridiculous range the Calendar component performs well.
    I dug up my old copy of JSC EA 2 and that calendar component seems to have a 9 year range with no settable minDate maxDate.
    I appear to have deleted my copy of JSC EA [1] but I guess this must be where I had a poor experience of the component. I'm fairly sure this had a minDate / maxDate property and if they were set too far apart it caused heap space problems. I guess I made a mental note not to try this again and never have since. Anyway, it's irrelevant because the Calendar Component works right now and that's what counts. My apologies to all concerned.

  • Problem with New Component in the Portal 7.0

    Hi, i have the problem wiht component: BP for Internal Sales Representative
    When trying open the new component in the portal show the error:
    in the flag "sales processing":
    Portal Runtime Error
    An exception occurred while processing your request
    Exception id: 11:36_11/05/11_24157750
    See the details for the exception ID in the log file.
    com.sap.portal.appintegrator.sap.WebDynpro::WebDynpro/ABAPURLLayer
    ¨******************************************************************************************
    How find roles assigned to new component??

    Hi Shen, show errors in the portal
    #1.5 #001321FCA16D006B00000042000018900004A31C5414D97C#1305241971529#com.sapportals.wcm.rendering.uicommand.UICommandFactory#sap.com/irj#com.sapportals.wcm.rendering.uicommand.UICommandFactory#edramones#173##n/a##434407207ced11e09434001321fca16d#SAPEngine_Application_Thread[impl:3]_30##0#0#Error#1#/Applications/KMC#Plain###Could not find a command, masscommand or group command with alias < edition_history >. It is defined in group < DetailsSettingsSecondGroup >. Check whether the archive containing the mapped java class  is deployed.#
    #1.5 #001321FCA16D006B00000044000018900004A31C5414DAAE#1305241971529#com.sapportals.wcm.rendering.uicommand.UICommandFactory#sap.com/irj#com.sapportals.wcm.rendering.uicommand.UICommandFactory#edramones#173##n/a##434407207ced11e09434001321fca16d#SAPEngine_Application_Thread[impl:3]_30##0#0#Error#1#/Applications/KMC#Plain###Could not find a command, masscommand or group command with alias < codification >. It is defined in group < DetailsSettingsSecondGroup >. Check whether the archive containing the mapped java class  is deployed.#
    #1.5 #001321FCA16D006B00000046000018900004A31C5414DB9A#1305241971529#com.sapportals.wcm.rendering.uicommand.UICommandFactory#sap.com/irj#com.sapportals.wcm.rendering.uicommand.UICommandFactory#edramones#173##n/a##434407207ced11e09434001321fca16d#SAPEngine_Application_Thread[impl:3]_30##0#0#Error#1#/Applications/KMC#Plain###Could not find a command, masscommand or group command with alias < deactivateCodification >. It is defined in group < DetailsSettingsSecondGroup >. Check whether the archive containing the mapped java class  is deployed.#
    #1.5 #001321FCA16D006B00000048000018900004A31C54AC60F3#1305241981463#com.sapportals.wcm.rendering.uicommand.UICommandFactory#sap.com/irj#com.sapportals.wcm.rendering.uicommand.UICommandFactory#edramones#173##n/a##434407207ced11e09434001321fca16d#SAPEngine_Application_Thread[impl:3]_30##0#0#Error#1#/Applications/KMC#Plain###Could not find a command, masscommand or group command with alias < GenerateCodeCommand >. It is defined in group < AdminResourceCommandGroup >. Check whether the archive containing the mapped java class  is deployed.#
    #1.5 #001321FCA16D006B0000004A000018900004A31C54AC61F3#1305241981463#com.sapportals.wcm.rendering.uicommand.UICommandFactory#sap.com/irj#com.sapportals.wcm.rendering.uicommand.UICommandFactory#edramones#173##n/a##434407207ced11e09434001321fca16d#SAPEngine_Application_Thread[impl:3]_30##0#0#Error#1#/Applications/KMC#Plain###Could not find a command, masscommand or group command with alias < FixCommand >. It is defined in group < AdminResourceCommandGroup >. Check whether the archive containing the mapped java class  is deployed.#
    #1.5 #001321FCA16D006B0000004C000018900004A31C54AC634D#1305241981463#com.sapportals.wcm.rendering.uicommand.UICommandFactory#sap.com/irj#com.sapportals.wcm.rendering.uicommand.UICommandFactory#edramones#173##n/a##434407207ced11e09434001321fca16d#SAPEngine_Application_Thread[impl:3]_30##0#0#Error#1#/Applications/KMC#Plain###Could not find a command, masscommand or group command with alias < UnUsedDocumentsCommand >. It is defined in group < AdminResourceCommandGroup >. Check whether the archive containing the mapped java class  is deployed.#
    #1.5 #001321FCA16D006B0000004E000018900004A31C54AC644B#1305241981463#com.sapportals.wcm.rendering.uicommand.UICommandFactory#sap.com/irj#com.sapportals.wcm.rendering.uicommand.UICommandFactory#edramones#173##n/a##434407207ced11e09434001321fca16d#SAPEngine_Application_Thread[impl:3]_30##0#0#Error#1#/Applications/KMC#Plain###Could not find a command, masscommand or group command with alias < RestoreDocumentsCommand >. It is defined in group < AdminResourceCommandGroup >. Check whether the archive containing the mapped java class  is deployed.#
    #1.5 #001321FCA16D007D00000061000018900004A31C599E36D2#1305242064383#com.sap.portal.prt.runtime#sap.com/irj#com.sap.portal.prt.runtime#edramones#173##n/a##434407207ced11e09434001321fca16d#SAPEngine_Application_Thread[impl:3]_35##0#0#Error##Java###06:44_12/05/11_24157750 An error occured in iView: N/A in component: N/A##
    #1.5 #001321FCA16D006800000071000018900004A31C5A91112B#1305242080298#com.sap.portal.prt.runtime#sap.com/irj#com.sap.portal.prt.runtime#edramones#173##n/a##434407207ced11e09434001321fca16d#SAPEngine_Application_Thread[impl:3]_1##0#0#Error##Java###06:44_12/05/11_24157750 An error occured in iView: N/A in component: N/A##
    #1.5 #001321FCA16D006700000075000018900004A31C5A91887F#1305242080329#com.sap.portal.prt.runtime#sap.com/irj#com.sap.portal.prt.runtime#edramones#173##n/a##434407207ced11e09434001321fca16d#SAPEngine_Application_Thread[impl:3]_0##0#0#Error##Java###06:44_12/05/11_24157750 An error occured in iView: N/A in component: N/A##

  • Problem with Window Component

    Im programatically creating a Window component with a close
    button using
    the Tween class as animation.
    When not using the Tween class all is fine but when I use the
    Tween
    clase window appears without the close button?
    Any ideas why?
    This is the code":
    interactividad.onRelease = function(){
    import mx.managers.PopUpManager;
    import mx.containers.Window;
    pop.start();
    var intera:MovieClip = PopUpManager.createPopUp(this, Window,
    true,
    {contentPath:"",closeButton:true, title:"Interactividad A"});
    mx.transitions.TransitionManager.start(intera,
    {type:mx.transitions.Zoom, direction:0, duration:1,
    easing:mx.transitions.easing.Bounce.easeOut, param1:empty,
    param2:empty});
    intera.setSize(750,500);
    intera._x = 25;
    intera._y = 75;
    var twListener:Object = new Object();
    twListener.click = function(evt:Object){
    pop.start();
    evt.target.deletePopUp();
    intera.addEventListener("click", twListener);

    Fixed. I was tyring to publish version 6 as 2. Tried v8 as2
    and it worked with no errors. I then backed my way back down to 6
    as 2 and not problems.

  • Tree expand problem with Accordion Component

    While using Accordion component with creationPolicy="all", tree components which are placed in accordion's different panels, will not expanded at creationcomplete.
    Trees are created perfectly but not expand its level at initial creationComplete time.
    If I placed tree in regular panel and executed, tree levels are perfectly expaned.
    Expand level code is called at creationComplete of Tree.
    Steve Roger.

    i got my mistake.
    I am using callLater(). Now its working perfect.

  • NEED HELP: Problem with Canvas Size in Crystal design/report.

    Hello,
         I am having some trouble with one of my reports, the canvas size is so much bigger than my design/report, which is causing it to preview really small.  I have gone into the document properties and tried to change those settings, I have also used the tools to try to make the canvas size smaller, it seems as thought nothing is really working.  When I use those tools it cuts off part of my report and also adds huge scroll bars into my design... Does anyone have any insight on this? It would be a great help.
    Thank you,
    Kerry Jenkins
    Harte-Hanks Analyst

    Hi Kerry,
    Are you using Crystal Reports Designer or BusinessObjects designer ( what ever it was called ) Crysstal Reports 5 was released in the summer of 1997 and definitely did not support a flash file.
    Need more info and details on the versions you are using and info on the Clients portal, Is it Businessobjects Enterprise 5.1?
    Thank you
    Don

  • Problem with Business Component creation

    Hi,
    I create a very simple table using
    <code>
    -- Create
    create table TACCOUNT (
    PRIMARY KEY (userid),
    userid NUMBER NOT NULL,
    pwd VARCHAR2(48),
    email VARCHAR2(48),
    address VARCHAR2(48)
    </code>
    <problem>
    I am trying to use JDeveloper to generate an entity object
    using New business component package/Next/Entity Object mapped to Schema Objects/Next/Select Table/Next/Finish
    The fields generated for the object are as follows:
    NoName
    NoName1
    Userid
    Pwd
    </problem>
    Any idea?

    Turns out I was misinformed and the DB is 8.1.5. The problem sems to be either the JDBC is not correctly interperting the DB or the metadata is formatted differently. Is it possible that there is a JDBC version mismatch? How do I find out the JBDC version type on the DB? This is preventing me from creating entity objects.
    Regards,
    Bill

Maybe you are looking for

  • On the sharing option it gives you, how do I sync music from iphone to mac without plugging it in?

    I have them both turned on, on the mac and my iphone, but for whatever reason tehy are not transferring. I just need help on how to make this happen!

  • Problem with self developed adapter

    hi all, i am developing an own adapter. It is pretty much the sample adapter copied from the PCK. After i deployed it, i uploaded the CPA cache metadata. If i select "Show All" in the Adapter Monitor (part of the Integration Monitor) i can see the ad

  • New Problem...installing Ovi maps

    cant install even update in facebook,internet radio... i got the latest nokia suite... Solved! Go to Solution.

  • Steps to create a query

    Hi ,               i need to bulid a query for tc : mb51 , tables mch1 and mska , query is to pull a field licha on to mb51 transaction.May i know the steps pls.. Thxs, vind.

  • USSD issues!!

    Hi I have a nokia Lumia 710. I just upgraded to WP7.8. There are currently a few issues/limitations with windows phone. First was bluetooth sharing, which was solved in the 7.8 update. Second issue is with USSD. It's really hard for prepaid users to