Chart in Sub Vi is empty

Hi,
I created a Sub VI that creates a chart, formats it and exports the chart to JPG format. Now when I call the Sub Vi this doesn't work. I am only getting an empty chart displayed in the JPG format. It only works if I have the Sub Vi open at the same time I am running the main program. This is not a permanent solution since I need to compile the program as stand alone.
Anyone an idea or work around?
I somehow this it muse be some of refresh method of the pane or chart object.
I am using LV 8.2.1
Holger

You can set it to show the FP when called, but make the FP 100% transparent.
Some comments:
You don't need to write all these font, etc. properties. They are saved with the VI and only need to be set when things change.
Initiaizing to default will clear the history also, so you don't need to do that twice.
Overall, your code is way too chopped up with local variables and sequences.
Since everything is quite linear and execution order is defined by the error cluster, all you need is a flat diagram (see attached draft).
You should avoid manipulating paths as strings, it breaks OS independence. Your cluster should have a path constant instead of a string.
LabVIEW Champion . Do more with less code and in less time .
Attachments:
ChartMOD.vi ‏48 KB

Similar Messages

  • Numbers will not display 3D charts on my new computer. I am running system 10.6.8. A 2D chart turns into a selected empty rectangle when I change it to a 3D chart. What do I do?

    Numbers will not display 3D charts on my new computer. I am running system 10.6.8. A 2D chart turns into a selected empty rectangle when I change it to a 3D chart. What do I do? I am running iWork 9.1.

    Hello
    Numbers 2.1 under 10.7.2 on my iMac described below.
    There is at least a thread describing what you get:
    https://discussions.apple.com/message/15526080
    It claims that it strike when the app is using the NVIDIA video card available in some macBook pro.
    Yvan KOENIG (VALLAURIS, France) samedi 7 janvier 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2

  • APEX 4.0.2 Project Gantt Chart - Error Code: 2002 Message: Empty input

    Hi
    I have created a brand new page containing a Project Gantt Chart region. The Gantt chart is designed to track the progress of a job over time. The page has one chart series containing the following SQL.
    SELECT null LINK,
    stage NAME,
    rownum ID,
    null PARENT_ID,
    trunc(start_date) ACTUAL_START,
    trunc(completion_date) ACTUAL_END,
    decode(completion_date, null, 0, 100) PROGRESS
    FROM tracking
    WHERE job_reference = '889343'
    This SQL statement returns values from SQL Developer and from the SQL Workshop > SQL Commands from within APEX itself.
    The problem is that when I run the page the following error displays inside the region
    Category: 2000
    Error code: 2002
    Message: Empty input
    Environment Information
    Application Express 4.0.2.00.07. - Clean installation not upgraded from APEX 3
    Using Firefox 3.6.15
    Issue identical in IE
    DB version - Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
    I'm really stuck so I hope someone can help me out. I really would appreciate it.
    Thanks
    Kylie

    Debug mode doesn't appear to have picked anything up that looks out of the ordinary to me or raises any alarm bells.
    This is the XML with a reduced number of records returned.
    <anygantt>

    <settings>

    <title align="Center" position="Top">
    <text>Resources Gantt</text>

    <font_style>
    <font face="Tahoma" size="2" color="0x000000"/>
    </font_style>
    </title>
    <outer_margin left="0" top="0" right="0" bottom="0"/>

    <background>
    <fill type="Solid" color="0xffffff" opacity="0"/>
    <border enabled="false"/>
    <corners type="Square"/>
    </background>
    <navigation enabled="true"/>

    <locale>

    <date_time_format week_starts_from_monday="True">

    <months>

    <names>
    January,February,March,April,May,June,July,August,September,October,November,December
    </names>
    <short_names>Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec</short_names>
    </months>

    <week_days>

    <names>
    Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday
    </names>
    <short_names>Sun,Mon,Tue,Wed,Thu,Fri,Sat</short_names>
    </week_days>

    <format>
    <full>%yyyy.%MM.%dd.%HH.%mm.%ss</full>
    <date>%yyyy.%MM.%dd</date>
    <time>%HH.%mm.%ss</time>
    </format>
    </date_time_format>
    </locale>
    </settings>

    <datagrid enabled="true">

    <columns>

    <column width="40" cell_align="Center">

    <header>
    <text>ID</text>
    </header>
    <format>{%ID}</format>
    </column>

    <column attribute_name="Name" width="180" cell_align="Center">

    <header>
    <text>Name</text>
    </header>
    <format>{%Name}</format>
    </column>

    <column attribute_name="ActualStart" width="80" cell_align="Center">

    <header>
    <text>Start Date</text>
    </header>
    <format>{%ActualStart}{dateTimeFormat:%dd-%MMM-%yyyy}</format>
    </column>

    <column attribute_name="ActualEnd" width="80" cell_align="Center">

    <header>
    <text>End Date</text>
    </header>
    <format>{%ActualEnd}{dateTimeFormat:%dd-%MMM-%yyyy}</format>
    </column>
    </columns>
    </datagrid>

    <timeline>
    <plot line_height="30" item_height="15" item_padding="5"/>
    </timeline>

    <styles>

    <period_styles>

    <period_style name="defaultStyle">

    <tooltip enabled="true">

    <text>
    Task: {%Name}
    Start Date: {%ActualStart}{dateTimeFormat:%dd-%MMM-%yyyy}
    End Date: {%ActualEnd}{dateTimeFormat:%dd-%MMM-%yyyy}
    Complete: {%Complete}%
    </text>
    <font color="Black"/>
    </tooltip>

    <bar_style>

    <middle shape="Full">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x1D8BD1"/>
    <border enabled="true" type="Solid" color="Black"/>
    </middle>

    <states>

    <hover>

    <middle>
    <border enabled="true" type="Solid" color="Red"/>
    </middle>
    </hover>
    </states>

    <start>

    <marker type="Rhomb">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x1D8BD1"/>
    <border enabled="true" type="Solid" color="Black"/>
    </marker>
    </start>

    <end>

    <marker type="Rhomb">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x1D8BD1"/>
    <border enabled="true" type="Solid" color="Black"/>
    </marker>
    </end>
    </bar_style>
    </period_style>
    </period_styles>

    <task_styles>

    <task_style name="defaultStyle">

    <tooltip enabled="true">

    <text>
    Task: {%Name}
    Start Date: {%ActualStart}{dateTimeFormat:%dd-%MMM-%yyyy}
    End Date: {%ActualEnd}{dateTimeFormat:%dd-%MMM-%yyyy}
    Complete: {%Complete}%
    </text>
    <font color="Black"/>
    </tooltip>

    <row_datagrid>

    <tooltip enabled="true">

    <text>
    Task: {%Name}
    Start Date: {%ActualStart}{dateTimeFormat:%dd-%MMM-%yyyy}
    End Date: {%ActualEnd}{dateTimeFormat:%dd-%MMM-%yyyy}
    Complete: {%Complete}%
    </text>
    <font color="Black"/>
    </tooltip>
    </row_datagrid>

    <actual>

    <bar_style>

    <middle shape="Full">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x1D8BD1"/>
    <border enabled="true" type="Solid" color="Black"/>
    </middle>

    <states>

    <hover>

    <middle>
    <border enabled="true" type="Solid" color="Red"/>
    </middle>
    </hover>
    </states>

    <start>

    <marker type="Rhomb">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x1D8BD1"/>
    <border enabled="true" type="Solid" color="Black"/>
    </marker>
    </start>

    <end>

    <marker type="Rhomb">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x1D8BD1"/>
    <border enabled="true" type="Solid" color="Black"/>
    </marker>
    </end>
    </bar_style>
    </actual>

    <progress>

    <bar_style>

    <middle shape="Full">
    <fill enabled="true" type="Solid" opacity="0.8" color="0xF1683C"/>
    <border enabled="true" type="Solid" color="Black"/>
    </middle>

    <start>

    <marker type="Rhomb">
    <fill enabled="true" type="Solid" opacity="0.8" color="0xF1683C"/>
    <border enabled="true" type="Solid" color="Black"/>
    </marker>
    </start>

    <end>

    <marker type="Rhomb">
    <fill enabled="true" type="Solid" opacity="0.8" color="0xF1683C"/>
    <border enabled="true" type="Solid" color="Black"/>
    </marker>
    </end>
    </bar_style>
    </progress>

    <baseline>

    <bar_style>

    <middle shape="Full">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x2AD62A"/>
    <border enabled="true" type="Solid" color="Black"/>
    </middle>

    <start>

    <marker type="Rhomb">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x2AD62A"/>
    <border enabled="true" type="Solid" color="Black"/>
    </marker>
    </start>

    <end>

    <marker type="Rhomb">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x2AD62A"/>
    <border enabled="true" type="Solid" color="Black"/>
    </marker>
    </end>
    </bar_style>
    </baseline>
    </task_style>
    </task_styles>

    <resource_styles>

    <resource_style>

    <row_datagrid>

    <tooltip enabled="true">

    <text>
    Task: {%Name}
    Start Date: {%ActualStart}{dateTimeFormat:%dd-%MMM-%yyyy}
    End Date: {%ActualEnd}{dateTimeFormat:%dd-%MMM-%yyyy}
    Complete: {%Complete}%
    </text>
    <font color="Black"/>
    </tooltip>
    </row_datagrid>
    </resource_style>
    </resource_styles>

    <defaults>

    <task>

    <task_style>

    <row_datagrid>

    <tooltip enabled="true">

    <text>
    Task: {%Name}
    Start Date: {%ActualStart}{dateTimeFormat:%dd-%MMM-%yyyy}
    End Date: {%ActualEnd}{dateTimeFormat:%dd-%MMM-%yyyy}
    Complete: {%Complete}%
    </text>
    <font color="Black"/>
    </tooltip>
    </row_datagrid>
    </task_style>
    </task>
    </defaults>
    </styles>

    <project_chart>

    <tasks>
    <task id="1" parent="" name="STAGE1" actual_start="2010.08.11 12.08.00" actual_end="" progress="0" style="defaultStyle"/>
    <task id="2" parent="" name="STAGE2" actual_start="" actual_end="" progress="0" style="defaultStyle"/>
    <task id="3" parent="" name="STAGE3" actual_start="2010.07.27 12.07.00" actual_end="2010.08.06 12.08.00" progress="100" style="defaultStyle"/>
    <task id="4" parent="" name="STAGE4" actual_start="" actual_end="" progress="0" style="defaultStyle"/>
    <task id="5" parent="" name="STAGE5" actual_start="" actual_end="" progress="0" style="defaultStyle"/>
    </tasks>
    </project_chart>
    </anygantt>
    Thank you for your assistance.
    Regards
    Kylie

  • Pie - Chart Web Part - Label Alignment empty

    Hello all,
    I create lots of Dashboards to display KPIs for my company and I always struggle with the pie chart labels as the always end up overlapping unless I rotate them but that just looks naff.
    My frustration and question is that the "Label Alignment" option is empty and therefore does not allow me to select "Open" which is the feature I seek.
    Does anyone have an idea why this might be and if there is a work around?
    Thank you in advance
    Jessica

    You would potentially run into this with lookup fields as well, I believe. I would make a column that is single line of text for the purpose of the chart. That would make sure the NUM;# is removed.
    Andy Wessendorf SharePoint Developer II | Rackspace [email protected]

  • Empty sub-menu bar style

    i'm using adf 10.1.3.41.57 and i've skinned my application using the mycompany skin. however, when i have a top level menu that doesn't have and sub-menus the bar that holds the sub-menu items disappears. i've tried setting the property:
    af|menuBar::empty
    width:100%;
    background-color:#D2DEED;
    background-image: url(/skins/mycompany/skin_images/PBMediumBkg.gif);
    to no avail. the only thing i get is the background color, but no image is displayed. does anyone no of a way to display an image for the sub-menu when the sub-menu is empty?
    thanks,
    paul

    actually, we're using jheadstart to generate the pages. the menu is generated in a region and here's the code below:
    <af:menuTabs>
    <af:commandMenuItem text="Plan Summary" onclick="return alertForChanges();" action="StartSummary" immediate="true"
    selected="#{attrs.selectedTab=='Summary'}"
    >
    <f:actionListener type="oracle.jheadstart.controller.jsf.listener.DoRollbackActionListener"/>
    <f:actionListener type="oracle.jheadstart.controller.jsf.listener.ResetBreadcrumbStackActionListener"/>
    <af:resetActionListener/>
    </af:commandMenuItem>
    <af:commandMenuItem text="Plan Details" onclick="return alertForChanges();" action="StartPlanDetails" immediate="true"
    selected="#{attrs.selectedTab=='PlanDetails'}"
    >
    <f:actionListener type="oracle.jheadstart.controller.jsf.listener.DoRollbackActionListener"/>
    <f:actionListener type="oracle.jheadstart.controller.jsf.listener.ResetBreadcrumbStackActionListener"/>
    <af:resetActionListener/>
    </af:commandMenuItem>
    <af:commandMenuItem text="Plan Rate" onclick="return alertForChanges();" action="StartPlanRates" immediate="true"
    selected="#{attrs.selectedTab=='PlanRates'}"
    >
    <f:actionListener type="oracle.jheadstart.controller.jsf.listener.DoRollbackActionListener"/>
    <f:actionListener type="oracle.jheadstart.controller.jsf.listener.ResetBreadcrumbStackActionListener"/>
    <af:resetActionListener/>
    </af:commandMenuItem>
    <af:commandMenuItem text="WSF" onclick="return alertForChanges();" action="StartWSF" immediate="true"
    selected="#{attrs.selectedTab=='WSF'}"
    >
    <f:actionListener type="oracle.jheadstart.controller.jsf.listener.DoRollbackActionListener"/>
    <f:actionListener type="oracle.jheadstart.controller.jsf.listener.ResetBreadcrumbStackActionListener"/>
    <af:resetActionListener/>
    </af:commandMenuItem>
    <af:commandMenuItem text="Non WSF" onclick="return alertForChanges();" action="StartNonWSF" immediate="true"
    selected="#{attrs.selectedTab=='NonWSF'}"
    >
    <f:actionListener type="oracle.jheadstart.controller.jsf.listener.DoRollbackActionListener"/>
    <f:actionListener type="oracle.jheadstart.controller.jsf.listener.ResetBreadcrumbStackActionListener"/>
    <af:resetActionListener/>
    </af:commandMenuItem>
    </af:menuTabs>
    paul

  • App store top charts and categories is empty on iPad 3

    The app store tabs for top charts and categories is blank/empty and has been this way for the past several hours on my iPad 3. They display fine on my iPad 1.

    Have you tried basic troubleshooting ?
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    Quit the app store and restart. Go to the home screen first by tapping the home button. Quit/close open apps by double tapping the home button and the task bar will appear with all of you recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner to close the apps. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.

  • Draft Documents View is empty for a specific user

    Hi,
    For a specific user, when he goes on the Document Draft Reports, the Sales Document sub-form is empty. Meaning that when he ticks the "Sales Documents" option, the boxes to choose specific Sales Document does not exist (e.g. Sales Quotation, Sales Orders etc.). This happens no matter what are the other options (e.g Open Only or User Option).
    The other lists (Purchasing and Stock) are working properly. Again, all the other users do not experience the same issue as the form is working properly
    The installation is on 2007A SP01
    Any ideas?
    Thanks in advance
    Gerasimos

    Hi Gerasimos.......
    I'm sure this is a Bug in your system. If you have any of the adons then please Disconnect it and also try to create new Super User and give him license and then check with this new user for the same output.......
    Else I'm afraid you need to raise a support ticket to SAP.......
    Regards,
    Rahul

  • Gantt chart with null dates

    Hi,
    Kylie discovered here that you couldn't have null dates in the project gantt query
    APEX 4.0.2 Project Gantt Chart - Error Code: 2002 Message: Empty input
    As Valentina suggested, I found the actual dates are mandatory, while the chart tolerates missing planned dates - which is a complete reversal of what actual project data would have.
    baseline project gantt with parent-child relationship
    What I found though is if some planned dates are missing, the generated XML seems to default with data from previous rows.
    As detailed in this screenshot, my red lines indicate missing from/to dates (actual data also shown underneath chart)
    https://docs.google.com/file/d/0B_eVXQ_oe4tsRUFXUzA0NmNMUE0/edit?usp=sharing
    NAME    TASK_ID   ACTUAL_START  ACTUAL_END  PROGRESS  DUE_START     DUE_END
    line 1  1810794   07/MAR/2013   11/MAR/2013   100     26/MAR/2013   27/MAR/2013 00:00:00
    line 2  1810780   12/MAR/2013   16/MAR/2013   100     23/MAR/2013   27/MAR/2013 00:00:00
    line 3  1810779   17/MAR/2013   20/MAR/2013          
    line 4  1810773   21/MAR/2013   21/MAR/2013   50      24/MAR/2013  
    line 5  1810774   22/MAR/2013   10/APR/2013   93      16/MAR/2013  
    line 6  1810791   11/APR/2013   20/APR/2013          
    line 7  1810793   21/APR/2013   22/APR/2013   45      21/MAR/2013   The accompanying XML backs up the story, yet my query doesn't feed this data.
    <task id="1810794" parent="" name="line 1" actual_start="2013.03.07 00.00.00" actual_end="2013.03.11 00.00.00" baseline_start="2013.03.26 00.00.00" baseline_end="2013.03.27 00.00.00" progress="100" style="defaultStyle"/>
    <task id="1810780" parent="" name="line 2" actual_start="2013.03.12 00.00.00" actual_end="2013.03.16 00.00.00" baseline_start="2013.03.23 00.00.00" baseline_end="2013.03.27 00.00.00" progress="100" style="defaultStyle"/>
    <task id="1810779" parent="" name="line 3" actual_start="2013.03.17 00.00.00" actual_end="2013.03.20 00.00.00" baseline_start="2013.03.23 00.00.00" baseline_end="2013.03.27 00.00.00" style="defaultStyle"/>
    <task id="1810773" parent="" name="line 4" actual_start="2013.03.21 00.00.00" actual_end="2013.03.21 00.00.00" baseline_start="2013.03.24 00.00.00" baseline_end="2013.03.27 00.00.00" progress="50" style="defaultStyle"/>
    <task id="1810774" parent="" name="line 5" actual_start="2013.03.22 00.00.00" actual_end="2013.04.10 00.00.00" baseline_start="2013.03.16 00.00.00" baseline_end="2013.03.27 00.00.00" progress="93" style="defaultStyle"/>
    <task id="1810791" parent="" name="line 6" actual_start="2013.04.11 00.00.00" actual_end="2013.04.20 00.00.00" baseline_start="2013.03.16 00.00.00" baseline_end="2013.03.27 00.00.00" style="defaultStyle"/>
    <task id="1810793" parent="" name="line 7" actual_start="2013.04.21 00.00.00" actual_end="2013.04.22 00.00.00" baseline_start="2013.03.21 00.00.00" baseline_end="2013.03.27 00.00.00" progress="45" style="defaultStyle"/>Is this expected behaviour?
    Is this a bug?
    Is there a workaround - can I supply my own XML to hopefully override what is being generated?
    Scott

    Hi Ahmed
    Thank you for your reply.
    The time scales in Gantt chart specifically shows the year, month and weeks from the start date of project definition or basic start of WBS.
    Since it is not a decided project, the Gantt chart need to show 0, 1st week, 2nd week, 3rd week etc.
    The actual schedule from PD start date can be produced on actual initiation of project.
    It means, i am looking for having Gantt chart for duration and not for specific start and finish dates.
    warm regards
    ramSiva

  • Some folder is empty when enabled access-based enumeration + Deduplication

    Hi Everyone,
    Background:
    Recently we migrated the file server to win2012 r2.  We have enabled dedupication and enabled access-based enumeration. 
    The data stored in D drive vm, so we just connected the D drive to the new 2012 r2 server.  Security rights all the same as before.  
    Problem:
    People reported that they can see their files and folders directly under their client folders, however some of the sub-folders are empty. when we checked from our file server, those sub-folder have files
    inside.  
    We did some test, we tried to disabled access-based enumeration, checked from user shared drive and see the files are visible again inside the folder.
    Has anyone experienced that before and can give me the solution?
    Thanks!!
    MT

    Hi,
    From the symptom it should related to Access Based Enumeration which means it is affected by NTFS permission settings. Please help list the NTFS permission settings on folders and an affect file. 
    Meanwhile you can try to create another share folder with basic NTFS permissions such as:
    Domain Admins: Full Control - This folder, subfolders and files.
    Creator Owner: Full Control - subfolders and files only.
    A testuser group: Modify (on a specific subfolder and its files).
    Everyone - Read - This folder only. 
    Then add the additional permissions which is added on your real shares to the test share one by one to see which one causes the issue. 
    If you have any feedback on our support, please send to [email protected]

  • Strictly typed refnum vs normal refnum for a waveform chart

    I know that one way of clearing a waveform chart is to write an empty array to the 'history' property of the charts property node. The help file for this states: "use strictly typed refnums when reading this properrty"
    I am looking at a program coded in LV 8.6
    a number of control refnums are carried around in an array (so strict typed)
    in some cases (but not all) the programmer used "to more specific class" to designate a waveform class when writing to properties for scaling the Y-axis, etc. Other times this is not done(?)
    We are now having an issue which appears to be that the chart is re-initialized when dynamically rescaled (I am not sure if that is what is going on, but that is what it looks like). 
    It looks like when the chart is dynamically rescaled the previously acquired data is gone and the chart starts populating fresh. 
    Haven't figured out what is causing this, and I am wondering if strict type refnums vs generic refnums may be a factor?
    Lawrence M. David Jr.
    Certified LabVIEW Architect
    cell: 516.819.9711
    http://www.aleconsultants.com
    [email protected]

    Waveform charts can hold different data types (they are polymorphic), such as DBL or 1D-array of DBL. When you want to set the history, you need a 1D DBL or 2D DBL respectivily. The correct data type is part of the 'strict type', I guess you will get the default instance if you use the non-strict (generic) type.
    But if this is releated to your problem, I can't even guess. 
    Felix 
    www.aescusoft.de
    My latest community nugget on producer/consumer design
    My current blog: A journey through uml

  • Not working applets in win7 x64

    Hello,
    Maybe my problems comes from another programs in my computer, but most errors came/come from java (JRE), so I try to write a message here.... and hope to find a solution so that my applets will work. In the past periods I got a lot of script errors and watch at home only to a screen (white background with some text interchangeably) online it's really terrible for my eyes (as watching in the sun). And most program, flash-players not working online....pfff.
    I installed "jre-6u21-windows-i586-iftw-rv.exe" and restarted my PC, but again my computer did't show any applet, it makes me crazy. Again I got a 32-bit version on a 64-bits motherboard.....
    Java Plug-in 1.6.0_21
    Using JRE version 1.6.0_21-b07 Java HotSpot(TM) Client VM
    User home directory = C:\Users\Administrator
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    security: property package.access value
    sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.
    security: property package.access new value
    sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.javaws
    security: property package.access value
    sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.javaws
    security: property package.access new value
    sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.javaws,com.sun.de
    ploy
    security: property package.access value
    sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.javaws,com.sun.de
    ploy
    security: property package.access new value
    sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.javaws,com.sun.de
    ploy,com.sun.jnlp
    security: property package.definition value null
    security: property package.definition new value com.sun.javaws
    security: property package.definition value com.sun.javaws
    security: property package.definition new value com.sun.javaws,com.sun.deploy
    security: property package.definition value com.sun.javaws,com.sun.deploy
    security: property package.definition new value com.sun.javaws,com.sun.deploy,com.sun.jnlp
    security: property package.access value
    sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.javaws,com.sun.de
    ploy,com.sun.jnlp
    security: property package.access new value
    sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.javaws,com.sun.de
    ploy,com.sun.jnlp,org.mozilla.jss
    security: property package.definition value com.sun.javaws,com.sun.deploy,com.sun.jnlp
    security: property package.definition new value
    com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss
    basic: Added progress listener: sun.plugin.util.GrayBoxPainter$GrayBoxProgressListener@1aaa14a
    network: Cache entry not found [url: http://www.java.com/jsp_utils/, version: null]
    network: Cache entry found [url: http://www.java.com/jsp_utils/jreCheck.class, version: null]
    prevalidated=false/0
    network: Connecting http://www.java.com/jsp_utils/jreCheck.class with proxy=DIRECT
    network: Connecting http://www.java.com:80/ with proxy=DIRECT
    network: Connecting http://www.java.com/jsp_utils/jreCheck.class with cookie
    "jreDcookie=85B46E7A60490AF35A248A871FD2C2DA; JSESSIONID=FB76292F658D40D283D2B8A0F67DD207;
    JROUTE=W2VMz2yu926eYGvP"
    network: ResponseCode for http://www.java.com/jsp_utils/jreCheck.class : 304
    network: Encoding for http://www.java.com/jsp_utils/jreCheck.class : null
    network: Disconnect connection to http://www.java.com/jsp_utils/jreCheck.class
    network: Cache entry not found [url: http://www.java.com/jsp_utils/, version: null]
    basic: Applet loaded.
    basic: Applet resized and added to parent container
    basic: PERF: AppletExecutionRunnable - applet.init() BEGIN ; jvmLaunch dt 337989 us, pluginInit dt
    615616 us, TotalTime: 953605 us
    basic: Applet initialized
    basic: Removed progress listener: sun.plugin.util.GrayBoxPainter$GrayBoxProgressListener@1aaa14a
    basic: Applet made visible
    basic: Starting applet
    basic: completed perf rollup
    basic: Applet started
    basic: Told clients applet is started
    basic: Starting applet teardown
    basic: Finished applet teardown
    During the opening of several sub-directories in the directorymap Java (1.6.0_20 + 21), I found it strange that some sub-maps were empty. In the sub-folders Java/jr6/lib/applet were no files and also not in the 'lib' subdirectory ../audio.
    I have search several times and downloaded several versions of Java and reinstalled them (because not working of it). I have read almost 100 pages for the correct solution, but without any result. I was searching in the folder to find information of the Java-applet or why their gone because. The Java controle on the website shows everytime "You have the last and right Java-version", but without working applets I cannot work well at my computer (offline and online).... it's a crime....pfff
    So please Help me!
    Under each message, e-mail or typed letter, I shall close with this signature and I can proudly say that since the year 2005 has become my lifestyle:
    ~ I'm open, honest and sincere to myself and others ...! ~

    .Re: Rear channels not working properly in Win7\ First go to control panel, and sound, and then speakers and then to configure, and then choose 5. for your speaker setup and be sure to not choose full range speakers. Then go back to speakers and choose properties, and then Levels, and try raising your rear speakers a bit louder than your front and center speakers. For me, this works best as rear speakers do not receive as much as front and center anyway. I have my front and center set at 55 so I set the rear to 65 or 70. Then they sound equal. I turn on CMSS-3d in console Launcher and I choose surround, and then stereo surround. I do not like stereo expand.
    If you have a sound source that is already 5., such as playing a 5. movie in VLC media player, the sound is already 5. so it is not "double-upmixed" per se.

  • Mavericks 10.9.1. Gmail migration

    I migrated using Migration Assistant from MBA running Lion to MBP 13" Retina(Late '13) running Mavericks updated with the update for fixing gmail issues. My Gmail settings migrated. To cut a long story short, after many attempts at trying to remove duplicate emails in multiple Mailboxes, I finally have the following situation:
    Inbox shows all Gmail mails
    Sent shows all Gmail mails
    All Mail shows all Inbox & sent mails again
    Then there are SMART MAILBOXES
    I.E. ON MY MAC - showing some deleted & recovered messages
    and
    GMAIL with all its sub Boxes- some empty and some showing mails eg: Important.
    Question:
    1. Is this normal? Sure does not look so!
    2. Can the SMART NAILBOXES especially GMAIL be removed without impacting the main Mailbox?
    3. Should these be just left alone as they are only annoying and not really interfering in anything?
    Thanks for any guidance.

    First have a look here.
    http://support.apple.com/kb/HT1277
    Make sure you have the latest Mail Update as well.
    http://support.apple.com/kb/HT6030
    Last but not least read these lnks very carefuly to fix your mail problems and Good Luck
    http://support.apple.com/kb/TS3276
    Don

  • Calculations in Xcelsius using data generated by a Web Service Connection

    Hi,
    I have set up a web service connection to pull in 4 columns of data: 1. CATEGORY  2. SUBCATEGORY 3. PRODUCT TYPE   4.#OFCALLS.  There will be anywhere from 1 to 500 rows of data depending on day of week and time of day.  The web service sorts the list by #OFCALLS descending. The OUTPUT VALUES of the web service connection are mapped to cells A19:D518.
    Formulas in the spreadsheet take the Top 10 from the list and populate it to cells  A4:D13.  A formula in cell D15 sums the #OFCALLS for the entire web service connection output (A19:D518).
    The data in A4:D15 is mapped to a spreadsheet table on my canvas.   When the report generates, the data from the TOP 10 of the web service connection populates properly, but the cell that should reflect the TOTAL#OFCALLS (D15) shows zero.
    Is it not possible to do additional calculations in the spreadsheet based on data generated by the web service connection?  A major difference between using an XML Map and a Web Service Connection is the XML Map actually populates the spreadsheet with the new data when it is refreshed.  The Web Service connection data never actually appears in the spreadsheet itself, even though it updates to the appropriate vessel on the canvas.   This makes me think that no additional calculations can be done in the spreadsheet based on the web service connection data.
    Can anyone tell me if that is correct?  If so, then the web service connection would also have to pull in the TOTAL#OFCALLS along with the other data.   This would also seem to greatly limit what you could do with data generated by a web service connection, so I am hoping I am wrong and just don't understand how to do this.
    Can anyone clarify this for me?  If I failed to give any pertinent info let me know what it is, and I will update my post.
    Thanks!

    I have seen similar behavior as well.  I have live data coming into Xcelsius from a data connection. 
    A supported Excel formula
    =IF(ISBLANK(J2),I2,VALUE(TODAY()-J2))
    is then applied to one of the columns to create an additional derived column.
    Taking a snapshot of the data shows that the derived column is being populated, however the controls I've tried hooking up to the derived column (charts and labels) are always empty.
    Information on whether this is supported would be appreciated.
    Thank you,
    David

  • Cannot sort images in grid view?

    I am trying to re-arrange the order of images in the grid view by mean of drag-and-drop, but LR doesn't allow me to do it. I also manually selected "User Order" from the sort menu with no effect. It is happening only with the latest bunch of photos I imported (both in Collection and Folder), while LR still allows me to re-arrange my old images. I must be missing something obvious (not to me)... any idea?

    User sort order comes up on this forum so frequently that the subject deserves to be in the FAQ, especially since user sorting is almost totally undocumented.
    As Lee Jay points out, what is implemented is a design decision. There is a basic conflict here between user sort order and the existence of subfolders.
    The current implementation has a few rough edges. For example, even including all sub-items in the top folder doesn't free up sorting as has been suggested, at least in my Windows version. Also, even if a sub-folder is empty, user sorting is still frozen in parents. BTW, a sub-folder is one recognized by LR. A folder can have sub-folders in the underlying file system not in the catalog. These have no effect as far as I can tell.
    However, in all the cases I have tried, user sorting is available within and into stacks at any level regardless of whether sub-folders exist. I can move things around freely in a stack or from outside the stack (even from another stack) into the stack. Reversal is possible in stack-to-stack moves but not from a stack to the outside, unless the folder has no sub-folders. This fact might help work around the limitation in some cases.

  • Grr... please someone help me and stop me going mad!!!

    I've just got a 160gb apple tv and running a macbook so all is good in the apple household, that is until i try and sync my movies or anything thing in itunes over to the apple tv, stream works but as soon as i log out of computer poof everythings gone.
    Even after it says it's synced the apple tv still shows as nothing used on the capacity used bit of itunes
    all i wanted for christmas was to save my movies to apple tv!!! please someone post me an idiots guide i've try doing what it said in the manual and for me to have to use a manual was hard enough (being a man and all) so for it still not to work!!! Grrr!!!
    Please help!!!

    Two areas to look at:
    Firstly if everything disappears from the tv when you turn off the mac or disconnect in some other way, this is because you are watching or trying to watch streamed content rather than synced content.
    You watch streamed content by selecting 'my itunes library' from the source menu on your tv.
    You watch synced content by selecting 'tv' from the same menu.
    Once you have correctly identified whether you are watching streamed or synced content, you can then determine whether or not content is syncing as it should.
    The fact that your capacity chart indicates your tv is empty suggests you have not synced anything, but the fact that itunes and or the tv tells you are syncing and appears to complete tends to contradict this.
    One possible reason could be that it is syncing, but syncing nothing because you have not yet selected any content to sync.
    With all this in mind, can you tell us how far into setting up syncing you have got.

Maybe you are looking for

  • Multiple devices on airport extreme

    Hi im a new bod to the whole apple thing but i have pick up a few bits and pieces, having discoverd i required a airport express because the belkin device i had was not campatable wih apple hardware I have tried but with limited success to use a USB

  • Product Registration Pop

    I have a pop up reminder on the PC for the first time today to "register product and enjoy a host of benefits" - how can I get rid of it please - I've already registered and I thought it would be as simple as deleting the product registration link fr

  • How to allow user to see attachment without login in 11i through browser ?

    Hi, I have one requirement where I need to show attachment to user even if He is not logged in. We created Function which return Attachment File URL using seeded API. When we paste that URL in browser it asks for login for Oracle Apps version 11i but

  • Why does IE 11 prevent me from downloading PDF files. Security Settings are set at MIN. Pop Ups & Cookies are ALLOWED

    I get the following pop-up displayed on my screen: YOUR CURRENT SECURITY SETTINGS DO NOT ALLOW THIS FILE TO BE DOWNLOADED.

  • Deleting "on my phone" calendars

    I sync my calendars via my MobileMe account. I used to sync from iCal via iTunes. There are several calendars on my phone listed as "on my phone" that I no longer need. I have gone to MobileMe and deleted the calendars, and I've gone to my iCal and d