Setting propertys in extensions

Hi,
i have a simple questions which i couldn't answer from the jnlp specs.
I can have properties in a jnlp which are exposed as system properties. But if have specify properties in a jnlp which is loaded as an extension the properties are not visible in the application. Is that a bug?
Example:
If i have this in an jnlp:
<property name="key1" value="value1"/>
i can see key1
but if i use
<extension name="testkey" href="testkey.jnlp">
and define key1 there, i am not getting the property set.....
Regards
Hartje

The setting of system properties found in the jnlp file(s) is done when the code from that jnlp file is loaded.
Could the problem be you are checking for a property before any code from the jnlp file defining that property is loaded ?
/Andy

Similar Messages

  • How can I deploy a standardized set of CS6 extensions to all users?

    Is there a single file or set of files I can distribute to all users which will give them a standardized set of CS6 extensions?  I have over 100 users using InCopy CS6 and InDesign CS6 and want to make sure they all have the same extension configuration.

    Perhaps I should have explained myself more clearly.  I want to be able to define an extension set (with a mix of Adobe and 3rd party extensions) and distribute that set to all of my users - without them having to take any steps to import the set, make it active, etc.  I'd like to be able to just have them log in and have the extension set I have distributed to them.  I've tried exporting a set, distributing it to a test workstation, then importing it via a script (as defined in "Adobe Extension Manager help and tutorials") but the import step doesn't seem to work.  No error, it just doesn't import the set.
    So I was wondering - can I package up my extension manager files ("/Users/<username>/Library/Application Support/Adobe/Extension Manager CS6" and "/Users/<username>/Library/Preferences/Adobe.ExMan") and deploy those to users?
    I am looking for a solution that will allow me to deliver the extension set I define to over 100 users without user interaction.  Is there a way?
    Bob Reed
    AARP

  • How to set default file extension in the FileChooser?

    We are trying to use the FileChooser but for some reason, it doesn't have any file extensions in the drop down menu (like in windows). Does anyone know how to put this in?
    Also, how do we set the file name for the saving file, rather than typing the name in ourself?
    Also, how do we position the file chooser dialog in the middle of the screen? Right now, it's in the top left corner of the screen.
    Here's our piece of code, used for saving file.
    FileChooser fileChooser = new FileChooser();
            File file = fileChooser.showSaveDialog(stage);
            /*User might clicked on the cancel button*/
            if (file != null) {
                try {
                    Writer output = new BufferedWriter(new FileWriter(file));
                    output.write(text);
                    output.close();
                } catch (IOException ex) {
                    logger.error("save file error", ex);
            }Any help would be appreciated! Thanks!

    867511 wrote:
    We are trying to use the FileChooser but for some reason, it doesn't have any file extensions in the drop down menu (like in windows). Does anyone know how to put this in?Have you read the API? What's the nested class of FileChooser that's listed immediately after it in the classes list?
    Also, how do we set the file name for the saving file, rather than typing the name in ourself?I don't see any API for that. You could file a RFE on kenai.
    Also, how do we position the file chooser dialog in the middle of the screen? Right now, it's in the top left corner of the screen.I don't see any API for that either.
    db

  • Need help with set up for extensions

    I'm new to OA Framework development and am just ramping up (do have years of Java development experience) and could use some help. I've read through the OA Framework Developer Guide and gone through a few of the tutorials. My task is to add some extensions to the R12 Customer Standard pages.
    I've looked in the $JAVA_TOP at the following directory structure.
    /oracle/apps/ar/cusstd/...
    I find java classes and the server.xml files but there are no PG.xml files to work with. Are these located in a different structure? What is the best approach to obtaining the base Oracle source files to start with and for configuring your local development environment to extend R12 OA Framework pages? Do you need to include the entire $JAVA_TOP in your development client environment classpath as well?
    Thanks in advance!

    To run the oracle seeded party create/update page, you can refer &lt;&lt;your Jdeveloper Installation directory&gt;&gt;\jdevhome\jdev\myhtml\OA_HTML\test_fwktutorial.jsp.
    Create a new custom jsp similar to test_fwktutorial.jsp. Modify this JSP based on your environment and user setup. Modify the links also. With this, you should run this jsp first. By clicking the link in the JSP run, you can launch party create page.
    The error you posted in RED color is thrown because you are trying to modify the web bean hierarchy in the processFormData method. Example, setting some items property to rendered false or true. All these kind of modifications should be done in the proceeRequest method of the controller.
    Following is from DEV guide to launch the forms application.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Launching Oracle Applications Forms from OA Framework Pages
    To launch an Oracle Applications form from OA Framework, you must first define a button, link or image web
    bean. The web bean then relies on the FormsLauncher applet provided by Oracle Applications (AOL/J) to
    launch the specified form.
    Declarative Implementation
    Step 1: In the OA Extension Structure pane, select the region in which you want to create the web bean to
    launch an Oracle Applications form. Choose New > Item from the context menu.
    Step 2: Set the ID property for the item, in accordance with the OA Framework File Standards, and set the Item
    Style property to button, image, or link. You may also launch an Oracle Applications form from a submit
    button. See the Runtime Control section below for more details.
    Step 3: Set the Destination URI property of the item with a value following this format (replacing the italicized
    text as appropriate):
    form:responsibilityApplicationShortName:responsibilityKey:securityGroupKey:functionName
    For example, if you want to launch the FND Menus form, the Destination URI property should be set to:
    form:SYSADMIN:SYSTEM_ADMINISTRATOR:STANDARD:FND_FNDMNMNU
    Step 4: If you wish to pass parameters to the form, set the Destination URI property with a value using the
    following format (Note that the parameter list is delimited by a space between each "parameter=value" pair):
    form:responsibilityApplicationShortName:responsibilityKey:securityGroupKey:functionName:param1=
    value1 param2=value2 param3=value3
    Note: If you wish to send varchar2 parameter values that contain spaces, use \" to enclose the string value.
    For example, to pass in something of the form:
    TXN_NUMBER=LT INVOICE 1
    Use:
    TXN_NUMBER=\"LT INVOICE 1\"
    Step 5: Refer to the following Chapter 4 topics for information about additional properties you may need to set
    for the specific item: Buttons(Action/Navigation), Buttons (Links), or Images in Your Pages.
    *Runtime Control*
    There are no special programmatic steps necessary to launch an Oracle Applications form from a button,
    image, or link in an OA Framework page. The OAButtonBean, OALinkBean and OAImageBean support the
    special form function URL format described above for the Destination URI property. When OA Framework
    encounters this special value, it generates the appropriate URL and also adds a hidden IFrame (inline frame)
    to the OA Framework page. The hidden IFrame is the target of the FormsLauncher applet provided by Oracle
    Applications.
    Launching an Oracle Applications Form From a Submit Button
    If you wish to launch an Oracle Applications form from a submit button in an OA Framework page, you must
    use the OAPageContext.forwardImmediatelyToForm(String url) method from
    548
    oracle.apps.fnd.framework.webui.OAPageContext. An example of how to use this API is shown in the code
    sample below:
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processFormRequest(pageContext, webBean);
    if (pageContext.getParameter("Apply")!=null)
    String destination =
    "form:SYSADMIN:SYSTEM_ADMINISTRATOR:STANDARD:FND_FNDMNMNU";
    pageContext.forwardImmediatelyToForm(destination);
    *Usage Notes*
    Microsoft Internet Explorer supports the IFrame element, so when you launch an Oracle Applications form from
    OA Framework, only a splash window appears. Any other windows required by the FormsLauncher applet
    use(s) the hidden IFrame as the target and therefore remain(s) hidden from the user. Netscape Navigator, on
    the other hand, does not support the IFrame element, so in addition to a splash window, the user also sees
    another window used by the FormsLauncher applet.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    let me know if you got struck.

  • Setting "Append file extension" in PSE9 Trial

    I downloaded the trial version, and when I open a RAW file and then go to save it, the .MRW (yes, I know that's old now!) stays in place and I have to type in the required extension,  even though I have set the option in the box below. Looking at the Preferences dialogue box, I tried to set this to 'Always', but note that it always defaults back to 'Never'. This is annoying, because I don't want to overwrite my RAW files. If anyone has upgraded to the full version yet, I would like to know if this is a feature of the trial which might be unlocked on upgrade.
    I have PSE6 & PSE8 still installed on my Mac. I much prefer to use Bridge from PSE8 rather than the frankly awful (and pointless) Organiser.

    Barbara,
      Thanks for the link, I've passed it off to the engineers to chew on.
    Michael,
      The specific file that carries the seed of this bug is "Adobe Photoshop Elements 9 Prefs.psp" in Users/[User Name]/Library/Preferences/Adobe Photoshop Elements 9 Settings. Trashing/renaming this file while PSE is closed will fix this particular bug. No other files need be removed. I plan on taking a closer look at this file to see what might be done.
    Byard,
      I am using the same version of the software that everybody else gets. Actually, I never got the beta to install on my Mac (Windows worked fine). I think there might have been a hiccup with the first attempt at the install, because I cleaned my machine of all traces of PSE9 before installing the final release version and that installed without issue. I suggest the same for anybody else that had their system touched by the beta. I don't know if that explains any of the issues you are seeing. Because I can change any preferences besides the Saving Files without issue.
      This same behavior does not happen on the Windows side, mainly because this is not an option on the Windows side. You ALWAYS save an extension with Windows, that's just how the OS works. Windows reads a lot of book covers, and by that I mean it puts a lot of stock into the extension. It determines how Windows will treat the file. For Mac, an extension isn't needed, it's really there to make you feel more comfortable and to be more compatible with Windows. Mac reads the file for information about what applications it belongs to. Windows see .JPG and it has one response to that when you double click on it (this is called file association). On Mac, depending on where that particular JPEG file came from and what you've been doing with it will determine how it will be treated in the future.
    -Brett

  • Set default PDF extension for Downloaded Forms - Collaborator

    Is there a way of making .PDF the deafult file extension for downloaded forms?
    I'm trying to dteremine if this feature is controlled by the actual subscription type pr the access type.
    I have a Basic User Account setup as a Collaborator on a form which I author under a Plus subscription. I would like the default file type to be .PDF for any forms that are saved with their own unique name. However, unless I include the .PDF as part of the file name, the file saves without an extension.
    Is there a way that I can set this as a default for the Collaborator because having to remeber to add the file extension is a pain.

    Please see my response in your other post of the same question: http://forums.adobe.com/thread/1343769?tstart=0
    Thanks,
    Josh

  • Set Locale ID extension for Dreamweaver 8

    Is anyone aware of an alternative for the Set Locale ID server extension by Jason Parker as it returns an "Invalid Extension" when attempting to download it.
    Using ASP pages with Access database which has suddenly started to reformat the date from an input form to the US format of mm/dd/yyyy instead of the programmed dd/mm/yyyy format. The error does not occur when the database is run locally, only when via the web server which makes me think that although the locale on the web server shows the UK locale of 2057 I need to add a server script to my ASP pages to ensure the dates are indeed in UK format.

    While hopefully one of our Add-ons community members may know the answer you will probably have better luck posting your question on the Dreamweaver forum as Add-ons is focussed on CS6 and up.
    I hope you are able to find a solution.
    Best,
    Jonathan

  • How to keep the page-setting and the extension of a file uploaded to a form

    Hi,
    I created a form based on table witch contain a blob.
    If i upload into it an HTML file, when i load it in a report it look fine. But, if i upload a MSword or PDF file
    it display binary characters.
    Please help.
    Thanks.

    Hi Scafandri ,
      LEAD SELECTION IS A PROPERTY OF A NODE.  YOU CAN CHECK AND UNCHECK THAT PROPERTY UNDER NODE PROPERTIES.
    OR IF YOU WANT TO SET SELECTED ROW AS LEAD SELECTION THEN USE THE BELOW LINK IT WOULD BE HELPFUL
    retreiving the selected row index value
    In onclick  event of alv table,
    first get the index value of selected row  using r_param->get_index( ).
    Then using this value  set lead selection  like below
    lo_nd_itab->set_lead_selection_by_index ( above index value ).
    Then selected row will become the leadselection.
    Regards
    Srinivas

  • How to set multiple file extension in ForEach Loop Component.

    I want to enumerate all *.xls and *.xlsx file. How to fill the Files box? 

    This is correct, even after you have enumerated over the marked (xls and xlsx files) how do you intend to process these files. What are the subsequent tasks in the for each loop?
    Please vote as helpful or mark as answer, if it helps
    Cheers, Raunak | t: @raunakjhawar |
    My Blog
    can the excel data provider process both xlsx and xls file?
    is there any way to process  both xlsx and xls file in dataflow?

  • Setting proper file extensions for downloadable links?

    I'm trying to create a link on a webpage to download an InDesign file (*.indd) and a PDF.  The link for the pdf works fine, but whenver I try to test the page and download the .indd file from the website, I get a *.indd.html file and the size of the file has changed by a lot.  The link is correctly directed, and the file is correctly uploaded. Here is the website and code snippet used:
    http://www.cheungdesigns.info/MMM.html
    HTML code:
    <p><a href="MeatlessMeals.indd" target="_blank">InDesign file</a></p>
    Can anybody see the problem?

    Zip it.   Providing the file isn't too huge, a zipped file should download OK.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • HELP PLS!!!! Setting up WIFI extensions.

    Have a seperate outbuilding from my house that I would like wifi in. I have 2 powerline adapters. One of them is connected to my homehub and the other one is in the outbuilding. An ethernet cable connected from my laptop to powerline adapter 2 (in the outbuilding) and it works, but I would quite like wireless (wifi).  If I plugged a Belkin Wireless G+ MIMO Modem Router would wifi work in the outbuilding?
    Thanks in advance for your help, A quick reply would be helpful!
    Solved!
    Go to Solution.

    you need something like this http://www.shop.bt.com/products/bt-dual-band-wi-fi-extender-600-8W46.html
    you need to remove the link to amazon product or mods will delete as against forum policy
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Voice mail for one user with two extensions

    Environment:
    Cisco Unified CM Administration System version: 7.1.3.30000-1
    Cisco Unity Connection Administration Version 7.1.3.10000-68
    We have a user this year that will be wearing two hats and will have offices in two different locations. I have both extensions as a line on each phone. Now I just need to point both extensions to the same voicemail box or give the user two mail boxes. It seems that CM Administration only supports one voicemail box per user. I think it would be easier for the user to only have to check one mail box by having both extensions point to the same VM. How can I accomplish this?

    Hi Andy,
    Let's say the user has numbers 7005 & 8450 but we want only one mailbox
    @ 7005. There are a couple of ways to do this.
    In CUCM go to> Feature> Voicemail> Voicemail Profile and  create a new Profile called XXXX (whatever name you want) with a  Description called "XXXX username Mailbox" the Voice Mail Box Mask will be 7005> Save
    Then  via CUCM go to the Users Phones> under Directory Number Config for 8450> Voicemail Profile and change to XXXX (created previously in  above steps)>Update>Reset
    Now when a call routes via forward to Unity Connection it will reach the Mailbox @ 7005.
    Or in Unity Connection set up Alternate Extension so that 8450 is an Alternate Extension for 7005 etc.
    Cheers!
    Rob
    "I don't know how, I don't know when
    But you and I will meet again " 
    - Tom Petty

  • How to set up iPhone 5 iOS 6 email with IMAP over SSL on a custom port?

    Basically I have the same problem as this guy 5 years ago but the thread contained no useful answer. Maybe there are people out there who became smarter in the meantime? Please help me out how to get my iPhone read emails via IMAP over SSL on a custom port to the corporate server. The issue is that the iPhone only seems to work if you use the standard 993 port for IMAPS, not with a custom port as we have. I've installed the corporate root certificate in a profile, and it shows up as trusted and verified in the phone, so that should not be the issue. The mail app in the iPhone tries to connect, I can verify that from the server, but then does nothing, doesn't try to authenticate, doesn't log out, nothing is going on, and then drops the connection after 60 seconds. Repeats this every 5 minutes (as set to fetch e-mail every 5 minutes.)
    Original thread 5 years ago: https://discussions.apple.com/message/8104869#8104869

    Solved it by some (a lot) of fiddling.
    Turns out it's not a bug in the iPhone, it's a feature.
    Here's how to make it work.
    DOVECOT
    If the IMAPS port is anything other than 933 (the traditional IMAPS port) the iPhone's Mail App takes the "Use SSL" setting on the IMAP server as 'TLS', meaning it starts the communication in plain text and then issues (tries to issue) the STARTTLS command to switch the connection to encrypted. If, however, Dovecot is set up to start right away in encrypted mode, the two cannot talk to each other. For whatever reason neither the server nor the client realizes the connection is broken and only a timeout ends their misery.
    More explanation about SSL/TLS in the Dovecot wiki: http://wiki2.dovecot.org/SSL
    So to make this work, you have to set Dovecot the following way. (Fyi, I run Dovecot 2.0.19, versions 1.* have a somewhat different config parameters list.)
    1. In the /etc/dovecot/conf.d/10-master.conf file make sure you specify the inet_listener imap and disable (set its port to 0) for imaps like this:
    service imap-login {
      inet_listener imap {
        port = --your port # here--
      inet_listener imaps {
        port = 0
        ssl = yes
    This of course enables unencrypted imap for all hackers of the universe so you quickly need to also do the things below.
    2. In the /etc/dovecot/conf.d/10-ssl.conf file, make sure you set (uncomment) the following:
    ssl = required
    This sets Dovecot to only serve content to the client after a STARTTLS command was issued and the connection is already encrypted.
    3. In /etc/dovecot/conf.d/10-auth.conf set
    disable_plaintext_auth = yes
    This prevents plain text password authentication before encryption (TLS) is turned on. If you have also set ssl=required as per step 2, that will prevent all other kinds of authentications too on an unencrypted connection.
    When debugging this, please note that if you connect from localhost (the same machine the server runs on) disable_plaintext_auth=yes has no effect, as localhost is considered secure. You have to connect from a remote machine to make sure plain text authentication is disabled.
    Don't forget service dovecot restart.
    To test if your setup works as it's supposed to, issue the following (green) from a remote machine (not localhost) (I'm using Ubuntu, but telnet and openssl is available for almost all platforms) and make sure Dovecot responds with something like below (purple):
    telnet your.host.name.here yourimapsportnumber
    * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE STARTTLS LOGINDISABLED] Dovecot ready.
    Most importantly, make sure you see 'STARTTLS' and 'LOGINDISABLED'. Then issue STARTTLS and hopefully you see something like this:
    a STARTTLS
    a OK Begin TLS negotiation now.
    (The 'a' in front of STARTTLS is not a typo, a prefix is required by the IMAP server in front of all commands.)
    Close the telnet (with 'a logout' or Ctrl+C) and you can use openssl to further investigate as you would otherwise; at the end of a lot of output including the certificate chain you should see a line similar to the one below:
    openssl s_client -starttls imap -connect your.domain.name.here:yourimapsportnumber
    . OK Pre-login capabilities listed, post-login capabilities have more.
    You can then use the capability command to look for what authentication methods are available, if you see AUTH=PLAIN, you can then issue a login command (it's already under an encrypted connection), and if it's successful ("a OK Logged in"), then most likely your iPhone will be able to connect to Dovecot as well.
    a capability
    * CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE AUTH=PLAIN
    a login username password
    * CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS MULTIAPPEND UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS
    a OK Logged in
    POSTFIX
    Likewise, you have to set Postfix to wait for STARTTLS before encrypting the communication.
    1. You have to delete the setting smtpd_tls_wrappermode=yes from /etc/postfix/master.cf and/or /etc/postfix/main.cf, if it was enabled. This will mean Outlook won't be able to connect any more because it requires a TSL connection without issuing STARTTLS as per Postfix documentation (haven't tested.) In my case we don't use Outlook so I didn't care. Outlook + iPhone + custom SMTPS port are simply not possible together at the same time as far as I understand. Pick one to sacrifice.
    2. Require encrypted (TLS) mode for any data transfer in /etc/postfix/main.cf:
    smtpd_tls_security_level = encrypt
    3. Authentication should only happen while already in encrypted (TLS) mode, so set in /etc/postfix/main.cf:
    smtpd_tls_auth_only = yes
    Don't forget postfix reload.
    To test if this works, issue the following telnet and wait for the server's greeting:
    telnet your.host.name.here yoursmtpsportnumber
    220 your.host.name ESMTP Postfix (Ubuntu)
    Then type in the EHLO and make sure the list of options contains STARTTLS and does not include an AUTH line (that would mean unencrypted authentication is available):
    ehlo your.host.name.here
    250-STARTTLS
    Then issue starttls and wait for the server's confirmation:
    starttls
    220 2.0.0 Ready to start TLS
    Once again, it's time to use openssl for further testing, detailed info here http://qmail.jms1.net/test-auth.shtml
    CERTIFICATES
    You also need to be aware that iOS is somewhat particular when it comes to certificates. First of all, you have to make sure to set the following extensions on your root certificate (probably in the [ v3_ca ] section in your /etc/ssl/openssl.cnf, depending on your openssl setup), especially the 'critical' keyword:
    basicConstraints = critical,CA:true
    keyUsage = critical, cRLSign, keyCertSign
    subjectKeyIdentifier=hash
    authorityKeyIdentifier=keyid:always,issuer:always
    And then on the certificate you sign for your mail server, set the following, probably in the [ usr_cert ] section of /etc/ssl/openssl.cnf:
    basicConstraints=CA:FALSE
    keyUsage = nonRepudiation, digitalSignature, keyEncipherment
    subjectKeyIdentifier=hash
    authorityKeyIdentifier=keyid,issuer
    subjectAltName = DNS:your.domain.name.here
    issuerAltName=issuer:copy
    Please note, the above are results of extensive google-ing and trial and error, so maybe you can omit some of the stuff above and it still works. When it started working for me, I stopped experimenting because figuring this all out already took way too much time. The iPhone is horribly undocumented when it comes to details of its peculiar behaviors. If you experiment more and have more accurate information, please feel free to post here as a reply to this message.
    You have to import your root certificate into your iPhone embedded in a profile via the iPhone Configuration Utility (free, but only available in Windows or a Mac; details here: http://nat.guyton.net/2012/01/20/adding-trusted-root-certificate-authorities-to- ios-ipad-iphone/ ), after having first added it to Windows' certificate store as a trusted root certificate. This way the Utility will sign your certificate for the phone and it becomes usable; if you just add it from the phone it will be there but won't be used. Using a profile has the added benefit of being able to configure mail settings in it too, and that saves a lot of time when you have to install, remove, reconfigure, install again, etc. a million times until it works.
    Another undocumented constraint is that the key size is limited to a max of 4096. You can actually install a root certificate with a larger key, the iPhone Configuration Utility will do that for you without a word. The only suspicious thing is that on the confirmation screen shown on your iPhone when you install the profile you don't get the text "Root Certificate/ Installing the certificate will add it to the list of trusted certificates on your iPhone" in addition to your own custom prompt set up in the iPhone Configuration Utility. The missing additional text is your sign of trouble! - but how would know that before you saw it working once? In any case, if you force the big key certificate on the device, then when you open the Mail App, it opens up and then crashes immediately. Again, without a word. Supposedly Apple implemented this limit on the request of the US Government, read more here if you're interested: http://blogs.microsoft.co.il/blogs/kamtec1/archive/2012/10/13/limitation-of-appl e-devices-iphone-ipad-etc-on-rsa-key-size-bit.aspx .
    IN CLOSING...
    With all this, you can read and send email from your iPhone.
    Don't forget to set all your other clients (Thunderbird, Claws, etc.) to also use STARTTLS instead of SSL, otherwise they won't be able to connect after the changes above.

  • How can I repair "Page Set-up" in OS 10.4.11 (it stopped working)

    On my old Powermac G4 my Page Sset-up cannot be opened anymore.
    I have some Appleworks 6.2.9 spread sheets with multiple pages, which I need to print on an Epson 580 Printer,
    the Print command in the File pulldown asks to "use the Page Set-up first", but  if I pull it down and click on it, it says
    the same thing and does not show any dialog.
    Is "Page Set-up"  part of Appleworks, or part of the Epson Printer Software, or is it part of the OS?
    I got all the original disks for all that software, but reinstalling the whole works would take days
    (...and may cause something else to disappear that I might not have on disk)
    Your help is appreciated.  

    Hello Klaus, thanks for the Help.  I reinstalled my Epson RX 580 Printer Software, then updated the drivers from the Epson Website.
    Page Set-up was still not working.
    So  I reinstalled Appleworks 6, then updated it to 6.2.9.  ( I got all the disks and saved all the Uppdate .dmg's)
    I have 4 built-in hard drives, the largest one split into 3 separate volumes one of which is Techtool's E-drive), 3 of them have more or less the same data on it for back-up, all but one have their own boot start.
    I had the same problem with all the drives. Each day I update Appleworks spreadsheets which have 4 pages, then save with new date.  I seldom need to print them, and never had any trouble doing so, until this time.
    I went back a few years and picked one of the dated spreadsheets, opened it, then tried Page-Set-up and it worked.  It did that several times until I had narrowed down to the first dated SS in which Page set-up did not work:  It was dated Oct 1, 2009.  All later sheets had the same problem no Page Set-up possible, all earlier sheets were not so affected.
    I made a copy of the last working SS, saved it as a template, erased all the data, then tried Page Set-up and it worked,  I copied the data from a later sheet into it, and saved to desk under new name.  I tried Print using PDF Print, then noticed that the old sheet I had used as template had only 3 Pages. 
    I had to add new cells to get my 4 Page system back.  But here was a new problem, I could print, but it would only print the old cell range from the 3 Page spreads.  There was no way to print sheet 4.  Even the extra cells in sheet 3 would not print.  Now that must be caused by Appleworks!  Or rather the Appleworks updates which had been all over the place in their last glory days.  (I had  tried to back-peddle trying with Appleworks 6 and Appleworks 5, even Clarisworks, well it did not work but Appleworks 6 files now add the extension  .cwk to all files - even though Preferences are set to "No Extensions" and I click on "No Extensions" while saving files.  The only way to get rid of these extension is to save the file, then highlight the name of the file
    in its folder, and change delete the extension from the file name.  If this file is then opened up and saved a under a new nme the extension is gone from the new file as well.)
    I just about gave up here.  I had checked all the disks with Disk Utility to verify Permissions, and check the Volumes.  Nothing was found.   I brought in the Techtool  and checked all the drives , and volumes:  nothing found.  I noticed here that my most actively used drive needed defrag, and so I used Techtool to defrag.  I tried the next day and discovered that the new 4 page spread sheet template would now print all pages!
    So now I know what to do If I need to print from an old spresdsheet that has no Page Seutp.  I simply copy its contents to my new 4 sheet template.   All my new sheets are now done using the new template.

  • File extension for: cl_gui_frontend_services= file_open_dialog

    Hello,
    I would like to set the file extension for cl_gui_frontend_services=>file_open_dialog such that my default extension in the file open dialogue is the .csv (comma-separated value) file. May I know how can I do that?
    Thanks!
    Regards,
    Anyi

    Hello,
    Thanks for the quick reply.
    Howeer, I tried to use the extension of CSV and the file dialogue opened up with .RTF (which is the default extension) instead.
    Any comment on that?
    Thanks!
    Anyi
    > HI,
    >
    > Here is the code
    >
      DATA:  l_title TYPE string,
    >          l_dfext TYPE string,
    > l_dfinm TYPE string,
    >          l_file  TYPE string,
    > l_path  TYPE string,
    >          l_fpath TYPE string.
    > le = 'SAVE FILE PATH'.
    >   l_dfext = 'csv'.
    > l_dfinm = 'Error_Idoc'.
    >
    > CONCATENATE l_dfinm sy-datum sy-uzeit INTO l_dfinm
    >  SEPARATED BY '_'.
    >
    > CONCATENATE  l_dfinm l_dfext INTO l_dfinm SEPARATED
    >  BY '.'.
    >
    > CALL METHOD
    >  cl_gui_frontend_services=>file_save_dialog
    >    EXPORTING
    >    window_title      = l_title
    >    default_extension = l_dfext
    >    default_file_name = l_dfinm
    >     INITIAL_DIRECTORY = L_DIR
    > CHANGING
    >       filename          =  l_file
    > path              =  l_path
    >       fullpath          =  l_fpath
    > CEPTIONS
    >       cntl_error        = 1
    > error_no_gui      = 2
    >       OTHERS            = 3.
    > s,
    > Richa

Maybe you are looking for

  • Connecting managed server to cluster's administration server

    Hello, I have a problem when trying to connect managed server to cluster's administration server. When starting the managed server I get a security exception: [javax.naming.AuthenticationException [Root exception is java.lang.SecurityException: Admin

  • How to change net price of order in B2B webshop

    Hi All, I have a requirement where a new input field (discount) is to be added in 'order.jsp' page of B2B webshop in header level. when a user enters some discount in it and clicks 'update' button, the netprice in header should be reduced by given di

  • How do you customise the finder "save as" dialog box?

    Hi I get a lot of email with attachments that I need to work on - word documents and powerpoint slides mainly. I am still running Snow Leopard and I think Finder is very frustrating. Has it been improved in this aspect in Mountain Lion? Firstly, if I

  • Apache not working properly

    Trying to run Apache so that I can create a testing server on my mac.When I start apache it starts, but it doesn't run (no connection to local host. Ill upload the unix,you'll see that after starting there is no processes, and I did a check to show y

  • Recurrent Crashes

    Good Morning, for a couple of days now my little Mac Mini is crashing/freezing after some hours of uptime.. After a reboot I get this nice "Your computer was shutdown due to a problem"-report and it says Apple is informed, but honestly spoken when lo