Setting UI60_ICON and other environment variables

Hi, I am developing using forms 6i. I tried setting the UI60_ICON environment variable from
1. The Control Panel -> System -> Advanced -> Environment Variable -> System Variables and
2. The Registry Editor -> Edit ->New -> String Value
But my icons will still not appear in my forms. Can some one help me.
I do not add the .ico extension when I use the icon name. And I also make sure the icon has been place in the path I have stated. The icon appears when I place them in the FORMS60 environment variable.
I need help.

Try to set with Registry Editor
HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE (where you see FORM_PATH and other)
variable
UI_ICON instead UI60_icon
Hope helps

Similar Messages

  • Install j2se plugin version 1.6.0_07 on your client and NPX_PLUGIN_PATH environment variable set before starting Netscape.

    Hi experts m new to apps please help.. I have installed successfully Oracle Apps R12 on OEL - 5 All the services runining fine. but when i am opening forms its giving error "install missing plugins" i installed jre-6u7-linux-i586-rpm.bin and Mozilla Firefox 3.0.18 [root@ust ~]# cd firefox/plugins/ [root@ust plugins]# ln -s /usr/java/jre1.6.0_07/plugin/i386/ns7/libjavaplugin_oji.so ./libjavaplugin_oji.so [root@ust plugins]# ls libjavaplugin_oji.so  libnullplugin.so [root@ust plugins]# ll total 20 lrwxrwxrwx 1 root root    58 Sep 11 16:22 libjavaplugin_oji.so -> /usr/java/jre1.6.0_07/plugin/i386/ns7/libjavaplugin_oji.so   -rwxr-xr-x 1 root root 19160 Sep 15  2007 libnullplugin.so [root@ust plugins]# but when m trying to open forms at that time giving error "install j2se plugin version 1.6.0_07 on your client and NPX_PLUGIN_PATH environment variable set before starting Netscape."

    Linux is not a certified client tier for accessing EBS
    Unable to access r12 forms in linux client
    https://forums.oracle.com/search.jspa?view=content&resultTypes=&dateRange=all&q=linux+client&rankBy=relevance&contentTyp…
    HTH
    Srini

  • Installed jre and jdk and setup environment  variable

    installed jre and jdk and setup environment variable but still i am not able to rum program?
    cannot find symbol class string
    package system does not exist

    if removing 1 jre will help your disk space problems
    then you urgently need a bigger disk.
    Btw i never notice Java installing 2 different JRE's
    so i dont think it will harm remvong one, make sure
    you dont delete one you are using :)I assume that you don't run MS os; that's the only one that installs 2 JRE's.
    To OP: This has been discussed by Sun, but no changes have been announced. Maybe the relocation in version 1.5 of the private (aka developer) code to the Program Folder is a start of this change?

  • How to Set a machine level Environment variable in remote machines

    Hi,
    I have to set a List($ProjectName) as the value of an environment variable($PROJECTS).
    The cmdlet which I tried is :
    $remoteMachineList = 'machA', 'machB'
    $ProjectName = 'ProjA', 'ProjB', 'ProjC'
    foreach($remoteMachine in $remoteMachineList){ icm -comp $remoteMachine {
    [Environment]::SetEnvironmentVariable("PROJECTS",$ProjectName,"Machine")
    This doesn't throw any errors but it's not setting the value of it. If I give a string or an integer value directly instead of the $ProjectName in the above code, it's working fine.
    PLease Help, Thanks in advance !

    You have to do a little more work when supplying outside variables into a PSSession (using Invoke-Command in this case) by using the -ArgumentList parameter and supplying a Param() statement in the scriptblock.
    $remoteMachineList = 'machA', 'machB'
    $ProjectName = 'ProjA', 'ProjB', 'ProjC'
    foreach($remoteMachine in $remoteMachineList){
    icm -comp $remoteMachine {
    Param ($ProjectName)
    [Environment]::SetEnvironmentVariable("PROJECTS",$ProjectName,"Machine")
    } -ArgumentList $ProjectName
    Boe Prox
    Blog |
    Twitter
    PoshWSUS |
    PoshPAIG | PoshChat |
    PoshEventUI
    PowerShell Deep Dives Book

  • XSL variable and unix environment variable

    Any idea how I can pass the unix environment variable to the custom XSL file? I want to be able to pass the $PO_TOP path so the file location can be derived
    The below code works fine for static file location but I want it to be more generic.
    <fo:block xsl:use-attribute-sets="termcond">
    <xsl:if test="($print_draft = '')">
         <xsl:value-of select="unparsed-text('/usr/tmp/tc.txt','UTF-8')"/>
    </xsl:if>
    </fo:block>
    <fo:block id="last-page"/>
    Thanks in advance

    you'll need to use the name(.) XPath function to test the name of the current node.

  • Service Locator and JNDI Environment variables

    Hi,
    I have a class that implements the ServiceLocator pattern running into the container tier (not in a webapp), this class has a method that returns a Connection (java.sql). The problem is that I must hard code the JNDI name of the DataSource (or write it on a properties file), but I want to look for this name like a JNDI environment variable (java:comp/env/jdbc/dataSourceRefName). The class who calls the ServiceLocator is a DAO object, not an EJB. Is there any deployment descriptor tag or similar that let�s me register this name in the JNDI tree?
    Thanks.

    Hi Corujo-h,
    You'll need to declare the resource-ref in the environment
    section of the standard deployment descriptor of any component
    from which you'll invoke this ServiceLocator. So, if it's invoked
    from ejbs, you'll need to define the resource-ref for each ejb
    in ejb-jar.xml.
    --ken                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Java and UNIX environment variables

    Hi folks,
    am I right when I say that it is not possible to access UNIX environment variables from Java (these ones delared by the export statement)?
    Cheers,
    Heiko

    Yes.. Since some OS do not have the  concept of environment variables,it is directly not possible.
    But using the method System.getProperties you can get
    some inf about the environment.
    the following links may be of some help to you
    http://www.javaworld.com/javaworld/javaqa/2001-07/01-qa-0706-env.html
    http://www.jguru.com/faq/view.jsp?EID=11422

  • Oracle OC4J 904 and JNDI environment variable lookup up

    Hi all, we are getting this when trying to run our app in Oracle 904:
    org.springframework.beans.factory.access.BootstrapException: Define an environment variable [java:comp/env/ejb/BeanFactoryPath] containing the class path locations of XML bean definition files; nested exception is javax.naming.NameNotFoundException: No object bound for java:comp/env/ejb/BeanFactoryPath
    javax.naming.NameNotFoundException: No object bound for java:comp/env/ejb/BeanFactoryPath
    at com.sun.enterprise.naming.java.javaURLContext.lookup(javaURLContext.java:116)
    at javax.naming.InitialContext.lookup(InitialContext.java:345)
    at org.springframework.jndi.JndiTemplate$1.doInContext(JndiTemplate.java:123)
    at org.springframework.jndi.JndiTemplate.execute(JndiTemplate.java:85)
    at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:121)
    at org.springframework.jndi.JndiLocatorSupport.lookup(JndiLocatorSupport.java:71)
    at org.springframework.context.access.ContextJndiBeanFactoryLocator.useBeanFactory(ContextJndiBeanFactoryLocator.java:64)
    at org.springframework.ejb.support.AbstractEnterpriseBean.loadBeanFactory(AbstractEnterpriseBean.java:117)
    at org.springframework.ejb.support.AbstractStatelessSessionBean.ejbCreate(AbstractStatelessSessionBean.java:63)
    at MethodInvokerHome_StatelessSessionHomeWrapper1.callCreate(MethodInvokerHome_StatelessSessionHomeWrapper1.java:115)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.ejb.StatelessSessionEJBHome.getContextInstance(StatelessSessionEJBHome.java:275)
    at MethodInvokerRemote_StatelessSessionBeanWrapper0.invoke(MethodInvokerRemote_StatelessSessionBeanWrapper0.java:77)
    at java.lang.reflect.Method.invoke(Native Method)
    at org.springframework.remoting.rmi.RmiClientInterceptorUtils.doInvoke(RmiClientInterceptorUtils.java:103)
    at org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor.doInvoke(SimpleRemoteSlsbInvokerInterceptor
    Basically the app server thinks there is no environment entry but I have it declared in ejb-jar.xml descriptor:
    <env-entry>
    <env-entry-name>ejb/BeanFactoryPath</env-entry-name>
    <env-entry-type>java.lang.String</env-entry-type>
    <env-entry-value>applicationContext.prod.xml</env-entry-value>
    </env-entry>
    Any ideas,
    J

    That depends of the shell that you use.
    If you use the bash than execute:
    EXPORT ORACLE_SID=<YOUR_SID>
    If you use csh:
    setenv ORACLE_SID <YOUR_SID>
    Bye, Aron

  • Hello..how to set classpath....and for environment variables

    hello...
    i have 2 classes...one.java and Two.java....
    In two.java i extends One.java...
    Two.java is not compiling....
    if I place those 2 files in j2sdk1.4.1/bin folder ..then its compiling successfully.....please help me to solve this..

    Perhaps you mean that the java compiler cannot be found in any other directory but the bin directory. You need to add the bin directory to the PATH environmental variable to be able to compile classes anywhere in a command prompt/shell. If you are using windows, you'll find the environmental variables by:
    1) right clicking my computer and choosing properties
    2) click advanced
    3) click environmental variables
    Check here for more information about common setup problems:
    http://java.sun.com/docs/books/tutorial/getStarted/problems/index.html

  • [8i] ORA-12704: character set mismatch (and other issues)

    I've been trying to put together sample data on this problem since Friday, but I'm having issues. I'm thinking the problem is something specific to the old database I'm trying to work in:
    BANNER
    Oracle8i Enterprise Edition Release 8.1.7.2.0 - Production
    PL/SQL Release 8.1.7.2.0 - Production
    CORE    8.1.7.0.0       Production
    TNS for HPUX: Version 8.1.7.2.0 - Production
    NLSRTL Version 3.4.1.0.0 - ProductionI tried copying over all the data into my test database:
    BANNER
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product
    PL/SQL Release 10.2.0.1.0 - Production
    CORE    10.2.0.1.0      Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - ProductionAnd, I can't duplicate the problem there. In fact, I ran my original query in my test database, using the db llink, the query ran just fine.
    But, I tried to create some sample data anyway to try to get some help here, so, I created 3 tables in my test database as SELECT from the old database (via a db link).
    One table was really the results of a query (with many sub-queries) that was working just fine in the old database. It was the 2nd highest level query that wasn't giving me any problems. (Below, in my query, subquery 'a' runs just fine in the test database also; it's only the top level query that gives me an error.)
    The other two tables I created were just simple sub-sets of the original tables in the old database.
    I ran my query in my test database against those tables, and again, it ran just fine. No character set mismatch error.
    So, based on the tables from the old database, I created the following test tables:
    TEST TABLE DEFINITIONS
    CREATE TABLE     test_inv_1
    (     cust_id          CHAR(10)
    ,     item_id          VARCHAR2(32) -- becomes 96 if I create as select
    ,     match_item_id     CHAR(10)
    ,     docdate          DATE
    ,     tot_amt          NUMBER(5)
    INSERT INTO     test_inv_1
    VALUES('C1000','I0001','I0001',TO_DATE('01/01/2011','mm/dd/yyyy'),1000);
    INSERT INTO     test_inv_1
    VALUES('C1000','I0002','I0002',TO_DATE('01/05/2011','mm/dd/yyyy'),1050);
    INSERT INTO     test_inv_1
    VALUES('C1000','MANUAL ADJUSTMENT','MANUAL ADJ',TO_DATE('01/01/2011','mm/dd/yyyy'),1000);
    INSERT INTO     test_inv_1
    VALUES('C1001','I0003','I0003',TO_DATE('01/01/2011','mm/dd/yyyy'),500);
    INSERT INTO     test_inv_1
    VALUES('C1001','OTHER ADJUSTMENT','OTHER ADJU',TO_DATE('01/01/2011','mm/dd/yyyy'),50);
    INSERT INTO     test_inv_1
    VALUES('C1001','M123','M123',TO_DATE('01/10/2011','mm/dd/yyyy'),150);
    CREATE TABLE     test_btab_1
    (     billing_id          CHAR(10)     NOT NULL -- becomes 30
    ,     payment_terms_cd     CHAR(3)                -- becomes 9
    INSERT INTO     test_btab_1
    VALUES ('I0001', '01');
    INSERT INTO     test_btab_1
    VALUES ('I0002', '01');
    INSERT INTO     test_btab_1
    VALUES ('I0003', '02');
    INSERT INTO     test_btab_1
    VALUES ('M123', 'COD');
    INSERT INTO     test_btab_1
    VALUES ('I0004', '01');
    CREATE TABLE     test_tabm_1
    (     record_type     CHAR(4)          NOT NULL     -- becomes 12
    ,     record_key     CHAR(10)     NOT NULL     -- becomes 30
    ,     numeric_1     NUMBER(15,5)
    ,     numeric_5     NUMBER(7)
    ,     numeric_6     NUMBER(7)
    INSERT INTO     test_tabm_1
    VALUES ('LOCA','A1234',NULL,NULL,NULL);
    INSERT INTO     test_tabm_1
    VALUES ('TERM','01',2,10,30);
    INSERT INTO     test_tabm_1
    VALUES ('TERM','02',0,0,45);
    INSERT INTO     test_tabm_1
    VALUES ('TERM','COD',0,0,30);Again, the first table, test_inv_1, is an example of the results of a query that was working just fine in the old database. (There are comments in the table definitions above--I'll explain those in a bit.)
    Here is the query I ran against this data:
    QUERY
    SELECT     a.*
    ,     1 - (t.numeric_1/100)          AS amt_pst_disc
    ,     a.docdate + t.numeric_5 - 1     AS disc_end_date
    ,     a.docdate + t.numeric_6 - 1     AS duedate
    FROM     (
         SELECT     ic.*
         ,     CASE
                   WHEN     b.payment_terms_cd     IS NULL
                   THEN     CAST('03' AS CHAR(10))
                   ELSE     CAST(b.payment_terms_cd AS CHAR(10))
              END                         AS pay_term
         ,     CASE
                   WHEN     b.payment_terms_cd     IS NULL
                   THEN     'Default Payment Terms'
              END                         AS pt_flag
         FROM     test_inv_1 ic
         ,     test_btab_1 b
         WHERE     ic.match_item_id     = b.billing_id (+)
         ) a
    ,     test_tabm_1 t
    WHERE     a.pay_term     = t.record_key
    AND     t.record_type     = 'TERM'
    ;In the old database, I get the error:
    WHERE   a.pay_term      = t.record_key
    ERROR at line 107:   --this is actually line 22 in the above query, since test_inv_1 represents the results of a sub-query
    ORA-12704: character set mismatchIn my test database, in every form, including with the sample data above, I don't have any problems.
    I unfortunately don't have a v8 test environment, and I suspect there aren't many people who actually do, anymore, so using my v10 test database is the best I can do to come up with test data...
    The other odd thing I noticed is that when I DESC the tables I created in my test database via SELECT statements, and compare them with the tables I created from CREATE statements (based on the table descriptions I got from the old database), some of the data lengths don't match up. That's what's in the comments in my table definitions. I noted where the tables I created via SELECT statements had different data lengths. I'm not sure if it's important or not, but in case it is, I thought I'd include it.
    Also, I'm creating this query to make a report for someone else, and the reporting system only has access to the v8 database, not my test database. So, I'm stuck making the query run against it.
    Any help on this would be greatly appreciated!

    I think it has something to do with my CASE statement. I found a kind of work-around solution. Instead of getting payment_term_cd associated with the item_id, the person I'm creating the report for wants the payment terms associated with the cust_id. Now, btab has the one associated with item_id, and not every item_id is in the btab table, so in my query, I was assuming a default value of '03' when it didn't find a payment_term_cd (i.e. it was NULL) for an item_id, which is what my first CASE statement is doing.
    However, every cust_id definitely has a payment_term_cd associated with it (in another table I did not provide sample data for, since I didn't know I'd need to use it). Here's the general idea of that table:
    CREATE TABLE     test_cust_1
    (     cust_id               CHAR(10)     NOT NULL
    ,     payment_terms_cd     CHAR(3)     --while it's not specified as NOT NULL, there are no NULLs for this column.  I think anything that would be NULL, the system initializes as '***'
    INSERT INTO     test_cust_1
    VALUES ('C1000','01');
    INSERT INTO     test_cust_1
    VALUES ('C1001','03');
    INSERT INTO     test_cust_1
    VALUES ('C1002','COD');So, there's no need for me to do a case statement. I can get away with something like:
    SELECT     ip.item_id
    ,     ip.docdate
    ,     ip.cust_id
    ,     ip.tot_amt
    ,     ip.pay_terms
    ,     t.record_key
    FROM     (
         SELECT     i.item_id
         ,     i.docdate
         ,     i.cust_id
         ,     i.tot_amt
         ,     CAST(c.payment_terms_cd AS CHAR(10))     AS pay_terms
         FROM     test_inv_1 i
         ,     test_cust_1 c
         WHERE     c.cust_id     = i.cust_id
         AND     i.tot_amt     <> 0
         ) ip
    ,     test_tabm_1 t
    WHERE     t.record_key     = ip.pay_terms
    AND     t.record_type     = 'TERM'-- edited out the incorrect results
    Anyway, when I used this new table with my original query in the 8i database, I didn't get a character set error, so that's why I think it has to do with the case statement.
    Edited by: user11033437 on Aug 22, 2011 1:43 PM -- fixed an error in my results

  • LMDefaultLayout and LMDefaultSkin environment variables not working?

    Like the title says, I haven't been able to have these two variables working, neither with my custom Layout and Skin or with the "Classic" or "Top Menus" layouts and "Oracle" skin like the documentation shows as an example.
    The objective is to have my custom Layout and my custom Skin set as defaults when a new user is created.
    Has anyone made these variables or an optional solution work for this purpose?
    Thanks in advance,
    - Tiago Dias

    You're right....... it worked.
    The Content Server is case sensitive and the documentation is wrong......
    Thanks!

  • How to set background and other elements for each page of gallery?

    I guys, I used th DW/FW Web Photo Gallery tool to make this gallery: http://12bar.co.nz/Gallery/index.htm then edited index.htm to make the page look a bit more attractive. However, when you click on any of the images you just get the ugly white background and black text.
    Is there a way to make each photo page black background and insert navigational graphics without having to open and edit each one individually?
    Thanks in advance for advice.
    Jo

    Why not try using something like Lightbox.  When you click on the thumbnail... this uses jquery, but it's very simple to set up:
    http://www.lokeshdhakar.com/projects/lightbox2/
    and there is this one:  Pretty Photo with a few more options:
    http://www.no-margin-for-errors.com/projects/prettyPhoto-jquery-lightbox-clone/
    and lots more options for photo galleries, slideshows here:
    http://www.1stwebdesigner.com/resources/57-free-image-gallery-slideshow-and-ligh tbox-solutions/
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    http://csstemplates.com.au/
    http://twitter.com/nadiap

  • Can't set preferences, and other greyed menu choices

    Cannot set preferences for iDVD 06, and most menu choices are greyed.
    [Note: this is NOT the case with all other iLife 06 applications where all menu selections are active.]
    Looking through this forum I tried deleting the files in the library, as seems to be a frequent solution to everythng. This did NOT work in my case.
    This is the only program in iLife06 which has this problem. All the others have active menu selection. I can't even get "About iDVD" to work!
    Thanks for your help. Very frustrated.

    I would start by forcing AppleWorks to create new preference files.
    Quit AppleWorks and go to the Finder.
    In a finder window, go:
    yourname > Library > Preferences
    Locate and select the folder AppleWorks and the file com.apple.appleworks.plist
    Drag both to the Desktop or to the Trash (but don't empty the Trash).
    Relaunch AppleWorks to check for any change.
    Regards,
    Barry
    NOTE: This will return all preferences to their default settings. AppleWorks will construct new copies of the plist, the folder, and the files in the folder as it needs them. If you have made changes to the Button Bar, and have had no issues related to the Button Bar, you can restore those changes (probably without issues arising) by dragging the Button Bar file from the folder you moved into the new one in Preferences when it is created.
    B
    Edit:
    While your issue does not appear to be caused by the Recent Items bug referenced in Michael's post (after "Also perhaps..", there's no danger in clearing your Recent Items folder as discussed in the linked User Tip. This is a 'regular maintenance' procedure for me.
    B
    Message was edited by: Barry

  • Mail set up and other minor tweeks

    I would like to know how to remove the ugly picture that iphoto took of me during initial set-up from sent emails. there doesn't seem to be anything in signatures that makes any difference to it.
    Also how can you set columns as the default view in Finder?
    Also how to remove the VPN icon from the menu bar (that popped up while messing with things I shouldn't have been and didn't need to and now look...)
    Also have installed Boot Camp beta and MS XP but even though MAC is defined as the default start up Windows is the one that jumps in and takes over. How can you stop this?
    Forgive me if these questions should be divided up by topic I'm new to this and don't know how these things work. Would appreciate any help you an give.
    Thanks
    15" Macbook Pro   Mac OS X (10.4.8)  

    Hi Toiling,
    I would like to know how to remove the ugly picture that iphoto took of me during initial set-up from sent emails. there doesn't seem to be anything in signatures that makes any difference to it.
    Are you talking about the picture in the upper right corner of email messages you send? If so, this is the picture chosen in your computer's user account. You can change it here: System Preferences/Accounts. Select your user account and click on the Picture tab to change it. But I don't think this picture is sent with your emails.
    Also how can you set columns as the default view in Finder?
    Go in Finder/Preferences/General and check the box "Open new windows in column view".
    Also how to remove the VPN icon from the menu bar (that popped up while messing with things I shouldn't have been and didn't need to and now look...)
    Open Internet Connect (in Applications) and click on VPN and uncheck the box "Show VPN status in menu bar". You can also delete a configuration for VPN by selecting "Edit configurations..." in the Configuration dropdown menu and clicking the - sign after you selected the configuration you don't need.
    Also have installed Boot Camp beta and MS XP but even though MAC is defined as the default start up Windows is the one that jumps in and takes over. How can you stop this?
    Unfortunatly, I can't help you with this one... I don't know anything about BootCamp. I'm sure someone else will be able to answer this.
    Guylaine
    Mac mini Intel Core Duo 1.66 GHz 512MB DDR2 SDRAM   Mac OS X (10.4.8)   G4 Digital Audio Mac OS 9.2.2, iPod nano 1GB, iPod nano 4GB

  • Mail set-up and other questions.

    Hello, everyone.
    I am new to this forum as I just purchased my new iphone and am now in the process of having it set-up. Some questions have come up and I would appreciate any help or suggestions any of you can offer me. Here are the questions I have:
    1. I have set-up G-Mail on the iphone using POP. First problem is the fact that it downloads only 25 messages and then stops. I have its preferences set for 100 messages. I also would like to use filters so that I can have g-mail download some messages but not others. How can I set-up filters for my g-mail account on the iphone ?
    2. After I started itunes I noticed that everytime I went back to the application it was playing a different track suggesting it was playing in the background when I was using another application. How can I exit itunes and turn it off so that it doesn't keep playing and using valuable battery power ?
    3. Last but not least I have noticed that my phone doesn't ring. I have set up the ringer to ring, have selected my ringtone and also adjusted the volume. I can hear the phone ringing if I have the headphones on but without them the phone itself doesn't ring (it does vibrate). How can I set-up the phone so that it rings when called ?
    Thank you in advance for your help.
    Best regards,
    JC

    1. You can't apply filters to email on the iPhone. The capability doesn't exist in 3.0.
    2. The iPod application stays running in the background on the iPhone so you can continue listening to music as you surf, etc. The way to stop it is to either close the iPod before going to something else or pause the playback before heading elsewhere.
    3. Try setting one of Apple's default ringtones to see if there's something amiss with your custom ringtone.
    Message was edited by: dmiannay

Maybe you are looking for

  • Premiere CS4 "Save As" for Avid or FCP

    Hello, Is there a way to save my composition or sequence for Avid or FCP . My buddy works with Avid and FCP and he wants me to send him my composition or sequence so can work on it. I use Premiere CS4. Thanks

  • What is the name for a text file on an iPod?

    This may not be quite where to post this question, but dumb as it is...it's been a question of mine for a while...I think what I am looking for is like 3 letters long or something...bear with my stupidity please...I just really want to know!   Window

  • SAP NetWeaver Sneak Preview location

    hello, all. is SAP NetWeaver Sneak Preview must be installed on <b>system hard disc</b>(eg.  c:/) during the installation, i can't find the option to select setup location. if system hard disc is essential, i'm afraid i need to merge my discs. thank

  • Transform - 3D Rotation fields greyed out?

    Hi Folks, I have a movie clip, and need to to a 180 3D rotation on it, however when I select it and go to transfrom - 3D Rotation, the value fields are greyed out. What am I doing wrong here? Kind Regards, Boxing Boom

  • Connect my Arch pc with a Windows 7 laptop and use it remotely

    I want to manage my pc, which has Archlinux installed from a Windows 7 laptop when I'm in the faculty. I have installed rdesktop following the Wiki instructions (https://wiki.archlinux.org/index.php/Rdesktop). To know the IP address in the windows la