Managing Popup Visibility

Hi all, my question is this:
How can I make a popup that behaves like a JPopupMenu or JComboMenu, specifically it's criteria for Hiding.
To clarify, When the popup is visible if the moused is pressed anywhere on the screen other than over the popup it should hide.
I've spent 2 weeks on this one thing and I am no closer to an answer, it seems there's not really any resources on this available.

excuse me,JWindow does't handle DeActiveEvent ;
There's my code , I'll make it like jdesktop's auto complet component or code assistant but ...
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Window;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import javax.swing.JMenuItem;
import javax.swing.JPanel;
import javax.swing.JPopupMenu;
import javax.swing.JTextField;
import javax.swing.JWindow;
import javax.swing.Popup;
import javax.swing.PopupFactory;
import tlw.example.Shower;
Author:ÌÆÁ¦Î°
E-Mail:[email protected]
Date:2008-10-23
Description:
public class JTextFieldKindsOfPopup extends JPanel{
     private static final long serialVersionUID = 1L;
     public static void main(String[] args) {
          JTextFieldKindsOfPopup wp=new JTextFieldKindsOfPopup();
          Shower.show(wp);
     JTextField jtfWindowPopuup=new JTextField("Edit for Popup JWindow",20);
     JTextField jtfMenuPopup=new JTextField("Edit for Popup JPopupMenu",20);
     JTextField jtfPopup=new JTextField("Edit for PopupFactory Popup",20);
     Window popupWindow=new JWindow();
     JPopupMenu popupMenu=new JPopupMenu();
     Popup popup;
     JPanel popupPane=new JPanel();
     public JTextFieldKindsOfPopup(){
          add(jtfWindowPopuup,"North");
          add(jtfMenuPopup,"South");
          add(jtfPopup,"Center");
          //popup window
          popupWindow.setPreferredSize(new Dimension(300,300));
          popupWindow.setBackground(Color.red);
          popupWindow.setBounds(20, 20, 100, 100);
          popupWindow.setAlwaysOnTop(true);
          popupWindow.addWindowListener(new WindowListener());
          jtfWindowPopuup.addKeyListener(new KeyAdapter(){
               public void keyPressed(KeyEvent e){
                    popupWindow.setVisible(true);
          //popup menu
          JMenuItem menuItem1=new JMenuItem("Item1");
          JMenuItem menuItem2=new JMenuItem("Item2");
          JMenuItem menuItem3=new JMenuItem("Item3");
          popupMenu.add(menuItem1);
          popupMenu.add(menuItem2);
          popupMenu.add(menuItem3);
          jtfMenuPopup.addKeyListener(new KeyAdapter(){
               public void keyPressed(KeyEvent e){
                    popupMenu.show(jtfMenuPopup, 0, jtfMenuPopup.getHeight());
                    jtfMenuPopup.requestFocus();
          //popup factory
          popupPane.setBackground(Color.blue);
          popupPane.setPreferredSize(new Dimension(100,100));
          jtfPopup.addKeyListener(new KeyAdapter(){
               public void keyPressed(KeyEvent e){
                    popup=PopupFactory.getSharedInstance().getPopup(JTextFieldKindsOfPopup.this, popupPane, 100, 100);
                    popup.show();
                    //where can i execute popup.hide()?
     class WindowListener extends WindowAdapter{
          @Override
          public void windowDeactivated(WindowEvent e) {
               popupWindow.setVisible(false);
}Edited by: tlw_ray on Oct 23, 2008 1:00 AM
Edited by: tlw_ray on Oct 23, 2008 10:28 PM

Similar Messages

  • Records Management Folder Visibility

    Hi All,
    I am exploring the Visibility (Visible in Roles) setting in Records Management. Our Record model is in Release status and we are now trying to restrict access to a folder based on a role assignment. When we assign a role to the folder which we would like to secure / restrict, it does not propagate to all the records which are part of this model.
    For the visibility setting to propagate to all the records, should the record model exist in Initial status or can this setting be updated in the Release status too? Why is the visibility setting maintained in the record model not propagating to the individual records?
    Thanks,
    Jay

    Dear Jay,
    Such changes I am afraid, do not work for existing nodes of record model. If you add a new node to record model with all roles etc set up then the sync process will create the new node in records with the given metadatat(metadata is the roles, free attributes, anchor etc ). For existing node, if you change anything then than cannot be propagated to existing records. You will need to manually change visibility for each existing record. If you create new record after changing in record model then new record will have correct data.
    Best Regards,
    Pragya

  • MAM Client - Only User View Manager Link Visible

    Hi,
    I have followed the configuration steps as mentioned in the configuration guide for MAM2.5 SR2.
    but after deploying the application in mobile device, Only the User View Manager Link is visible to me.
    Details about client and server version is as follows
    1. MI client 2.5 SP11
    2. WebAS Server 6.40 SP09
    3. Backend IDES server
    Only thing which I am not sure is whether the plugin
    <b>R/3 Plug-in 2004.1 SP01 for Mobile Asset Management 2.5</b> is added in the Backend or not.
    <b>Is there any way to check whether the Plugin is added or not?
    Also Could this be a problem why we are not able to see other menu specific to MAM?</b>
    Appreciate your help in providing some solution for the above mentioned probelm.

    HI sathya,
    in my last post , actually i was talking about  
    WAS sp 09 and  client sp 11.
         not sure , whether  sp11 client can successfully sync with sp09 WAS.
      it might be one of the reasons?.
    have u changed ur application ?.  or using the standard application?.(i mean added syncbo's or not).
        just check the meRepMeta.xml file , is there any reference to MAM25_090 (item).?
       just change the trace to Information and after sync,
    just look whether there is any MAM25_090 reference in the log.
    <b>Sathya just check,,
    1) meta_childRow.dat
    2) meta_topRow.dat
    3) meta_field.dat </b>
    <b> if there is no data in  MAM25_090 , there will not be one MAM25_090.dat file in the data directory.</b>
    just check in the
    meta_childRow.dat  ,
    MAM25_090 entry got created or not in the folder corresponding to the first sync.
                                     Regards
                                     Kishor Gopinathan
    Message was edited by: Kishor Gopinathan
    Message was edited by: Kishor Gopinathan

  • Disable the Server Manager popup in Unattended.xml for Windows 2008 R2 is not working

     I have made entry into Unattended file to stop the popup of Server Manager during first starup of windows 2008 R2.  However it is not working out, but Disable Initial OCnfiguration task window is working fine.  Below is my Unattended.xml
    file:
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <settings pass="windowsPE">
            <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" language="neutral" name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35"
    versionScope="nonSxS">
                <ImageInstall>
                    <OSImage>
                        <WillShowUI>OnError</WillShowUI>
                        <InstallTo>
                            <DiskID>0</DiskID>
                            <PartitionID>1</PartitionID>
                        </InstallTo>
                        <InstallFrom>
                            <Path>K:\win28x64\Sources\install.wim</Path>
                            <MetaData>
                                <Key>/image/name</Key>
                                <Value>Windows Server 2008 R2 SERVERENTERPRISE</Value>
                            </MetaData>
                        </InstallFrom>
                    </OSImage>
                </ImageInstall>
                <UpgradeData>
                    <Upgrade>false</Upgrade>
                </UpgradeData>
                <Display>
                    <ColorDepth>16</ColorDepth>
                    <HorizontalResolution>1024</HorizontalResolution>
                    <RefreshRate>60</RefreshRate>
                    <VerticalResolution>768</VerticalResolution>
                </Display>
                <ComplianceCheck>
                    <DisplayReport>OnError</DisplayReport>
                </ComplianceCheck>
                <UserData>
                    <AcceptEula>true</AcceptEula>
                </UserData>
            </component>
            <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" language="neutral" name="Microsoft-Windows-International-Core-WinPE"
    processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS">
                <SetupUILanguage>
                    <UILanguage>en-US</UILanguage>
                </SetupUILanguage>
                <InputLocale>0409:00000409</InputLocale>
                <SystemLocale>en-US</SystemLocale>
                <UILanguage>en-US</UILanguage>
                <UserLocale>en-US</UserLocale>
            </component>
        </settings>
        <settings pass="specialize"><component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" language="neutral" name="Microsoft-Windows-ServerManager-SvrMgrNc"
    processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS">
      <DoNotOpenServerManagerAtLogon>true</DoNotOpenServerManagerAtLogon>
    </component><component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" language="neutral" name="Microsoft-Windows-OutOfBoxExperience" processorArchitecture="amd64"
    publicKeyToken="31bf3856ad364e35" versionScope="nonSxS">
        <DoNotOpenInitialConfigurationTasksAtLogon>true</DoNotOpenInitialConfigurationTasksAtLogon>
    </component>
            <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" language="neutral" name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35"
    versionScope="nonSxS">
                <ComputerName>Siddu</ComputerName>
                <RegisteredOrganization/>
                <RegisteredOwner>BL-Target</RegisteredOwner>
                <DoNotCleanTaskBar>true</DoNotCleanTaskBar>
                <ShowWindowsLive>false</ShowWindowsLive>
                <BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled>
                <CopyProfile>false</CopyProfile>
                <DisableAutoDaylightTimeSet>true</DisableAutoDaylightTimeSet>
                <StartPanelOff>false</StartPanelOff>
            </component>
             <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" language="neutral" name="Microsoft-Windows-UnattendedJoin"
    processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS">
            <Identification>
                <JoinWorkgroup>Siddu</JoinWorkgroup>
                <UnsecureJoin>false</UnsecureJoin>
                <DebugJoin>false</DebugJoin>
            </Identification>
        </component>
            <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" language="neutral" name="Networking-MPSSVC-Svc" processorArchitecture="amd64"
    publicKeyToken="31bf3856ad364e35" versionScope="nonSxS">
               <FirewallGroups/>
               <DomainProfile_EnableFirewall>false</DomainProfile_EnableFirewall>
               <PrivateProfile_EnableFirewall>false</PrivateProfile_EnableFirewall>
               <PublicProfile_EnableFirewall>false</PublicProfile_EnableFirewall>
               <PrivateProfile_DisableNotifications>true</PrivateProfile_DisableNotifications>
            </component>
         <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" language="neutral" name="Microsoft-Windows-TCPIP" processorArchitecture="amd64"
    publicKeyToken="31bf3856ad364e35" versionScope="nonSxS">
         <Interfaces>
            <Interface wcm:action="add">
                <Ipv4Settings>
                   <DhcpEnabled>false</DhcpEnabled>
                </Ipv4Settings>
                <Ipv6Settings>
                   <DhcpEnabled>true</DhcpEnabled>
                </Ipv6Settings>
                <UnicastIpAddresses>
                    <IpAddress wcm:action="add" wcm:keyValue="1">192.168.79.171/24</IpAddress>
                </UnicastIpAddresses>
                <Identifier>PROV_DEVICE_MAC_ADD</Identifier>
                <Routes>
                    <Route wcm:action="add">
                        <Identifier>0</Identifier>
                        <Prefix>0.0.0.0/0</Prefix>
                        <NextHopAddress>192.168.79.0</NextHopAddress>
                        <Metric>20</Metric>
                    </Route>
               </Routes>
            </Interface>
         </Interfaces>
       </component> 
      <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" language="neutral" name="Microsoft-Windows-DNS-Client" processorArchitecture="amd64"
    publicKeyToken="31bf3856ad364e35" versionScope="nonSxS">
         <Interfaces>
             <Interface wcm:action="add">
                 <DNSServerSearchOrder>
                     <IpAddress wcm:action="add" wcm:keyValue="1">192.168.79.168</IpAddress>
                 </DNSServerSearchOrder>
                 <EnableAdapterDomainNameRegistration>true</EnableAdapterDomainNameRegistration>
                 <Identifier>PROV_DEVICE_MAC_ADD</Identifier>
             </Interface>
         </Interfaces>
     </component> 
        </settings>
        <settings pass="oobeSystem">
            <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" language="neutral" name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35"
    versionScope="nonSxS">
                <UserAccounts>
                    <AdministratorPassword>
                        <Value>PROV_WIN_ADMIN_PASSWORD</Value>
                        <PlainText>true</PlainText>
                    </AdministratorPassword>
                </UserAccounts>
                <AutoLogon>
                    <Enabled>true</Enabled>
                    <Username>Administrator</Username>
                    <Password>
                        <Value>PROV_WIN_ADMIN_PASSWORD</Value>
                        <PlainText>true</PlainText>
                    </Password>
                    <LogonCount>3</LogonCount>
                </AutoLogon>
                <Display>
                    <ColorDepth>32</ColorDepth>
                    <HorizontalResolution>1024</HorizontalResolution>
                    <RefreshRate>60</RefreshRate>
                    <VerticalResolution>768</VerticalResolution>
                </Display>
                <FirstLogonCommands>
                    <SynchronousCommand wcm:action="add">
                        <CommandLine>c:\BLProv\wrapper.bat</CommandLine>
                        <Description>Lite Touch new OS</Description>
                        <Order>1</Order>
                    </SynchronousCommand>
                </FirstLogonCommands>            
                <OOBE>
                    <HideEULAPage>true</HideEULAPage>
                    <NetworkLocation>Other</NetworkLocation>
                    <ProtectYourPC>3</ProtectYourPC>
                    <SkipUserOOBE>true</SkipUserOOBE>
                    <SkipMachineOOBE>true</SkipMachineOOBE>
                </OOBE>
                <RegisteredOrganization/>
                <RegisteredOwner>BL-Target</RegisteredOwner>
                <TimeZone>Dateline Standard Time</TimeZone>         
            </component>
            <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" language="neutral" name="Microsoft-Windows-International-Core"
    processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS">
                <InputLocale>0409:00000409</InputLocale>
                <SystemLocale>en-US</SystemLocale>
                <UILanguage>en-US</UILanguage>
                <UserLocale>en-US</UserLocale>
            </component>
        </settings>
        <settings pass="offlineServicing">
            <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" language="neutral" name="Microsoft-Windows-PnpCustomizationsNonWinPE"
    processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS">
                <DriverPaths>
                    <PathAndCredentials wcm:action="add" wcm:keyValue="1">
                        <Path>C:\Drivers</Path>
                    </PathAndCredentials>
                    <PathAndCredentials wcm:action="add" wcm:keyValue="2">
                        <Path>X:\Drivers</Path>
                    </PathAndCredentials>
                </DriverPaths>
            </component>
        </settings>
      <cpi:offlineImage xmlns:cpi="urn:schemas-microsoft-com:cpi" cpi:source="wim:K:\win28x64\sources\install.wim#Windows Server 2008 R2 SERVERENTERPRISE"/>
    </unattend>

    Hi,
    Since this issue is more related with Windows Server, I have helped you move this thread to that forum so that you could get help better.
    Karen Hu
    TechNet Community Support

  • Javascript error on List Manager (Popup LOV)

    Hi all,
    I have a problem with checkboxes and list managers (based on popup LOV).
    I have a form containing several checkboxes and list managers; in a region of the form (the one before the last one) I have 10 checkboxes but just the first one work, the other ones give me this error when I tried to insert a record:
    ORA-20001: Errore in DML: p_rowid=21, p_alt_rowid=ID, p_rowid2=, p_alt_rowid2=. ORA-20001: Valore numerico :1 non valido per la colonna EDUCATION (it's italian, the translation for the last part is "numerical value :1 not valid for the EDUCATION column).
    Furthermoe, I have problems with list managers too: when I open the popup for some of them and choose the value from the popup window, I get a Javascript error: "Obejct doesn't support this property or method"; some (just some) of the list managers works.
    The strange thing is that if I delete a list manager or a checkbox, another list manager or checkbox starts to work, as if it was a rule about the max total number of list manager/checkboxes.
    I want to highlight that the total number of items in the form is less than 100.
    Thanks a lot in advance for your help.
    Cheers,
    Matteo

    Hi,
    The issue is because Apex actually generates TWO items for each List Manager items and both of these count towards the maximum of 100 items per page. As an example - this is ONE list manager item from my test page:
    &lt;fieldset id="P222_LM1" class="listmanager"&gt;
    &lt;table cellspacing="0" cellpadding="0" border="0" summary=""&gt;
    &lt;tbody&gt;
    &lt;tr&gt;
    &lt;td&gt;
    &lt;noscript&gt;
    JavaScript not supported
    &lt;/noscript&gt;
    &lt;script type="text/javascript"&gt;
    &lt;!--
    function filter_escape(in_value) {
                out_value = escape( in_value );
                return out_value;
            function genList0_p_v99_()
               w = open("wwv_flow_utilities.gen_popup_list" +
                           "?p_filter="  +
                           "&p_name=" + escape('p_v99') +
                           "&p_element_index=" + escape('') +
                           "&p_form_index=" + escape('0') +
                           "&p_max_elements=" + escape('') +
                           "&p_escape_html=" + escape('') +
                           "&p_ok_to_query=" + escape('YES') +
                           "&p_flow_id=" + escape('33642') +
                           "&p_page_id=" + escape('222') +
                           "&p_session_id=" + escape('2926501920944144') +
                           "&p_eval_value=" + escape('') +
                           "&p_translation=" + escape('NO') +
                           "&p_item_id=" + escape('6753181500127769527') +
                           "&p_lov=" + filter_escape('6753181500127769527') +
                           "&p_lov_checksum=5D6157CA388C164818106815D15EFFC6",
                           "winLovList",
                           "Scrollbars=1,resizable=1,width=400,height=450");
               if (w.opener == null)
                 w.opener = self;
               w.focus();
    //--&gt;
    &lt;/script&gt;
    &lt;fieldset id="P222_LM1_ADD_fieldset" class="lov"&gt;
    &lt;table cellspacing="0" cellpadding="0" border="0" id="P222_LM1_ADD_holder" class="lov" summary=""&gt;
    &lt;tbody&gt;
    &lt;tr&gt;
    &lt;td class="lov"&gt;
    &lt;input type="text" id="P222_LM1_ADD" value="" maxlength="2000" size="27" name="p_v99"/&gt;
    &lt;/td&gt;
    &lt;td&gt;
    &lt;a href="javascript:genList0_p_v99_()"&gt;
    &lt;img width="13" height="13" alt="Popup Lov" src="/i/list_gray.gif"/&gt;
    &lt;/a&gt;
    &lt;/td&gt;
    &lt;/tr&gt;
    &lt;/tbody&gt;
    &lt;/table&gt;
    &lt;/fieldset&gt;
    &lt;/td&gt;
    &lt;td&gt;
    &lt;input type="button" onclick="appendToList(document.forms[0].p_v99.value.toUpperCase(), document.forms[0].p_v02);document.forms[0].p_v99.value=''" value="Add" name=""/&gt;
    &lt;input type="button" onclick="deleteListElement(document.forms[0].p_v02)" value="Remove" name=""/&gt;
    &lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
    &lt;td colspan="2"&gt;
    &lt;select id="P222_LM1_LISTMGRDATA" width="225" multiple="multiple" size="10" prompt="" name="p_v02"&gt;
    &lt;option&gt;8021
    &lt;/option&gt;
    &lt;option&gt;8001
    &lt;/option&gt;
    &lt;/select&gt;
    &lt;script type="text/javascript"&gt;
    &lt;!--
    gUtil.select.clean(document.forms[0].p_v02);
    //--&gt;
    &lt;/script&gt;
    &lt;/td&gt;
    &lt;/tr&gt;
    &lt;/tbody&gt;
    &lt;/table&gt;
    &lt;/fieldset&gt;Note that the popup item is p_v99 and the list item is p_v02.
    Question to the Apex developers:
    Given that the popup item does not really need to be submitted with the page, could this not use a different naming convention?
    Andy

  • Managing Popup window size

    I am using RoboHelp 10 - I need to manage the popup window sizes so the larger popups (images of the main screens) can be displayed full size but without scroll bars.  Can anyone help?  If I choose the option for the popups where I decide on the size it makes all popups that size.  Suggestion????
    Also - how do I create lists so the are properly aligned.  bullet remains to the left like a hanging paragraph and the text remains indented properly ....

    Any ideas?
    When I change the settings for toolbar, status, etc, then the
    changes take effect, it seems though only the width and height
    don't work for some reason.
    I would be very grateful for any suggestions
    Thanks
    Lyle

  • Flash Player's Setting Manager not visible

    When I attempt to access the flash player's settings, the redirect takes me to the Macromedia Settings Manager welcome page.  Unfortunately none of the panels are visible.  However, if I right click upon the space which ought to be a panel, I am presented with a context menu which provides for Zoom In, Zoom Out..., etcetera.  Clicking any one of these selections provide nothing.
    As far as I can ascertain, my Flash Player works.  My problem is: I have no opportunity to manage Global Privacy Settings, Website Privacy,....etcetera.  Prior to IE9 and Adobe's latest 10.2...  I did.  Something is amiss.
    In IE, tools, manage addons unders "Show", Shockwave Flash Object is Enabled, version: 10,2,159,1 4/28/2011
    I have been to the test site many times and have seen  the Flash Player logo (Red F) animation(spinning) each time. The version presented is: 10,2,159.
    Further comment regarding my problem was first introduced yesterday here [http://forums.adobe.com/thread/845448?tstart=0]  Eidnolb's two suggestions to explore my problem through Microsoft and Internet Explorer puzzle me because my problem appears to me to be Adobe's problem, not Microsoft's.  Do I really need to spend countless minutes on hold with Microsoft?
    My specifics are:
    •operating system :
    Windows 7 Home Premium, Service Pack 1
    •web browser and version:
    IE9  9.0.8112.16421 update versions: RTM (KB982861) cipher strength: 256-bit
    *final note: I have attempted accessing the Settings Manager also with my IE9 64-bit version and strangely have received a visible image in the usual, panel box, space.  It tells me to download Flash Player.

    Thanks once again, Eidnolb.  And thank you for your suggestion about the Compatibility View.  I learned something from the link which you provided above.  The most interesting thing was: Microsoft's helpful explanation of Compatibility View (seen there) never explains that a user needs to check and uncheck the feature when he first discovers that perhaps a website function isn't working correctly.  The explanation mentions only something about an icon appearing in a user's address bar.
    By luck, I discovered  a user needs to "check" the Compatibility View feature when he suspects incompatibility.  Once that is checked, then the browser reloads the suspect page and IF there is an incompatibility, THEN the icon will appear.  If there is not, then there is no incompatibility.
    Lastly, if there is no incompatibility, then a user should "uncheck" the feature and continue on blissfully waiting for Microsoft to screw his mind somewhere else.
    Thanks again,
    Dave

  • Identity Managment Not Visible

    Hi Ep gurus ,
    I Am using EP 7.0. In the user Administrator, the Identity managment is not visible
    . kindly help me to resolve the problem
    thanks and regards
    Sivaprasath

    hi,
    Just try to refresh the page.If this does not work,then please go and check the permission for the iview. This would solve your problem.
    Regards & Thanks,
    Akshay
    Reward if helpful.

  • T500, how do I disable "client security password manager" popups?

    hello.
    I have recently noticed an extremely invasive and irritating popup occur frequently upon opening random folders.
    http://img249.imageshack.us/img249/4913/47354829.jpg
    I honestly do not know what I have done to trigger this, but I absolutely need to disable it.  When UAC appeared warning me about this application, I disallowed it because I did not know what this thing is or what it does.  I found out it was from Lenovo but I cannot figure out how to disable it or uninstall it.  I do not want this feature, it does not even function correctly.  The installation fails becaue it is missing a critical file, but I do not care.  I do not want to install anything, I want it GONE.  I don't know how much of the thinkvantage suite I would have to remove to get rid of this, I just want it gone, I don't want unexpected popups every time I open a folder, I do not need this feature or whatever it provides.  I want to remove it, I cannot find instructions on how to remove this.  I saw a tutorial to remove this software but it involves bring up the Thinkvantage menu and selecting"Thinkvantage Technologies" but there is no "Thinkvantage Technologies" option presented on my T500.
    If anyone can provide any insight on how to get rid of this extremely irritating piece of software I would greatly appreciate it.  It doesn't even function correctly and is extemely frustrating to deal with.  It is malware, I would like it gone.  Thankyou for your time.
    edit: I have not activated my "Security Device" so it appears I cannot access the Client Security Solution which seems to be required to disable this popup.  I do NOT want to actiavte anything because I do not want to want the risk of rendering my computer inoperable due to buggy first party software.

    I had run into a similar problem. I had windows 7 on a t500 which started giving all such popups every time you access control panel or explorer. I tried system restore it gave an error. I tried uninstalling client security from control panel, same popup. Finally I downloaded an uninstaller from download.com called "revo uninstaller". It removes the files and registry entries. Things seems to work on my end now. Will report is any problem comes up

  • Supply Chain Event Management: Transportation visibility scenario

    Hello, we're trying to set up a transportation visibility scenario based on R/3 LES 4.6C and SCEM 4.1.
    We would like to generate an Event Handler for every shipment and then report events related to expected events like outbound deliveries assignment to the shipment, start of shipment, ..., end of shipment.
    Has anyone already implemented such a scenario?
    Is it possible to create an EH without assigning a delivery? When I assign a delivery, a new EH is generated or I can simply generate an event and update the shipment EH?
    The standard function module for event data extraction /saptrx/xet_le_road_tra10 is available as of 4.7 but not in 4.6C. Is it possible to use it in 4.6C?
    Thanks for your help. We'd like to share some ideas. Regards. Luigi

    Hello Luigi
    We are also trying to create a similar process of creating event handler for every Outbound Delivery. What we noticed is No EH is getting created inspite of maintaing all the settings mentioned in the CG.  I wanna specifically ask is there any particual extractor we need to copy and change code to suit the scenario. Does it require any Extractor to be written in EM. The problem here again for our scenario we have OBP10_Deliv as one extractor... but we also need to mention the Cntrl, Info, System, Tracking Id, Query ID extractors.
    Is there something SAP directly provides with the package as lot of Demo Delivery Scenarios just suggest " Package comes all ready we just need to put user specific logical systems etc.."

  • JMenu and making the popup always visible

    hi,
    i need to keep the menu's popup visible always and eventually the selection of an item even when the focus moves to another component-a text field nearby for example.can this (and how if it is) be achieved or it is totally up to the look and feel and i can't do much about it?
    thank you.

    just for the record,it seems it actually is doable.at least i have a prototype working.it involves removing default mouse listeners from jmenu i jmenuitem and installing "custom" ones that manage the transition of the menu from one state to another.

  • Multiple Popups when I want one at a time

    Hi, I'm writing a gui, and I am having difficulties managing popups. Some of my tasks require a password, so I made a task performer class that prompts for a password and performs the given task with that password. Now the problem is, right after I call the performTask method (which initializes the PasswordPrompt) I create a yes or no JOptionPane dialog. Both the PasswordPrompt and the JOptionPane dialog appear at the same time when I want the JOptionPane to only appear after the PasswordPrompt has been disposed. The task performer adds itself as a listener to the password prompt, which notifies the performer once the password has been submitted.
    I'm not going to write out all of my code, but here is the general idea.
    public class TaskPerformer {
        public void performTask() {
            // Opens a password prompt that I wrote.
            // The TaskPerformer is passed to the password prompt
        /* When the okay button is pressed in the password prompt
        *  this method is called with the password entered by the user
        public void give password(String password) {
            //The task is actually performed here.
    public class MyMain {
        public static void main(String [] args) {
            TaskPerformer tp = new TaskPerformer();
            tp.performTask();
            if(JOptionPane.showConfirmDialog(null, "Would you like mashed Potatoes with your turkey?") {
                System.out.println("yay mashed Potatoes!");
    }I'm sure I need to use something like wait() and notify(), but I'm really not familiar with these.

    I think you can solve your problem if you choose to use a modal dialog as the container
    for your password-entry-panel.
    See example below:
    import java.awt.BorderLayout;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import javax.swing.JButton;
    import javax.swing.JDialog;
    import javax.swing.JOptionPane;
    import javax.swing.JPasswordField;
    public class Test
         public static void main(String[] args)
              final JDialog dlg = new JDialog();
              /* if you set modality to 'false', the JOptionPane will come immediately,
               * when 'true', The JOptionPane will come AFTER you click ok */
              dlg.setModal(true); 
              dlg.getContentPane().add(new JPasswordField(40), BorderLayout.NORTH);
              JButton okButton = new JButton("ok");
              okButton.addActionListener(new ActionListener()
                   public void actionPerformed(ActionEvent e)
                        dlg.dispose();
              dlg.getContentPane().add(okButton);
              dlg.pack();
              dlg.setLocationRelativeTo(null);
              dlg.setVisible(true);
              JOptionPane.showMessageDialog(null, "hi there!");
    }Hope this helps!

  • Can no longer open Fabric Manager Web Client 4.7(2b)

    Hello
    I have recently upgraded from Fabric Manager 3.3(2b) to 4.2(7b). I followed the correct path, so went from 3.3 to 4.1 and then from 4.1 to 4.2.
    The application opens but I can not browse to the localhost address on either http or https and there are no Cisco related services running, or, even available. Additionally, the server is no longer listenning on port 80 or 443.
    Does anyone know of what might be happenning here because at the moment, trying to get to the server from itself, or remotely, just brings up a "page cannot be displayed" error.
    Many thanks in advance
    Anthony
    p.s. I have rebooted since the rebuild.

    Hi
    Yes, the PostgreSQL service has started but there is not even a Cisco Fabric Manager service visible, nor a Fabric Manager Web Client service. I can open Fabric Manager and it works, just no services and I cant open the Web GUI.
    Thanks for replying
    Anthony

  • Adobe Application Manager does not work

    I am afraid this is not the appropriate forum, but it is the closest I could find, sorry about that.
    I experience a problem where I can't update my Adobe products, the application manager gives two different erros.
    I've come across the issue when I tried to update Photoshop CS 6 Extended 13.0 x64 and Premiere Pro CS6 6.0.0
    Since the problem seems to be related to the Application Manager, and not Ps and Pr themselves, I posted the problem here.
    When I try to update either of the programs from within ( help > updates... )
    I get this error, and in the preferences only the Extension Manager is visible.
    When I download the updates from here
    Adobe - Photoshop : For Macintosh : Adobe Photoshop 13.0.6 update for CS6
    Adobe - Premiere Pro : For Macintosh : Adobe Premiere Pro CS6 6.0.5 Update
    And try to install them following the instructions I get this error:
    translated:
    Updating failed
    Can't apply updates
    This patch is not for you. Use the menu Help in your product to check for updates and to display a list of the newest available updates.
    Contact customer service if the problems persist.
    I'm using:
    late 2011 15 inch Macbook Pro
    OS X 10.9.5
    2.2 GHz Intel Core i7
    8 GB 1333 MHz DDR3
    AMD Radeon HD 6750M 512 MB
    as part of Adobe CS6 Production Premium:
    I wondered if maybe this wasn't the most recent version of the application manager,
    but on the downloads page http://www.adobe.com/downloads/updates.html
    I could not find updates for this product.
    I have not yet tried to update After Effects (it did not occur to me that they weren't up to date until I stared experiencing a bug in Photoshop) and I don't really use the other programs in my collection.
    If it is useful to try and update the others as well to understand the problem, I'll try to do that.

    Anhoilan the most recent log file seems to be from 2014.  I thought you had removed and reinstalled the software after the running the CC Cleaner tool?  Is this not the case?
    I would recommend beginning the process again.  You can find directions on how to run the uninstallers and use the CC Cleaner Tool at Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6.  Please make sure to run the uninstallers prior to running the CC Cleaner Tool.
    I would also recommend removing the contents of /Library/Logs/Adobe/Installers/ prior to reinstalling CS6.
    Looking again at the installation log folder it looks like you evaluated InDesign CC.  This would upgrade the Adobe Application component.  Complete removal of all Adobe Creative software titles and reinstallation will ensure you have the correct shared components installed for that application.

  • Help in Calendar popup please

    Hi
    i have a problem in calendar popup that is iam putting the calendar inside a Group Panel at the bottom of page and when i click on popup the page will be taller so please do any one know how to make popup visible above calendar component i tried to modify the theme by editing Calendar.js file but iam having an error in sun i can't run any page any more i need to reinstall IDE may be iam not putting the defaulteheme.jar in correct folder
    any one help please
    HEN

    Hi
    i have a problem in calendar popup that is iam
    putting the calendar inside a Group Panel at the
    bottom of page and when i click on popup the page
    will be taller so please do any one know how to make
    popup visible above calendar component i tried to
    modify the theme by editing Calendar.js file but iam
    having an error in sun i can't run any page any more
    i need to reinstall IDE may be iam not putting the
    defaulteheme.jar in correct folder
    any one help please I'm not quite sure what you're asking for but I have a prototype sample calendar that might work better. See http://blogs.sun.com/roller/page/edwingo?entry=component_authoring_for_creator.
    -Edwin
    Creator team
    http://blogs.sun.com/edwingo/

Maybe you are looking for

  • Get the column values in a single row seperated by commas

    Hi i have two tables project_baseline and project_resource which have the foreign key project_id from the base table project_details. Now iam trying to retrieve data from these tables using the below query : select distinct b.TASK_NAME,r.RESOURCE_NAM

  • Images being compressed or resized before printing ??

    I have a 50MB PNG image that I just printed using the built in Kodak printing system. When the image was actually being uploaded, though, it was only 3.2MB in size. What happened to the photo? Did it get converted to a JPEG or PDF? Was it resized? Wh

  • Reeal-time 3D graph with multiple plots

    Hello, I realise this is a very complicated question and I would appreciate any healp anyone could give. I am trying to: 1- draw a 3D graph with three plots (plots are from coordinates read from XL) 2- do it in real time, so that only one point from

  • How do I import Aperture Library into Photoshop Elements 12?

    New to Photoshop Elements 12.How do I import Aperture Library into Photoshop Elements 12?

  • Beautiful Strokes... depends on your point of view

    Changes in Illustrator CS5 in the approach to the mark plus but we are as far from such a simple and easy management, and drawing. Do you believe that there would not be wonderful if such a range Apperance work? Create a line style: CreatingStyle-Lin