Is it possible to get server related paramters in RTF Templates

Hi All,
I have a Common.rtf having code like
<?template:Header?>
(My Image)
<?end Header?>I have saved above file at some location in my system
Now I have another Main.rtf using Common.rtf like this
<?import: file:///I:/MyTemplates/Common.rtf?>
<?call@inlines:Header?><?end call?>Contents of Common.rtf are perfectly visible in Main.rtf but is any runtime configuration for "file location" in Main.rtf possible?
Basic requirement is to make it working in every computer without making "file location" changes in Main.rtf again and again. Is there any server_url property or something like this available for this which can be used in RTFs?
Any kind of help will be appreciated. Thanks a lot.
-Sookie

Hi,
You should be able to save the common template on the server and be able to import it via a URL call..
Check out this article by Tim Dexter: http://blogs.oracle.com/xmlpublisher/2009/06/conditional_headers.html
Thanks!

Similar Messages

  • Is it possible to get out the rotation angle between template and shape using shape matching.vi?

    I want to determine the orientation of a particle shape.
    Using pattern matching is influenced by the texture of the particle.
    Shape matching would be the right but I don't see a possibility to get the rotation angle of the found shape and template respectively.
    Any idea?

    You could try using particle analysis to give you the particle orientation. There is an example of this that ships with the Vision toolkit. Go to the Vision examples and look under Funtions>Binary Analysis and it is called Particle Orientation Example.
    Cheers,
    JRA
    Application Engineer
    National Instruments

  • Is it possible to get the style, font and related info of a paragraph of a in design file and write it on the same in design file  on the  left side

    Is it possible to get the style, font and related info of a paragraph text  of a in design file and write  all the stuff on the same in design file  on the  left side with small fonts 
    as
    Lets  this is a text in in design file    :
    style : abc                      we are going to check the  condition  Agence Wallonne pour la Promotion d'une Agricultur we are going to check the  condition  Agence Wallonne pour la    font 12                                  d'une Agricultu we are going to check the  condition  Agence Wallonne pour la Promotion d'une Agricultu
    style : xyz                      we are going to check the  condition  Agence Wallonne pour la Promotion d'une Agricultur we are going to check the  condition  Agence Wallonne pour la    font 10                                  d'une Agricultu we are going to check the  condition  Agence Wallonne pour la Promotion d'une Agricultu

    Hi Poojith
    Not sure if this would solve your requirment but just in case might be helpful:
    1. We can mix up the HTML and HTMLB components in the JSP Page. However, can access only the HTMLB components in the controller. The following link refers to what customizations are offered by the HTMLB framework:
    [http://www.sapdesignguild.org/resources/htmlb_guidance/]
    2. Another option would be to use AbstractPortalComponents or a simple web app if that's feasible. (where custom UI themes, css and layout are more in control of the developers.)
    Thanks
    Deepak

  • 10.3: finally possible to get unsolicited notification in a server?

    Hi all,
    after reading about the new stuff in 10.3 I can't help wonder whether the new tpappthrinit() function will be an enabler for finally getting the possibility to get unsolicited notifications to a Tuxedo server. Could anyone please shed some light on this?
    Best regards,
    /Per

    I don't even need to put it in a thread, I could find use for it in a single-threaded server as well (and it would be far more useable for old code).
    The use case is basically to be able to subscribe to events. If you have several instances of a server subscribing to an event with service delivery won't help - you can't predict which of the servers will get the event delivery service call. If you need a way to reach every server instance exactly once for an event, unsolicited notification would seem like a good choice. (Imagine an event such as "ChangeDebugLogLevel".)
    I guess unsolicited notification is IPC messages to the client's reply queue. Would it be possible to send them to a server's request queue? The dispatcher would look at the message and dispatch the tpsetunsol():ed function, instead of a service function - would it be doable?
    Just my €0.02 (we actually don't use the euro currency in Sweden, but the Swedish currency is even less-than-worthless these days... :-) )
    /Per

  • Is it possible to get Adobe Illustrator CS 5 server license?

    Hi,
    We need to deploy Adobe Illustrator on the server and then call it through script so that it could convert raster image provided through script into FXG format file. The implementation is for commercial use. Please let me know the process and possibility of getting license.
    -Sanjay

    Hi,
    We need to deploy Adobe Illustrator on the server and then call it through script so that it could convert raster image provided through script into FXG format file. The implementation is for commercial use. Please let me know the process and possibility of getting license.
    -Sanjay

  • Trying to connect to PhoneGap Build Service in Dreamweaver CS6 but get a "Temporary Server related error". Help!

    I am trying to connect to the PhoneGap Build Service in Dreamweaver CS6 but after about a minute I receive the error "Temporary Server related error. Please try again later.". I have googled, searched and implemented any fix that I could find without any joy. I have fully updated Dreamweaver and all other Cloud services but still am receiving the error.
    I can log into build.phonegap.com using my Adobe ID no problem and I have linked a GitHub account to my Adobe ID so I am at a loss as what I can try next.
    Any help would be much appreciated.
    Many thanks,
    Dan

    You will likely get better program help in a program forum Dreamweaver support forum
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • Is it possible to get 2-ch signals from TDS2012 oscilloscope at the same time with LabVIEW "7.0"?

    Hi, everyone.
    I've been trying to get the signals from 2-ch of Tektronix TDS2012 oscilloscope at the same time using IVI connection with LabVIEW "7.0"
    I've already searched this developer zone for the answer.
    I've tried the famous example: "IviScope - Acq Dual Wfm Edge Triggered.vi"
    and it gave me the error message like:
    Error -1074110451 occurred at IviScope Initialize With Options.vi
    Possible reason(s):
    Driver Status:  (Hex 0xBFFA600D) Primary Error: (Hex 0xBFFA600D) The Config Server module is not present on the system.
    I think I've installed all~ the required softwares for IVI. For example, ICP 2.2, IVI engine 2.0.46, and tktds1k2k ivi (instrument driver for tds2012, in fact this one is for LabVIEW "7.1"... :-P)
    TDS2012 and my computer is connected through HPIB(GPIB) and it is shown on the MAX (a GPIB instrument as well as an IVI hardware asset)
    I've tried GPIB connection but it gives me asynchronous signals...
    Is it possible to get 2 signals at the same time with LabVIEW 7.0(not 7.1 or higher) by any means?
    What in the earth is the "Config Server" in this case?
    I don't need to sticking to IVI and any method to achieve my goal will be welcome.
    Could anyone give me the hint for this problem, plz?

    I think your problem is that the instrument specific driver is version 7.1 and you are using the class driver with 7.0. You can create your own 7.0 driver by downloading the LabWindows driver and using the Import CVI Instrument Driver under the Tools>Instrumentation menu.
    Since you don't seem to have a good reason to use IVI, why don't you try the native LabVIEW driver at http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=E3B19B3E9139659CE034080020E748.... I believe you have all of the functions to setup each channel and then when you trigger the scope, both channels will be captured. You would then transfer each waveform separately. The data is always read sequentially but that's not important as long as both channels are triggered at the same time.

  • HT201198 i have 1 year warrenty and my iphone 4 buttons are playing up is it possible to get a replacement from an apple store

    i have 1 year warrenty and my iphone 4 buttons are playing up is it possible to get a replacement from an apple store

    Did you check your security software (firewall)?
    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    * https://support.mozilla.com/kb/Server+not+found

  • Security deposit issue: customer service saying it is never possible to get it back

    To anyone who might be able to straighten things out here,
    first of all, I am not asking for a security deposit back right away. I was just asking for a possibility of getting my security deposit back and on which condition I can get it back. However, when I called up (800)-922-0204 and spoke with counselor after waiting half-an-hour, she told me I am unable to get security deposit back at all since it is non-refundable to anyone. I questioned her why is it called a deposit in such case, and she kept on insisting that security deposit is something I pay in the beginning to open up an account and it cannot be returned at all. I was puzzled since the guy at the retailer shop and he told me I can probably get the deposit back at some time later and check the estimated date to get the deposit back if I called the number specified above and talked to a counselor.
         So I checked up the answers posted up in this forum and figured out that indeed security deposit is returned after certain criteria is met. I was really irritated and upset, but that's something I have to deal with, so I'll pass on that. Following are my conditions on Verizon account and I hope someone can tell me when I can possibly get the deposit back and/or where I can get such info.:
               I first opened up my account in Verizon 4 years ago with $400 deposit (Aug. 2014). Then, as a Korean male, I had to go back to my country to serve      in military service that I had my account suspended for about 3 consecutive years. (Thanks to the Verizon retailer who helped me out at Oakdale Mall.)      The first condition to get the security deposit back was "to have 12 consecutive monthly bills paid without delay (No suspensions while doing so)" and I      know it was not done since I suspended my account at around 10th month (June 5th, 2011). I re-activated my account with a different phone and a plan      on Aug. 30th, 2014 and the guy at the Verizon service center in Vestal, NY told me to check when I can possibly get my security deposit back.
    Sorry to leave such a long message here but I guess I am not good at summarizing things here. Please take the pain and help this poor kid out.
    Thanks to y'all who reads it & leaves a possible answer to my question.

    First of all, I assume you have a misprint and you opened your account ~4 years ago in August of 2010, not 2014(1 month ago).
    Next, it appears you had your account suspended for 3 years after completing only 10 months of service and have recently re-activated the account.
    If the above information is correct in your case, I would assume you will get your deposit back 12 months after reactivating your account without any further suspensions and/or late payments. So I would guess you will be eligible to get your deposit back in August, 2015.

  • Server 2012 errors for timeout -- LDAP error number: 55 -- LDAP error string: Timeout Failed to get server error string from LDAP connection

    Hello, currently getting below error msg's utilizing software thru which LDAP is queried for discovering AD objects/path and resource enumeration and tracking.
    Have ensured firewalls and port (389 ) relational to LDAP are not closed, thus causing hanging.
    I see there was a write up on Svr 2003 ( https://support.microsoft.com/en-us/kb/315071 ) not sure if this is applicable, of if the "Ntdsutil.exe" arcitecture has changed much from Svr 03. Please advise. 
    -----------error msg  ----------------
    -- LDAP error number: 55
    -- LDAP error string: Timeout Failed to get server error string from LDAP connection

    The link you shared is still applicable. You can adjust your LDAP policy depending on your software requirements.
    I would also recommend that you in touch with your software vendor to get more details about the software requirements.
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • How to get server hostname and port from web form

    Hi All,
    I need to find out server hostname and port number
    from 9i form.
    That is if the form was called via:
    http://myserver.com:1234/f90servlet?form=test,
    i would like to call some
    GET_XXX_PROPERTY(SERVER_HOSTNAME) that would return
    myserver.com
    and
    GET_XXX_PROPERTY(SERVER_PORT) that would return
    1234
    or alternatively
    GET_XXX_PROPERTY(SERVER_URL) that would return
    complete URL, so that i can parse it myself.
    Does anything like this exist? If not,would be
    possible to get that information from any Java
    function via java importer?
    BR,
    Robert
    BR,
    Robert

    Robert,
    I'd add the code as a Java Bean in Forms and get this information from the Forms request URL.
    Add the following bean to a Canvas and make it a size of 1x1 pixel so taht it appears hidden
    import java.applet.Applet;
    import java.net.URL;
    import oracle.forms.handler.IHandler;
    import oracle.forms.properties.ID;
    import oracle.forms.ui.VBean;
    public class FrmRequestInfo extends VBean
    public static final ID pGetPort = ID.registerProperty("GET_PORT");
    public static final ID pGetHost = ID.registerProperty("GET_HOST");
    public static final ID pGetProtocol = ID.registerProperty("GET_PROTOCOL");
    private String _host;
    private String _port;
    private String _protocol;
    private URL FormsURL;
    Applet m_applet;
    /*Forms settings*/
    IHandler m_handler;
    public FrmRequestInfo()
    public final void init (IHandler handler)
    super.init(handler);
    m_handler = handler;
    // get the forms applet handler
    m_applet = m_handler.getApplet();
    // initialize cookie domain to the same domain that runs Forms
    // Services
    FormsURL = m_applet.getDocumentBase();
    _host = FormsURL.getHost();
    _port = new Integer(FormsURL.getPort()).toString();
    _protocol = FormsURL.getProtocol();
    public Object getProperty(ID p0)
    if (p0 == pGetHost)
    return _host;
    else if (p0 == pGetPort)
    return _port;
    else if (p0 == pGetProtocol)
    return _protocol;
    else
    return super.getProperty(p0);
    To get the port number you call
    VarcharVariable_Port := get_custom_property('beanblock.beanname',1,'GET_PORT');
    for the hostname
    VarcharVariable_Host:= get_custom_property('beanblock.beanname',1,'GET_HOST');
    Frank
    Ps.: just wrote the bean on the fly, without testing - but I am positive that it works as similar functionality works for me in other beans.

  • My operating system is windows 2002, how can i provide and anti-virus protection, is it possible to get help for this obsolete system?y

    is it possible to get an anti-virus program for an obsolete operating system. Mine is windows xp 2002. i can't download a compatible service pack to compensate for the anti-virus program that i have or the one available for download provided by my internet server. are there any free, or for purchase, downloads available for the system i have. The anti-virus product i have says that i must have a service pack 2. the current one on my computer is service pack 1. The anti-virus provided thru my internet carrier says that i must have windows 7 or enternet explorer of at least 6.0 or higher or FireFox 3.6 or better, but i'm unsucessful with any attempts i've tried. so is there any help or i'm i stuck with this old system until my finances improve for a better one?
    Thanks

    Unfortunately, there are many reasons why the PSE Editor might crash, and often it is hard to diagnose quickly the reason for the crash.   Here are some steps you can take to try to fix the problem:
    http://www.johnrellis.com/psedbtool/photoshopelements-6-7-faq.htm#_Troubleshooting_Editor_ crashes

  • Is it possible to get a mac virus?

    Hey,
    I was using a pc and I decided to get a mac, because you can do lots of creative work with it and I was sick of viruses. I was able to clean my pc up after I had a virus and I know how to reprogram it. And I still don't know why I always had a computer virus, because I had a fire wall/anti virus programs and surfed on safe intenet sites.
    Now, after buying a mac book I never feel safe, because I was used to have computer viruses
    Is it possible to get one on my mac?
    (I never download any suspicious stuff from the internet ex.:songs, videos etc I only use my mac for my writing at university, editing pictures and making music)
    Thank you

    1. This comment applies to malicious software ("malware") that's installed unwittingly by the victim of a network attack. It does not apply to software, such as keystroke loggers, that may be installed deliberately by an intruder who has hands-on access to the victim's computer. That threat is in a different category, and there's no easy way to defend against it. If you have reason to suspect that you're the target of such an attack, you need expert help.
    2. All versions of OS X since 10.6.7 have been able to detect known Mac malware in downloaded files, and to block insecure web plugins. This feature is transparent to the user, but internally Apple calls it "XProtect." The malware recognition database is automatically checked for updates once a day; however, you shouldn't rely on it, because the attackers are always at least a day ahead of the defenders.
    The following caveats apply to XProtect:
    It can be bypassed by some third-party networking software, such as BitTorrent clients and Java applets (see below.)
    It only applies to software downloaded from the network. Software installed from a CD or other media is not checked.
    3. Starting with OS X 10.7.5, there has been another layer of built-in malware protection, designated "Gatekeeper" by Apple. By default, applications and Installer packages downloaded from the network will only run if they're digitally signed by a developer with a certificate issued by Apple. Software certified in this way hasn't actually been tested by Apple (unless it comes from the Mac App Store), but you can be reasonably sure that it hasn't been modified by anyone other than the developer. His identity is known to Apple, so he could be held legally responsible if he distributed malware. For most practical purposes, applications recognized by Gatekeeper as signed can be considered safe.
    Gatekeeper doesn't depend on a database of known malware. It has, however, the same limitations as XProtect, and in addition the following:
    It can easily be disabled or overridden by the user.
    A malware attacker could get control of a code-signing certificate under false pretenses, or could find some other way to evade Apple's controls.
    For more information about Gatekeeper, see this Apple Support article.
    4. Beyond XProtect and Gatekeeper, there’s no benefit, in most cases, from any other automated protection against malware. The first and best line of defense is always your own intelligence. All known malware circulating on the Internet that affects a fully-updated installation of OS X 10.6 or later takes the form of so-called "trojan horses," which can only have an effect if the victim is duped into running them. The threat therefore amounts to a battle of wits between you and the malware attacker. If you're smarter than he thinks you are, you'll win.
    That means, in practice, that you never use software that comes from an untrustworthy source. How do you know whether a source is trustworthy?
    Any website that prompts you to install a “codec,” “plug-in,” "player," "extractor," or “certificate” that comes from that same site, or an unknown one, is untrustworthy.
    A web operator who tells you that you have a “virus,” or that anything else is wrong with your computer, or that you have won a prize in a contest you never entered, is trying to commit a crime with you as the victim. (Some reputable websites did legitimately warn visitors who were infected with the "DNSChanger" malware. That exception to this rule no longer applies.)
    Pirated copies or "cracks" of commercial software, no matter where they come from, are unsafe.
    Software of any kind downloaded from a BitTorrent or from a Usenet binary newsgroup is unsafe.
    Software with a corporate brand, such as Adobe Flash Player, must be downloaded directly from the developer’s website. If it comes from any other source, it's unsafe.
    5. Java on the Web (not to be confused with JavaScript, to which it's not related, despite the similarity of the names) is a weak point in the security of any system. Java is, among other things, a platform for running complex applications in a web page, on the client. That was never a good idea, and Java's developers have had a lot of trouble implementing it without also creating a portal for malware to enter. Past Java exploits are the closest thing there has ever been to a Windows-style "virus" affecting OS X. Merely loading a page with malicious Java content could be harmful. Fortunately, Java on the Web is mostly extinct. Only a few outmoded sites still use it. Try to hasten the process of extinction by avoiding those sites, if you have a choice.
    Java is not included in OS X 10.7 and later. Discrete Java installers are distributed by Apple and by Oracle (the developer of Java.) Don't use either one unless you need it. Most people don't. If Java is installed, disable it — not JavaScript — in your browsers. In Safari, this is done by unchecking the box marked Enable Java in the Security tab of the preferences dialog.
    Regardless of version, experience has shown that Java on the Web can't be trusted. If you must use a Java applet for a specific task, enable Java only when needed for the task and disable it immediately when done. Close all other browser windows and tabs, and don't visit any other sites while Java is active. Never enable Java on a public web page that carries third-party advertising. Use it only on well-known, password-protected, secure websites without ads. In Safari 6 or later, you'll see a lock icon in the address bar with the abbreviation "https" when visiting a secure site.
    Follow these guidelines, and you’ll be practically as safe from malware as you can be.
    6. Never install any commercial "anti-virus" or "Internet security" products for the Mac, as they all do more harm than good, if they do any good at all. If you need to be able to detect Windows malware in your files, use the free software ClamXav — nothing else.
    Why shouldn't you use commercial "anti-virus" products?
    Their design is predicated on the nonexistent threat that malware may be injected at any time, anywhere in the file system. Malware is downloaded from the network; it doesn't materialize from nowhere.
    In order to meet that nonexistent threat, the software modifies or duplicates low-level functions of the operating system, which is a waste of resources and a common cause of instability, bugs, and poor performance.
    By modifying the operating system, the software itself may create weaknesses that could be exploited by malware attackers.
    7. ClamXav doesn't have these drawbacks. That doesn't mean it's entirely safe. It may report email messages that have "phishing" links in the body, or Windows malware in attachments, as infected files, and offer to delete or move them. Doing so will corrupt the Mail database. The messages should be deleted from within the Mail application.
    ClamXav is not needed, and should not be relied upon, for protection against OS X malware. It's useful only for detecting Windows malware. Windows malware can't harm you directly (unless, of course, you use Windows.) Just don't pass it on to anyone else.
    A Windows malware attachment in email is usually easy to recognize. The file name will often be targeted at people who aren't very bright; for example:
    ♥♥♥♥♥♥♥♥♥♥♥♥♥♥!!!!!!!H0TBABEZ4U!!!!!!!.AVI♥♥♥♥♥♥♥♥♥♥♥♥♥♥.exe
    ClamXav may be able to tell you which particular virus or trojan it is, but do you care? In practice, there's seldom a reason to use ClamXav unless a network administrator requires you to run an anti-virus application.
    8. The greatest harm done by anti-virus software, in my opinion, is in its effect on human behavior. It does little or nothing to protect people from emerging threats, but they get a false sense of security from it, and then they may behave in ways that expose them to higher risk. Nothing can lessen the need for safe computing practices.
    9. It seems to be a common belief that the built-in Application Firewall acts as a barrier to infection, or prevents malware from functioning. It does neither. It blocks inbound connections to certain network services you're running, such as file sharing. It's disabled by default and you should leave it that way if you're behind a router on a private home or office network. Activate it only when you're on an untrusted network, for instance a public Wi-Fi hotspot, where you don't want to provide services. Disable any services you don't use in the Sharing preference pane. All are disabled by default.

  • How to get a relative filepath using Java?

    Hi,
    I'd like to write a custom application for something I'm doing at work. Basically, I need to find the relative filepath from one file to another. Like, if I start in a subdirectory of directory A with file abc.htm, I want to use Java find the relative hyperlink I would put in abc.htm to link to another file in another subdirectory of A. Something like "../Subdirectory/xyz.htm" (where xyz.htm is the file I want to link to) returned as a string.
    The reason it needs to be a relative filepath without any references to named directories is that the application with all the hyperlinks in it will eventually reside on a different server or servers. The people who put it there will maintain the same directory structure as we have in our development directory, however.
    So, anyway, I see in the File class you have methods for getting absolute filepaths and directory names and such, but nothing for getting a relative link to another file.
    Does anyone know if such a class/method exists anywhere in std Java? Or how else I could go about doing this?
    Many thanks if you can help.

    Given a File object f then one can build the path to the root as a list of file names from f.getName() and iterating using f = f.getParentFile().
    Once you have the path lists for your two files then it is simple enough to find the branch point by moving forward through the lists until values differ. Building the relative path is then a matter of moving back through one using "../" until the branch point and then forward through the other until you reach the last element.

  • Frequently get 'Server not found', have tried all articles solution, what now?

    Frequently get 'server not found' when accessing web sites, no particular websites just randomly all sites, clicking 'try again' always resolves. I am thouroughly sick and tired of this error and no working soloutions! Have tried 'about:config' settings; pipelining, script_run_time, ipv6. Have tried reinstall of Firefox and update of firefox. Have allowed firefox in my firewall which is 'Comodo' and have deleted entry and re-allowed it again. Have tried firefox proxy settings on all choices of settings. These things do not fix the problem. I cannot find anymore information or solutions to try, I have searched everywhere and everything and tried all the things Ive found as mentioned above. What is the problem? Can it be resolved? How can it be fixed?

    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.com/kb/Server+not+found
    *https://support.mozilla.com/kb/Firewalls

Maybe you are looking for

  • Need help reinstalling Adobe Acrobat X Standard

    I am having trouble downloading Adobe Acrobat X Standard on my new Dell computer. I have the disk and the serial number but when I try to download and I put in the serial number, it states that it is not valid. The program came on my old computer tha

  • Displaying Custom images in Web Layout

    Hello all, Can anyone please tell tell me how to display a custom .gif image in web layout instead of the standard gif(rwbeige_logo.gif). Where do I've to store the image, for it to be detected during runtime. Thanks in advance. Reagards, Arun.V

  • Error in SQL Server Migration to Oracle

    Hi, I'm trying to migrate from SQL Server 2000 to Oracle 10g. I'm using SQL Developer 1.2 for the migration. After creating the Migration Repository in a new Oracle instance, I'm getting the following error when I execute Capture for any of the objec

  • How to change language in Cloud account from German to English? [was: Please help!]

    I am an English girl living in Vienna and have just purchased the CC. I'm happy about that! However, the language on my cloud account is German and I have no idea what I need to do now. I don't speak German. How can I change the language on my cloud

  • CS4 tif files

    When saving tiff files in CS4, how can I have file names automatically created with ".tif" extension.  Currently they are saved as non specific file types unless I include, or later add, ".tif" every time.