Disappearing Buttons

Hi, I've run into a problem concerning buttons added to a form. Ive added buttons to the user defined fields area of item master data (formType = -150). This works fine, but when I close the user defined fields part and the reopen it the buttons disappear. Then whenever I open Item master data there are no buttons. I have to restart the add-on. Any suggestions?

It doesn't seem to be working for me... this is how I translated it to C#:
     if (pVal.FormTypeEx.Equals("-150"))
          if (pVal.EventType.Equals(SAPbouiCOM.BoEventTypes.et_FORM_LOAD) && pVal.BeforeAction == false)
          oForm = SBO_Application.Forms.GetFormByTypeAndCount(-150, pVal.FormTypeCount);
          ItemMasterData();
I replaced EventEnum with pVal.EventType I don't know if that might be the problem...
ItemMasterData(); is a function that creates the buttons.
Message was edited by:
        Costas Ioannou
Message was edited by:
        Costas Ioannou

Similar Messages

  • Disappearing buttons in InDesign CS5

    I am doing an interactive newsletter in ID CS5 that is laid out similar to a web site. It has rollover menus at the top containing subtopics that can be linked to (on other pages) when the user clicks on them (using the Go To Destination action). Each menu consists of a transparent rectangle, A text box for the menu title, and 2 or 3 text boxes for the subtopics. All elements are buttons. When the user rolls over the menu title text box, the rectangle and subtopics are supposed to appear. When the user rolls off the rectangle (which is behind everything else), the rectangle and subtopics will disappear.
    When I created an interactive pdf and viewed it in Acrobat 9, The roll over actions work correctly. But as soon as you touch one of the subtopic text boxes, even though you are technically still on top of the rectangle, the menu disappears. Therefore, the user cannot access the subtopics which jump to other pages. Occasionally, I can get the pdf to perform correctly, but this behavior is very sporadic. I am also finding that once opened, the menus tend to "stick" and stay up sometimes even after you roll off.
    Now that I have added animations to my document and placed an exported .swf in its own layer on every page, on my newly exported pdf, the menus disappear every time so the buttons for the subtopics do not work, even sporadically.
    Hope you can help! thank you!

    Never mind. I figured it out. I can't believe how poorly designed this entire Adobe site function.
    Amazing...the screen says "Welcome sssttteeevvveee" in the top left corner, which, of course makes you think you're logged in, right?
    But no. You need to click on the login/register link under the black Forums box...like, why?
    Note to Adobe. TIme for a little rethink here.
    S.

  • Disappearing buttons in applet

    When I view an applet I have created on a webpage it works fine. Then I scroll down a bit and the buttons drop out of view. Then I scroll back and the buttons seem to disappear. Placing the mouse over them brings them back. Check it out for yourself http://www.publict.co.uk/applets/quiz/tester.html
    Any ideas?

    Something is definitely wrong. What do you do? Are you looping or something? The CPU idle time goes down to 0% and the cursor flashes. The buttons where only displayed when the applet was shown, and then they disappeared. Perhaps you are calling repaint in a loop, or the paint loops itself.

  • Strange behavior (disappearing buttons, tabs, and more)

    Very recently (within the past 3 days and long after installing 10.4.9) Safari on my iMac G5 has been exhibiting very strange behavior.
    Some of the symptoms:
    - crashes frequently for no apparent reason
    - toolbar loses buttons and/or buttons are there but don't react to mouse clicks; sometimes a standard button, like forward, will simply disappear while backward remains
    - text in URL field will become 'bolded' and sometimes difficult to read/blurry
    - tabs often lose their dividing line boundaries
    - auto entries usually not present
    I have erased the preference list for Safari in my user library and repaired my permissions without any success.
    Any suggestions?
    Thank you very much for any help.

    Hi
    Please post a crash report - when Safari crashes, the "quit" panel has a "report" button. Select it, then copy/paste the entire contents to your reply.
    While you are at it, try the site from another User Account. If you need to create a new account, please follow these steps:
    Here is guidance from Apple on how to set up the account. You can ignore step 7 in the article.
    Also, on the system preference>Accounts panel, click on "log-in" options. There, select "fast user switching". This allows you to go back and forth between user accounts via an icon in your Menu Bar at the top of the computer screen.
    Log-on to the new account and start Safari. If Safari is stable in the new account, then your problem is specific to your regular user account. Otherwise, similar response means a system-wide problem.
    Post back with results.

  • History button disappears.

    I recently gave in and upgraded to the latest Firefox (3.6.3 specifically) after ages stubbornly sticking to Firefox 3.0. All in all upgrade has gone well. However, lately I find that the history button next to the url bar randomly disappears. It's easily restored by clicking "customize" on the navigation bar, but the fact this happens every few days has me somewhat flummoxed. Anyone have any ideas why this would be happening?

    Updating to a newer version may easily mess the toolbar configuration. You are suggested launching Firefox [[Safe Mode]], and select “reset all the buttons from toolbar” then click restart Firefox. (I don't know what is exactly called in English version). And then, you will see all the buttons are restored to default settings. You may now re-drag-and-drop all buttons including your disappeared buttons in customize.

  • HT201401 when i swipe to delete texts or emails, the red delete button disappears

    when i swipe to delete texts or emails, the red delete button disappears

    I had the same problem.  I did a full shutdown and reboot and that took care of it.  No more disappearing button.  Good luck.

  • Navigation bar suggestion/autocomplete history dropdown disappears

    The drop-down history suggestion bar disappears, especially when the browser's been open for a while, ie., I'll type "m" in the address bar, but "mozilla.org" (or any other site from my history) won't show up underneath - meaning I have to either type in the full address or go to a bookmark. This happens with the search box, too - if I type something in, it won't give me suggestions from past searches. Restarting always fixes it, but it's getting annoying. Running Firefox 3.6.10 on Ubuntu 10.04

    Updating to a newer version may easily mess the toolbar configuration. You are suggested launching Firefox [[Safe Mode]], and select “reset all the buttons from toolbar” then click restart Firefox. (I don't know what is exactly called in English version). And then, you will see all the buttons are restored to default settings. You may now re-drag-and-drop all buttons including your disappeared buttons in customize.

  • Custom mouse button reliability

    Hi everyone, I'm having two problems with my custom cursor, which basically works. The script below is on the first frame, which is a preloader frame The first problem is that after I click on two of the buttons leading from the home frame to other frames, a few of the other buttons will disappear upon returning to the home frame, which doesn't happen otherwise, and doesn't happen for the many other functioning buttons that are set to work in the same way. When I don't use a custom cursor, all of the buttons work. My second problem is that I'd like the cursor outline to change color on rollover for all buttons without having to specify which ones, and so I tried using SimpleButton.prototype, but I obviously made a mistake, because it doesn't work. Based on trial and error, I marked in bold the lines that seem to be causing issues. Do you see the errors?
    Thanks,
    Jonathan
    Mouse.hide();
    var cursor:Sprite = new Sprite();
    cursor.graphics.lineStyle(.25, 0x000000);
    cursor.graphics.beginFill(0xFFFFFF, .5);
    cursor.graphics.drawRect(0,0,15,15);
    cursor.graphics.endFill();
    cursor.visible = false;
    import flash.events.Event;
    import flash.events.MouseEvent;
    function mouseMove(e:MouseEvent):void
    if (!cursor.visible) cursor.visible = true;
    cursor.x = e.stageX;
    cursor.y = e.stageY;
    function cursorframe(event:Event):void
        addChild(cursor);
    stage.addEventListener(MouseEvent.MOUSE_MOVE, mouseMove);
    cursor.mouseEnabled = false;
    cursor.mouseChildren = false;
    setChildIndex(cursor, (numChildren - 1));
    addEventListener(Event.ENTER_FRAME, cursorframe);
    function mouseOff(evt: Event){
        cursor.visible = false;
    this.stage.addEventListener(Event.MOUSE_LEAVE, mouseOff);
    SimpleButton.prototype.addEventListener( MouseEvent.MOUSE_OVER, onMouseOver);
    SimpleButton.prototype.addEventListener( MouseEvent.MOUSE_OUT, onMouseOut);
    function onMouseOver(theEvent:MouseEvent):void
    cursor.graphics.lineStyle(.25, 0xFF00FF);
    function onMouseOut(theEvent:MouseEvent ):void
    cursor.graphics.lineStyle(.25, 0x000000);

    fix one problem at a time.  see if the following stops your problem with disappearing buttons:
    Mouse.hide();
    var cursor:Sprite = new Sprite();
    cursor.graphics.lineStyle(.25, 0x000000);
    cursor.graphics.beginFill(0xFFFFFF, .5);
    cursor.graphics.drawRect(0,0,15,15);
    cursor.graphics.endFill();
    cursor.visible = false;
    cursor.mouseEnabled = false;
    cursor.mouseChildren = false;
    import flash.events.Event;
    import flash.events.MouseEvent;
    function mouseMove(e:MouseEvent):void
    if (!cursor.visible) cursor.visible = true;
    addChild(cursor);
    cursor.x = e.stageX;
    cursor.y = e.stageY;
    function mouseOff(evt: Event){
        cursor.visible = false;
    this.stage.addEventListener(Event.MOUSE_LEAVE, mouseOff);

  • The Mystery of the Missing Source-Button?

    Just a minor puzzle to my tired brain.
    Last night, after fiddling around with the Voice-Over Tool, I noticed that there was only ONE Audio Source Button instead of the usual two.
    I did some further fiddling around but was unable to make the disappearing button re-appear.
    This morning, on firing-up FCE HD, it was discovered that the absentee button had returned home safely.
    I have done a few tests to try to make it disappear again but it stubbornly refuses to go. (I can't be certain, but I think I did shutdown and restart FCE last night in a vain attempt to make it re-appear).
    So can anyone explain why or where it went overnight?
    Ian.

    Ian
    The VO only uses one audio track. If you open the VO audio into the Viewer you only have one Tab there called Mono(a1). In the Timeline Audio Track should appear only one button called a1. It's different to A1. A1 is the track number or Destination while a1 is the Source. Double click a stereo pair in the Timeline and the other a2 should appear because it has two audio tracks.
    Al

  • Finally Found a Solution to the Missing Palettes/No Screen update problem!

    Ever since CS3 came out, Photoshop and Illustrator in particular (the worst offenders) wouldn't run properl
    y on my system unless I did a full reboot before running either. Photoshop would load, but all palettes would be empty. Illustrator would forget t
    o update the client area of the screen. Neither application was useable in that state. I have complained about it before, to no avail.
    Now I have found the fix: Increasing the User Handle and GDI handle limits in Windows.
    Here's an article on how to do this:
    Increasing User Handle and GDI Handle Limits
    Have you ever been working with a good number of applications at once? Are you a naturally born multi tasker? Alright, answer me this - who has had Windows buckle under the weight of all of these applications and display error messages stating that the system is out of memory or out of resources, buttons and menus do not work correctly, or you get an error sound but no message on the screen? I’ve hit this numerous times, to the point that I’ve lost work because of it…
    (By the way, Adobe, can you please implement that little feature that Microsoft Office has had for years known as “auto save”? I don’t know how many times I’ve managed to completely max out Windows designing a web site and have had Photoshop fall over dead and disappear off my screen, only to find out that when I open Photoshop up again that the entire thing saved jack-all, all of those layers and documents gone poof into the void of darkness… if Microsoft can do it, why can’t you?)
    Sometimes this happens even when you have a lot of system memory (RAM) still available. For instance, open up Internet Explorer and hold Ctrl+N to open up as many Internet Explorer windows as you can before menus, icons, and menus start displaying incorrectly, disappear, buttons aren’t clickable, etc. Close a few out and check your Windows Task Manager in the “Performance” tab, I bet you will find that a lot of your Physical Memory is still available.
    This publication applies to:
        * Microsoft Windows 2000 Professional
        * Microsoft Windows 2000 Server
        * Microsoft Windows 2000 Advanced Server
        * Microsoft Windows XP Home Edition
        * Microsoft Windows XP Professional
        * Microsoft Windows XP Professional x64 Edition
        * Microsoft Windows XP Media Center Edition
        * Microsoft Windows XP Tablet PC Edition
    DISCLAIMER: mikedopp.com and mikedopp hold no responsibility or liability whatsoever should something go wrong, or if you incorrectly modify the Windows Registry. Please take extreme caution while following this publication and follow the steps correctly.
    “Okie-dokie, if I have all of this memory still available, why is Windows saying I’m out of memory and out of system resources!?”
    Simple. You have hit the “user handle” or “GDI handle” limit in Windows. This limit is there for two reasons:
        * Leaky applications or faulty code & malware can’t easily crash the system by attempting to overflow the system with GDI handles, making everything un-usable until a reboot is performed.
        * To prevent a user from opening up more applications than the system can handle.
    If you have 1 gigabyte (or 1024MB) of RAM or higher, the default User Handle and GDI Handle limits can be pretty restrictive when running a large working set of applications that demand the most from your system and tax it heavily.
    “Do you feel my pain?”
    Yes, of course. Otherwise, I wouldn’t be writing this article that is more than likely a good 2 or 3 pages in length.
    I’m a designer and coder, I use Adobe Photoshop with a lot of documents opened up - on top of that, I usually listen to music while working as it helps me work better, so Windows Media Player 10 is usually open on my machine. Also opened are Windows Messenger, Microsoft Office Outlook 2003, SmartFTP (one of the best FTP clients I’ve ever used, highly recommended), Microsoft Word, a few dozen Internet Explorer windows, some Mozilla Firefox windows with a few tabs opened in each one, and EditPlus 2 for coding.
    That’s a pretty heavy working set of applications, and I demand the most out of my computer when it comes to multitasking (I have a Pentium 4 2.66GHz, with 1.5GB of RAM just for those who are wondering).
    I too have nailed these handle limits - more than once. After much searching and pondering I have finally come up with a working solution around this issue (hurray!)
    “Yeah yeah, stop rambling and cut to the chase!”
    First and foremost, I must warn you that modifying these settings incorrectly can render your Windows installation near useless. Also, depending on your computer configuration and the amount of RAM in your system, you may wish to play around with the numbers until you find a setting that is perfect for your computer.
    To back up everything, open the Registry Editor (click on Start, Run, and then type “regedit.exe” (without the quotes).
    To backup a registry key:
        * In the Registry Editor on the left hand side, you will see the navigation pane. Using your mouse or keyboard, navigate to the following subkeys:
        * HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\SubSystems
        * HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Windows
        * Right click on each of the subkeys above in the left hand pane and from the context menu that appears, choose the “Export” option. Save the exported registry data file where ever you wish, but make sure that it will be accessible should we need to restore the files.
    “OK, I’ve backed everything up! Now what!?”
    Don’t quit the Registry Editor just yet - we still need to make some modifications in order to increase the handle limits in Windows.
    With the Registry Editor opened, navigate to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\SubSystems. You will notice a set of “REG_MULTI_SZ” and “REG_EXPAND_SZ” keys in the right hand pane. The one that we are interested in modifying is called “Windows”.
    To modify the key, double click on it. It should look something like this:
        %SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows SharedSection=1024,3072,512 Windows=On SubSystemType=Windows ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3 ServerDll=winsrv:ConServerDllInitialization,2 ProfileControl=Off MaxRequestThreads=16
    The section of this string we are interested in modifting is “SharedSection”.
    In the SharedSection part of the string you will notice 3 numbers. What we are interested in is the middle value, “3072?. Modify this value so that the middle number is “8192?.
    It should look something like this after modifying the value:
       %SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows SharedSection=1024,8192,512 Windows=On SubSystemType=Windows ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3 ServerDll=winsrv:ConServerDllInitialization,2 ProfileControl=Off MaxRequestThreads=16
    Now that we’ve changed this, lets continue, shall we?
    In the left hand pane of the Registry Editor, navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows. In the right hand side, you will see two REG_DWORD values, named “GDIProcessHandleQuota” and “USERProcessHandleQuota”. We will need to modify both of these.
    The first key we will want to modify is “GDIProcessHandleQuota”. This keys value can be set between 256 and 16,384 (maximum), and the default value is 10,000. I’d recommend using 15,000 as a value for this key, however if you are doing a lot of multitasking, shoot for the stars and go with 16,384.
    This key can not be set past 16,384 as it is the maximum acceptable value.
    Now, lets modify “USERProcessHandleQuota”. This keys value can be set between 200 and 18,000 (maximum), with a default value of 10,000. I’d recommend increasing this value to the same number used with “GDIProcessHandleQuota”, however as previously mentioned if you are working with a hefty application workload, shoot for the stars and go wth the maximum value of 18,000.
    This key can not be set past 18,000 as it is the maximum acceptable value.
    Do NOT attempt to increase these values past the maximum - Windows will become very unstable and may even stop working correctly. If Windows starts acting up after changing these values, lower them until the issues are resolved, or restore the backups of these keys’ values that we created before making modifications.
    Now that you’ve changed these values, restart your computer and tax the system using the Internet Explorer trick mentioned previously - open Internet Explorer and hold down Ctrl+N on your keyboard to open up new Internet Explorer windows. Continue this until menus, buttons, and user interface elements stop working correctly. Also, open any applications you run day-to-day while you are performing this, so that you can get more of an idea if you have everything configured correctly.
    You may also want to monitor your memory usage and handles information in Task Manager to see whether or not the above registry values need any more modifications.
    I hope this helps with any multi-tasking issues you may have run into while running Microsoft Windows, now get back to work!

    You work like I do.  It's very cool that you published this fix for XP people, but yow, what a lot of detailed things to check/set!  Seems like it might just be simpler just to move up to Windows 7...
    -Noel

  • Finally Found a Solution to the No Screen update problem!

    Ever since CS3 came out, Photoshop and Illustrator in particular (the worst offenders) wouldn't run properl
    y on my system unless I did a full reboot before running either. Photoshop would load, but all palettes would be empty. Illustrator would forget t
    o update the client area of the screen. Neither application was useable in that state. I have complained about it before, to no avail.
    Now I have found the fix: Increasing the User Handle and GDI handle limits in Windows.
    Here's an article on how to do this:
    Increasing User Handle and GDI Handle Limits
    Have you ever been working with a good number of applications at once? Are you a naturally born multi tasker? Alright, answer me this - who has had Windows buckle under the weight of all of these applications and display error messages stating that the system is out of memory or out of resources, buttons and menus do not work correctly, or you get an error sound but no message on the screen? I’ve hit this numerous times, to the point that I’ve lost work because of it…
    (By the way, Adobe, can you please implement that little feature that Microsoft Office has had for years known as “auto save”? I don’t know how many times I’ve managed to completely max out Windows designing a web site and have had Photoshop fall over dead and disappear off my screen, only to find out that when I open Photoshop up again that the entire thing saved jack-all, all of those layers and documents gone poof into the void of darkness… if Microsoft can do it, why can’t you?)
    Sometimes this happens even when you have a lot of system memory (RAM) still available. For instance, open up Internet Explorer and hold Ctrl+N to open up as many Internet Explorer windows as you can before menus, icons, and menus start displaying incorrectly, disappear, buttons aren’t clickable, etc. Close a few out and check your Windows Task Manager in the “Performance” tab, I bet you will find that a lot of your Physical Memory is still available.
    This publication applies to:
        * Microsoft Windows 2000 Professional
        * Microsoft Windows 2000 Server
        * Microsoft Windows 2000 Advanced Server
        * Microsoft Windows XP Home Edition
        * Microsoft Windows XP Professional
        * Microsoft Windows XP Professional x64 Edition
        * Microsoft Windows XP Media Center Edition
        * Microsoft Windows XP Tablet PC Edition
    DISCLAIMER: mikedopp.com and mikedopp hold no responsibility or liability whatsoever should something go wrong, or if you incorrectly modify the Windows Registry. Please take extreme caution while following this publication and follow the steps correctly.
    “Okie-dokie, if I have all of this memory still available, why is Windows saying I’m out of memory and out of system resources!?”
    Simple. You have hit the “user handle” or “GDI handle” limit in Windows. This limit is there for two reasons:
        * Leaky applications or faulty code & malware can’t easily crash the system by attempting to overflow the system with GDI handles, making everything un-usable until a reboot is performed.
        * To prevent a user from opening up more applications than the system can handle.
    If you have 1 gigabyte (or 1024MB) of RAM or higher, the default User Handle and GDI Handle limits can be pretty restrictive when running a large working set of applications that demand the most from your system and tax it heavily.
    “Do you feel my pain?”
    Yes, of course. Otherwise, I wouldn’t be writing this article that is more than likely a good 2 or 3 pages in length.
    I’m a designer and coder, I use Adobe Photoshop with a lot of documents opened up - on top of that, I usually listen to music while working as it helps me work better, so Windows Media Player 10 is usually open on my machine. Also opened are Windows Messenger, Microsoft Office Outlook 2003, SmartFTP (one of the best FTP clients I’ve ever used, highly recommended), Microsoft Word, a few dozen Internet Explorer windows, some Mozilla Firefox windows with a few tabs opened in each one, and EditPlus 2 for coding.
    That’s a pretty heavy working set of applications, and I demand the most out of my computer when it comes to multitasking (I have a Pentium 4 2.66GHz, with 1.5GB of RAM just for those who are wondering).
    I too have nailed these handle limits - more than once. After much searching and pondering I have finally come up with a working solution around this issue (hurray!)
    “Yeah yeah, stop rambling and cut to the chase!”
    First and foremost, I must warn you that modifying these settings incorrectly can render your Windows installation near useless. Also, depending on your computer configuration and the amount of RAM in your system, you may wish to play around with the numbers until you find a setting that is perfect for your computer.
    To back up everything, open the Registry Editor (click on Start, Run, and then type “regedit.exe” (without the quotes).
    To backup a registry key:
        * In the Registry Editor on the left hand side, you will see the navigation pane. Using your mouse or keyboard, navigate to the following subkeys:
        * HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\SubSystems
        * HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Windows
        * Right click on each of the subkeys above in the left hand pane and from the context menu that appears, choose the “Export” option. Save the exported registry data file where ever you wish, but make sure that it will be accessible should we need to restore the files.
    “OK, I’ve backed everything up! Now what!?”
    Don’t quit the Registry Editor just yet - we still need to make some modifications in order to increase the handle limits in Windows.
    With the Registry Editor opened, navigate to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\SubSystems. You will notice a set of “REG_MULTI_SZ” and “REG_EXPAND_SZ” keys in the right hand pane. The one that we are interested in modifying is called “Windows”.
    To modify the key, double click on it. It should look something like this:
        %SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows SharedSection=1024,3072,512 Windows=On SubSystemType=Windows ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3 ServerDll=winsrv:ConServerDllInitialization,2 ProfileControl=Off MaxRequestThreads=16
    The section of this string we are interested in modifting is “SharedSection”.
    In the SharedSection part of the string you will notice 3 numbers. What we are interested in is the middle value, “3072?. Modify this value so that the middle number is “8192?.
    It should look something like this after modifying the value:
       %SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows SharedSection=1024,8192,512 Windows=On SubSystemType=Windows ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3 ServerDll=winsrv:ConServerDllInitialization,2 ProfileControl=Off MaxRequestThreads=16
    Now that we’ve changed this, lets continue, shall we?
    In the left hand pane of the Registry Editor, navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows. In the right hand side, you will see two REG_DWORD values, named “GDIProcessHandleQuota” and “USERProcessHandleQuota”. We will need to modify both of these.
    The first key we will want to modify is “GDIProcessHandleQuota”. This keys value can be set between 256 and 16,384 (maximum), and the default value is 10,000. I’d recommend using 15,000 as a value for this key, however if you are doing a lot of multitasking, shoot for the stars and go with 16,384.
    This key can not be set past 16,384 as it is the maximum acceptable value.
    Now, lets modify “USERProcessHandleQuota”. This keys value can be set between 200 and 18,000 (maximum), with a default value of 10,000. I’d recommend increasing this value to the same number used with “GDIProcessHandleQuota”, however as previously mentioned if you are working with a hefty application workload, shoot for the stars and go wth the maximum value of 18,000.
    This key can not be set past 18,000 as it is the maximum acceptable value.
    Do NOT attempt to increase these values past the maximum - Windows will become very unstable and may even stop working correctly. If Windows starts acting up after changing these values, lower them until the issues are resolved, or restore the backups of these keys’ values that we created before making modifications.
    Now that you’ve changed these values, restart your computer and tax the system using the Internet Explorer trick mentioned previously - open Internet Explorer and hold down Ctrl+N on your keyboard to open up new Internet Explorer windows. Continue this until menus, buttons, and user interface elements stop working correctly. Also, open any applications you run day-to-day while you are performing this, so that you can get more of an idea if you have everything configured correctly.
    You may also want to monitor your memory usage and handles information in Task Manager to see whether or not the above registry values need any more modifications.
    I hope this helps with any multi-tasking issues you may have run into while running Microsoft Windows, now get back to work!

    You work like I do.  It's very cool that you published this fix for XP people, but yow, what a lot of detailed things to check/set!  Seems like it might just be simpler just to move up to Windows 7...
    -Noel

  • Help with my horizontal menu.

    I need help!! I finished three beautifull webs in MUSE but i have a problem (three problems). When i make the preview of the site in MUSE everything it´s perfect, a beautiful orange horizontal menu screens ok, but when i publish in Catalyst or in my server the web dosen´t shows the "real" aspect. The menu option disappears (Buttons)  and all the head section changes breaking the structure. Is this a mistake of my work or it´s a Bug? Here is one example of what i´m saying. http://edac.businesscatalyst.com/index.html  Here is an Screenshot of how it should be viewed. http://www.miguelrua.com Thanks! :))

    Hi Miguel,
    When I check the link at my end, I see no differences between the menu on the site and the menu in the screenshot you provided. In fact, the only difference I see is an accordion used in the site, which is not there in the screenshot (Adding a screenshot for your reference).  It looks like you made some changes to the site, which seem to have resolved the problem.
    Kind Regards
    Aishvarya Rastogi
    Message was edited by: Corey@Adobe

  • Problem: invisible a JTable

    I have a JTable created in a JScrollPane in a frame. Initialy, the table is empty, after I pressed on a create_table button on my GUI, the TableModel will be create and the data will show up on the table.
    I want to disappear my table by pressing on another button. I simply use "table.setVisible(false)" in my actionPerformed method, and it doesnt work. However, When I scroll down the Panel, part of the table, that initially hidden down the screen, is scrolled up.
    What i mean is: Lets say the scrollPane can see the first 10 rows, you need to scroll down to see the rest of the table, after i pressed on the disappear button, the table disapper, but when i scroll down, i can still see the 11th row coming up from the bottom. So in fact only the first 10 rows are disappeared. However if i move the frame a bit , then the 11th row disappear. I scroll down a bit more, the 12th row comes up, and I move again the frame, then it disappear..........
    I think its the problem from scroll bar, it sholdnt be there, but i did try to set the scoll bar to invisible, but it just doesnt disappear.
    How should I fix this problem?

    Hi,
    two possibilities for hiding the table:
    1. if you want to hide table, header and scrollbars, you can call serVisible(false) on the JScrollPane. But be aware that this will perhaps change your layout.
    2. If you only want to hide the table's content but not the header and scrollbars, you can call setVisible(false) on the JScrollPane's JViewport. It's your table's parent and could be done like
    table.getParent().setVisible(false);where table is a reference to your JTable.
    BTW, you can disable the mouse wheel by calling setWheelScrollingEnabled(false) on the JScrollPane.
    Andr�

  • I'm so confused!  - Graphics related

    This is what I want:
    - Multiple screens, each with different backgrounds that I made in paint
    - Button-type objects (you click on a picture of a sword to attack, for example) on each screen that will, when clicked, make text appear for 1 second then disappear
    - Buttons to switch between the screens
    I have no idea how to go about this... I have a book on Java, but it uses BreezySwing and I know that's just a basic program and I'll never use it again. I want to learn the actual Java graphics, but the tutorial on this site confused me and I couldn't get any of the supplied programs to work. (there were hardly any full programs as examples!)
    A good example (but much more complicated than what I need) of what I want is Sonny, an online game (found here: [http://www.kongregate.com/games/ArmorGames/sonny]). My game is a Deat hMatch program, 1 vs. 1, including an inventory and a store.
    Someone please help me, it would be really nice if you gave me a super basic program that had all of the things I want in it.

    coopkev2 wrote:
    This is what I want:
    - Multiple screens, each with different backgrounds that I made in paintdifferent JPanels
    - Button-type objects (you click on a picture of a sword to attack, for example) on each screen that will, when clicked, make text appear for 1 second then disappearSwing Timer would work well here.
    - Buttons to switch between the screensSwap JPanels using a CardLayout
    I have no idea how to go about this... I have a book on Java, but it uses BreezySwing and I know that's just a basic program and I'll never use it again. I want to learn the actual Java graphics, but the tutorial on this site confused me and I couldn't get any of the supplied programs (there were hardly any full programs!!) to work.Start at the beginning of the Sun Swing tutorials and work your way through. There really is no substitute to good hard studying.
    Someone please help me, Done.
    it would be really nice if you gave me a super basic program that had all of the things I want in it.I doubt that this will happen.
    Good luck.

  • My safari menu bar is missing --the menu bar for desktop, HD, and apps appears, but when I click on Safari, it disappears, so I can no longer see my buttons for History, etc.  I think my husband (pc user) clicked it away.  Any ideas how to retrieve it?

    My safari menu bar is missing.  The menu bar for desktop, HD, and apps appears, but when I click on Safari, it disappears, so I can no longer see my buttons for History, etc.  I think my husband (pc user) clicked it away when borrowing my computer.  Any ideas how to retrieve it?  Thanks. 

    I too was having the same problem However, I could access both the menu bar and the dock by hovering my mouse over them so it wasn't a huge problem but I prefered having it there anyway. I was not in full screen mode and I could still go into full screen mode if I wanted to.  I found the easiest solution was to just quit safai and restart it, but it might not work for you considering you couldn't access you menu bar either way.
    I found this article that allows you to hide/show the menu bar and the dock through TextEdit (didn't work for me) http://www.mactricksandtips.com/2009/07/hide-the-menubar-or-dock-in-specific-app s.html It is pretty old so it might not work for lion and a bit risky if you don't know what you're doing so I wouldn't really recommend doing it this way.
    And KSheppard, I know it's not really any of my buisness, but the way to get answers to a question isn't by insulting others and being quick-tempered. Even if you feel like you were insulted first, don't try snapping at people who aren't obligated to help you. Honestly, it just makes everything easier if everybody is cooperative and polite.

Maybe you are looking for

  • [code] does not work correctly, cannot post code example.

    Hi, I tried to do a code example, but HTML tags inside java quoted strings were intereperted. Like the <IMG> tag and the <H1> tag.. How do I prevent this???? Re: How to post an audio file in JSP or servlet

  • Another Safari 4 crashing story

    I originally posted my question as a reply to another cry for help about Safari 4 crashes and it was suggested I add it as a separate topic so that is what I am doing. Safari 4 always crashes when I close the final instance of Safari that I have open

  • Lightroom "folders" section, eveything disappeared, how do I get the files back?

    Technically I believe the files are still within lightroom, and still on my hard drive. Under Catalog "All Photographs" it has all the ones I've ever imported to Lightroom. I was doing something and right clicked under the folders tab, thinking I was

  • HTML input integer zero

    I'm trying to pass value from a box as integer, however if a user types '0' at the start, it is not counted...good reason i guess?

  • Freebusy lookups via OWA not working correctly (notes coexistence)

    Hi, We're performing a migration from notes to exchange 2013, and are currently using contacts for the resource mailboxes that are still in notes. When looking up freebusy information via outlook, all is ok, but when we query the rooms (contacts) via