Creating interface visibly outside package, but not implementable

Hi,
I want to make interface which is implementable only within its package, but usable also outside the package.
for example:
package a
interface A {...} // not implementable out of the package
public interface Asafe1 extends A {...} // implementable out of the package
public interface Asafe2 extends A {...} // implementable out of the package
package b
public class Aimpl1 implements Asafe1 {...}
public class Aimpl2 implements Asafe2 {...}
public class Driver
     void doSomethong()
          for (A a : aList)
              // do some A stuff
}Is there a way to do it?
Edited by: s_roee on Aug 24, 2009 4:38 PM
Edited by: s_roee on Aug 24, 2009 4:38 PM

Hi,
I guess that there's no much difference if I put the interface here as an static internal interface of SomeClass, or as a package visible interface...
Its a little hard to understand how it bypass my problem.
Let me give an example (not the real example..) of a place my design takes place.
So, lets say that There is an interface IUSACitizen implementation,
Now lets say that every state treats its citizens with whole different methods and processes, so each state has its own IUSACitizen, like New Tork having NewYorkCitizen, Whashington has WashingtonCitizen.
For the sake of state purposes, new york processes will use NewYorkCitizen, but for the sake of U.S level usage, it will treat them all as IUSACitizen.
So, I want that methods that need to use IUSACitizen will be able to do so, but methods that will try to implement IUSACitizen will have to go through one of the underlying classes/interfaces.

