How to know the image size and coding of our j2me project

Hi,
I have developed a game and i did the obfuscation. My jar size is now 170KB. How can differentiate the coding size and the image size from the total jar size.
If i asked any thing wrongly, please forgive me and clarify my doubt.
I am looking forward to meet ur queries if any.
Thanks and Regards,
Hithayath.

<?xml version="1.0" encoding="UTF-8"?>
<!-- *** GENERATED FROM project.xml - DO NOT EDIT *** -->
<project xmlns:projdeps2="http://www.netbeans.org/ns/ant-project-references/2" basedir=".." default="jar" name="-impl">
<target name="pre-init"/>
<target depends="pre-init" name="pre-load-properties">
<property file="nbproject/private/private.properties"/>
<property value="0.0.1" name="deployment.number"/>
<property value="000002" name="deployment.counter"/>
<property location="${netbeans.user}/build.properties" name="user.properties.file"/>
<available file="${user.properties.file}" property="user.properties.file.exists"/>
</target>
<target unless="config.active" depends="pre-load-properties" name="exists.config.active">
<echo message="Active configuration (config.active property) is not set - using default." level="warning"/>
<property name="config.active" value=""/>
</target>
<target unless="netbeans.user" depends="pre-load-properties" name="exists.netbeans.user">
<echo message="NetBeans IDE user directory (netbeans.user property) is not set. By specifying this property many properties required by the project will be automatically evaluated (e.g.: ant-ext library home, ...). You could also open this project in the NetBeans IDE - in this case this property would be set automatically." level="warning"/>
</target>
<target unless="user.properties.file.exists" depends="pre-load-properties" name="exists.user.properties.file">
<echo message="User properties file (user.properties.file) property is not set. By specifying this property many properties required by the project will be automatically evaluated (e.g.: libraries, platforms, ...)." level="warning"/>
</target>
<target depends="pre-load-properties,exists.config.active,exists.netbeans.user,exists.user.properties.file" name="load-properties">
<loadproperties srcfile="nbproject/project.properties">
<filterchain>
<containsregex replace="\1" pattern="^configs\.${config.active}\.(.*)"/>
<concatfilter prepend="nbproject/project.properties"/>
<containsregex pattern="^platform.active=|^deployment.method="/>
</filterchain>
</loadproperties>
<loadproperties srcfile="${user.properties.file}">
<filterchain>
<replaceregex replace="platform." pattern="^platforms\.${platform.active}\."/>
<replaceregex replace="deployment.scriptfile=" pattern="^deployment\.${deployment.method}\.scriptfile="/>
</filterchain>
</loadproperties>
<loadproperties srcfile="nbproject/project.properties">
<filterchain>
<containsregex replace="\1" pattern="^configs\.${config.active}\.(.*)"/>
<concatfilter prepend="nbproject/project.properties"/>
</filterchain>
</loadproperties>
</target>
<target unless="platform.active" depends="load-properties" name="exists.platform.active">
<echo message="Active platform (platform.active property) in not set. If you set this and user.properties.file property, many properties required by the project will be automatically evaluated (e.g.: platform home, platform classpath, ...)." level="warning"/>
</target>
<target depends="load-properties" unless="platform.configuration" name="exists.platform.configuration">
<echo message="Platform configuration (platform.configuration) is not set. Using default (CLDC-1.0) configuration." level="warning"/>
<property value="CLDC-1.0" name="platform.configuration"/>
</target>
<target depends="load-properties" unless="platform.profile" name="exists.platform.profile">
<echo message="Platform profile (platform.profile) is not set. Using default (MIDP-1.0) profile." level="warning"/>
<property value="MIDP-1.0" name="platform.profile"/>
</target>
<target depends="pre-init,load-properties,exists.platform.active,exists.platform.configuration,exists.platform.profile" name="init">
<fail unless="libs.j2me_ant_ext.classpath">Classpath to J2ME Ant extension library (libs.j2me_ant_ext.classpath property) is not set. For example: location of mobility/modules/org-netbeans-modules-kjava-antext.jar file in the IDE installation directory.</fail>
<fail unless="platform.home">Platform home (platform.home property) is not set. Value of this property should be ${platform.active.description} emulator home directory location.</fail>
<fail unless="platform.bootclasspath">Platform boot classpath (platform.bootclasspath property) is not set. Value of this property should be ${platform.active.description} emulator boot classpath containing all J2ME classes provided by emulator.</fail>
<fail unless="src.dir">Must set src.dir</fail>
<fail unless="build.dir">Must set build.dir</fail>
<fail unless="build.classes.dir">Must set build.classes.dir</fail>
<fail unless="preprocessed.dir">Must set preprocessed.dir</fail>
<fail unless="preverify.classes.dir">Must set preverify.classes.dir</fail>
<fail unless="obfuscated.classes.dir">Must set obfuscated.classes.dir</fail>
<fail unless="dist.dir">Must set dist.dir</fail>
<fail unless="dist.jar">Must set dist.jar</fail>
<fail unless="dist.jad">Must set dist.jad</fail>
<fail unless="obfuscator.srcjar">Must set obfuscator.srcjar</fail>
<fail unless="obfuscator.destjar">Must set obfuscator.destjar</fail>
<fail unless="dist.javadoc.dir">Must set dist.javadoc.dir</fail>
<property value="" name="abilities"/>
<property value="" name="obfuscator.classpath"/>
<property value="" name="kjava.configuration"/>
<property value="UEI-1.0" name="platform.type"/>
<property value="" name="platform.device"/>
<property value="0" name="obfuscation.level"/>
<property value="false" name="sign.enabled"/>
<property value="file://" name="dist.jad.url"/>
<property value="1.3" name="javac.source"/>
<property value="1.1" name="javac.target"/>
<property value="${file.encoding}" name="javac.encoding"/>
<condition property="no.deps">
<istrue value="${no.dependencies}"/>
</condition>
<condition property="no.javadoc.preview">
<isfalse value="${javadoc.preview}"/>
</condition>
<condition value="${filter.excludes},**/*Test.java,**/test,**/test/**" property="filter.excludes.evaluated">
<istrue value="${filter.exclude.tests}"/>
</condition>
<property value="${filter.excludes}" name="filter.excludes.evaluated"/>
<condition value="" property="evaluated.run.security.domain">
<isfalse value="${run.use.security.domain}"/>
</condition>
<condition value="" property="deployment.do.override.jarurl">
<istrue value="${deployment.override.jarurl}"/>
</condition>
<property value="${run.security.domain}" name="evaluated.run.security.domain"/>
<taskdef resource="org/netbeans/modules/kjava/antext/defs.properties">
<classpath>
<pathelement path="${libs.j2me_ant_ext.classpath}"/>
</classpath>
</taskdef>
<uptodate targetfile="${preprocessed.dir}/.timestamp" property="no.clean.before.build">
<srcfiles dir="nbproject">
<include name="project.properties"/>
<include name="build-impl.xml"/>
</srcfiles>
</uptodate>
<condition property="skip.deployment">
<equals trim="true" casesensitive="false" arg2="NONE" arg1="${deployment.method}"/>
</condition>
<condition property="skip-sign-keystore-password-input">
<or>
<isfalse value="${sign.enabled}"/>
<and>
<isset property="sign.keystore"/>
<isset property="sign.keystore.password"/>
<not>
<equals trim="true" arg2="" arg1="${sign.keystore}"/>
</not>
<not>
<equals trim="true" arg2="" arg1="${sign.keystore.password}"/>
</not>
</and>
</or>
</condition>
<condition property="skip-sign-alias-password-input">
<or>
<isfalse value="${sign.enabled}"/>
<and>
<isset property="sign.keystore"/>
<isset property="sign.alias"/>
<isset property="sign.alias.password"/>
<not>
<equals trim="true" arg2="" arg1="${sign.keystore}"/>
</not>
<not>
<equals trim="true" arg2="" arg1="${sign.alias}"/>
</not>
<not>
<equals trim="true" arg2="" arg1="${sign.alias.password}"/>
</not>
</and>
</or>
</condition>
<antcall inheritrefs="true" inheritall="true" target="post-init"/>
</target>
<target name="post-init"/>
<target name="deps-jar" depends="init" unless="no.deps"/>
<target description="Clean project in case its meta information has changed." unless="no.clean.before.build" depends="init" name="conditional-clean">
<antcall target="do-clean" inheritall="true" inheritrefs="true"/>
</target>
<target name="pre-preprocess"/>
<target description="Preprocess project sources." depends="init,pre-preprocess,deps-jar,conditional-clean" name="preprocess">
<mkdir dir="${preprocessed.dir}"/>
<echo file="${preprocessed.dir}/.timestamp" message="ignore me"/>
<nb-prep encoding="${javac.encoding}" preprocessfor="${config.active},${abilities}" destdir="${preprocessed.dir}">
<fileset excludes="${filter.excludes.evaluated}" defaultexcludes="${filter.use.standard}" dir="${src.dir}"/>
</nb-prep>
<antcall inheritrefs="true" inheritall="true" target="post-preprocess"/>
</target>
<target name="post-preprocess"/>
<target description="Extracts all bundled libraries." depends="init,deps-jar,conditional-clean" name="extract-libs">
<mkdir dir="${build.classes.dir}"/>
<nb-extract excludeManifest="true" dir="${build.classes.dir}">
<classpath>
<path path="${libs.classpath}"/>
</classpath>
</nb-extract>
</target>
<target name="pre-compile"/>
<target description="Compile project classes." depends="init,preprocess,extract-libs,pre-compile" name="compile">
<mkdir dir="${build.classes.dir}"/>
<javac encoding="${javac.encoding}" bootclasspath="${platform.bootclasspath}" srcdir="${preprocessed.dir}" destdir="${build.classes.dir}" debug="${javac.debug}" optimize="${javac.optimize}" deprecation="${javac.deprecation}" target="${javac.target}" source="${javac.source}" includeantruntime="false">
<classpath>
<path path="${libs.classpath}"/>
</classpath>
</javac>
<copy todir="${build.classes.dir}">
<fileset excludes="${filter.excludes.evaluated},${build.classes.excludes}" defaultexcludes="${filter.use.standard}" dir="${src.dir}"/>
</copy>
<antcall inheritrefs="true" inheritall="true" target="post-compile"/>
</target>
<target name="post-compile"/>
<target name="pre-compile-single"/>
<target description="Compile selected project classes." depends="init,preprocess,extract-libs,pre-compile-single" name="compile-single">
<fail unless="javac.includes">Must select some files in the IDE or set javac.includes</fail>
<mkdir dir="${build.classes.dir}"/>
<javac encoding="${javac.encoding}" includes="${javac.includes}" bootclasspath="${platform.bootclasspath}" destdir="${build.classes.dir}" srcdir="${preprocessed.dir}" debug="${javac.debug}" optimize="${javac.optimize}" deprecation="${javac.deprecation}" target="${javac.target}" source="${javac.source}" includeantruntime="false">
<classpath>
<path path="${libs.classpath}"/>
</classpath>
</javac>
<antcall inheritrefs="true" inheritall="true" target="post-compile-single"/>
</target>
<target name="post-compile-single"/>
<target depends="init" name="create-jad">
<mkdir dir="${build.dir}"/>
<dirname property="dist.jad.dir" file="${dist.dir}/${dist.jad}"/>
<mkdir dir="${dist.jad.dir}"/>
<condition value="${manifest.apipermissions}" property="evaluated.manifest.apipermissions">
<not>
<equals arg2="MIDP-1.0" arg1="${platform.profile}"/>
</not>
</condition>
<condition value="${manifest.pushregistry}" property="evaluated.manifest.pushregistry">
<not>
<equals arg2="MIDP-1.0" arg1="${platform.profile}"/>
</not>
</condition>
<condition property="contains.manifest.configuration">
<contains string="${manifest.others}" substring="MicroEdition-Configuration: "/>
</condition>
<condition property="contains.manifest.profile">
<contains string="${manifest.others}" substring="MicroEdition-Profile: "/>
</condition>
<property name="evaluated.manifest.apipermissions" value=""/>
<property name="evaluated.manifest.pushregistry" value=""/>
<property value="" name="manifest.jad"/>
<property value="" name="manifest.manifest"/>
<echo file="${dist.dir}/${dist.jad}">${manifest.midlets}${evaluated.manifest.apipermissions}${evaluated.manifest.pushregistry}${manifest.others}${manifest.jad}</echo>
<echo file="${build.dir}/manifest.mf">${manifest.midlets}${evaluated.manifest.apipermissions}${evaluated.manifest.pushregistry}${manifest.others}${manifest.manifest}</echo>
<antcall inheritrefs="true" inheritall="true" target="add-configuration"/>
<antcall inheritrefs="true" inheritall="true" target="add-profile"/>
</target>
<target unless="contains.manifest.configuration" name="add-configuration">
<echo append="true" file="${dist.dir}/${dist.jad}">MicroEdition-Configuration: ${platform.configuration}
</echo>
<echo append="true" file="${build.dir}/manifest.mf">MicroEdition-Configuration: ${platform.configuration}
</echo>
</target>
<target unless="contains.manifest.profile" name="add-profile">
<echo append="true" file="${dist.dir}/${dist.jad}">MicroEdition-Profile: ${platform.profile}
</echo>
<echo append="true" file="${build.dir}/manifest.mf">MicroEdition-Profile: ${platform.profile}
</echo>
</target>
<target name="pre-obfuscate"/>
<target description="Up-to-date check before obfuscation." depends="init,compile" name="obfuscate-check">
<uptodate targetfile="${obfuscator.destjar}" property="no.obfusc">
<srcfiles dir="${build.classes.dir}"/>
</uptodate>
</target>
<target unless="no.obfusc" description="Obfuscate project classes." depends="init,compile,obfuscate-check,pre-obfuscate" name="obfuscate">
<dirname property="obfuscator.srcjar.dir" file="${obfuscator.srcjar}"/>
<dirname property="obfuscator.destjar.dir" file="${obfuscator.destjar}"/>
<mkdir dir="${obfuscator.srcjar.dir}"/>
<mkdir dir="${obfuscator.destjar.dir}"/>
<jar basedir="${build.classes.dir}" jarfile="${obfuscator.srcjar}"/>
<property value="" name="obfuscation.custom"/>
<nb-obfuscate extraScript="${obfuscation.custom}" obfuscationLevel="${obfuscation.level}" classpath="${platform.bootclasspath}" obfuscatorclasspath="${obfuscator.classpath}" destjar="${obfuscator.destjar}" srcjar="${obfuscator.srcjar}"/>
<mkdir dir="${obfuscated.classes.dir}"/>
<unjar dest="${obfuscated.classes.dir}" src="${obfuscator.destjar}"/>
<antcall inheritrefs="true" inheritall="true" target="post-obfuscate"/>
</target>
<target name="post-obfuscate"/>
<target name="pre-preverify"/>
<target description="Preverify project classes." depends="init,compile,obfuscate,pre-preverify" name="preverify">
<mkdir dir="${preverify.classes.dir}"/>
<nb-preverify commandline="${platform.preverifycommandline}" platformtype="${platform.type}" platformhome="${platform.home}" configuration="${platform.configuration}" classpath="${platform.bootclasspath}" destdir="${preverify.classes.dir}" srcdir="${obfuscated.classes.dir}"/>
<antcall inheritrefs="true" inheritall="true" target="post-preverify"/>
</target>
<target name="post-preverify"/>
<target unless="skip-sign-keystore-password-input" if="netbeans.home" depends="init" name="set-keystore-password">
<nb-enter-password passwordproperty="sign.keystore.password" keystore="${sign.keystore}"/>
</target>
<target unless="skip-sign-alias-password-input" if="netbeans.home" depends="init" name="set-alias-password">
<nb-enter-password passwordproperty="sign.alias.password" keyalias="${sign.alias}" keystore="${sign.keystore}"/>
</target>
<target name="pre-jar"/>
<target description="Build jar and application descriptor." depends="init,preverify,create-jad,set-keystore-password,set-alias-password,pre-jar" name="jar">
<dirname property="dist.jar.dir" file="${dist.dir}/${dist.jar}"/>
<mkdir dir="${dist.jar.dir}"/>
<jar manifest="${build.dir}/manifest.mf" jarfile="${dist.dir}/${dist.jar}" compress="${jar.compress}">
<fileset dir="${preverify.classes.dir}"/>
<fileset dir="${obfuscated.classes.dir}">
<exclude name="**/*.class"/>
</fileset>
</jar>
<nb-jad aliaspassword="${sign.alias.password}" alias="${sign.alias}" keystorepassword="${sign.keystore.password}" keystore="${sign.keystore}" sign="${sign.enabled}" url="${dist.jar}" jarfile="${dist.dir}/${dist.jar}" jadfile="${dist.dir}/${dist.jad}"/>
<antcall inheritrefs="true" inheritall="true" target="post-jar"/>
</target>
<target name="post-jar"/>
<target description="Rebuild the application." depends="init,clean,jar" name="rebuild"/>
<target description="Run MIDlet suite." depends="init,jar" name="run">
<nb-run commandline="${platform.runcommandline}" securitydomain="${evaluated.run.security.domain}" execmethod="${run.method}" platformtype="${platform.type}" platformhome="${platform.home}" device="${platform.device}" jadurl="${dist.jad.url}" jadfile="${dist.dir}/${dist.jad}"/>
</target>
<target description="Quick Run already built MIDlet suite." depends="init" name="run-no-build">
<nb-run commandline="${platform.runcommandline}" securitydomain="${evaluated.run.security.domain}" execmethod="${run.method}" platformtype="${platform.type}" platformhome="${platform.home}" device="${platform.device}" jadurl="${dist.jad.url}" jadfile="${dist.dir}/${dist.jad}"/>
</target>
<target depends="init,clean,jar" description="Debug project." name="debug">
<delete file="${preprocessed.dir}/.timestamp"/>
<parallel>
<nb-run commandline="${platform.debugcommandline}" securitydomain="${evaluated.run.security.domain}" execmethod="${run.method}" jadfile="${dist.dir}/${dist.jad}" device="${platform.device}" platformhome="${platform.home}" platformtype="${platform.type}" debuggeraddressproperty="jpda.port" debugserver="true" debugsuspend="true" debug="true"/>
<sequential>
<sleep seconds="5"/>
<antcall target="nbdebug"/>
</sequential>
</parallel>
</target>
<target if="netbeans.home" description="Start NetBeans debugger" name="nbdebug">
<nb-kjava-debug period="2000" timeout="30000" name="${app.codename}" address="${jpda.port}">
<bootclasspath>
<path path="${platform.bootclasspath}"/>
</bootclasspath>
<classpath>
<path path="${dist.dir}/${dist.jar}"/>
</classpath>
<sourcepath>
<path path="${src.dir}"/>
<path path="${libs.src.path}"/>
</sourcepath>
</nb-kjava-debug>
</target>
<target depends="init,preprocess" name="javadoc">
<mkdir dir="${dist.javadoc.dir}"/>
<javadoc private="${javadoc.private}" windowtitle="${javadoc.windowtitle}" version="${javadoc.version}" author="${javadoc.author}" splitindex="${javadoc.splitindex}" noindex="${javadoc.noindex}" nonavbar="${javadoc.nonavbar}" use="${javadoc.use}" notree="${javadoc.notree}" bootclasspath="${platform.bootclasspath}" destdir="${dist.javadoc.dir}" source="${javac.source}">
<classpath>
<path path="${libs.classpath}"/>
</classpath>
<sourcepath>
<pathelement location="${preprocessed.dir}"/>
</sourcepath>
<fileset dir="${preprocessed.dir}"/>
</javadoc>
<antcall target="browse-javadoc"/>
</target>
<target unless="no.javadoc.preview" if="netbeans.home" name="browse-javadoc">
<nbbrowse file="${dist.javadoc.dir}/index.html"/>
</target>
<target name="pre-clean"/>
<target description="Clean build products." if="no.clean.before.build" depends="init,conditional-clean" name="clean">
<antcall inheritrefs="true" inheritall="true" target="do-clean"/>
</target>
<target depends="pre-clean" name="do-clean">
<delete dir="${preprocessed.dir}"/>
<delete dir="${build.classes.dir}"/>
<delete file="${obfuscator.srcjar}"/>
<delete file="${obfuscator.destjar}"/>
<delete dir="${obfuscated.classes.dir}"/>
<delete dir="${preverify.classes.dir}"/>
<delete file="${build.dir}/manifest.mf"/>
<delete file="${dist.dir}/${dist.jar}"/>
<delete file="${dist.dir}/${dist.jad}"/>
<delete dir="${dist.javadoc.dir}"/>
<antcall inheritrefs="true" inheritall="true" target="post-clean"/>
</target>
<target name="post-clean"/>
<target name="pre-deploy"/>
<target if="deployment.do.override.jarurl" depends="init,jar,pre-deploy" name="override-jad">
<property value="${dist.jar}" name="deployment.jarurl"/>
<nb-jad aliaspassword="${sign.alias.password}" alias="${sign.alias}" keystorepassword="${sign.keystore.password}" keystore="${sign.keystore}" sign="${sign.enabled}" url="${deployment.jarurl}" jarfile="${dist.dir}/${dist.jar}" jadfile="${dist.dir}/${dist.jad}"/>
</target>
<target unless="skip.deployment" if="deployment.method" depends="init,jar,override-jad,pre-deploy" name="deploy">
<fail unless="deployment.scriptfile">Property deployment.${deployment.method}.scriptfile not set. The property should point to an Ant script providing ${deployment.method} deployment.</fail>
<ant inheritrefs="true" inheritall="true" antfile="${deployment.scriptfile}">
<property location="${dist.dir}/${dist.jad}" name="deployment.jad"/>
<property location="${dist.dir}/${dist.jar}" name="deployment.jar"/>
</ant>
<propertyfile file="nbproject/private/private.properties">
<entry pattern="000000" default="2" operation="+" type="int" key="deployment.counter"/>
<entry value="${deployment.counter}" key="deployment.number"/>
</propertyfile>
<replaceregexp replace="deployment.number=\2\3.\5\6.\8\9" match="^deployment.number=[0-9]*(0|([1-9]))([0-9])(0|([1-9]))([0-9])(0|([1-9]))([0-9])$" file="nbproject/private/private.properties" byline="true"/>
<antcall inheritrefs="true" inheritall="true" target="post-deploy"/>
</target>
<target name="post-deploy"/>
<target name="for-all-configs">
<antcall inheritrefs="false" inheritall="false" target="${target.to.call}">
<param value="" name="config.active"/>
</antcall>
</target>
<target name="jar-all">
<antcall target="for-all-configs">
<param value="jar" name="target.to.call"/>
</antcall>
</target>
<target name="javadoc-all">
<antcall target="for-all-configs">
<param value="javadoc" name="target.to.call"/>
</antcall>
</target>
<target name="deploy-all">
<antcall target="for-all-configs">
<param value="deploy" name="target.to.call"/>
</antcall>
</target>
<target name="rebuild-all">
<antcall target="for-all-configs">
<param value="rebuild" name="target.to.call"/>
</antcall>
</target>
<target depends="load-properties" name="clean-all">
<fail unless="build.root.dir">Property build.root.dir is not set. By default its value should be \"build\".</fail>
<fail unless="dist.root.dir">Property dist.root.dir is not set. By default its value should be \"dist\".</fail>
<delete dir="${build.root.dir}"/>
<delete dir="${dist.root.dir}"/>
<antcall target="for-all-configs">
<param value="clean" name="target.to.call"/>
</antcall>
</target>
</project>
I have pasted the content of that file, please do the needs....

