UIElements and its mandatory properties

hi experts
provide me any pdfs, links regarding UIElements and its purpose
and its mandatory properties
thanks
ramu.

Hi,
go through these docs for UI element properties:[https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-technology/wd%20java/wdjava%20archive/developing%20web%20dynpro%20user%20interfaces.pdf]
[https://www.sdn.sap.com/irj/sdn/nw-ui?rid=/webcontent/uuid/ce44a14c-0a01-0010-af89-d7dbd944f176#section5]
Regards,
Khushboo

Similar Messages

  • Enlarge JFrame and its components properties  proportionally

    Hi,
    We have a simple JFrame � Container - uses Flow Layout and has got Buttons, Text Fields� All of them are using Java�s default fonts, sizes..�
    And we want to increase or enlarge all of the JFrame and its sub components properties proportionally (especially Font�.) like in for example MS-Word.
    In the Ms-Word, there is ZOOM option in the Standard tool bar menu. If you set zoom to 150%, the font is automatically increases. And if you set it to 100% the font sets back to normal. And if the window is not enough to fit, it adds the scroll bars.
    For example, if we increase the Labels Font, the height of that component also should increase proportionally. So the Frame also should increase.
    How could we achieve this sort of functionality ( i.e. Proportionally increasing the component�s properties ) in Swing?
    I believe it is hard to set/adjust the all of the Frame�s components properties (I.e. Height, Font�) proportionally by using the Component listeners.
    (Another example, you might have noticed that the Frame�s Font, hight,width �sizes are proportionally bigger in Systems screen�s 800 by 600 pixels mode compare with 1024 by 768 pixels mode. May be this is windows feature. But we are looking at achieving the same sort of feature)
    Any help or thoughts would be appreciated.
    Thanks in advance.
    Vally.

    Here is a working sample:
    package ui_graphics;
    import java.awt.BorderLayout;
    import java.awt.Color;
    import java.awt.Dimension;
    import java.awt.FlowLayout;
    import java.awt.Graphics;
    import java.awt.Graphics2D;
    import java.awt.LayoutManager;
    import java.util.Arrays;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    import javax.swing.JPanel;
    import javax.swing.JSpinner;
    import javax.swing.SpinnerListModel;
    import javax.swing.SpinnerModel;
    import javax.swing.event.ChangeEvent;
    import javax.swing.event.ChangeListener;
    public class ZoomableFrameTest {
       private ZoomablePanel zoomPanel;
       private JLabel label;
       public ZoomableFrameTest() {
          label = new JLabel("Essai pour le zoom");
          label.setBounds(0,0,200,16);
          zoomPanel = new ZoomablePanel();
          zoomPanel.add(label);
          JFrame frame= new JFrame("Zoom test");
          frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
          frame.getContentPane().add(getZoomSpinner(), BorderLayout.NORTH);
          frame.getContentPane().add(zoomPanel, BorderLayout.CENTER);
          frame.pack();
          frame.setVisible(true);
       public static void main(String[] args) {
          new ZoomableFrameTest();
       public JSpinner getZoomSpinner() {
          String[] zoomValues = { "50", "100", "150" };
          SpinnerModel model = new SpinnerListModel(Arrays.asList(zoomValues));
          final JSpinner spZoom = new JSpinner(model);
          Dimension dim = new Dimension(60, 22);
          spZoom.setMinimumSize(dim);
          spZoom.setPreferredSize(dim);
          spZoom.setMaximumSize(dim);
          spZoom.setFocusable(false);
          spZoom.addChangeListener(new ChangeListener() {
             public void stateChanged(ChangeEvent e) {
                // R�cup�re le facteur d'�chelle
                int factor = Integer.parseInt((String)spZoom.getValue());
                setScaleFactor(factor);
          spZoom.setValue("100");
          return spZoom;
       private void setScaleFactor(int factor) {
          zoomPanel.setZoomFactor(factor);
    class ZoomablePanel extends JPanel {
       private int zoomFactor;
       public ZoomablePanel() {
          super(null);
       public void setZoomFactor(int factor) {
          this.zoomFactor = factor;
          if (this.isShowing()) this.repaint();
       public void paint(Graphics g) {
          super.paintComponent(g);
          double d = zoomFactor / 100d;
          Graphics2D g2 =(Graphics2D)g;
          g2.scale(d, d);
          super.paint(g2);
    }

  • When i plug my ipod in it says ipod cant be read cuz the apple mobile device is not started.And i went to services and apple mobile device properties and start stops in the middle.and its on automatic.and there isnt a stop button.

    when i plug my ipod in it says ipod cant be read cuz the apple mobile device is not started.And i went to services and apple mobile device properties and start stops in the middle.and its on automatic.and there isnt a stop button.when i click start it says the apple mobile device services stopped in the middle then stopped.it said some services stop in the middle if not used by other services.and i just updated itunes before all a this and ever since ive had errors.

    Have you looked at this article:
    iPhone, iPad, iPod touch: How to restart the Apple Mobile Device Service (AMDS) on Windows

  • Can I use a deactivated verizon G'zOne Ravine phone for its nonphone properties such as the alarm and other functions? Do I have to do anything special?

    Can I use a deactivated verizon G'zOne Ravine phone for its nonphone properties such as the alarm and other functions?
    Do I have to do anything special?

    Just charge it

  • REG: ESS WAS AND ITS properties for EHP4

    Dear All,
            We are using Business Package ESS SP6 with EHP4.
    My question is which type of Applications are used in this EHP4. (ie., BSP or ABAPwebdynpro or JavaWebDynPro )
    If the application types are of JAVA WEBDYNPRO how should we assign the WAS and ITS parameters for SystemObjects like
    SAP_BSP_EREC
    SAP_R3
    SAP_R3_Financials
    SAP_ITS_XSS
    SAP_WebDynpro_XSS(mainly regarding this system object WAS and ITS properties.)
    Please suggest on this.
    Regards,
    kishore.
    Edited by: kishore kumar on Dec 16, 2010 12:18 PM

    Hi,
    We are facing a patch level miss match, as we are unable to see the new patches in the given list, as we are following the below link
    http://wiki.sdn.sap.com/wiki/display/ERPHCM/HOWTOGETRIDOFSPSTACKMISMATCHISSUES
    Currently ABAP patches like.,
    EHP4 STACK 8(SAP_APPL 604 PATCH 8). for this level above link was not updated,
    can you please guide us, what are the relevant JAVA COMPONENTS need to be upgrade.
    We will be waiting for your reply.,
    Thanks in advance,
    Regards,
    kishore.

  • PXI Platform Services version on the target appears to be older then 2.0.0 this host only supports targets running PXI Platform Servies 2.0.0 and later Upgarade your target in order to configure its PXI properties from this Host

    after formating  when tryed to install software to the target  this Error Shown
    NI PXi 8108
    The Selcted Target does not support this function 
    when I try to add PXi chassis this Error Shown
    PXI Platform Services version on the target appears to be older then 2.0.0 this host only supports targets running PXI Platform Servies 2.0.0 and later Upgarade your target in order to configure its PXI properties from this Host
    Help me!

    Hi Lukas,
    I think the problem is caused by differenet drivers for the CAN communication.
    NI provides two driver for CAN: NI-CAN and NI-XNET.
    NI-CAN is the outdated driver which is not longer used by new hardware. NI replaced the NI-CAN driver with NI-XNET some years ago, which supports CAN, LIN and the FLEXRAY communication protocol.
    You wrote:
    In order to fix this problem I have formatted my PXI and I have installed the following SW from the iPC:
    3. NI_CAN 2.7.3
    NI CAN is the outdated driver. I think that you should try to install NI-XNET instead of NI-CAN on your PXI-System, to get rid of the error message.
    Regards, stephan

  • How can i remove a key and its value from properties file

    hi all,
    i want remove a particular key and associated value from the
    properties file. is their any standard way of doing?
    thanks inadvance
    daya

    hi,
    thanks
    i am able to remove the key,
    one more question how can avoid storing date and time
    in properties file.
    thanks
    daya

  • Could not see Diemensions and its Members  in Member Selection Dialog.

    Hi friends,
    I have an issue while trying to retrieve cube's data through a Member Selection Dialog using Application Builder.NET 9.2 APIs.
    I could able to sign on and could able to select the cube but the Dimensions and its members are shown empty. Iam developing this applicaiton on VisualStudio 2003 with Application Builder 9.2 and EDS 9.2. I could see the cube's data in Member Seletion Dialog when trying through a Spreadsheet client(exel sheet) but cannot see in MemberSelection Dialog in ApplnBuilder.NET application.Iam trying to populate the data into ListBox and DropDownList controls through respective adapters using HABNET 9.2 APIs. It would be great help if some one through light on the issue.
    Below is the log for Analytic High Availability Serverices.
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: sign on (from user cssToken session number 0)
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: get domain store object names (from user demoadmin session number 0)
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: connect to analytic service (from user demoadmin session number 0)
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: list analytic services applications (from user demoadmin session number 0)
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: list cubes (from user demoadmin session number 0)
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: list cubes (from user demoadmin session number 0)
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: list cubes (from user demoadmin session number 0)
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: disconnect from analytic service (from user demoadmin session number 0)
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: sign off (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: sign on (from user cssToken session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: open cube view (from user demoadmin session number 0)
    Opening cube view on demodrive/Demo/Basic , demoadmin...
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: get domain store object properties (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: connect to analytic service (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: set active application/cube (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: get cube view properties (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: set cube view properties (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: clear active application/cube (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: disconnect from analytic service (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: close cube view (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: sign off (from user demoadmin session number 0)
    Fri Feb 05 17:56:26 IST 2010 - Service using TCP/IP
    Request: open cube view (from user demoadmin session number 0)
    Opening cube view on demodrive/DMDemo/Basic , demoadmin...
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get domain store object properties (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: connect to analytic service (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: set active application/cube (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get cube view properties (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: set cube view properties (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: clear active application/cube (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: disconnect from analytic service (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: close cube view (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: sign off (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: sign on (from user cssToken session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get domain store object properties (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: connect to analytic service (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: set active application/cube (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get analytic services application Information (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get analytic services application state (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get cube state (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get cube note (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get alias (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: list aliases (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get cube information (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: open cube outline (from user demoadmin session number 0)
    Opening outline on demodrive/DMDemo/Basic for user demoadmin...
    Fri Feb 05 17:56:29 IST 2010 - Service using TCP/IP
    Request: get child member names (from user demoadmin session number 0)
    Error in processing request:
    null
    Fri Feb 05 17:56:29 IST 2010 - Service using TCP/IP
    Request: close cube outline (from user demoadmin session number 0)
    Fri Feb 05 17:56:29 IST 2010 - Service using TCP/IP
    Request: clear active application/cube (from user demoadmin session number 0)
    Fri Feb 05 17:56:29 IST 2010 - Service using TCP/IP
    Request: clear active application/cube (from user demoadmin session number 0)
    Fri Feb 05 17:56:29 IST 2010 - Service using TCP/IP
    Request: disconnect from analytic service (from user demoadmin session number 0)
    Fri Feb 05 17:56:29 IST 2010 - Service using TCP/IP
    Request: sign off (from user demoadmin session number 0)

    Thanks everyone for replying to this message. We could never find a viable solution so we decided to re-image the computers/laptops of the handful of users with this issue. This seemed to do the trick. At this point we think that there was something interfering on the specific machines that we could not identify.
    Roman

  • Output of cmd in command prompt as key and vaule in properties file

    hi,
    i want to get the value of any command which i run using cmd in a properties file as a key and value rather then getting it in text file
    for example - hostname>output.txt   [not good], i want it to be like hostname>output.properties with a key and its value as output.
    command - `hostname`
    output - userpc
    but i want the same output in a properties file like
    xyzkey=userpc   in sample.properties file.
    it would be a great help.
    thanks
    sid

    I am sorry to say that it is not possible to understand what you are asking.
    Please post a copy of your script with any error messages.
    ¯\_(ツ)_/¯

  • Rename a VS 2012 SharePoint solution and its wsp

    Hi,
     I want to rename the SP solution [ VS 2012 ] and its wsp. what are the  steps required to do this.
    Can I directly go to VS solution and rename the solution and project. 
    Also my current  solution type is sandbox, i would like to change it to farm. other than changing the properties of my SP project.
    Also before deploying this,can i remove the bin and obj folder. i was just thinking about what will happen to the .csproj file if i rename and wsp's contents/ package name.
    is there anythinge xtra steps  required?
    help is appreciated!

    Hi,
    You can do as below
       Make a Copy the solution.
        Open it in Visual Studio 2012.
        Clean the solution.
        Close Visual Studio 2012.
        Open notepad ++ and open the function "replace in files".
        Browse to the folder where the copied solution exists.
        Check the checkbox for subfolders.
        Replace the old name into the new name  .
        Also here browse to the folder of the clone solution.
        check the checkbox of the subfolders.
        Replace the old name into the new name.
        Now you can open the solution in Visual Studio and should everything work fine
    Reference : http://sharepoint.stackexchange.com/questions/80480/best-way-to-rename-a-visual-studio-2012-sharepoint-solution-names-project-names
    Please remember to click Mark as Answer on the answer if it helps you

  • Peoplecode to get dropdownlist box value and its description

    Hi,
    I have assigned a value and its description to dropdownlist box. when try to get the value and description in somewhere, i didn't get the description. i got only the value of the current row in a rowset. but i want to fetch the description which i assigned to the dropdownlist for the corresponding value. Is there any way to get the description?

    Since it is not a XLAT bound to the field, you cannot use the field class properties.
    What is the source of the dropdownlist?
    If it comes from a database record, you could fetch the description from the database using the &Field.Value as input.
    But this would cause a lot of database roundtrips.
    You could store the value and description in a two dimensional component array variable and load this array with the values and descriptions at PostBuild Event.
    This will only fires ones during the component build.
    Suppose the values are "hardcoded", something like this
    /* Create component 2-dim array */
    Component array of array of string &DropdownArray;
    &DropdownArray = CreateArrayRept("", 0);
    &DropdownArray.Push(CreateArray("value1", "descr1");
    &DropdownArray.Push(CreateArray("value2", "descr2");
    &DropdownArray.Push(CreateArray("value3", "descr3");
    After this populate the dropdownlist with values and descriptions from the array.
    For &i = 1 To &DropdownArray.Len
      &Field.AddDropDownItem(&DropdownArray[&i][1], &DropdownArray[&i][2]);
    End-For;
    Whenever you need to fetch the description of the dropdownlist value, first find the value by &Field.Value and then search within the array for the description.
    /*Get value from dropdown */
    &Value = &Field.Value;
    /*Find index for value*/
    &Ind = &DropdownArray.Find(&Value);
    /*Get description (second index in subarray)*/
    &Descr = &DropdownArray [&Ind][2];
    I am writing the code without an environment, so typos could exist
    Hope this helps.

  • [svn:bz-trunk] 22363: Updates for SDK 4.5.2 and its player

    Revision: 22363
    Revision: 22363
    Author:   [email protected]
    Date:     2011-09-01 12:47:07 -0700 (Thu, 01 Sep 2011)
    Log Message:
    Updates for SDK 4.5.2 and its player
    Modified Paths:
        blazeds/trunk/build.properties
        blazeds/trunk/build.xml
        blazeds/trunk/modules/sdk/build.xml

    Adware Searchme is installed, removing it will help.
    1. Download and use free AdwareMedic to remove the adware
        http://www.adwaremedic.com/index.php
        Install , open,  and run it by clicking “Scan for Adware” button   to remove adware.
        Once done, quit AdwareMedic.
                   or
        Remove the adware  manually  by following the “HowTo” from Apple.
        http://support.apple.com/en-us/HT203987
    2. Safari > Preferences > Extensions
         Turn those off and relaunch Safari to test .
         Turn those on one by one and test.
    3. Safari > Preferences >  Search > Search Engine :
        Select your preferred   search engine.
    4. Safari > Preferences > General > Homepage:
         Set your Homepage.
    Additional steps:
    Start up in Safe Mode. http://support.apple.com/kb/PH18760
    Reset SMC.     http://support.apple.com/kb/HT3964
    Choose the method for:
    "Resetting SMC on portables with a battery you should not remove on your own".
    Repair Disk
    Steps 1 through 7
    http://support.apple.com/kb/PH5836

  • UML: Composition and its implementation aspect?

    UML: Composition and its implementation aspect using a Nested Class (Is it always or depends or is there another equivalent way?)
    1. I read this thread: http://forum.java.sun.com/thread.jsp?forum=425&thread=306033&start=0&range=15&hilite=false&q=
    2. Now, basically I want to understand:
    a. If a nested class is NECESSARILY a form of composition? Or it depends on the meaning of the presented code and/or the meaning of the requirement?
    b. When there is a composition, should we ALWAYS model it using a nested class and in which case/scenario/example, the choice of nested class is justifiable AND mandatory?
    c. Is there any example that the Composition can be implemented by nested class (es) as well as non-nested class? (Equivalent way)
    d. Depends on c., if there is a choice between a nested class and non-nested class? Which is better and from what angle?
    3. 1M Thanks.

    When you say nested class, I interpret that as a Java inner class.
    If that's true, then I don't think that composition is always modeled as an inner class. It's more likely to be a simple private data member that's a public class type.
    I usually see composition as a non-nested class. In his "UML Distilled", Martin Fowler says aggregation is the part-of relationship. Composition is a stronger variety of aggregation, where the part object may belong to only one whole and lives and dies with the whole.
    So if you have a Polygon class that has a Collection of Points as member data, that's composition. No inner classes in sight. - MOD

  • Audigy , Sound and Audio Devices Properties 'No Audio Device' appears

    <p class="MsoNormal">Out of the blue, in the Sound and Audio Devices Properties, on the Volume tab ?No Audio Device? appears.
    On the Sound tab of Sound and Audio Devices Properties, my Default Device says ?Modem # Line play back and is my only drop down choice. I made no configuration changes or installed any new software, it just stopped working.
    I have searched for solutions, to no avail. I have an ?!? next to the Microsoft Kernel Audio Mixer in Device Manager that upon re-install displays a message that there was a problem installing this hardware(MEDIA) I/O operation has been aborted because of either a threadd exit or an application request(both installing from driver folder and recovery CD).
    I don?t particularly care what sound device I have, just one that works again. I?ve uninstalled the sound devices and let them re-install on reboot and have checked the BIO settings (I don?t have any sound related settings there).
    In Admin Tools > Services ?Windows Audio? is started and set to Automatic. When I manually try to play a windows sound in the Sounds tab I get an error message that says my sound card may be in use.
    Under Sound and Audio Devices in Device Manager I currently have(when I ?Show Hidden?):
    -Audio codecs
    -Legacy Audio Drivers
    -Legacy Video Capture Devices
    -Media Control Devices
    -Video codecs
    Don't know what else to try. Any help would be appreciated.

    cesario85 wrote:
    OK The sticky label says SB0240
    Here's the screenshot:
    [img"]http://www.strikeforceguild.com/temp-images/IRQs.gif" width="640" height="45[/img]
    I have since tried putting in a different sound card (another soundblaster, I think a 28 model) and installed its drivers but had the same problems. Im having a go at using the onboard sound though, just to see.Message Edited by cesario85 on 09--2005 06:57 PM
    Audigy shares IRQ with IDE controller and firewire controller. This is not good.
    NOTE: I suppose you're running your PC on "Standard PC" -mode (since IRQ's >5 not showing). If so, you can try to assign IRQ for the PCI slot, Audigy is installed, manually from BIOS. See your motherboard manual page 4-26.
    Can you check if your PC is running as "Standard PC" and not as "ACPI Uniprocessor PC" (Device Manager --> Computer). Make it "ACPI Uniprocessor PC" --> you get more IRQs (virtual) in use.
    NOTE: You may need to reinstall OS to get this done.
    Also you may need to enable APIC mode on BIOS.
    How To:
    A) Go to 'Device Manager' a short cut to get there is "Right Click" on the My computer Icon on your desktop (Control Panel --> System --> Hardware),
    B) Next click on 'Computer', then double click on 'Standard PC'. Then select 'Driver' and then 'Update Driver'.
    C) At this point you will see a screen pop up asking you to do this "Automatically" or Select 'Display a list of the known drivers for this device', - Choose this option.
    D) Next you will see - 'Show all hardware of this device class'. Now you can select "ACPI Uniprocessor PC" in the list shown in the window to the right.
    E) Now Windows needs/will re-start and re-install all hardware/ settings needed to run in this configuration.
    .jtpMessage Edited by jutapa on 09--2005 0:23 PM

  • Select Printer and its Settings

    I have two printers connected to my computer, a laser and an inkjet, and whilst I normally use the inkjet (the default printer) when I want to print double sided I use the laser.
    At the moment I have to select the printer, set its properties and print.
    I am wondering, is it possible to put a button on an Adobe Acrobat Form to (a) select the printer and (b) set the properties of that printer?
    If it is possible where would I find information to assist?
    Many thanks
    David

    If you always use the printer in the same way, why not simply go to Start>Printers and select your printer, right click, and get the properties. Then set the double sided and such there so it is the default of your system. What you are asking is not common for software. Another option would be to copy your drive printer to a printer instance and set that one with the preferences you use just for Acrobat. That way you are again set, but might select the printer LJpdf or such.

Maybe you are looking for

  • Can't open some web pages... DOES ANYONE HAVE A FIX THAT WORKS?

    I'm unable to open certain web pages. The pages will start to open and than the application will just stall. This seems to have coincided with downloading a security update a while back. I've tried downloading firefox and it too will not open these s

  • Error 403 Reported when trying to access web page through a program.

    I was writing a program for fun, to try to download a web page, pdf or anything from the web. The program works fine when given local file system path in URL and also works well when i tried to access a page from the tomcat installed on my machine bu

  • Why is Twitter for iPhone constantly logging me out?

    Hi! I have an iPhone 3GS (on iOS 6.1.3) and the Twitter (latest version) app constantly logs me out. Beforehand, the app will experience a freeze then the next thing I know is that I'm in the login screen of the app. This is ******* me off since logg

  • Calling PopUpManager from a class in a library

    I have a class for logins that I have put in a Flex Library Project. Part of the login is a popup form(mxml) I have created and is in the library. The problem I have is this line: loginPopUp = LoginForm(PopUpManager.createPopUp(this,LoginForm,true));

  • Power Spectrum

    Ok here's the deal.. I acquire data (of type numeric array) from an acuqisition unit (the specifics of it aren't important for the problem) at a known sampling rate and wish to perform a power spectrum on this data. I've used the build waveform funct