GUI Interface to layout your windows

Hello! I was wondering if anyone knew of a GUI interface that helps layout your windows? Example, a screen that lets you add buttons, text fields, etc. and then gives you the source could behind it. I basically need the help with the layout information (FlowLayout, GridLayout, etc.). Thank you for any information you can provide.

Check out the UICompiler. First you do the drag and drop in QT Designer, then it compiles the QT description files into Java/Swing classes.
http://uic.sourceforge.net/

Similar Messages

  • Need help..anyone GUI Interfaces

    http://forum.java.sun.com/thread.jsp?forum=31&thread=472147&tstart=0&trange=15
    Can someone please help me with this program..I'm new to java and I don't understand GUI's. I read everything inside and out in my text book and still don't get how to convert my program into a gui interface...please help.

    Sorry i accidently posted twice...
    But here is my topic incase the link did not work. Thanks! Really desperate!
    Develop a Java application that will determine if a department store customer has exceeded the credit limit on a charge account. For each customer, the following facts are available:
    a) Account Balance
    b) Balance at the beginning of the month
    c) Total of all items charged by this customer this month
    d) Total of all credits applied to the customer’s account this month
    e) Allowed credit limit
    This program should input each of these facts from input dialogs as integers, calculate the new balance, display the new balance and determine if the new balance exceeds the customer’s credit limit. For those customers whose credit limit is exceeded, the program should display the message, “Credit limit exceeded.”
    Here is the program I wrote : (for the above criteria)
    // Credit.java
    // Program monitors accounts
    import java.awt.*;
    import javax.swing.JOptionPane;
    public class Credit {
    public static void main( String args[] )
    String inputString;
    int account, newBalance,
    oldBalance, credits, creditLimit, charges;
    inputString =
    JOptionPane.showInputDialog( "Enter Account (-1 to quit):" );
    while ( ( account = Integer.parseInt( inputString ) ) != -1 ) {
    inputString =
    JOptionPane.showInputDialog( "Enter Balance: " );
    oldBalance = Integer.parseInt( inputString );
    inputString =
    JOptionPane.showInputDialog( "Enter Charges: " );
    charges = Integer.parseInt( inputString );
    inputString =
    JOptionPane.showInputDialog( "Enter Credits: " );
    credits = Integer.parseInt( inputString );
    inputString =
    JOptionPane.showInputDialog( "Enter Credit Limit: " );
    creditLimit = Integer.parseInt( inputString );
    newBalance = oldBalance + charges - credits;
    String resultsString, creditStatusString;
    resultsString = "New balance is " + newBalance;
    if ( newBalance > creditLimit )
    creditStatusString = "CREDIT LIMIT EXCEEDED";
    else
    creditStatusString = "Credit Report";
    JOptionPane.showMessageDialog(
    null, resultsString,
    creditStatusString,
    JOptionPane.INFORMATION_MESSAGE );
    inputString =
    JOptionPane.showInputDialog( "Enter Account (-1 to quit):" );
    System.exit( 0 );
    AND I NEED TO MODIFY IT TO DO THE FOLLWOING: (I'M A NEWB AND IT'S TAKEN ME FOREVER JUST TO DO THE ABOVE..PLEASE ANY HELP WOULD BE GREAT!!
    Expand the above program.
    1) Design an appropriate GUI for input. You cannot use dialog boxes. Design functional window(s) from scratch. State your conditions in the boxed comment at the top of the class. Input will need a transaction date also for the CustomerHistory class.
    2) Add a customer # ( a unique identifier)
    3) Besides your GUI, you will want 2 other classes: Customer and CustomerHistory. CustomerHistory will serve as a mock database.
    4) CustomerHistory will hold the previous balance & allowed credit limit plus any credit violation history. Your CustomerHistory violations must be an array, so that it could be readily expandable.
    5) Some step-up is necessary – chose your own approach and document.
    6) Then run your system enough times to show the response when a customer exceeds THREE ‘over credit’ limits. CustomerHistory violations should be printed out, as well as, our choice of a ‘dunning notice’. It cannot be the same as a simple one time exceeds limit. Also show a normal customer run. Prove to me your solution works!
    7) Draw the UML diagram of your interconnecting classes.

  • Telnet in GUI interface

    Do anyone knows how to start telnet (client, java control or activeX control) in SAP GUI interface? Of course imean about internal SAP window prepared in ABAP program ...

    The idea is to embed the activeX control into de dynpro. You just have to get the activeX component that implements your functionality.
    Check http://www.google.ca/search?q=activeX+telnet for third party components.
    Also, I would not recommend telnet, ssh is the way to go.
    Have a look at the following weblogs and see if they help out:
    Using Classic ActiveX Controls in the ABAP Control Framework
    Using .Net Windows Controls in the ABAP Control Framework
    Hope it helps,
    Isidoro!

  • Creating GUI interface for cof

    I am attempting to create a GUI interface on Labview that will read the measurements from a load cell ( Futek model L2331) that is connected
    through a DAQ interface and  will output Coefficient of friction measurements vs time.  I would also like to be able to save the data to a file (eg...excel). 
    Can anyone help me out with this?
    JC

    What I suspect you need, more for comparison than anything else, is the Force in Newtons not the strain in µ strain.
    So one technique is to leave the input in volts and then figure out how many grams of weight gives how many volts from the load cell, and applying the necessory factors to give the force in Newtons unless of course your working in Christian units (lbs force).
    Either way, strain or volts you are going to have to calibrate the input. Unless the factors are all ready supplied. to arrive at the following
    "The
    coefficient of friction is simply µ =  Fspring /Fnormal
    =  Fspring /(mblock ·g
    ), g=9.81 m/s²"  Notice that there is no mention of strain here but force.
    Strain is defined as: - "The relative deformation of an object subjected to stress. Hence, strain is dimensionless."
    Don't forget to get the sense of compression and tension correct for the displayed units.

  • Runniing Application with GUI interface

    Before when i have run a application it has been through the DOS terminal , thus without a GUI. My experince with GUI has been with Applets and running them through a browser or the appletviewer.
    The question is how do I run an application program with a GUI interface for testing purposes etc.
    Any help would be great cheers.

    You can run your application from the command line just like from you DOS terminal programs. All you need is the main method defined for you application in some class file. For example:
    public static void main( String[] args ) {
    JFrame frame = new JFrame();
    frame.getContentPane().add( new JLabel("Hello world" );
    frame.pack();
    frame.setVisible( true );
    Then run this code by:
    java my.test.HelloWorld
    charlie

  • GUI interface for non-global zones

    My Goal:
    Create multiple zones, each running different services thus eliminating the need for multiple servers w/out using VMware.
    What I'm realizing:
    Everything I've read points back to non-global zones being only a console based environment. Does anyone know if it's possible to login to non-global zones with a GUI interface?
    Thanks,
    Rick

    We use the CDE login mechanism. From the CDE login screen on the global zone:
    [] Select Options, Remote Login, Enter Host Name from the CDE login screen.
    [] Enter the hostname (not the zone name!) of the non-global zone in the Enter the host name box.
    [] Click OK.
    [] Once the CDE login screen appears with the hostname of the non-globalzone listed at the top, log in as sysadmin.
    Notes: If the non-global zone or the system was recently booted, wait a few minutes and check to make sure that the cde-login service is running using the command:
    svcs -a | grep cde-login
    Also, if you have restricted /etc/Xaccess, you'll need to add your non-global zone to it.
    Message was edited by:
    r2ad
    Message was edited by:
    r2ad, http://www.r2ad.com

  • I would like to create a pop-up window appear from Labview Interface. In this window, I will have a slide control and an image taken from a camera. The main VI have to run while pop-up window is open. How can I do ?

    When I pushed a button, this pop-up window has to appear. There will be a slide control and a picture from a camera in this window. Is it possible to make appear this windows while main VI Interface continue to run ? How can I do this ? Thank you for your answers.
    Cyril.

    Here you go. This is simple example. Maybe not the best way, I am just
    beginner in LV and still not comfortable with data flow that much. I prefer
    events, so I would change this to use Event Structures.
    When you click on OK button on SliderMain, it opens Slider.vi. Now both
    windows are open and you can interact with both. Now if you click on OK
    again with Slider.vi open, you run into problems. Only thing I did was
    change VI properties of slider.vi, mainly window appearance.
    vishi
    "Cy" wrote in message
    news:[email protected]..
    > I would like to create a pop-up window appear from Labview Interface.
    > In this window, I will have a slide control and an image taken from a
    > camera. The main VI hav
    e to run while pop-up window is open. How can I
    > do ?
    >
    > When I pushed a button, this pop-up window has to appear. There will
    > be a slide control and a picture from a camera in this window. Is it
    > possible to make appear this windows while main VI Interface continue
    > to run ? How can I do this ? Thank you for your answers.
    > Cyril.
    [Attachment SliderMain.vi, see below]
    [Attachment Slider.vi, see below]
    Attachments:
    SliderMain.vi ‏16 KB
    Slider.vi ‏11 KB

  • How to create custom GUI interface for Cisco router?

                       Hello,
    I am working on a Cisco solution and I have my router configured for the solution I need. However, if a non-cisco person needs to use my solution then I think he will need a GUI interface which will have few "buttons" which when clicked will run some Cisco commands on Cisco router to make it work. Is there a way to design such GUI interface which is compatible with Cisco routers? I know Cisco has SDM, but that is too involved and detailed, which is useful only for people who know atleast a little bit about Cisco. Here I am looking at crowd who will have 0 knowledge of Cisco.
    Please let me know if something like this can be done. If yes, how and how easily?
    Thank you.

    There are lots of ways to do this - you can use SNMP or even HTTP to push or pull commands from Cisco devices. How easy it is to create a GUI depends on your programming skills. I would guess a simple web page triggering backend scripts would be the easiest way to do this.

  • [SOLVED] How Do I Prepare Windows Recovery Environment on Windows 10. Taking Backup Measures on Your Windows Using ReagentC Tool and PowerShell

    Howdy,
    I'm trying to enable my system with WinRE but all to no avail. What could be wrong?
    The partition layout is as follows:
    PS C:\Windows\system32> Get-Partition -DiskNumber 4
    DiskId: \\?\scsi#disk&ven_msft&prod_virtual_disk#2&2e87576f&0&000002#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    PartitionNumber DriveLetter Offset Size Type
    1 1048576 500 MB Recovery
    2 525336576 100 MB System
    3 630194176 128 MB Reserved
    4 E 764411904 95 GB Basic
    5 102769885184 4.29 GB Recovery
    I formatted this 1st recovery partition into FAT32 and mounted the volume as R:
    PS C:\Windows\system32> Get-Partition -DiskNumber 4 -PartitionNumber 1 | Format-Volume -FileSystem FAT32 -NewFileSystemL
    abel RECOVERY -Force -Confirm:$false
    Then I created the storage folder for the Recovery Environment on this R: volume:
    PS C:\Windows\system32> mkdir "R:\Recovery\WindowsRE"
    Directory: R:\Recovery
    Mode LastWriteTime Length Name
    d----- 13.01.2015 20:15 WindowsRE
    And copied the WinRE.wim file from the storage folder on the Windows partition:
    PS C:\Windows\system32> xcopy /H E:\Windows\System32\Recovery\Winre.wim R:\Recovery\WindowsRE\
    E:\Windows\System32\Recovery\winRE.wim
    1 File(s) copied
    Finally, I attempted to enable the copied WinRE and registed it in Windows like that:
    PS C:\Windows\system32> ReAgentc.exe /setreimage /path R:\Recovery\WindowsRE\ /target E:\Windows
    Directory set to: \\?\GLOBALROOT\device\harddisk4\partition1\Recovery\WindowsRE
    REAGENTC.EXE: Operation Successful.
    However, checking the status with Reagent returns that WinRE is DISABLED:
    PS C:\Windows\system32> ReAgentc.exe /info /target E:\Windows
    Windows Recovery Environment (Windows RE) and system reset configuration
    Information:
    Windows RE status: Disabled
    Windows RE location:
    Boot Configuration Data (BCD) identifier: 00000000-0000-0000-0000-000000000000
    Recovery image location:
    Recovery image index: 0
    Custom image location:
    Custom image index: 0
    REAGENTC.EXE: Operation Successful.
    And also:
    PS C:\Windows\system32> .\ReAgentc.exe /info
    Windows Recovery Environment (Windows RE) and system reset configuration
    Information:
    Windows RE status: Disabled
    Windows RE location:
    Boot Configuration Data (BCD) identifier: 6a7e9cfb-700d-11e4-95e0-00155d095900
    Recovery image location: \\?\GLOBALROOT\device\harddisk3\partition4\RecoveryImage
    Recovery image index: 4
    Custom image location:
    Custom image index: 0
    REAGENTC.EXE: Operation Successful.
    Why is that? What am I doing wrong here?
    How do I properly prepare OS for recovery?
    Well this is the world we live in And these are the hands we're given...

    The target drive with location of WinRE.wim file MUST be NTFS formatted.
    Here's what you need to do to enable WinRE.wim that is located on another partition (Partition 1 in my case):
    1. Disable the current setup:
    C:\Windows\system32>reagentc /disable
    REAGENTC.EXE: Operation Successful.
    2. Check the status:
    C:\Windows\system32>reagentc /info
    Windows Recovery Environment (Windows RE) and system reset configuration
    Information:
    Windows RE status: Disabled
    Windows RE location:
    Boot Configuration Data (BCD) identifier: 00000000-0000-0000-0000-000000000000
    Recovery image location: \\?\GLOBALROOT\device\harddisk4\partition5\Recovery
    Recovery image index: 1
    Custom image location:
    Custom image index: 0
    REAGENTC.EXE: Operation Successful.
    3. Make sure that C:\Windows\System32\Recovery\ReAgent.xml contains zeroes in location elements.
    This is a proper config:
    <?xml version='1.0' encoding='utf-8' standalone='yes'?>
    <WindowsRE version="2.0">
    <WinreBCD id=""></WinreBCD>
    <WinreLocation path="" id="0" offset="0"></WinreLocation>
    <ImageLocation path="" id="0" offset="0"></ImageLocation>
    <PBRImageLocation path="" id="0" offset="0" index="0"></PBRImageLocation>
    <PBRCustomImageLocation path="" id="0" offset="0" index="0"></PBRCustomImageLocation>
    <InstallState state="0"></InstallState>
    <OsInstallAvailable state="0"></OsInstallAvailable>
    <CustomImageAvailable state="0"></CustomImageAvailable>
    <WinREStaged state="0"></WinREStaged>
    <ScheduledOperation state="4"></ScheduledOperation>
    <OperationParam path=""></OperationParam>
    <OsBuildVersion path=""></OsBuildVersion>
    <OemTool state="0"></OemTool>
    </WindowsRE>
    This is an incorrect config (this one demonstrates an already configured WinRE and OS Image configurations and cannot be reused to set another locations of WinRE and OSImage:
    <?xml version='1.0' encoding='utf-8'?>
    <WindowsRE version="2.0">
    <WinreBCD id="{00000000-0000-0000-0000-000000000000}"/>
    <WinreLocation path="" id="0" offset="0" guid="{00000000-0000-0000-0000-000000000000}"/>
    <ImageLocation path="\Recovery\WindowsRE" id="0" offset="1048576" guid="{a235fafb-a690-11e4-95dc-00155d095900}"/>
    <PBRImageLocation path="\Recovery" id="0" offset="102769885184" guid="{a235fafb-a690-11e4-95dc-00155d095900}" index="1"/>
    <PBRCustomImageLocation path="" id="0" offset="0" guid="{00000000-0000-0000-0000-000000000000}" index="0"/>
    <InstallState state="0"/>
    <OsInstallAvailable state="1"/>
    <CustomImageAvailable state="0"/>
    <IsAutoRepairOn state="1"/>
    <WinREStaged state="1"/>
    <OperationParam path=""/>
    <OsBuildVersion path="9926.0.amd64fre.fbl_awesome1501.150119-1648"/>
    <OemTool state="0"/>
    <IsServer state="0"/>
    <DownlevelWinreLocation path="" id="0" offset="0" guid="{00000000-0000-0000-0000-000000000000}"/>
    <IsWimBoot state="0"/>
    <ScheduledOperation state="4"/>
    </WindowsRE>
    4. Assign a drive letter to Partition 1.
    C:\Windows\system32>diskpart
    Microsoft DiskPart version 10.0.9926
    Copyright (C) 1999-2013 Microsoft Corporation.
    On computer: EH
    DISKPART> list disk
    Disk ### Status Size Free Dyn Gpt
    Disk 2 Online 931 GB 0 B *
    Disk 3 Online 930 GB 0 B *
    Disk 4 Online 100 GB 0 B *
    DISKPART> sel disk 4
    Disk 4 is now the selected disk.
    DISKPART> list part
    Partition ### Type Size Offset
    Partition 1 Recovery 500 MB 1024 KB
    Partition 2 System 100 MB 501 MB
    Partition 3 Reserved 128 MB 601 MB
    Partition 4 Primary 95 GB 729 MB
    Partition 5 Recovery 4390 MB 95 GB
    DISKPART> sel part 1
    Partition 1 is now the selected partition.
    DISKPART> assign letter="R"
    DiskPart successfully assigned the drive letter or mount point.
    5. Remove existing Recovery folders on R:
    R:\>rd Recovery /q /s
    6. Prepare folder structure:
    R:\>mkdir Recovery
    R:\>mkdir Recovery\WindowsRE
    7. Copy WinRE.wim image to WindowsRE:
    R:\>xcopy /H C:\Windows\System32\Recovery\Winre.wim R:\Recovery\WindowsRE\
    C:\Windows\System32\Recovery\Winre.wim
    1 File(s) copied
    8. Copy config file:
    R:\>xcopy /H C:\Windows\System32\Recovery\ReAgent.xml R:\Recovery\WindowsRE
    C:\Windows\System32\Recovery\ReAgent.xml
    1 File(s) copied
    4. Set WinRE recovery environment:
    R:\>reagentc /setreimage /path R:\Recovery\WindowsRE /target C:\Windows
    Directory set to: \\?\GLOBALROOT\device\harddisk4\partition1\Recovery\WindowsRE
    REAGENTC.EXE: Operation Successful.
    5. Check the status:
    C:\Windows\system32>reagentc /info
    Windows Recovery Environment (Windows RE) and system reset configuration
    Information:
    Windows RE status: Disabled
    Windows RE location:
    Boot Configuration Data (BCD) identifier: 00000000-0000-0000-0000-000000000000
    Recovery image location:
    Recovery image index: 0
    Custom image location:
    Custom image index: 0
    REAGENTC.EXE: Operation Successful.
    6. Enable the specified WinRE:
    Here's what you'll get if your target partition (with volume labeled R: in this example) is not formatted in NTFS:
    R:\>reagentc /enable
    REAGENTC.EXE: Windows RE must be installed on a simple volume formatted using NTFS.
    That's what you'll get if it is formatted into NTFS:
    R:\>reagentc /enable
    REAGENTC.EXE: Operation Successful.
    7. Check the status:
    R:\>reagentc /info
    Windows Recovery Environment (Windows RE) and system reset configuration
    Information:
    Windows RE status: Enabled
    Windows RE location: \\?\GLOBALROOT\device\harddisk4\partition1\Recovery\WindowsRE
    Boot Configuration Data (BCD) identifier: e2b06021-6f56-11e4-82ee-abb7ebf625e8
    Recovery image location:
    Recovery image index: 0
    Custom image location:
    Custom image index: 0
    REAGENTC.EXE: Operation Successful.
    Your Windows setup has just been enabled with WinRE pre-boot recovery environment located on the first partition of your drive:
    8. Specify location of OS Image file (the install.wim one copied from Windows Setup DVD):
    R:\>reagentc /setosimage /path \\?\Volume{A235FAFF-A690-11E4-95DC-00155D095900}\Recovery /index 1 /target C:\Windows
    Directory set to: \\?\GLOBALROOT\device\harddisk4\partition5\Recovery
    REAGENTC.EXE: Operation Successful.
    9. Check the status:
    R:\>reagentc /info
    Windows Recovery Environment (Windows RE) and system reset configuration
    Information:
    Windows RE status: Enabled
    Windows RE location: \\?\GLOBALROOT\device\harddisk4\partition1\Recovery\WindowsRE
    Boot Configuration Data (BCD) identifier: e2b06021-6f56-11e4-82ee-abb7ebf625e8
    Recovery image location: \\?\GLOBALROOT\device\harddisk4\partition5\Recovery
    Recovery image index: 1
    Custom image location:
    Custom image index: 0
    REAGENTC.EXE: Operation Successful.
    Your Windows Recovery Environment is now located on the 1st partition of 4th disk drive and recovery image file the can be used to re-image Windows installation from that WinRE environment is located on the 5th partition of the same 4th disk.
    See also
    Configuring Windows Recovery Using PowerShell
    Proper Configuration of Partition Layout on a GPT Disk under UEFI
    Deploy a System Recovery Image
    Thank you, Michael for your help!
    Well this is the world we live in And these are the hands we're given...

  • Dynamically build web GUI interface

    Hi,
    I am planning to build web GUI interface. Instead of desiginning statically, I want to store GUI meta data in a xml file and build web GUI from the meta data.
    I would like to know if there any java tools available already to build web GUI from meta data.
    THanks
    RR

    Hi,
    I am planning to build web GUI interface. Instead of
    desiginning statically, I want to store GUI meta data
    in a xml file and build web GUI from the meta data.
    I would like to know if there any java tools
    available already to build web GUI from meta data.
    THanks
    RRWell, if you use Swing with a JApplet then you are dynamically creating the user interface. The components are added at runtime, not when you compile the programs. All you need to do is drive which controls to add by some stored data. The same is true for HTML if you generate your pages at runtime (i.e. not just static HTML files).

  • Problem Configuring from CUE GUI interface.

    Hello all,
    I am installing a CUE-AIM module. I have configured Ip connectivity between the module and the router. i have all GUI files in flash, but i cannot get to the GUI interface of the CUE. I can however reach the GUI on CCME.
    I have attached a copy on the sh run and show flash.
    I really need you help.

    If I'm not mistaken (and this might just be the way we decided to configure it) but I believe that you need to enter a static route to the service module which points to the service engine and then configure the default gateway of the CUE service module pointing to the service engine. The service engine itself can use an unnumber i/f taken from a physical address or a loopback (preferred). Then on your network, either through static or advertised via routing protocol, they will go to CUE via the service engine IP address, not the actual CUE ip address.
    Here's the design guide. We ended up using a small network (4 hosts) for the service engine and the service module.
    http://www.cisco.com/en/US/products/sw/voicesw/ps5520/products_implementation_design_guide_chapter09186a00804993bf.html
    Here are the particulars:
    interface FastEthernet0/0
    ip address b.68.10.1 255.255.255.0
    interface Service-Engine4/0
    ip unnumbered FastEthernet0/0
    service-module ip address b.68.10.10 255.255.255.0
    service-module ip default-gateway b.68.10.1
    ip route b.68.10.10 255.255.255.255 Service-Engine4/0

  • How to add a GUI interface to My program?

    Hi, I wrote a game program, now, I need a GUI interface for my game to let others to use it esaily, but I have no idear how to do it, where should I add the AWT or Swing code to the game code, if possible, can I use some tools for this task, I think it is much esaier for me to use tool, can I use JBuilder4.0, or visual J++6.0, but I know that visual J++ not support jdk1.3, right? Any other good tool for AWT to use, if possible, where to download please?
    thank you!! ^_^

    Generally your GUI code might be in a class extending JFrame, for example. It is good practice to try to keep your GUI separate from the rest of your application. So you can control your application from the GUI by public methods in the main part of the code, calling them from the GUI.
    This is best done by passing an instance of the main application to the GUI when it is constructed. For example:
    public class Host {
      public static void main(String[] args) {
        new Host();
      public Host() {
        GUI iface = new GUI(this);
      public doSomething(int value) {
         // A method that does something,
         // called from the GUI
    public class GUI extends JFrame implements actionListener {
      private Host app;
      public GUI(Host parent) {
        app=parent;
        // Do more stuff here
      // Rest of the GUI here
      public void actionPerformed(ActionEvent ev) {
        // Method called as a result of a button press
        // or something...
        app.doSomething(42);
    }Hope this helps a bit. Look around on the web for good GUI tutorials.

  • EW520-24K9-Unable to log into GUI interface

    Can't access the GUI interface of a EW520-24K9 switch. Tried using the serial cable and Ethernet cable with no success. The default IP address of 192.168.10.2, 192.168.10.1 or 192.168.10.254 is not working. Any ideas?

    - Do you have the ESW connected to a network that has a DHCP server such as UC520? If so you may want to check on the DHCP server what IP address is assigned to ESW 520 (MAC address binding). If its a UC520 - then CCA can discover this for you - note make sure you connect the uplink port on the ESW to the UC520 expansion port
    - If the ESW is standalone connected back to back to your PC - have you gone through steps 1 through 8 in Section 2 at the guide below:
    http://www.cisco.com/en/US/docs/switches/lan/csbms/esw500/quick_start/guide/ESW_500_Quick_Start_Guide.pdf
    - If you are using a console cable - make sure the right settings are configured - check page 49 at link below:
    http://www.cisco.com/en/US/docs/switches/lan/csbms/esw500/administration/guide/ESW_500_Administration_Guide.pdf
    If you have tried all of the above - can you factory reset the ESW and try one of the above?

  • Calling Unix shell script for some GUI interface

    Hi,
    I'm preparing a shell script, which would check for the syntax of a bteq script.
    I want this shell script to be called from a GUI interface...
    Is it possible to call this shell script from any GUI interface..
    If yes, could you please help me out.
    Thanks,
    Harshad.

    Harshad (user524171) wrote:
    I'm not aware of OEM grid control. Can i use it without Oracle or Oracle is must for this...Er.. this is an Oracle forum... and if you are not using Oracle s/w then why are you using Oracle support forums?
    I'm using teradata database and unix here...And what part of ORACLE Database General Forum+ do you not understand that makes you ask Teradata questions here?
    Teradata is not Oracle. Oracle is not Teradata. Please use the correct forum for your subject matter.

  • I can't open mail on Hotmail from Firefox. I can from Safari. I can open the Hotmail account page and it is complete w/ my new messages, but when I go to open them I get this messeage..."Please refresh your browser window. When you access your Windows Liv

    I can't open mail on Hotmail from Firefox. I can from Safari. I can open the Hotmail account page and it is complete w/ my new messages, but when I go to open them I get this messeage..."Please refresh your browser window. When you access your Windows Live Hotmail account from more than one computer, we ask you to sign in again to help keep your account private and secure. " when I sign in again there is no change. in English
    == URL of affected sites ==
    http://http://sn135w.snt135.mail.live.com/default.aspx?n=2087215863
    == User Agent ==
    Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7

    "Clear the Cache": Firefox > Preferences > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove the Cookies" from sites causing problems: Firefox > Preferences > Privacy > Cookies: "Show Cookies"
    See http://kb.mozillazine.org/Clearing_the_cache and http://kb.mozillazine.org/Cookies

Maybe you are looking for

  • Is it necessary to create a Billing Plan for the Service Contracts

    Hi All,   Is it necessary to create a billing plan for the service contracts.   My requirement.   In CRM 7.0, we created a service contract. For the item in that service contract there is a Billing Plan tab.   In that tab we have the dates for Period

  • Random dates missing from phone after isync

    Hi, I have recently found that some of the dates I add to my iCal do not sync to my phone (K800i). It seems to be a random pattern and I cannot see any difference between the dates that appear and the ones that don't. Has anybody else had this, or kn

  • CS 5.5: Problem when Flattening image? Dimension change by 1px ...

    Hello, I created a plus sign (+) and then I rotated it by 45 degrees to become a cross (x). The cross has 16px by 16px. When I flatten it using "Flatten Selection" the cross becomes 17px by 16px even if it seems the same. What is wrong? And how can I

  • Photosmart C4599 will not communicate wirelessly with my laptop

    Hi, I'm trying to set up my C4599, but whenever I go through the setup process I get the following error after the diagnostic test: "The PC and the printer are connected to different networks(192.168.1.0 and 192.168.2.0). They must be connected to th

  • System Update3

    Over the last few days I've been getting the message "Unable to connect to proxy server" when trying to update (T61) via dial-up.  Is there a way to reset/reinstall the update software?  Thanks. Also on 8/20: "Error 92 received from the package serve