Similar Messages

  • TS1363 my ipod classic is visible in windows but not in itunes, this happens on 2 different computers where my iphone and ipod touch work fine which leads me to think something is up with the ipod itself and i cant find any threads to help

    my ipod classic is visible in windows but not in itunes, this happens on 2 different computers where my iphone and ipod touch work fine which leads me to think something is up with the ipod itself and i cant find any threads to help.
    any thoughts anyone??

    Perhaps the reason you haven't had any replies is because there is no such thing as an 8GB iPod Classic.
    I suggest that you begin by correctly identifying which iPod you have.
    http://support.apple.com/kb/HT1353

  • I am trying to set up my newly purchased Apple TV but when I enter my network password while setting up, I am not able to enter the Submit button, any idea how to hit the visible submit button that is visible on screen but not responding?

    I am trying to set up my newly purchased Apple TV but when I enter my network password while setting up, I am not able to enter the Submit button, any idea how to hit the visible submit button that is visible on screen but not responding?

    You need to use the right arrow on the remote to go all the way to the right. The submit button will be highlighted and you can then press select on the remote to proceed.

  • How do I create both endnotes and footnotes in same doc in Pages? I have iWork 2008. I understand how to create one or the other, but not both.

    How do I create both endnotes and footnotes in same doc in Pages? I have iWork 2008. I understand how to create one or the other, but not both.

    You have to select one or the other.
    Try making two documents and see if you can merge the .pdfs, but their will be problems with page flow, making the pages shift. Can't see it working really.
    Pages is not the only solution out there or the best for most jobs (let alone the safest). Try Word for Mac, LibreOffice (free) or any App that has the features you need.
    Peter

  • How to creat commitment for PO PR but not creat statistical cost for GR

    Hi,
    Quantities and Values in Valuated Project Stock: Example - Material - SAP Library
    Planning
    Material FIN-M is assigned to network activity V10 and is managed in the project stock for WBS element P/4711.1.
    The network type is flagged as appended and apportioned to the WBS.
    Before the first MRP planning run or before the planned orders are converted into purchase requisitions or production orders, the following amounts appear in WBS element P/4711.1:
    Planned costs of $500,00
    Remaining order plan value of $300,00
    The MRP controller begins by converting the planned orders. First, the planned order for the material RAW-M is converted into a purchase requisition and the planned order for the material SEMI-M is converted into production order A2.The order type is flagged as not appended and apportioned to the WBS.The remaining order plan value in the WBS element changes by the amount of the internal activities portion of production order A2 to $400,00 (300,00 + 100,00).After the purchase requisition is converted into a purchase order, a cost commitment of $50,00 also appears in WBS element P/4711.1.
    External Procurement
    Valuated goods are received for the purchase order, but the price is $10 different at $60. Assuming that material RAW-M is price-controlled, this gives rise to a debit posting of $60,00 in the stock account and credit posting of $60 in the GR/IR clearing account (Financial Accounting).If the inventory accounts was created as a cost element in CO, the following appear in WBS element P/4711.1:
    Statistical actual costs of $60,00 in the stock cost element
    A cost commitment of $0,00
    If material RAW-M is price-controlled the standard price is $50,00, the postings in Financial Accounting are: $50,00 debit to a stock account $10,00 debit to a price difference $60,00 credit to the GR/IR clearing account
    In this case, the only figure in the WBS element would be statistical actual costs of $50,00.
    Above excerpt from SAP help, may I know how to do configuration to creat commitment for PO PR but not creat statistical cost for GR?
    Thanks and regards,
    Ray

    Hello Jie,
    if i right assuming your query then PR->PO= Commitment should be created.
    but GRN by MIGO=Statistical cost should not create once MIGO if right then actual cost would be 0.
    you can activate commitment by OKKP transaction.
    And you want to cost should not be statistical after MIGO right?
    here solution is cost never statistical type until account assignment object not statistical type this is my assumption.
    if this is the issue then check G/L account from the PO. then check that G/L account, whether it is a B/S account or P&L account? I think you have wrongly assigned P&L account.
    Regards,
    Sanjeev

  • Clients getting Applications and Packages, but NOT Software Updates

    I am trying to set up a new SCCM2012 installation and have come across a strange problem that I need help on.
    We have a single primary site at one location with distribution points at several other locations. Clients at some of the locations (but not all) are able to get deployed applications and packages from their DP, but for some reason are not able to get Software
    Updates from the same DP.
    When I look in the LocationServices log, I can see it contact the DP when an application is available. The following appear in the log:
    Current AD site of machine is XYZ
    Calling back with the following distribution points
    Distribution Point='https://<My DP>...,Locality='LOCAL',DPType='Server',Version='7958', etc.
    Calling back with locations for location request {<CID>}
    But otherwise, the LocationServices log is filled with:
    Current AD site of machine is XYZ
    Calling back with empty distribution points list
    Current AD site of machine is XYZ
    I don't understand how the machine is able to locate and work with the DP for Applications/Packages, but not for Software Updates. I'm thinking it must be something with the boundaries/boundary groups, but I have checked and everything seems to be fine,
    and they are working for Apps/Packs. 

    The WindowsUpdate.log seems to indicate that it is talking with the MP:
    **START** Agent: Finding updates [CallerId=CcmExec]
    *Include potentialy superseded updates
    *online=Yes;Ignor download priority=Yes
    *Criteria="(DeploymentAction=* AND Type='Software') OR (DeploymentAction=* AND Type='Driver')"
    *Search Scope={Machine}
    +++++ PT: Synchronizing server updates +++++
    + ServiceId= {<CID>}, Server URL = <My MP with appropriate port>
    Agent * Added update {<CID>}.202 to search result
    * Found 289 updates and 77 categories in search; evaluated appl. rules of 2711 out of 4339 deployed entities
    ** END ** Agent:Finding updates [CallerID=CcmExec]
    But there is no mention of my DP.

  • [SOLVED] Puzzled: Web site visible on network but not outside network

    Edit: Ok, nevermind . . . somehow the problem has resolved itself. Perhaps my ISP was having a bad hair day or something.
    I'm puzzled by this small problem I'm having. It is NOT a critical problem or anything, just something I'd like to solve.
    I've installed the LAMP packages, set up a small MySQL database and made a very simple web interface for it. The web pages open fine on my main computer and all the other computers on our network, but it is not visible outside our network.
    I am behind a router and I have forwarded port 80 to my local IP. I've set httpd: ALL, http: ALL and (finally) ALL: ALL: ACCEPT in /etc/hosts.
    I got to thinking maybe my ISP (RoadRunner) is blocking port 80 requests to my home, so I changed the port to 9292 and forwarded that to my local IP. Still not visible from the outside.
    I've tinkered with the /etc/httpd/conf/httpd.conf file (pasted in below) but still there is no outside connectivity, changing the listen settings and the server name settings. I can still access it fine from this side of the router. I've restarted the httpd service many times.
    I've done all I can think to do to solve the issue. it is likely I am overlooking something very basic. Any help or ideas are appreciated. Below is my httpd.conf.
    # This is the main Apache HTTP server configuration file. It contains the
    # configuration directives that give the server its instructions.
    # See <URL:http://httpd.apache.org/docs/2.2> for detailed information.
    # In particular, see
    # <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
    # for a discussion of each configuration directive.
    # Do NOT simply read the instructions in here without understanding
    # what they do. They're here only as hints or reminders. If you are unsure
    # consult the online docs. You have been warned.
    # Configuration and logfile names: If the filenames you specify for many
    # of the server's control files begin with "/" (or "drive:/" for Win32), the
    # server will use that explicit path. If the filenames do *not* begin
    # with "/", the value of ServerRoot is prepended -- so "/var/log/httpd/foo_log"
    # with ServerRoot set to "/etc/httpd" will be interpreted by the
    # server as "/etc/httpd//var/log/httpd/foo_log".
    # ServerRoot: The top of the directory tree under which the server's
    # configuration, error, and log files are kept.
    # Do not add a slash at the end of the directory path. If you point
    # ServerRoot at a non-local disk, be sure to point the LockFile directive
    # at a local disk. If you wish to share the same ServerRoot for multiple
    # httpd daemons, you will need to change at least LockFile and PidFile.
    ServerRoot "/etc/httpd"
    # Listen: Allows you to bind Apache to specific IP addresses and/or
    # ports, instead of the default. See also the <VirtualHost>
    # directive.
    # Change this to Listen on specific IP addresses as shown below to
    # prevent Apache from glomming onto all bound IP addresses.
    #Listen 12.34.56.78:80
    Listen 192.168.1.100:9292
    #Listen *:9292
    # Dynamic Shared Object (DSO) Support
    # To be able to use the functionality of a module which was built as a DSO you
    # have to place corresponding `LoadModule' lines at this location so the
    # directives contained in it are actually available _before_ they are used.
    # Statically compiled modules (those listed by `httpd -l') do not need
    # to be loaded here.
    # Example:
    # LoadModule foo_module modules/mod_foo.so
    LoadModule authn_file_module modules/mod_authn_file.so
    LoadModule authn_dbm_module modules/mod_authn_dbm.so
    LoadModule authn_anon_module modules/mod_authn_anon.so
    LoadModule authn_dbd_module modules/mod_authn_dbd.so
    LoadModule authn_default_module modules/mod_authn_default.so
    LoadModule authz_host_module modules/mod_authz_host.so
    LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
    LoadModule authz_user_module modules/mod_authz_user.so
    LoadModule authz_dbm_module modules/mod_authz_dbm.so
    LoadModule authz_owner_module modules/mod_authz_owner.so
    LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
    LoadModule authz_default_module modules/mod_authz_default.so
    LoadModule auth_basic_module modules/mod_auth_basic.so
    LoadModule auth_digest_module modules/mod_auth_digest.so
    LoadModule file_cache_module modules/mod_file_cache.so
    LoadModule cache_module modules/mod_cache.so
    LoadModule disk_cache_module modules/mod_disk_cache.so
    LoadModule mem_cache_module modules/mod_mem_cache.so
    LoadModule dbd_module modules/mod_dbd.so
    LoadModule dumpio_module modules/mod_dumpio.so
    LoadModule ext_filter_module modules/mod_ext_filter.so
    LoadModule include_module modules/mod_include.so
    LoadModule filter_module modules/mod_filter.so
    LoadModule substitute_module modules/mod_substitute.so
    LoadModule deflate_module modules/mod_deflate.so
    LoadModule ldap_module modules/mod_ldap.so
    LoadModule log_config_module modules/mod_log_config.so
    LoadModule log_forensic_module modules/mod_log_forensic.so
    LoadModule logio_module modules/mod_logio.so
    LoadModule env_module modules/mod_env.so
    LoadModule mime_magic_module modules/mod_mime_magic.so
    LoadModule cern_meta_module modules/mod_cern_meta.so
    LoadModule expires_module modules/mod_expires.so
    LoadModule headers_module modules/mod_headers.so
    LoadModule ident_module modules/mod_ident.so
    LoadModule usertrack_module modules/mod_usertrack.so
    #LoadModule unique_id_module modules/mod_unique_id.so
    LoadModule setenvif_module modules/mod_setenvif.so
    LoadModule version_module modules/mod_version.so
    LoadModule proxy_module modules/mod_proxy.so
    LoadModule proxy_connect_module modules/mod_proxy_connect.so
    LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
    LoadModule proxy_http_module modules/mod_proxy_http.so
    LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
    LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
    LoadModule ssl_module modules/mod_ssl.so
    LoadModule mime_module modules/mod_mime.so
    LoadModule dav_module modules/mod_dav.so
    LoadModule status_module modules/mod_status.so
    LoadModule autoindex_module modules/mod_autoindex.so
    LoadModule asis_module modules/mod_asis.so
    LoadModule info_module modules/mod_info.so
    LoadModule suexec_module modules/mod_suexec.so
    LoadModule cgi_module modules/mod_cgi.so
    LoadModule cgid_module modules/mod_cgid.so
    LoadModule dav_fs_module modules/mod_dav_fs.so
    LoadModule vhost_alias_module modules/mod_vhost_alias.so
    LoadModule negotiation_module modules/mod_negotiation.so
    LoadModule dir_module modules/mod_dir.so
    LoadModule imagemap_module modules/mod_imagemap.so
    LoadModule actions_module modules/mod_actions.so
    LoadModule speling_module modules/mod_speling.so
    LoadModule userdir_module modules/mod_userdir.so
    LoadModule alias_module modules/mod_alias.so
    LoadModule rewrite_module modules/mod_rewrite.so
    LoadModule php5_module modules/libphp5.so
    LoadModule php5_module /usr/lib/httpd/modules/libphp5.so
    AddHandler php5-script php
    <IfModule !mpm_netware_module>
    <IfModule !mpm_winnt_module>
    # If you wish httpd to run as a different user or group, you must run
    # httpd as root initially and it will switch.
    # User/Group: The name (or #number) of the user/group to run httpd as.
    # It is usually good practice to create a dedicated user and group for
    # running httpd, as with most system services.
    User http
    Group http
    </IfModule>
    </IfModule>
    # 'Main' server configuration
    # The directives in this section set up the values used by the 'main'
    # server, which responds to any requests that aren't handled by a
    # <VirtualHost> definition. These values also provide defaults for
    # any <VirtualHost> containers you may define later in the file.
    # All of these directives may appear inside <VirtualHost> containers,
    # in which case these default settings will be overridden for the
    # virtual host being defined.
    # ServerAdmin: Your address, where problems with the server should be
    # e-mailed. This address appears on some server-generated pages, such
    # as error documents. e.g. [email protected]
    ServerAdmin [email protected]
    # ServerName gives the name and port that the server uses to identify itself.
    # This can often be determined automatically, but we recommend you specify
    # it explicitly to prevent problems during startup.
    # If your host doesn't have a registered DNS name, enter its IP address here.
    ServerName 192.168.1.100:9292
    # DocumentRoot: The directory out of which you will serve your
    # documents. By default, all requests are taken from this directory, but
    # symbolic links and aliases may be used to point to other locations.
    DocumentRoot "/srv/http"
    # Each directory to which Apache has access can be configured with respect
    # to which services and features are allowed and/or disabled in that
    # directory (and its subdirectories).
    # First, we configure the "default" to be a very restrictive set of
    # features.
    <Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all
    </Directory>
    # Note that from this point forward you must specifically allow
    # particular features to be enabled - so if something's not working as
    # you might expect, make sure that you have specifically enabled it
    # below.
    # This should be changed to whatever you set DocumentRoot to.
    <Directory "/srv/http">
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    # The Options directive is both complicated and important. Please see
    # http://httpd.apache.org/docs/2.2/mod/core.html#options
    # for more information.
    Options Indexes FollowSymLinks
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    # Options FileInfo AuthConfig Limit
    AllowOverride None
    # Controls who can get stuff from this server.
    Order allow,deny
    Allow from all
    </Directory>
    # DirectoryIndex: sets the file that Apache will serve if a directory
    # is requested.
    <IfModule dir_module>
    DirectoryIndex index.html
    </IfModule>
    # The following lines prevent .htaccess and .htpasswd files from being
    # viewed by Web clients.
    <FilesMatch "^\.ht">
    Order allow,deny
    Deny from all
    Satisfy All
    </FilesMatch>
    # ErrorLog: The location of the error log file.
    # If you do not specify an ErrorLog directive within a <VirtualHost>
    # container, error messages relating to that virtual host will be
    # logged here. If you *do* define an error logfile for a <VirtualHost>
    # container, that host's errors will be logged there and not here.
    ErrorLog "/var/log/httpd/error_log"
    # LogLevel: Control the number of messages logged to the error_log.
    # Possible values include: debug, info, notice, warn, error, crit,
    # alert, emerg.
    LogLevel warn
    <IfModule log_config_module>
    # The following directives define some format nicknames for use with
    # a CustomLog directive (see below).
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common
    <IfModule logio_module>
    # You need to enable mod_logio.c to use %I and %O
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
    </IfModule>
    # The location and format of the access logfile (Common Logfile Format).
    # If you do not define any access logfiles within a <VirtualHost>
    # container, they will be logged here. Contrariwise, if you *do*
    # define per-<VirtualHost> access logfiles, transactions will be
    # logged therein and *not* in this file.
    CustomLog "/var/log/httpd/access_log" common
    # If you prefer a logfile with access, agent, and referer information
    # (Combined Logfile Format) you can use the following directive.
    #CustomLog "/var/log/httpd/access_log" combined
    </IfModule>
    <IfModule alias_module>
    # Redirect: Allows you to tell clients about documents that used to
    # exist in your server's namespace, but do not anymore. The client
    # will make a new request for the document at its new location.
    # Example:
    # Redirect permanent /foo http://www.example.com/bar
    # Alias: Maps web paths into filesystem paths and is used to
    # access content that does not live under the DocumentRoot.
    # Example:
    # Alias /webpath /full/filesystem/path
    # If you include a trailing / on /webpath then the server will
    # require it to be present in the URL. You will also likely
    # need to provide a <Directory> section to allow access to
    # the filesystem path.
    # ScriptAlias: This controls which directories contain server scripts.
    # ScriptAliases are essentially the same as Aliases, except that
    # documents in the target directory are treated as applications and
    # run by the server when requested rather than as documents sent to the
    # client. The same rules about trailing "/" apply to ScriptAlias
    # directives as to Alias.
    ScriptAlias /cgi-bin/ "/srv/http/cgi-bin/"
    </IfModule>
    <IfModule cgid_module>
    # ScriptSock: On threaded servers, designate the path to the UNIX
    # socket used to communicate with the CGI daemon of mod_cgid.
    #Scriptsock /var/run/httpd/cgisock
    </IfModule>
    # "/srv/http/cgi-bin" should be changed to whatever your ScriptAliased
    # CGI directory exists, if you have that configured.
    <Directory "/srv/http/cgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
    </Directory>
    # DefaultType: the default MIME type the server will use for a document
    # if it cannot otherwise determine one, such as from filename extensions.
    # If your server contains mostly text or HTML documents, "text/plain" is
    # a good value. If most of your content is binary, such as applications
    # or images, you may want to use "application/octet-stream" instead to
    # keep browsers from trying to display binary files as though they are
    # text.
    DefaultType text/plain
    <IfModule mime_module>
    # TypesConfig points to the file containing the list of mappings from
    # filename extension to MIME-type.
    TypesConfig conf/mime.types
    # AddType allows you to add to or override the MIME configuration
    # file specified in TypesConfig for specific file types.
    #AddType application/x-gzip .tgz
    # AddEncoding allows you to have certain browsers uncompress
    # information on the fly. Note: Not all browsers support this.
    #AddEncoding x-compress .Z
    #AddEncoding x-gzip .gz .tgz
    # If the AddEncoding directives above are commented-out, then you
    # probably should define those extensions to indicate media types:
    AddType application/x-compress .Z
    AddType application/x-gzip .gz .tgz
    # AddHandler allows you to map certain file extensions to "handlers":
    # actions unrelated to filetype. These can be either built into the server
    # or added with the Action directive (see below)
    # To use CGI scripts outside of ScriptAliased directories:
    # (You will also need to add "ExecCGI" to the "Options" directive.)
    #AddHandler cgi-script .cgi
    # For type maps (negotiated resources):
    #AddHandler type-map var
    # Filters allow you to process content before it is sent to the client.
    # To parse .shtml files for server-side includes (SSI):
    # (You will also need to add "Includes" to the "Options" directive.)
    #AddType text/html .shtml
    #AddOutputFilter INCLUDES .shtml
    </IfModule>
    # The mod_mime_magic module allows the server to use various hints from the
    # contents of the file itself to determine its type. The MIMEMagicFile
    # directive tells the module where the hint definitions are located.
    #MIMEMagicFile conf/magic
    # Customizable error responses come in three flavors:
    # 1) plain text 2) local redirects 3) external redirects
    # Some examples:
    #ErrorDocument 500 "The server made a boo boo."
    #ErrorDocument 404 /missing.html
    #ErrorDocument 404 "/cgi-bin/missing_handler.pl"
    #ErrorDocument 402 http://www.example.com/subscription_info.html
    # EnableMMAP and EnableSendfile: On systems that support it,
    # memory-mapping or the sendfile syscall is used to deliver
    # files. This usually improves server performance, but must
    # be turned off when serving from networked-mounted
    # filesystems or if support for these functions is otherwise
    # broken on your system.
    #EnableMMAP off
    #EnableSendfile off
    # Supplemental configuration
    # The configuration files in the conf/extra/ directory can be
    # included to add extra features or to modify the default configuration of
    # the server, or you may simply copy their contents here and change as
    # necessary.
    # Server-pool management (MPM specific)
    #Include conf/extra/httpd-mpm.conf
    # Multi-language error messages
    Include conf/extra/httpd-multilang-errordoc.conf
    # Fancy directory listings
    Include conf/extra/httpd-autoindex.conf
    # Language settings
    Include conf/extra/httpd-languages.conf
    # User home directories
    Include conf/extra/httpd-userdir.conf
    # Real-time info on requests and configuration
    #Include conf/extra/httpd-info.conf
    # Virtual hosts
    #Include conf/extra/httpd-vhosts.conf
    # Local access to the Apache HTTP Server Manual
    #Include conf/extra/httpd-manual.conf
    # Distributed authoring and versioning (WebDAV)
    #Include conf/extra/httpd-dav.conf
    # Various default settings
    Include conf/extra/httpd-default.conf
    Include conf/extra/php5_module.conf
    # Secure (SSL/TLS) connections
    #Include conf/extra/httpd-ssl.conf
    # Note: The following must must be present to support
    # starting without SSL on platforms with no /dev/random equivalent
    # but a statically compiled-in mod_ssl.
    <IfModule ssl_module>
    SSLRandomSeed startup builtin
    SSLRandomSeed connect builtin
    </IfModule>
    Last edited by Rumor (2009-01-29 15:04:27)

    You could try a factory reset of the home hub, as sometimes the config can get corrupted.
    There is some general help on this page.
    Help with setting up routers, wireless repeaters, TVs and printers, CCTV cameras, VOIP Phones
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • PDF created using Java iText package - Text not editable and not displaying font properties on Acrobat

    Hi,
    I have an issue in editing the text and viewing the font properties of a text region on a PDF created using Java iText package.
    I use Adobe Acrobat 9 Pro Extended and the option Tools -> Advanced Editing -> TouchUp Text Tool.
    The strange behaviour is that, I have 2 PDFs created out of the same base PDF and text added via Java iText package with the same Text, Font and other properties.
    One of the PDF has the text region editable on Acrobat but the other one has the text region which is not editable.
    But both the PDFs are editable via Adobe Illustrator.
    I have attached both the PDFs for your reference
    PDF_Editable.pdf - Editable on Acrobat
    PDF_Not Editable.pdf - Not Editable on Acrobat
    Any help or insight to find out the difference/issue with the PDF which is not editable via Acrobat would be appreciated.
    Thanks in advance.
    Regards,
    Madhusoodhan Henryraman

    You don't have direct control of the leading of a multiline text field. A common approach is to control the background color of the field with JavaScript since the lines are not really needed when the field is used in Reader/Acrobat. They may be useful when using the form by hand. For more information, see the posts by Max in this topic: http://acrobatusers.com/forum/forms-acrobat/how-do-i-use-multi-lined-text-fields-over-prin ted-line-area-existing-form

  • TS1538 Running Windows XP,Ipod Mini works fine,but Ipod Nano visible in Windows,but not Itunes.Have loaded latest version of ITunes.How do I prceed

    Am running Windows XP pro,Ipod Mini works fine,but Ipod Nano is visible in my computer as a mass storage device,but not in Itunes.The settings on the Ipod says Version 1.0.2 Mac.Have tried all the trouble shooting solutions under Itunes help,but no success.Is it a problem with the Ipod or my Windows computer?Please help.Thanks Marcus.

    http://support.apple.com/kb/TS1363

  • PDF images visible in Adobe but not Preview or Mac Mail's Quick Look

    I have a PDF that I am inserting an ad into. I copy and paste the ad from one PDF into another. The problem I am having is when I have the final 10-page PDF with the ad inserted in it, you can open the 10-page PDF in adobe and the ad will be visible, but if you open it in Preview or using Mac Mail's Quick Look, the ad isn't there. When I open the original file with the ad in it (that I copied and pasted the ad from) in Quick Look or Preview, the ad appears. I need to know why the ad isn't showing up after it is copy and pasted into a new PDF?
    files can be viewed below or at this address:
    http://6letters.com/help/
    "lanai3_Grand Jewels-001Winning.pdf" is the document I am copying the ad from
    "lanai_122211.pdf" is the document I am pasting the ad into. The ad is on page 10. The ad is viewable in Adobe Acrobat but not in Preview or Mac Mail's Quick Look.
    I am using Adobe Acrobat Pro 9 (version 9.4.6) to do the copy/paste/save.
    I just clicked the above link and the ad doesn't show up online now either. It is supposed to be in the blank space on page 10.
    Any help much appreciated!!!!!!

    Hi,
    Acrobat 9 and older versions paste images as a stamp/comment which (that poorly functional) Preview cannot see, so you need to "flatten" the page if you want to see a pasted picture in Preview.
    (Preview, Mail and QuickLook shares the same rendering library)
    You can easily flatten one or several pages in a PDF using this free tools: http://abracadabrapdf.net/articles.php?lng=fr&pg=717

  • PIR visible in MD63 but not showing in MD04

    Hi,
    I have transferred SOP plan to demand management through mass processing...requirements are visible in md63 but they are not showing in MD04..
    Thanks
    Kumar

    Dear Kumar,
    The PIR is maintained for the version GP,which is not active,as suggested either you should maintain
    the PIR for this version as active or else  for the version 00(SAP standard).
    Regards
    Mangalraj.S

  • How come my comments are visible in iweb but not on published site?

    I published my site (after many frustrating attempts and publish errors) and had allowed comments. I made a blog entry and published to .mac and found out from a friend that that particular entry didn't have an option to add a comment. I tried to republish many times - I don't know how it happened but the comment option showed up eventually. I had the same thing happen again today so I tried publishing again but this time I tried publishing to a folder. Not sure if this caused the problem but now one comment on the blog disappeared and the rest are only visible in iweb and not on the published site - on the published site there isn't an opportunity to add comments where they used to be. Can I get the comments back on my site?
    Thank you for any help.
    MacBook   Mac OS X (10.4.10)  

    Oh, rats. Do I need to remove the folder that I published to? I'm not even sure where to find it. I have republished successfully with the comments still in iweb but they don't show up on-line. I'd really like to get them back on if possible.

  • Pacman finds repo and kdemod-* packages, but not kdemod itself?!

    Hi everyone! I couldn't find anyone with the same weird problem I have..
    I've done what was advised in http://www.archlinux.org/news/411/
    Due to a limitation in pacman's conflict checking and symbolic link resolution, the upgrade to klibc-1.5.14-1 requires manual removal of a symbolic link befole updating. Please run the command "rm /usr/lib/klibc/include/asm" as root to remove the symbolic link that will otherwise cause a few hundred false file conflicts.
    then, as root:
    Pacman -Suy,
    Pacman -Syy
    everything updated nicely, all repositories found and synced.
    then..
    # pacman -S kdemod
    kdemod package not found, searching for group...
    (huge list of kdemod* programs)
    install whole content? [Y/n]
    ..the whole content being over 1gb of mostly unnecessary kde-related programs so that couldn't be it.
    This is a fresh arch64 install, I haven't made any weird custom configurations. I've followed the kdemod site instructions and arch wiki faithfully, adding the x86_64 core repository to pacman.conf. Triple checked for typos.
    Pacman finds and installs nvidia, xorg and openbox without problems
    With kdemod3, kde, gnome and xfce4 it's the exact same behaviour as with kdemod.
    I don't understand why since "pacman -Sy" finds all necessary repos perfectly and even the individual bits for kdemod..
    ..halp!

    Ok I just retried that, xorg was actually not a package but a group just like you said - it was the first thing I installed so I didn't pay attention (d'oh).
    I'm writing this from another pc next to my laptop so I won't type in my whole pacman.conf.
    It's unchanged apart from adding:
    [kdemod-core]
    Server = http://mirror.rit.edu/kdemod/core/x86_64
    I've tried the other kdemod repositories as well so that can't be the problem, the [community] which kdemod needs is working too
    this is the output from pacman -S kdemod:
    kdemod package not found, searching for group...
    :: group kdemod (including ignored packages):
         kdemod-arxin  kdemod-kde-common  kdemod-kdeartwork-desktopthemes  kdemod-kdeartwork-emoticons
         ...etc etc etc... a full screen of kdemod-something..
         kdemod-kdeutils-kgrubeditor  kdemod-powerdevil   kdemod-shaman   qtmod
    :: install whole content? [Y/n]
    hmm.. this is weird, I just handpicked
    kdemod-kdebase
    kdemod-kdebase-runtime
    kdemod-kdebase-runtime-icons
    kdemod-kdebase-workspace
    to be installed and it says the installed size would be 750mb - even more than a complete kdemod install?!

  • Text caption visible on slide but not when running project

    I am using Captivate v4.
    I have one slide of 64 where the text cpation is seen on the slide and runs correctly when using F3 - but when I run the project / F10 the text caption does not appear.
    I have copied the slide with this error onto a blank project as i assumed the project might be corrupt - but the same happens on the blank project.
    Help please...anyone ?
    Noel

    Thanks Rod and Rick,
    Not sure what was the cause of the problem - but have fixed it now.
    After trying many things, including copying the project onto a new blank Captivate project - none of which worked, I did the following and the problem was fixed.
    Working on the original project and the slide with the error - I removed the text caption that was not working (for the nth time) and thought I would try one more time to put the text caption back using a different font.....
    When I opened the text caption option I noticed there are "two" options for the transparent text caption one above the line and one below, see below;
    I selected the transparent option below the line...and it worked OK.
    Have to assume that the ones above the line are the most recently used, and I must have been using this one without noticing which one I was selecting - and there was something wrong with the one above the line.
    Staring to think I need to upgrade to v5.5 - but not convinced it is the right thing to do.
    Thanks again guys,
    Noel

  • GR/IR difference visible in MB5S but not clearing via MR11

    Dear gurus,
    I am facing abnormal behaviour of the system. System is showing few POs in MB5s but not showing it in MR11 for clearing purposes. Has anyone faced the same situation ?
    Regards,
    FR

    Transaction MB5S is used to analyse the purchase order history and will list all entries where the goods receipts quantity is not equal to the invoice receipts quantity. The report looks at the purchase order
    from a logistics viewpoint.
    What MB5S does is to look in table EKBE where the PO history is
    stored.If there is any balance between the GR/IR , this is shown
    in the report. Sometimes there is confusion in the interpertation of the results of
    RM07MSAL.  The aim of this program is to show how the GR is effectively valuated
    if the existing invoices are taken into account, independently from how the GR itself was valuated (or not valuated).
    MB5S is not the appropriate functionality for analysis of the clearing account.
    Transaction MR11 will only pick up variances in quantity, not in values.
    The aim of MR11 is to clear the GR/IR account, not the quantities.
    However, an open item on the GR/IR account can only exist, if the
    quantities are different (for normal POs with valuated GR).
    MR11 posts like an debit/credit note with value 0 and the open quantity.
    This clears the GR/IR account, and the quantities are cleared as well,
    but only as a by-product of this mechanism.
    POs with non valuated GR never have open items on GR/IR account,
    because neither GR nor IR post to the GR/IR account.
    For additional information about the MR11 transaction please check
    the SAP note 10757  FAQ: MR11, clear GR/IR clearing account.

Maybe you are looking for