AS3 looping help

This can't be too difficult but I can't seem to figure it out. Could someone please tell me how to loop this motion.
I have added some action script to horizontally animate a strip of text... now I need that to loop so it's continuous.
this is my code
countries_mc.addEventListener(Event.ENTER_FRAME, fl_AnimateHorizontally);
function fl_AnimateHorizontally(event:Event)
    countries_mc.x -= 2;
thanks
emma

It does work and I have tweeked it a bit but the loop doesn't work when you make it go in the opposite direction.
Here's the code
countries_mc.addEventListener(
Event.ENTER_FRAME, fl_AnimateHorizontally); 
//moving _mc from right to left-this works perfectly
function fl_AnimateHorizontally(event:Event)
    countries_mc.x+= 5;
     if (countries_mc.x > stage.stageWidth){               countries_mc.x=-520;      }
} //moving movie clip from left to right?-i cant get this part to work
text_mc.addEventListener(Event.ENTER_FRAME, fl_AnimateHorizontally2);
 function fl_AnimateHorizontally2(event:Event)
    text_mc.x+=-5;      if (text_mc.x > stage.stageWidth){               text_mc.x=0;      }

Similar Messages

  • New to Flash AS3, Need help with some weird issues, have .fla link attached...

    Basically, the buttons are not visible when siteplan_mc is replayeed after floorplan closes, but they still work. Most things are only working on double click for soe reason, tho I have them to function on click. and the back button only woorks on unit 1 floorplan, tho the code it the same for all floorplans. I have a feeling it has something to do with levels... but I really have no idea... hopefully someone can help!
    thanks in advance,
    Sarah
    http://www.30eastroosevelt.com/RRHA_SITE.fla

    There are at least two things you're doing wrong. You can't go to a frame where something exists for the first time, and immediately do something to it. Like in your playunit functios for example:
    gotoAndStop("unit1")
    unit1_mc.alpha = 1
    unit1_mc hasn't yet drawn itself on stage to have its alpha set, and so there's an error. That is something that was improved in Flash 10, so if you had set the Flash to publish for Flash 10 and not Flash 9, then the floor plans and the back buttons appears ok. It would sometimes work with double clicks because by the second time you clicked, the movieclip now existed. You might be able to do what you want by having all of the room units on frame 1 of the siteplan_mc, and then set their visible to true or false as you need them, instead of doing the gotoAndStop().
    The other problem is that you're trying to set listeners on the Back buttons that don't yet exist. Wait until you're on the frame where the buttons exists, and then set its listener for the mouse click.
    Other things you're doing could be improved too, but really you might want to get together with someone who has done more AS3, to help you become more familiar with how it works.

  • AS3 need help converting

    Hello everyone,
    i have a site im working on that uses as2 but i need to
    change it to as3, any help would be much appreciated.
    Thanks

    Hi again, so I'm still having a few issues, your help is much
    appreciated. The snippet you gave me for the movieclip buttons
    works great but there is no hand when you rollover the button ( i
    can probably figure that out ). Pretty much the swf is a navbar for
    an html site, when one of the movieclip buttons is pressed i need
    it to go to say "work.html" but I also need it to tell the SWF to
    go to a certain frame label for the down state of the button. Here
    is my website under construction
    www.lafrancemedia.com . and
    here is the code up to date:

  • Smartform - Field not outputting more than 255 characters in a loop - Help!

    Hi,
    I have the following problem with my Smartform:
    I am looping from a table and into a structure (Loop function).
    1 of those fields is 1000 characters long and will be filled usually at 500 characters inside.
    However, when looping and outputting the field (text node) in the format &Tablename-Fieldname&, only up to 255 characters are output.
    To give you a better idea - I have a Loop Node and there, I am looping from a table (type table of) into a header
    (type).
    Using LCHR does not help.
    Why does this happen? How can I fix this? Are any symbols available in Smartforms, like they are in SAPscript?
    Any possible solutions will help.
    Please help – this is very important and very urgent.
    Best Regards,
    John

    Hi,
    if you want to output a long string in a smartform putting it as &name& in a text will not help you. For printing such an information you use temp include texts you create an delete on the fly while processing the SF.
    To Do so:
    - define GV_SUFFIX type char2, GS_HEAD a structure with fields TDOBJECT type TDOBJECT, TDNAME type TDOBNAME, TDID type TDID, TDSPRAS type SPRAS
    - define a code step importing the text, the language and the GV_SUFFIX, in the coding , you convert the string to itf and than use function module SAVE_TEXT to save the include text and put the information into GS_HEAD
    - define an include text where you put out the newly created include text
    - define a code step to delete the temporary text with function module DELETE_TEXT
    Best Regards
    Roman Weise

  • Patchadd stuck in infinite loop -HELP!!

    Hi all,
    Iam trying to install some OS patches in SunOS 5.8 machine[sun4u sparc SUNW,Sun-Fire-280R]
    But after the process starts, it seems to get stuck in an endless loop. I get the following messages.
    Checking installed patches...
    Verifying sufficient filesystem capacity (dry run method)...
    After the second line, the process of installing patch does not seem to end.
    I did the install in single mode.
    Rebootted the machine and did an fsck. But didnt help. Tried downloading a patch to patch 'patchadd' , but could not install it as well.
    I tried debugging the patchadd. Here is a debugging trace.
    required utlsa are available
    Checking installed patches...
    Verifying sufficient filesystem capacity (dry run method)...
    + exit_code=0
    + pkgInst=
    + pkgDispList=
    + dryrunFailure=
    + ReqArrCount=0
    + firstTimeThru=yes
    + cd /var/spool/patch/112396-02
    + + pwd
    curdir=/var/spool/patch/112396-02
    + typeset -i pkgInsCtr=0
    + newpkglist= SUNWcsr
    + pkgInst= SUNWcsr
    + newpkglist= SUNWcsr SUNWcsu
    + pkgInst= SUNWcsr SUNWcsu
    + pkglist= SUNWcsr SUNWcsu
    + [[ -f SUNWcsr/pkginfo ]]
    + echo inside. . . .
    inside. . . .
    + /usr/bin/cp /tmp/patchadd-127541250/response.1250 /tmp/patchadd-127541250/response.1250.1
    + [[ yes == no ]]
    + [[ yes == yes ]]
    + echo first time thru
    first time thru
    + [[ no == yes ]]
    + pkgadd -D /tmp/patchadd-127541250/112396-02.1250 -S -n -a /tmp/patchadd-127541250/admin.tmp.1250 -r /tmp/patchadd-127541250/
    response.1250.1 -R / -d . SUNWcsr SUNWcsu
    + 1>> /tmp/patchadd-127541250/pkgaddlog.1250 0< /dev/null 2>& 1
    It seems like it is getting stuck in the pkgadd command .
    Any help on this would be highly appreciated.
    Thanks,
    Vimalnath. A

    HI,
    Make sure the patch doesn't exists in the system.
    Ski

  • Iphone stuck in infinite loop, HELP!

    my iphone after resetting all settings through settings>general>reset, is stuck in an infinite loop.
    it turns on, shows the apple logo, then about a minute later the loading symbol appears, after 10mins it quickly flashs black and then starts the loop again, i have left it for over 12 hours, to see if it will fix itself, but it wont.
    i cant get it into dfu or recovery mode, it wont even turn off until it runs out of battery and then repeats its loop. when i charge it it just starts the loop again!
    please i really need help, if i cant resolve this problem, im not going to buy the ipad and the iphone 4g as i planned to do so.
    please could anyone help!

    If you can't get your iPhone into DFU or recovery mode, there is a major problem. You can make an appointment at an Apple store if there is one nearby.
    This is a user to user help forum only, so doubtful if any fellow users will lose any sleep over your threat not to purchase an iPad or the next generation iPhone when released if this problem cannot be resolved. If not, more than likely there is a hardware problem or failure. If a problem arises with your PC that you cannot resolve, are you not going to purchase another PC either?

  • Nested Loop Help

    Hello,
    I have generated a simple VI, to make multiplication and division operations. I have the following operation performed with the following inputs.
    A1 has a value range from 1 -10 fixed
    A2 has an input range of 1 - 5
    A3,A4 are constants.
    so Result  = (A1*A3 ) / (A4*A2)*100 ,
    I want to  plot "Result Vs. A1" with a current value of A2, increment A2 and repeat the procedure. So I generate 5 graphs and display it in only one. I need to write a nested loop to perform this operation.however I am able to do it only once.
    I am trying to use for loop structure in one another but havent gone ahead in this.Any help will be appreciable..Thanks in advance.

    altenbach wrote:
    Dravi99 wrote:
    The Problem is that I want to plot the division result vs. the # of array out elements and i am unsuccessful at it. May be i am missing on the waveform graph properties.
    You should make the current values default before saving so we have some typical data to play with.
    Currently, your code makes very little sense, because the inner loop has no purpose.
    If you plot the division result versus array index (I assume that's what you want, I don't understand what you mean by "the # of array out elements "), you only have one plot. What should be on the other plots???
    Please explain or even attach an image of the desired output. Thanks!
    Thanks Altenbach for the inputs.
    I have made the values default. Srry for the previous one.
    Now the inner loop was placed so that i can create a 2D array.
    I need to plot the division result vs. the value of the element in the arry out. i.e. currently my array out has 0.0...,0.3 I want that to be the X axis.
     The graph plotted   is for 1st value of "in", this value will change like from 4.5 to 4.7 to 4.9, not necesarily in steps.
    Thus my one graph should have multiple plots of "in" which has the above mentioned axis.
    Hope this time i was clear in my msg. I have attached the modified VI.
    Attachments:
    For_loop_prob.vi ‏17 KB

  • CcBpm Loop Help

    Hi,
    Can someone help me with this? I did some searches on sdn but I can't seem to find some sort of step by step for how a loop works?
    I have multiple account numbers which I sent to a 1:1 web service which returns 1 account. I neet to loop through all my acc nrs and combine the responses from the web service into 1 message structure..
    Thanks.
    Jan

    Hi,
         The loop in bpm is a while loop. The loop is executed till the specified condiotion is true.
    To use the loop, use the contained object to define a counter variable and increment the counter using container operation --.assign value to element. Use this counter variable to check if the condition is true, i.e, in the loop step, check if the value of the container variable exceed some specified value.
    Regards

  • Foreach loop help

    I am trying to create a foreach loop that takes all txt files in Program Files and print only the names of files over 10KB.
    This is what I got:
    foreach($file in (Get-ChildItem -Path "c:\Program Files" -recurse -Include *.txt |
    Select-Object FullName ))
    if($file.size -gt 10KB)
    Write-Host $file
    I've been testing around with this for a bit now and doing some Googling to no avail, it'll work if I don't try to sort it by size and ask it just to print the name of all text files in Program Files. Any nudge in the right direction would be appreciated.

    Let me be more explicit.  Whatou posted is not a loop.
    Always start with HELP when you are learning.  Ask your teacher to explain to you how to use HELP.
    help foreach.
    A ForEach loop cannot solve your issue here. You need to filter the results of a recursive search. In PowerShell this is almost never done with a loop. If your teacher tries to tell you otherwise you need to fire the teacher or take your money to a different
    school.
    Of course it may be more likly that you just didn't pay attention in class and are now asking us to do your homework for you.
    Sorry.  We don't do homework for children. This is a site for technicians who use scripting professionally. If you want to be a professional you need to do your homework No cheating. We are watching.
    ¯\_(ツ)_/¯

  • The never ending installation loop - Help!

    Dear Apple Forums,
    I can honestly say I used to hate apple, but since buying one for university use I've come to love my little MacBook Pro. However, it has recently suffered a massive problem and I've run into a very difficult situation. My macbook pro started giving me problems a couple weeks ago with the mac screen of death ("please restart your computer" in 3 languages) and I attempted to fix it using the mac troubleshooting guide online to no avail. Things only got worse as it took up to 7 attempts to get to the desktop. I finally decided to reformat this bad boy in hopes that whatever was wrong with it would go away.
    However, I've run into a major problem with the installation process. It seemed to be running fine through the first Mac OS X install disk, and it asked me to restart my computer, which I attempted when it showed me the screen of death. I just ignored it and continued on by inserting the second disk when prompted. Now I seem to be stuck in an endless loop of installation. I get to about half way through the installation when it tells me there was an error and that I should try installing again. I've attempted to install the second disk about eight times now, and I don't know what I need to do next.
    Any help would be greatly appreciated. I live in Maine, and I don't want to have to drive to New Hampshire to fix my precious computer.

    Figured I'd start recording the errors I get in the Installer Log:
    localhost : BomFatalError - cpio read error: bad file format
    localhost : Install failed: some files for GarageBandinstrumentsTiger may not have been written correctly.
    localhost : BomFileError 0: Unknown error: 0 - ./Instrument Library/Sampler/Sampler Files/Grand Piano/054F#2KM56M.wav
    localhost : Install failed: some files for GarageBandinstrumentsTiger may not have been written correctly.
    localhost : BomFatalError - cpio read error: bad file format
    localhost : Install failed: Some files for iDVDThemes_Tiger may not have been written correctly.
    localhost : BomFatalError - cpio read error: bad file format
    localhost : Install failed: Some files for iWeb_App may not have been written correctly.
    localhost : Install failed: Error encountered while writing receipt for iWebtempja.
    localhost : BomFatalError - cpio read error: bad file format
    localhost : Install failed: Some files for iWork Trial may not have been written correctly.

  • Apple logo loop help

    My phone is stuck on a continuos loop of the Apple logo. My Iphone 5 running on IOS 8.3 won’t respond when i try to turn the phone on. I hit the power button multiple times and try everything but it will not turn on. When i plug it into a charger though, it shows the screen as if it were dead but charging,(the empty battery but no charger cord symbol) and switches to the Apple logo screen as if it were booting up after it was dead. It repeats this forever but sometimes im able to turn it on but after awhile it shuts off at full battery and repeats the loop. I’ve tried a hard reset and plugging it in to Itunes but neither helped. Any help would be appreciated.

    Connect it to your computer, and hold both the home and power buttons. When the Apple logo screen re-appears, immediately let go of the power button but continue to hold the home button. iTunes should open and your iPhone should enter recovery mode.

  • Connect by loop help

    Hi,
    I have a table with 4 columns
    parent number,
    parent code varchar2(10),
    child number,
    child code varchar2(10)
    The parent code and child code are catogries and the parent and child are IDs both have to be equal to each other for there to be a link.
    i.e. a child 200 code 'C' with a parent 100 code 'T' only relatest to parent 100 code 'T'. There can be a parent 100 code 'C' and 'P' etc.
    I am after a connect by loop that will give me all the relationships that this table contains.
    Any help please

    So what you want is something like this?
    SQL> ed
    Wrote file afiedt.buf
      1  with t as (select &id as id, '&code' as code from dual)
      2  --
      3  select 'Child' as type, pcchild as id, pcchildcode as code
      4  from afpc, t
      5  connect by pcparent = prior pcchild and pcparentcode = prior pcchildcode
      6  start with pcparent = id and pcparentcode = code
      7  union all
      8  select 'Parent' as type, pcparent as id, pcparentcode as code
      9  from afpc, t
    10  connect by pcchild = prior pcparent and pcchildcode = prior pcparentcode
    11* start with pcchild = id and pcchildcode = code
    SQL> /
    Enter value for id: 1960
    Enter value for code: ACT
    old   1: with t as (select &id as id, '&code' as code from dual)
    new   1: with t as (select 1960 as id, 'ACT' as code from dual)
    TYPE           ID CODE
    Child        1957 ACT
    Child        1961 ACT
    Parent       2916 CAS
    SQL> insert into afpc values (7, 3000, 'TST', 2916, 'CAS');
    1 row created.
    SQL> with t as (select &id as id, '&code' as code from dual)
      2  --
      3  select 'Child' as type, pcchild as id, pcchildcode as code
      4  from afpc, t
      5  connect by pcparent = prior pcchild and pcparentcode = prior pcchildcode
      6  start with pcparent = id and pcparentcode = code
      7  union all
      8  select 'Parent' as type, pcparent as id, pcparentcode as code
      9  from afpc, t
    10  connect by pcchild = prior pcparent and pcchildcode = prior pcparentcode
    11  start with pcchild = id and pcchildcode = code
    12  /
    Enter value for id: 1960
    Enter value for code: ACT
    old   1: with t as (select &id as id, '&code' as code from dual)
    new   1: with t as (select 1960 as id, 'ACT' as code from dual)
    TYPE           ID CODE
    Child        1957 ACT
    Child        1961 ACT
    Parent       2916 CAS
    Parent       3000 TST
    SQL>

  • Loop Help

    Okay here's the deal. I have a hashcode dictionary which I am reading from through an external file. Now I have everything working perfectly. What's pretty much going on is this: (1)I'm asking the user to enter a item # or ID and (2)the program looks up the item ID (which contains both an item title and item price). From there I pretty much get those values and print them to a sales reciept. Now like I said, this is all working perfectly fine and my problem is not the dictionary or reading from it. What my problem is, is how to allow the user to input multiple items so that they may be printed on the same sales receipt. I know how to ask the user whether they would like to input another but I don't know which or how to use a loop for this. What I pretty much want to happen is after entering the first item ID, the user will be allowed to enter a second item ID, and so on until the user chooses not to enter any more and the calculations are run and printed on the sales receipt. Can anyone help me with this? If you feel that you need more info. to answer this, post what you want me to post and I'll post it. Thanks.

    I would read all the values entered by the user into a data structure, say an array first, then loop thru the array and for each entry in the array lookup the hashcode/dictionary for the relevant data and push them out to sales receipt. Hope this helps!! If not i did not really understand ur prob.

  • AS3: need help solving a function problam

    Hey, I need your help yet again.
    I have a wheel Chair movie clip that I just want to move left and right in a loop, I have this code:
            var wheelChairRightTimer:Timer = new Timer(120,24);
            var wheelChairLeftTimer:Timer = new Timer(120,24);
            wheelChairRightTimer.addEventListener(TimerEvent.TIMER, moveRight);
            wheelChairRightTimer.addEventListener(TimerEvent.TIMER_COMPLETE, startMoveLeft);
            wheelChairLeftTimer.addEventListener(TimerEvent.TIMER, moveLeft);
            wheelChairLeftTimer.addEventListener(TimerEvent.TIMER_COMPLETE, startMoveRight);
            wheelChairRightTimer.start();
            function moveRight(event:TimerEvent):void {
                wheelChair.x = wheelChair.x + 20;
            function moveLeft(event:TimerEvent):void {
                wheelChair.x = wheelChair.x - 20;
            function startMoveLeft(event:TimerEvent):void {   
                wheelChairLeftTimer.start();
            function startMoveRight(event:TimerEvent):void {   
                wheelChairRightTimer.start();
    The problam is with the last function "startMoveRight". Without this function the wheel chair goes right and left as intended and than just stops. I added the last function to loop the movment, but after the first round of left and right movment (which works well) it seems as all 4 functions are called together so the wheel chair is stack moving 20 px right and 20 px left.
    I know this probably isn't the best way, other ways or just a way to fix this will help alot!

    This should do it:
    // speed
    var vx:Number = 20;
    var chairTimer:Timer = new Timer(120);
    chairTimer.addEventListener(TimerEvent.TIMER, moveChair);
    chairTimer.start();
    function moveChair(e:TimerEvent):void {
         wheelChair.x += vx;
         if (chairTimer.currentCount % 24 == 0) {
              // change direction
              vx *= -1;
         e.updateAfterEvent();
    Message was edited by: Andrei1

  • Loop - Help pl!

    Am having the following jsp code and my execution is very slow.IAm looping through the resultset as follows.can anybody help pl!Thanks
    <%
                                  int pi=0;
                                  int pid=0;
                                  String pnme="";
                                  String pdp="";
                                  String pd="";
                                  int nval=1;
                                  int y=0;
                                  int sbid=0;
                                  String cpnm="";
                                  String getqk="select top 10ct,pgid,pg_name,dept from page_details order by ct desc";
                                  ResultSet rsgetqk=st.executeQuery(getqk);
                                  while (rsgetqk.next())
                                       pi=rsgetqk.getInt("ct");
                                       pid=rsgetqk.getInt("pgid");
                                       pnme=rsgetqk.getString("pg_name");
                                       pdp=rsgetqk.getString("dept");
                                       Connection con1=DriverManager.getConnection("jdbc:odbc:"+dsnname,"sa","");
                                       Statement st1=con1.createStatement();
                                       String linklistz="select main_pgid from sublinks a,page_details b where a.sbg_pgid=b.pgid and a.sbg_pgid="+pid+" and a.sblft_nvg="+nval+"";
                                       ResultSet rssblnlnkz=st1.executeQuery(linklistz);
                                       while (rssblnlnkz.next())
                                            y=y+1;
                                            sbid=rssblnlnkz.getInt("main_pgid");
                                       rssblnlnkz.close();
                                       st1.close();
                                       con1.close();
                                       Connection con3=DriverManager.getConnection("jdbc:odbc:"+dsnname,"sa","");
                                       Statement st3=con3.createStatement();
                                       int piid=0;
                                       String linklist="select a.pgid as pgid from page_details a,mainlinks b where a.pgid=b.main_pgid and a.pgid="+pid+"";
                                       ResultSet rssblnlnk=st.executeQuery(linklist);
                                       while (rssblnlnk.next())
                                            piid=rssblnlnk.getInt("pgid");
                                       rssblnlnk.close();
                                       st3.close();
                                       Connection con2=DriverManager.getConnection("jdbc:odbc:"+dsnname,"sa","");
                                       Statement st2=con2.createStatement();
                                       String gtcompx="select comp_name from comp_details where dep_name='"+pdp+"'";
                                       ResultSet rscp=st2.executeQuery(gtcompx);
                                       while (rscp.next())
                                            cpnm=rscp.getString("comp_name");
                                       }rsgetqk.close();%>

    Hi ,
    May be can you try with the below code and let me know if anything.
    thans
    Ramesh
    <%
    int pi=0;
    int pid=0;
    String pnme="";
    String pdp="";
    String pd="";
    int nval=1;
    int y=0;
    int sbid=0;
    String cpnm="";
    Statement     st     =     null;
    Statement     st1     =     null;
    Statement     st2     =     null;
    Statement     st3     =     null;
    String getqk="select top 10ct,pgid,pg_name,dept from page_details order by ct desc";
    Connection con1=DriverManager.getConnection("jdbc:odbc:"+dsnname,"sa","");
    st               = con1.createStatement();      
    ResultSet rsgetqk=st.executeQuery(getqk);
    /****Main Exeuction*******************************************************/
    while (rsgetqk.next())
         pi=rsgetqk.getInt("ct");
         pid=rsgetqk.getInt("pgid");
         pnme=rsgetqk.getString("pg_name");
         pdp=rsgetqk.getString("dept");
         /****First Exeuction*******************************************************/
         st1=con1.createStatement();
         String linklistz="select main_pgid from sublinks a,page_details b where a.sbg_pgid=b.pgid and a.sbg_pgid="+pid+" and a.sblft_nvg="+nval+"";
         ResultSet rssblnlnkz=st1.executeQuery(linklistz);
         while (rssblnlnkz.next())
              y=y+1;
              sbid=rssblnlnkz.getInt("main_pgid");
         rssblnlnkz.close();
         st1.close();
         /****Second Exeuction*******************************************************/
         st3=con1.createStatement();
         int piid=0;
         String linklist="select a.pgid as pgid from page_details a,mainlinks b where a.pgid=b.main_pgid and a.pgid="+pid+"";
         ResultSet rssblnlnk=st.executeQuery(linklist);
         while (rssblnlnk.next())
              piid=rssblnlnk.getInt("pgid");
         rssblnlnk.close();
         st3.close();
         /****Third Exeuction*******************************************************/
         st2=con1.createStatement();
         String gtcompx="select comp_name from comp_details where dep_name='"+pdp+"'";
         ResultSet rscp=st2.executeQuery(gtcompx);
         while (rscp.next())
              cpnm=rscp.getString("comp_name");
         rsgetqk.close();
    st.close();
    con1.close();
    %>

Maybe you are looking for

  • How to populate data in S025 ?

    Dear all, When we run the transaction MCP9 , ( say ) , till 27.11.10  , the  report is giving output. But , When we run the same report after 27.11.10 , system gives the message : No data exists for the selection. This report is fetching the data fro

  • How to get current session language ?

    Hi, I want to get the current session's language. I'm using pageContext.getOANLSServices().toString() but its output is oracle.apps.fnd.framework.OANLSServices@f55137 Any ideas ? Thanks

  • Purpose of a database server for Business Objects XI 3.1

    Hello Team, I am quite new Business Objects and right now I am using Business Objects Enterprise XI 3.1. when installing BO XI 3.1, I was prompted to select the database server to be created. I chose MySQL. Now, I am curious to know the pupose/involv

  • Control bar in ID4 won't show character & paragraph settings

    Just switched from ID2 to ID4 and in the old Indesign I always had character styling in the control bar top of the window - font,font size and so on. I can't get it to show up in the control bar in ID4. Here's a screen shot of the "customize control

  • My Toplink Workbench doesn't start

    Hi, I have installed the Toplink Release 10.1.3. Also I have changed the JAVA_HOME classpath and the Driver classpath in the setenv.cmd. But when I want to start workbench.cmd, the litte Oracle Window is shown for a few seconds, but the workbench doe