Similar Messages

  • How to know the payload size of message

    hi can anybody tell me how to know the payload size of message?
    Message was edited by:
            vvr murty

    Hi,
    To know the size of the input message , i hope we have one option , after copying the test payload from the SXMB_MONI into Message mapping test -- click on test
    after come back to design tab in message mappign
    click on left side root node and Press CTRL+SHIFT + mouse right click and click on trace -- you can see the size of the message payload.
    In SXMB_MONI..
    see the payload messges
    also see the below link
    /people/michal.krawczyk2/blog/2005/09/16/xi-how-to-test-your-mapping-in-real-life-scenarios
    Regards
    Chilla

  • How can validate the ASM size and free space correctly?

    Dears ,,
    I faced problem in ASM size as it appeared in alert file as below
    ORA-19504: failed to create file "+DG_DATA"
    ORA-17502: ksfdcre:4 Failed to create file +DG_DATA
    ORA-15041: diskgroup space exhausted
    So we resize ASM space and large it. But we faced the same problem also although there is free space in ASM.
    It seems that the shown free space is not real.
    How can validate the ASM size and free space correctly?
    Thanks & Regards,,

    *Oracle DBA* wrote:
    Dears ,,
    I faced problem in ASM size as it appeared in alert file as below
    ORA-19504: failed to create file "+DG_DATA"
    ORA-17502: ksfdcre:4 Failed to create file +DG_DATA
    ORA-15041: diskgroup space exhausted
    So we resize ASM space and large it. But we faced the same problem also although there is free space in ASM.
    It seems that the shown free space is not real.
    How can validate the ASM size and free space correctly?
    Thanks & Regards,,
    I was having this problem. Im my case i couldn add datafiles to a tablespace despite the fact that i was having a lot of space in the asm. Try rebalancing. It might help. In my case rebalancing also didn work because it seems that there need to be a threshold space in all the disks for the rebalancing to happen which was not in my case, so i had to shrink some unused space in the tablespace and then after gaining the required space I rebalanced the disk and then the disks got rebalanced, also i was able to use the free space that was showing .

  • How do you change the image size and resolution in photoshop everytime I change the width the height changes my measurements will not stay

    Can someone assist me with changing image size and resolution.  each time I change the width the height changes and vice/versa?

    There's a chain link between width and height. The point is to keep the aspect ratio the same, otherwise your picture would get stretched.
    You click on the chain-link to shut that off and you can adjust width and height separately.
    Also could you give us your version of Photoshop, what OS you are running it on (Windows 7 for example) and what exactly you want to do with your document?
    Resolution is the print term for how many pixels will be printed on an inch of paper. It doesn't apply if your image is intended for screen viewing.
    Gene

  • How to know the specific size of a field in oracle table

    Hello,
    oracle 11.2.0.3 on redhat
    i have three tables with same structure, table0, table50, table100:
    create table table0 (id number, shipment RAW(2000), options RAW(2000));
    i inserted 10000 rows in each but with some differences:
    table0 has 10000 id, but shipment and options has null values
    table50 has 10000 id, but shipment and options has only 5000 rows, the other 5000 are null values
    table100 has 10000 rows of id, shipment and options. No null values.
    I want to know the specific size of each column, also the size of each row, to know the exactly size of the field.
    for example:
    row 1, column options of table100 has "asdfasdfagasdgasbabsdgoasdpgiahnwe1129u412094u12"
    row 2, column options of table100 has "a".
    both are raw datatype, but i think its space will has different size (bytes), how to know it? any query?
    I found this query:
    select owner,tablespace_name,segment_name,sum((bytes/1024/1024)) Bytes
    from sys.dba_extents
    where owner in 'MAA' and segment_type='TABLE' and segment_name ='TABLE00'
    group by tablespace_name,owner,segment_name
    order by owner,tablespace_name,segment_name, bytes; but i think it isn't my solution.

    thx mr. sb92075
    i tried with vsize too but same result:
    with table50
    SELECT VSIZE(OPTIONS) FROM TABLE00;
    VSIZE(OPTIONS)
                 1000
                 1000
                 1000
                 1000
                   *with table100
    SELECT VSIZE(OPTIONS) FROM TABLE100;
    VSIZE(C_ELECCION)
                 2000
                 2000
                 2000
                 2000
                      *it's the same size for 'a' like 'abcasdfjañldngaosnbaposnbpaosuqroiwejrklasndiaoshbaposdjgajs'?? It's hard for me to believe.
    data is saved in blocks, a extents is a contiguos number of blocks and a group of extensions are segments. If you insert some text in a table field, Oracle create a extension and insert there the data but depend the bytes you insert Oracle will create one or more extents. How to know this specific space in that field?

  • In A2500, how to change the Image Size?

    I have an A2500 camera.  The images are great, but they're huge (1.5mb each) and fill up my memory card way too quickly.  How can I use the camera's menu settings so images are stored in a smaller size? 

    Hi TravelMark!
    Thanks for posting!
    To change the image size, please press the <FUNC/SET> button. select the [L], then change that to [M1] or [M2].
    This didn't answer your question or issue? Find more help at Contact Us.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • How to increase the image size without losing resolution in iPhoto?

    Dear All
    I have pics i took with my phone which is not an iphone, just little sony ericsson phone.
    Is there a way to increase the image size without losing resolution in iPhoto please? Or cheap 3rd party software or shareware perhaps?
    thank you very much.
    veedeekay

    iPhoto has no way to do that. You'll need an external editor for the job. Not all have the capability. I know Photoshop has.
    You can set Photoshop (or any image editor) as an external editor in iPhoto. (Preferences -> General -> Edit Photo: Choose from the Drop Down Menu.) This way, when you double click a pic to edit in iPhoto it will open automatically in Photoshop or your Image Editor, and when you save it it's sent back to iPhoto automatically. This is the only way that edits made in another application will be displayed in iPhoto.
    Regards
    TD

  • How to set the page size and the margins programatically

    Hello,
      I am working with crystal report XI Release2 and asp.net.
    One of my report is having 4 graphs in a single report.In order to display all the graphs in one page i have set  the paper size as A3.(Via Crysta report ->File->Page set up)
    But the page size A3 is not provided by all printers.So problem comes when the application is diployed on a machine which does not support A3 Printer.All the graphs will not be shown on a single page.
    Also Each and Every time ,when the application is diployed on a machine,user has to open the crystal report and adjust the page size accordingly to get all the reports on a single page.
    This is a kind of usability issue also.
    Is it possible to set the page size and the margins programatically say for eg 11 X 17.so that with out doing anything all the 4 graphs will get displayed on a single page ?
    Please let me know if you require more information regarding this issue.
    Thanks in advance.
    smitha.

    Hi Ludek,
    i could solve the issue by using the follwing code.
    report = new ReportDocument();
    PageMargins customPageMargin = report.PrintOptions.PageMargins;
    report.PrintOptions.PaperOrientation = PaperOrientation.Portrait;
    report.PrintOptions.PaperSize = PaperSize.Paper10x14;
    customPageMargin.rightMargin = 1;
    customPageMargin.topMargin = 0;
    customPageMargin.bottomMargin = 0;
    report.PrintOptions.ApplyPageMargins(customPageMargin);
    Thanks for you help.
    Regards,
    smitha.

  • How to know the database size

    can one tell how to find the database size?

    Depends what you mean by database size and how you want the output to look?
    Are you referring to the number of rows across all tables of a schema? The number of bytes used by the rows? The number of bytes used by the tablespaces? The number of bytes used by the datafiles? etc. etc. etc. So many options.
    Be more clear in your requirements please.

  • How to know the User name and date, who executed the report last time.

    Hi All,
    We are collecting a list of reports which are not executed for past 3 months. Can anybody tell me how to know the username and date they executed the report last time.
    Is there any table to look ? or is there any process ?
    Thanks,
    Ravi.

    Ravi,
    Use SE16 - then look at rszcompdir.
    We look up Version = 13 for queries.
    Regards
    Gill

  • How to know the correct size of an image?

    hello, a thing ive never got a satisfying anwer on:
    how can i know the REAL image size of an image?
    1.
    image 1a: this is the size i see in the photoshop window
    1b: (why by the way is there 2 sizes?)
    2. image 2: the size i see in windows/my documents.
    same image, big differenct (8mb <--> 49mb)
    which one is correct?
    image 1: size in photoshop window
    image 2: size in windows/my documents

    Don't feel bad; there are more "size" indications than you'd think you need, but they're all useful for some things.  And there are some interrelationships.
    Size indications you might find:
    The size in "megabytes" of the image document in your computer's RAM (the first of the two numbers in your first image). This is helpful for getting an idea of how many resources in your computer the process of editing a particular document is taking. This number can grow to much larger than the second number, for example, if you have a lot of layers in your document that Photoshop has to maintain separately in RAM.  This size number will be reflected in the ultimate file sizes on disk when you save master documents (e.g., PSD) in which you maintain all the layers and other information used by Photoshop.
    The size in "megabytes" of a flattened TIFF on disk (the second of the two numbers you showed in your first image above).  This was a quick defacto shorthand developed by early people doing film scanning that described how many bytes on disk a flattened, uncompressed 8 bits/channel TIFF file would take.  It is always 3x the size of the image in megapixels, because it's the number of horizontal pixels multiplied by the number of vertical pixels multiplied by 3 colors per pixel (red, green, blue).  This usage of "megabytes" is often confused with the size a file actually does take on RAM or on disk, but they can be very different depending on file formats.
    The size on disk of the actual file you saved, as listed by Windows Explorer.  Since you did NOT save the image as a flattened, uncompressed 8 bit TIFF file, but probably as a PSD or JPEG file, each of which embody data compression, the file actually saved on your disk ended up smaller than the projected TIFF file size.  The amount of compression usually differs depending on the image content, so you might find this size varying.  The file size on disk is what will be important to web publishers.
    For what it's worth, I prefer to think primarily of the size of an image document in pixels (horizontal x vertical).
    I always keep my mind on the pixel count while editing. Then, when I'm preparing to use the image for a specific purpose, I think in terms of output size.
    Photoshop's Image - Image Size... dialog is where you set sizes. If you choose to resample, you change the pixel count. This can be appropriate for downsampling an image in preparation for web publishing, where you want the image to be a certain size on a screen. If you don't resample, you are changing metadata kept in the document that instructs Photoshop how large you want a print.  The size of an image in pixels DOES affect the size on disk, and the File - Save process for some formats (e.g., JPEG) puts up a dialog to allow you to choose a compression quality level, which additionally affects the size on disk.
    Hope this helps illuminate what you're seeing a little.
    -Noel

  • I would like to know how to increase the window size and message font size on the the Three Button Dialog.vi

    I like using the Three Button Dialog .vi. However, I am doing a job were I need to use a larger font size. I tried to adjust the core vi but could not make it do what I wanted. Any help would be great.

    Jeff Bohrer wrote:
    1: VI Properties Window Size- Check maintain proportions of window for different monitor resolutions.  (Your users will thank you)
    Jeff,
    Why do you think that is a good idea?  When I opened your VI on my screen, the buttons were cut off at the bottom, and there was a slight cutoff on the right side.  Without scrollbars or the ability to resize the panel, (which I generally wouldn't want on a dialog box anyway) there is no way to be able to see the whole dialog.
    Did your VI show all of the buttons and show all of the text box?  On mine it looked like this.
    What was your screen resolution and your monitor aspect ratio?  Mine is 1680 x 1050 for a 16:10 ratio.  I think you will have problems with checking this box.  I would recommend unchecking it.  Suppose you programmed on a 16:10 screen, but someone else has a 16:9, or even a 4:3.  That is going to screw up the appearance of the dialog unless you take the time to resize the buttons and text inside the dialog.  (And I feel checking the resize option inside the Window Appearance settings just never works right either.)
    If I was the user, I'd appreciate a dialog box that wasn't cut off. 
    Attachments:
    3ButtonDialog.PNG ‏6 KB

  • How to change the font size and style on run time

    dear all
    i try to change the font style and font size on runtime. I did the following:
    1- i created an item(:font_size) in which i will write the size of the font for the the other item ('customer_name')
    2 on the post_change trigger for 'font_size' i write this code
    SET_ITEM_PROPERTY('customer_name',FONT_size,(:font_size);
    i write 12 then then font size changed , then i write 18 , the size does not change. and when i write any value , no change happens. I do not know why
    the second problem is how to change the font style
    i made three checkbooks (bold,italic,underline)
    on the trugger when_checkbox_checked i write
         IF :BOLD = 'B' THEN
         SET_ITEM_PROPERTY('N_SAMPLE',FONT_STYLE,'BOLD');
         ELSE
    SET_ITEM_PROPERTY('N_SAMPLE',FONT_STYLE,'REGULAR');
         END IF;     
    no change happend at all.
    please help

    Hi friend,
    it's a really really strange tip... May be it's a Forms bug? I've tried with set_item_property..and.. you're right, it doesn't work..
    So.. you can try making this:
    - create a visual attribute with an specific font size....
    - use the
    SET_ITEM_INSTANCE_PROPERTY('block.item',CURRENT_RECORD,VISUAL_ATTRIBUTE,'you_visual_attribute');
    and call it from psot-change....
    It works
    Hope it helps,
    Jose.

  • How to increase the image size of a digital signature

    No matter how large large I sign a piece of paper or how large a graphic file I use, or the format I save it as (PNG, PDF, JPG), when I go to actually place my signature in a signature box, the resulting image is tiny, as well as not terribly bold.  One, how do I increase the size of how my scanned signature appears?  And two, how do I make it appear more bold?  Thank you for your help.

    As it turns out, the way to make the image appear larger on the page is to edit and increase the size of the signature "box" on the pdf (under Forms > Add or Edit Fields), to considerably larger than the form might indicate.  Otherwise, the signature is constrained to the just the size of the small field on the pdf.  Interestingly, as soon as you do so, the signature appears "bolder", likely just because there is more of it.  Thanks for your suggestions!

  • How to reduce the image size of a jpeg image?

    How do I reduce the size of an iphoto jpeg image?

    What do you mean by size? The dimensions? The File size?
    There are options depending on exactly what you want to do and why you want to do it.
    In general: these are options in the File -> Export dialogue. The Jpeg Quality setting refers to file size, the Size option refers to dimensions.
    Regards
    TD

Maybe you are looking for

  • Does Time Machine prevent sleep?

    Surely, if I have time machine set to say 1hrs 15 mins it will never sleep because of the Time Machine hourly backups? I have a brand new iMac and although it it set to sleep it never does and I think that is due to TM running every hour... Just as m

  • Mac book pro running parallels gets waaay hot,,,what can i do

    When using my retina display mac book pro the bottom of the unit gets really hot,,,uncomfortable to touch and you can feel the heat coming through teh key board

  • How does "pre-sign" works if I live in Colombia?

    I ordered an iMac online in the Store, and I'm designated a shipping address to my carrier's office in Miami, which is going to send it to me in Colombia. I'm right now in Colombia.

  • SRM - Duplicate Entries

    Hi , I have some duplicate  Vendor entries in the catalog against the product category. Can any one help me in getting tables on   Vendor- Product Category Entries in the catalog. I have checked BUT 000 and BIDCC tables but no use. Any Suggestions pl

  • Schema TM04

    Hi All,    I have question regarding TM04 Schema . as i knew that it is used for Negative time evaluation by considering deveation which is entered in the infotype  2001, 2002. that is fine. if my customer wants set up time recording terminal for clo