Resetting a game?

I am creating a game where the challange is to collect all the coins while avoiding obsticules and before the times runs out. What I am trying to do is when the game runs out of time or the player has died, The player simply presses the R key on their keyboard to reset the level they are playing on. With my attempt of coding I can get the game to reset and put all the collectables back in place but the problem I am having is that the camera that is following the character is not resetting correctly. The 2nd problem I am having is that the game is not resetting the variables/arrays so I can still open certain colour coded doors without having the keys or number amount of collected coins needed.
How can I fix this problem? Is there an easier way to create a reset function? Below is my attempt to try and fix it.
//========== resetting game ============
stage.addEventListener(KeyboardEvent.KEY_DOWN, resetKey);
function resetKey(event:KeyboardEvent):void {
if (event.keyCode == 82) {
  var gameSpace:MovieClip = new MovieClip();
addChild(gameSpace);
gameSpace.x = -5 * 48 + 5;
gameSpace.y = -5 * 48 + 5;
gameSpace.addEventListener(Event.ENTER_FRAME, updateGame);
var levelMask:Mask = new Mask();
addChild(levelMask);
myTimer.addEventListener(TimerEvent.TIMER, countdown);
myTimer.start();
stage.addEventListener(KeyboardEvent.KEY_DOWN, kdHandler);
stage.addEventListener(KeyboardEvent.KEY_UP, kuHandler);
var north,south,east,west; // to control motion of gameSpace
north = south = east = west = false;
var hasRedKey,hasGreenKey,hasYellowKey,hasBlueKey;
hasRedKey = hasGreenKey = hasYellowKey = hasBlueKey = false;
var levelStart:  Array = new Array();
var displayMap:Array= new Array();
var cols:int;
var rows:int;
var chip:Chip = new Chip();
setUpLevelMap();
drawLevelMap();
switch (levelStart) {
        case EMPTY :
  case ICCHIP :
  case HINT:
  case KEY_RED:
  case KEY_BLUE:
  case KEY_YELLOW:
  case KEY_GREEN:
  case DOOR_BLUE:
  case DOOR_RED:
  case DOOR_YELLOW:
  case DOOR_GREEN:

all variables with "var" inside a function body will be local to the function and will NOT change a same named variable outside the function.  ie, use something like:
//========== resetting game ============
stage.addEventListener(KeyboardEvent.KEY_DOWN, resetKey);
function resetKey(event:KeyboardEvent):void {
if (event.keyCode == 82) {
gameSpace = new MovieClip();
addChild(gameSpace);
gameSpace.x = -5 * 48 + 5;
gameSpace.y = -5 * 48 + 5;
gameSpace.addEventListener(Event.ENTER_FRAME, updateGame);
var levelMask:Mask = new Mask();
addChild(levelMask);
myTimer.addEventListener(TimerEvent.TIMER, countdown);
myTimer.start();
stage.addEventListener(KeyboardEvent.KEY_DOWN, kdHandler);
stage.addEventListener(KeyboardEvent.KEY_UP, kuHandler);
north = south = east = west = false;
hasRedKey = hasGreenKey = hasYellowKey = hasBlueKey = false;
levelStart= new Array();
displayMap= new Array();
cols=0
rows=0
chip = new Chip();
setUpLevelMap();
drawLevelMap();
switch (levelStart) {
        case EMPTY :
  case ICCHIP :
  case HINT:
  case KEY_RED:
  case KEY_BLUE:
  case KEY_YELLOW:
  case KEY_GREEN:
  case DOOR_BLUE:
  case DOOR_RED:
  case DOOR_YELLOW:
  case DOOR_GREEN:

Similar Messages

  • Is there a way to "reset" the games "played count" on the 5th Gen iPod Nano

    I was just looking through my new iPod Nano (16 GB), and happened to select
    all three games (Klondike, Maze and Vortex), but never played them, just looked and then
    quit out of each game. Now I have a "game played" count on all three games.
    I'm not sure if I may hang onto this iPod Nano or possibly look into an iTouch.
    If I sell this new one on eBay, I would like to know how to reset the "game counts"
    back to 0 or the original "default" of no game counts showing.
    Any help would be appreciated.
    By the way, why would Apple even need to show a "game played count" on any of
    the iPod Nano games ... very weird.

    I think the only way you can reset play counts on games is if you do a full restore of the ipod. But, then again, if you plan on selling it on ebay, it'd be probably be best if you do the restore, that way it'd be like opening a brand new ipod for the new owner.
    As for why Apple would want to keep track of game counts...I have no idea.

  • Reset my game

    Hello,
    I'm programming a little game of reverso.
    And i try to reset the game level but it stop the game.
    Have you an idea?
    Have an nice day.
    Here is my code:
    package reverso;
    import java.awt.Component;
    import java.awt.Graphics;
    import java.awt.GridLayout;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import javax.swing.Icon;
    import javax.swing.ImageIcon;
    import javax.swing.JButton;
    import javax.swing.JFrame;
    import javax.swing.JMenu;
    import javax.swing.JMenuBar;
    import javax.swing.JMenuItem;
    import javax.swing.JOptionPane;
    import javax.swing.JPanel;
    public class Fenetre extends JFrame implements ActionListener, Icon {
         private static final long serialVersionUID = 1L;
         private JPanel pan = new JPanel();
         private JMenuBar barreMenus;
         private JMenu niveaux;
         private JMenu raz0;
         private JMenuItem raz;
         private JMenuItem niveau1, niveau2, niveau3, niveau4;
         protected ImageIcon b1;
         protected ImageIcon b2;
         protected JButton[] b;
         private String selectedNiveau;
         public Fenetre() {
              this.setTitle("Reverso");
              this.setSize(450, 500);
              this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              this.setResizable(true);
              this.setLocationRelativeTo(null);
              barreMenus = new JMenuBar();
              setJMenuBar(barreMenus);
              niveaux = new JMenu("Niveaux");
              raz0 = new JMenu("Reset");
              barreMenus.add(niveaux);
              barreMenus.add(raz0);
              raz = new JMenuItem("Raz");
              raz0.add(raz);
              raz.addActionListener(this);
              niveau1 = new JMenuItem("Niveau1");
              niveaux.add(niveau1);
              niveau1.addActionListener(this);
              niveau2 = new JMenuItem("Niveau2");
              niveaux.add(niveau2);
              niveau2.addActionListener(this);
              niveau3 = new JMenuItem("Niveau3");
              niveaux.add(niveau3);
              niveau3.addActionListener(this);
              niveau4 = new JMenuItem("Niveau4");
              niveaux.add(niveau4);
              niveau4.addActionListener(this);
              setLayout(new GridLayout(5, 5, 0, 0));
              JOptionPane
                        .showMessageDialog(pan,
                                  "<html>BIENVENU DANS LE JEU <BR>VEUILLEZ SELECTIONNER UN NIVEAU.</html>");
              JButton[] b = new JButton[25];
              this.b = b;
              for (int i = 0; i < b.length; i++) {
                   b1 = new ImageIcon("b1.gif");
                   b2 = new ImageIcon("b2.gif");
                   b[i] = new JButton(b1);
                   b.setSelectedIcon(b2);
                   b[i].addActionListener(this);
                   pan.setLayout(new GridLayout(5, 5));
                   pan.add(b[i]);
              setContentPane(pan);
              this.setContentPane(pan);
              this.setVisible(true);
         @Override
         public void actionPerformed(ActionEvent e) {
              // TODO Auto-generated method stub
              Object source = e.getSource();
              if (source instanceof JMenuItem) {
                   if (source == raz) {
                        for (int i = 0; i < b.length; i++) {
                             b1 = new ImageIcon("b1.gif");
                             b[i].setSelectedIcon(b1);
                             b[i].addActionListener(this);
              if (source instanceof JMenuItem) {
                   if (source == niveau1) {
                        selectedNiveau = "niveau1";
                        JOptionPane
                                  .showMessageDialog(
                                            niveau1,
                                            "<html>NIVEAU 1<br>VOUS DEVEZ RETOURNER TOUT LES PIONS.<br>SACHANT QUE LORSQUE VOUS CLIQUEZ SUR UN PION, <BR>LES PIONS AU DESSUS, EN DESSOUS ET SUR LES CTES SE RETOURNENT AUSSI.</html>");
                   } else if (source == niveau2) {
                        selectedNiveau = "niveau2";
                        JOptionPane
                                  .showMessageDialog(
                                            niveau2,
                                            "<html>NIVEAU 2<br>VOUS DEVEZ RETOURNER TOUT LES PIONS.<br>LORSQUE VOUS CLIQUEZ SUR UN PION, <BR>C'EST LE PION OPPOSE SELON L'AXE HORIZONTAL <BR>AINSI QUE LES PIONS AU DESSUS, EN DESSOUS ET SUR LES CTES QUI SE RETOURNENT.</html>");
                   } else if (source == niveau3) {
                        selectedNiveau = "niveau3";
                        JOptionPane
                                  .showMessageDialog(
                                            niveau3,
                                            "<html>NIVEAU 3<br>VOUS DEVEZ RETOURNER TOUT LES PIONS.<br>LORSQUE VOUS CLIQUEZ SUR UN PION, <BR>C'EST LE PION OPPOSE SELON L'AXE VERTICAL <BR>AINSI QUE LES PIONS AU DESSUS, EN DESSOUS ET SUR LES CTES QUI SE RETOURNENT.</html>");
                   } else if (source == niveau4) {
                        selectedNiveau = "niveau4";
                        JOptionPane
                                  .showMessageDialog(
                                            niveau4,
                                            "<html>NIVEAU 4<br>VOUS DEVEZ RETOURNER TOUT LES PIONS.<br>LORSQUE VOUS CLIQUEZ SUR UN PION, <BR>C'EST LE PION OPPOSE SELON LA DIAGONALE PARTANT DU HAUT A DROITE VERS LA BAS A GAUCHE <BR>AINSI QUE LES PIONS AU DESSUS, EN DESSOUS ET SUR LES CTES QUI SE RETOURNENT.</html>");
              } else if (source instanceof JButton) {
                   if (selectedNiveau.equals("niveau1")) {
                        for (int i = 6; i <= 8; i++) {
                             if (source == b[i]) {
                                  b[i].setSelected(!b[i].isSelected());
                                  b[i + 1].setSelected(!b[i + 1].isSelected());
                                  b[i - 1].setSelected(!b[i - 1].isSelected());
                                  b[i + 5].setSelected(!b[i + 5].isSelected());
                                  b[i - 5].setSelected(!b[i - 5].isSelected());

    Hello and thank you for your answer.
    A friend me give me the solution.
    Here is the code:
    private void resetReverso() {
        for (int i = 0; i < b.length; i++) {
            b.setSelected(false);
    and public void actionPerformed(ActionEvent e) {
    // TODO Auto-generated method stub
    Object source = e.getSource();
    if (source instanceof JMenuItem) {
    if (source == raz) {
    resetReverso();
    if (source instanceof JMenuItem) {
    resetReverso();
    if (source == niveau1) {
    selectedNiveau = "niveau1";
    JOptionPane
    .showMessageDialog(
    niveau1,
    "<html>NIVEAU 1<br>VOUS DEVEZ RETOURNER TOUT LES PIONS.<br>SACHANT QUE LORSQUE VOUS CLIQUEZ SUR UN PION, <BR>LES PIONS AU DESSUS, EN DESSOUS ET SUR LES CTES SE RETOURNENT AUSSI.</html>");
    Have a nice day.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • After IOS6 upgrade game centre says my nick name already in use. has reset some games back to beginning, how do i fix

    After IOS6 upgrade game centre says my nick name already in use. has reset some games back to beginning, how do i fix

    I've had almost every issue you've had.  Finally on Friday the screen blacked out.  It was obviously still charged, since I could hear the message ring, but when I tried to light up the display it didn't light so I was unable to get to it unless I removed the battery.  Then, as soon as the display timed out, I couldn't get it lit up again without removing battery.  I had the same slow movements throughout the display as well as slow text messaging.  Every issue you had other than the alarm clock (that always worked well).
    I took it in yesterday and, after over an hour spent there with a 'professional', I still had no answers.  He told me to come home and copy everything from my sd card to my computer, then re-format my card.  Well, my phone didn't even recognize that I had an sd card installed!!  Nor did my computer! 
    So then I got to experimenting...I removed the card and viola!!!!!!  The phone worked GREAT!  It's never worked so fast!  I then installed my husbands sd card to see if it was my phone's card reader or my card.  Turns out that the phone still worked great with his card installed and it did recognize his card in my phone.  So, my conclusion is that I need a new card.  I couldn't believe the difference in speed of everything!  It's like a brand new phone! 
    As for the hard reset...I did that over the weekend, before I could get to a verizon store.  It didn't work at all.
    I'd say, do the same thing I did and see if that works.  Can't hurt!!!  Please keep me posted.  I'd like to see what you find out 
    Good Luck!!!!

  • I have smurf village on my ipod and just downloaded new smurf village to my ipad, but it has reset my game on the ipod.  how to l fix this and can l get my original game position back.

    i have smurf village on my ipod and just downloaded new smurf village to my ipad, but it has reset my game on the ipod.  how to l fix this and can l get my original game position back.

    If it is the same app for the iPod and the iPad (universal or iPod/iPhone app) and not a iPad only app, the only way is to restore the iPad from the backup of the iPod.  That will wipe out all the app data currently on the iPad though.
    If the iPad is an iPad only app, then there is no way.

  • HT4314 How to reset secondary game enter account password

    I set a account for my 6yr old, giving him a nick name and a Game Center account. Well I forgot his password and the answer for his security question is not working. How can I reset his password without the security question?

    Hope you are not still using OS X 10.6 Snow Leopard.
    OS X 10.7 Lion, 10.8 MountainLion & 10.9 Mavericks
    Reset Password using Recovery HD
    Boot into Recovery Partition.
    Start the computer,then press and hold down command and R keys to start into recovery partition.
    When you see the Apple logo, release the keys.
    Wait until  OS X Utilities window shows up.
    Move the mouse to the menubar at the top and click "Utilities", then select "Terminal"
    from the drop down.
    Terminal window will appear.
    Type in   resetpassword   and press enter on the keyboard.
    Leave the Terminal window open.
    Reset Password Utility window will open with Macintosh HD selected.
    Select the user account from the popup menu box.
    Enter a new password.
    Reenter the new password for the user.
    Enter a hint.
    Click the "Save" button.
    Click  in the menubar and select Restart.
    Log in.
    If Keychain dialog box appears, select “Create New Keychain”.

  • KM4M-L reset with game 3D

    MY computer reboot when is running games 3D
    Board: KM4M-L
    Proc. : Athlon XP 2200
    Mem: Nanya 256Mb PC2100
    HD: Maxtor 40Gb  7200rpm
    CDRW: LG 52x24x52
    PSU:Maxpower 450w

    First Excuse my english, ok...
    Excuse all, it's only my opinion, but I think that the S3 video integrated or the chipset in KM4M have a fault in design or in build.
    I read a lot about the PSU issue, ok...That's right all theorics, but when we do all test, interchange PSU, memory, etc,etc...The KM4M always are faulting...
    My system is
    Windows 2000 SP4
    K7N2
    Athlon XP 2600
    Kingston Value 2x256MB-DDR 400 / Connected in DualRAM Mode
    HD 80Gb. WD-7200rpm
    Sound Blaster Live! Value
    1 CDROM Benq 56X
    1 CDRW Samsung 52x24x52x
    1 Floppy
    1 nVidia FX 5200-128MB-DDR
    1 Modem Fax
    1 Zoltrix Video Capture
    1 Extra Big Fan
    PSU Omega Model 500ATX
    +3.3/28A *** +5/50A *** +12/18A
    +5V & +3.3V Combined Load 250W
    +5V & +3.3V & +12V Combined Load 452W
    My friend system is
    The fault KM4M have a PSU with +5/25A *** +3.3/20 *** +12/15A
    with only 256Mb-DDR 333 and HD WD 40Gb. 7200. Windows XP-Pro
    I disconnect CDRW and Floppy,ok...but the fault is always in 3D Applications...
    I update Win XP, S3 Drivers. Bios 1.3. Via 4.51...ALL IS UPDATE,ok...
    I test my PSU in my friends KM4M, and the errors are always present
    I test the PSU of my friend in my system and ALL is OK...
    We interchange memory, Cables, AND ALWAYS THE ERROR IN 3D APPLICATIONS ARE PRESENT...
    The fault come from the MSI HQ...

  • Completely Resetting a Flash game

    Hi, I've got what I'm sure is a common requirement, but I'm not sure the best way to pull it off, and I have a feeling I'm not going to like the answers. I've looked this up before but didn't find enough of an answer for my circumstances. I apologize for the length of this post.
    In summary: I've programmed an entire game from scratch, without using class files, and there's no menu yet, and I'm not sure how to reset the game without using class files or resetting every single thing manually.
    I'm making a Flash tower defense game with a friend; I'm doing all the code. I'd never used Flash or Actionscript before, so I started off directly programming the gameplay, to figure out if I'd be able to do it. I've done everything from scratch so I didn't know where to start or the "right way" of doing anything, so I figured out as I went along, which went much better than I expected.
    So now I've got the gameplay almost completely programmed, the art assets are essentially finished and game looks great and runs (reasonably) well (and the occasional performance problems are due to graphics rather than code), etc. I didn't know how to use class files in AS3 when I started making the game, and when I read up on them and realized you can't import the class files into the project and must open and edit them separately, I was livid and decided not to use them; I was happy with how the coding was going anyway.
    So now we've got a game where as soon as you run it, it goes straight to the field and the game starts; we haven't implemented a menu yet. We've reached the point of playtesting and it's becoming a huge nuisance having to quit the SWF and reopen or recompile it every time we want to restart the game, so it's time to program a "Reset" button. I thought this would be as simple as making the stage go to a different frame and back to the first frame, but that doesn't work, so now I'm utterly stuck. It looks like the easiest way to reset a game is to load the entire "game" as an object (or something to that effect, I forget exactly what I've read), then you can unload and reload the game object to reset it? It also looked like it would require class files which I'm hoping to avoid.
    I don't think it's feasible to manually remove everything from the stage, reset all the variables, and delete all event listeners and references so everything is reset/garbage collected properly.
    Thinking about it more, I'm also not sure how I'm going to get a menu to load before the game in its current state. Maybe I can move all of the gameplay to the second frame and make the menu on the first frame?
    So, is it possible to reset the game without involving class files? Any chance you can do it by switching between frames and I just implemented that wrong?

    Generic words of wisdom aren't a substitute for an explanation of how to reset the game.
    There's no need to be condescending. Like I said, this is the first time I've used Flash. I'm not a stupid lazy kid who doesn't know how to structure development, I'm a developer who needed to make sure he could program the game before designing it. It would have been an enormous waste of time to plan out the game and our development approach without any experience, then build the menu and the basic structure and then get to the gameplay and realize I couldn't handle it.
    My friend and I had never made a game together, much less in Flash which I'd never even used before, so we didn't have the experience to know the best approach. So I figured it out as I went. Will I be able to dynamically create a grid which highlights under the mouse? Yes. Can I get it so the player can click a specific square and it will drop a tower there? Yes, maybe we'll be able to make the game. Can I dynamically load creeps onto the field, push them into an array, give them a waypoint set, and have them follow the waypoints? Yes. Will I actually be able to get a tower to index through the array of creeps, check which ones are in range and which of those has the lowest health, and launch a bullet which will follow that creep until it hits it? Apparently I can handle that.
    And so on and so on, and by making sure I had the skills to program the game, I had programmed the game! Imagine that.
    Don't decide to build a house, plan the house, and then realize you can't build it yourself and you don't have the money to have someone else build it.

  • Game reset itself and now i have lost all data.. how do i get it back? iv spent ALOT of money and time on smurfs!!

    i was just playing my smurfs game, and the screen went blank, turned on after about 10 seconds, and had reset the game. i tryed re syncing it to get all my old game data back, and it didnt work. i have spent alot of money and time on this game, and i dunno what the **** to do ! its really upset me, iv never had this happen before! PLEASE HELP!!

    i reset the iPhone and then re synced it to my computer, i guess i was lucky in the fact that i back all my game data up to the game centre..
    @sachin411 did you try resyncing the iPhone/iPod before you backed it up? make sure you back up your iProduct every few days, as i have learnt you can loose A LOT of stuff if you dont!!

  • Resetting a slide upon reentry

    is there a way to reset a slide on reentry so you're not in the middle of a activity. i know in storyline you can  either pick and option to reset the slide (if someone uses the back or forward buttons to get to that slide again) or start from where the slide paused.
    if you finish a slide that had a game or activity, if you hit the back button to go back to that slide it doesn't reset the game it just shows you where you last left off.
    any suggestions

    I'm always resetting with an advanced/shared action triggered On Enter for a slide, where I expect to be returning. When you return to the slide, it will return to the first frame (not where you left), but objects that have been shown/hidden, variables that have been changed will remain the way they were when you left the slide.  Have multiple examples on my blog, those situations have to be taken into account when you analyze the scripting.
    As for the learning interactions: they are automatically reset when you go back to a slide. I don't know what you mean by 'game'? If it is a custom game, you have to take care of resetting yourself.

  • HT5194 How do I restore a backed up app. Such as a game with a glitch ?

    I have the smurf village and while it was loading my niece ran her fingers across the screen and it just stopped and went back to the main screen. I tried to load it up again and it just keeps going back to the main/home screen. Everything else works. Should I reset the game and loose all my progress? Or is there a way to save everything and use the back up off of the cloud. If so, how can I restore the Smurf Village app. off of iCloud? Before I delete it :( me and my niece will be devastated after all the time,money,and work put into this game. Please help !

    Due to some changes Apple made to their servers, various Beeline games are crashing during startup. We’re working to fix the problem. In the meantime you should be able to get into the games and manage them as needed by shutting down your device’s internet connection (airplane mode) before trying to open the game. 由於一些他們的伺服器蘋果所做的更改,以各種直線遊戲在啟動過程中撞毀。我們致力於解決該問題。在此期間,你應該能夠進入遊戲和管理它們根據需要通過關閉您的設備的互聯網連接 (飛機模式),然後嘗試打開遊戲。
    It comes from the facebook of  "The Smurfs' Village"

  • Why does the left edge not allow me to place a letter in the game I'm playing

    While playing words with friends, the left edge will not allow me to put letters in the boxes. I have reset the game, deleted and reinstalled the game. Also reset the iPad itself, problem still exists. Have no other way of determining whther it's the game or a touch problem with the pad. Any suggestions?

    Are you in the Store for your country, where your credit card is located? You cannot buy from stores in other countries.

  • How do you save "game state" so the user can continue next time?

    I'm not sure what the correct game terminology is for this, but how do you save "game state" so the user can continue next time?
    This seems like a pretty important feature for building some games, we don't want users to have to start over everytime.
    Any ideas if this is possible?

    Check out my blog post on the PersistenceManager:
    http://www.unitedmindset.com/jonbcampos/2010/11/01/flex-4-5-persistencemanager/
    This will help you understand how to store the data. When the app starts up again get the state information from the persistencemanager and reset you game to the state you need. It requires a bit of code for the startup, but it is relatively simple.

  • Can I erase my temple run score from game center?

    Can I erase my temple run score from the game center?

    Thanks for the help. I deleted the game and removed it from game center. I reinstalled it and when I went to game center it showed my previous score. Is there any other way to remove the score or reset my game center stats?

  • Delete/reset app data

    how do i delete all the data of apps?
    bcos it still saves the data when u uninstall it even tho it says it deletes all data
    so how can i make delete all the data? and how can i reset the app data as well?

    i want to reset some games and video/editing apps
    and for the developer site what exactly do i do there?
    sorry one more thing. the apps you uninstalled how can u delete the datas from them?

Maybe you are looking for

  • My mac wont boot up it stays on the white screen with the apple logo

    Can someone tell me why my computer will stay on the screen with the circle going around meaning its loading but i left it for over an hour and it still was on that screen. any help??????

  • Transparency problem with animated gif within AJAX overlay

    Hello all, I have designed and animated a loading spinner in Photoshop CS3, which needs to sit within an Ajax overlay, with transparency set to 75. I tried exporting the spinner as an animated gif with a transparent background (using Save for Web), b

  • Error While creating Transfer Order

    Hi all...... Im trying to create Transfer Order with ref. to Transfer requirement in LT04, and getting the following error. "This screen is only allowed for manual transfer orders". Can any one tel which transaction I hve to use ? And I need User man

  • GL configuration on DAC

    Hi, we are using source system is Oracle EBS 11.5.10 and BI Application 7.9.4. We have license only on GL and Profitability area. and we needs to configure ETL load for only GL and Profitability. In DAC there is seeded execution plan called Financial

  • Show tooltip on background window

    On native windows application, tooltips are shown even if the window is not active (i.e. in the background, title bar is gray). Is this behaviour also reproducable in Java Swing? Context is that I have developped an application which shows several pi