Reports in diadem 9

I have created a report in diadem 9.
I have chosen the layout option "name-oriented" and tried to work with different channel groups.
The fact that the channels within the first group have the same name like channels within the second group seems to confuse diadem 9. also I tried to set the channels via vbscript and use the number to force diadem 9 to use the correct channel - wihtout any success. I have attached the files.
Attachments:
ni.zip ‏41 KB

Hi d.s.,
If I understand your last (German) question correctly, you simply want to plot certain channel names from multiple groups such that if other channels from these groups are deleted, the same curves remain in the REPORT graph. I have loaded your posted data set and REPORT layout and noticed a few things.
1) You currently have your REPORT layout configured for "Expand Curves". This may or may not be what you want. Curve Expansion is perfect for the case that you have N XY channel pairs with the same channel names and you ALWAYS want to plot ALL of these XY pairs as curves. Then with one quick curve configuration in the 2D axis, you get N 2D curves on the axis system.
2) Your data set has 2 Groups with channels that have different names. This may be what you want or the type of data sets you expect to have to deal with, but it means that when you have "Expand Curves" selected you will only get 1 curve on your 2D axis.
3) The data in your 2 groups is identical, which makes it hard to tell what's really being displayed on the 2D axis, because the different curves completely overlap.
4) Your data channels are name-indexed in a way that the DIAdem 9 Beta versions did for you automatically. Note that the released version of DIAdem 9 does NOT do this anymore by default, although you can change this behavior as was pointed out by the first person to answer your question.
I have prepared 3 examples for you in the attached ZIP file "test_Groups.zip" based on your original data set, REPORT template, and expressed wishes:
A) Use your original data "test.TDM" with the REPORT template "test your data set.TDR". You will see that using your Group and channel names, we indeed get name-oriented curves from both Groups which are impervious to channel deletions. These curve configuration were created by dragging channel pairs [Example/Zeit, Example/Drehmoment] and [Example2/Zeit1, Example2/Drehmoment1] from the Data Portal either onto the 2D axis system or onto the configuration dialog for the 2D axis system. Note that this REPORT template does NOT use Curve Expansion.
B) Use the data set "test Both.TDM" and the REPORT template "test Regular.TDR". You will see that this new data set has 3 Groups which each have 4 identically named channels. The values of the 3 data channels are now different from group to group so that you can distinguish their curves from one another. This REPORT template also does NOT use Curve Expansion and was created by dragging the respective XY pairs from the Data Portal onto the 2D axis system.
C) Use the data set "test Both.TDM" and the REPORT template "test Curve Expansion.TDR". You will see that with only 1 curve configured in the 2D axis system that you get that 3 curves graphed, 1 from each Group. This is because this REPORT template is configured to use Curve Expansion, and each of these XY channel pairs are identically named.
Please ask if you have additional questions,
Brad Turpin
DIAdem Product Support Engineer
National Instruments
Attachments:
test_Groups.zip ‏84 KB

Similar Messages

  • Working with DIAdem REPORT in DIAdem SCRIPT

    Hello,
    I am working with DIAdem 9.1 Advanced. I would like to create a report with a 2D graph object containing one curve (X,Y1) or (X,Y2). The user has to choose between (X,Y1) and (X,Y2) via a dialog box. I want to generate this report with a VBS script without loading a predefined TDR report.
    I tried the following sample code:
    '1. Load "Example.CSV" from the DIAdem DEMO folder
    '2. Load a new blank report
    Call GraphObjNew("2D-Axis","MyGraph") 'Creates a new 2D-graph object called -MyGraph- in the report
    Call GraphObjOpen("MyGraph")      
      D2AXISSYSTEM     ="one system"
    ' The user selects which channels he wants to plot via a dialog box
    ' If the channel "Sine" is selected, we need to create a new curve on the 2D-graph
    ' Do I need to create a new object for the curve? Which type of object ?
      Call GRAPHObjOpen("2DObj1_Curve1") ' ERROR -Object 2DObj1_Curve1 unknown or not open-
        D2CCHNX          ="[1]/Time"
        D2CCHNY          ="[1]/Sine"
      Call GRAPHObjClose("2DObj1_Curve1")
    Call GraphObjClose("MyGraph") 
    Call PicUpdate
    Is it possible in DIAdem to create dynamically a 2D-graph when we do not know before which channels will be plot?
    Thanks in advance for your answer.
    Matthieu G.
    Eurilogic, France

    Hello Matthieu
    Variable: ObjType
    The terms 2D-curve and 3D-curve are valid keywords for new 2D-curves and 3D-curves and the enumeration terms of the ReportObjType variable for all other objects.
    I attached some topic of the DIAdem 10 help that descibe some variables that correspond to this topic.
    The following script create a 2d-Axis system an a new curve and defines the data for this curve
    Call GraphObjNew("2D-Axis","MyGraph") 'Creates a new 2D-graph object called -MyGraph- in the report
    Call GraphObjOpen("MyGraph")      
      D2AXISSYSTEM     ="one system"
      Call GraphObjNew("2D-curve","MyCurve") 'Creates a new 2D-Curve object called -MyCurve- in the report
      Call GraphObjOpen("MyCurve")
        D2CCHNXNAME      ="[1]/Time"
        D2CCHNYNAME      ="[1]/Sine"
      Call GraphObjClose("MyCurve")
    Call GraphObjClose("MyGraph") 
    Call Picupdate()
    Hope this helps
    Winfried
    Message Edited by winner on 02-27-2006 11:54 AM
    Attachments:
    report.zip ‏18 KB

  • Difference between diadem and LabVIEW Report Generation Toolkit

    I want to expand LabVIEW's reporting capabilities.  Can someone tell me what the difference is between DIAdem and the LabVIEW Report Generation Toolkit for Microsoft Office.

    Hello Mr Bean,
    There are several major differences between the two solutions. I'll try and outline them as good as I can ...
    The biggest different is that LabVIEW and its toolkits are programming tools and DIAdem is a ready to run application.
    The LabVIEW Report Generation Toolkit basically provides an extensive library of VIs that allow you to connect LabVIEW to the MS Office library and create and edit reports in Word and Excel.
    DIAdem is a stand alone application that was designed to post-process data from various sources. The tools included in DIAdem are:
    1. NAVIGATOR: Allows you to import data from files (ASCII, binary, Excel, etc.) as well as DataBases (SQL/ODBC, Citadel, ASAM, etc.). The unique DataPlugin technology available within DIAdem allows you to import vitually and data file by creating a DataPlugin that describes the data format and gets linked to DIAdem. More information at: http://www.ni.com/diadem/dataplugins.htm
    2. VIEW: Graphical and Numerical data inspection tool. Use cursors to zoom and scroll through your data, edit your data graphically and numerically and compare different tests.
    3. ANALYSIS: DIAdem has a wide range of analysis functions, ranging from simple functions like integration and differentiation to FFTs, Order analysis and 3D data analysis.
    4. REPORT: The DIAdem REPORT tool allows you to create reusable report layouts that can contain multiple axis systems (2D, 3D and polar plots) as well as tables (2D and 3D) and variables. The REPORT tool generates templates that can be usedwith multiple data sets due to the inclusion of automatic (or manula if required) scaling as well as extensive use of variables for annotations. Finished reports can be exported to printers, graphics files, the Windows Clipboard, HTML pages and PDF files (PDF writing is build into DIAdem, no extra software required). Using Scripts, it is also possible to create Word, Excel or Powerpoint reports from DIAdem automatically.
    5. SCRIPT: The DIAdem scripting tools allows users to record macros or write scripts that automate complete sequences, for the import of data, via extensive analysis, to creating a publication ready report. Scripts can make reports "intelligent" by modifying the appearance of a report based on the data or calculation results that are going to be displayed in the report.
    I recommend you check out the following link for more information: http://www.ni.com/diadem/
    DIAdem is an extremly powerful tool for report generation. I am leaving to go on a business trip to Asia, but I would be more than happy to give you an Web presentation on DIAdem after I have returned. We could use your data and create a DIAdem report Script together online. My Email address is [email protected] and I will be back the week of Thanksgiving.
          Otmar
    Otmar D. Foehner
    Business Development Manager
    DIAdem and Test Data Management
    National Instruments
    Austin, TX - USA
    "For an optimist the glass is half full, for a pessimist it's half empty, and for an engineer is twice bigger than necessary."

  • Conditional image visibility in DiAdem Report

    Does anyone know of a way to make an image conditionally visible in a report in DiAdem?
    What I would like to do is display a certain .jpg image on the report based on a property of a data file loaded in the portal.  I am creating a generic report structure that actively changes based on what file is loaded in the data portal.
    Has anyone ever tried this or even wanted to?
    Steve
    Solved!
    Go to Solution.

    Brad, This is how the code looks in my script:
    '------------------- Graphic --------------------------
    Call GraphObjOpen("Metafile1")
    MtaFileName = filelocation
    MtaPosX = 83.17
    MtaPosY = 97.99
    MtaRelPos = "r-bot."
    MtaWidth = 12
    MtaHeight = 12
    MtaRatioAdapt = 1
    MtaEmbedded = 0
    Call GraphObjClose("Metafile1")
    Where "filelocation" = path and file name of the desired image.
    When I run the code in the Script window, everything works fine, and the image changes to the appropriate file.  When I run the script as part of the refresh cycle in the TDR, It tells me that there is an error "refreshing the graphic".

  • Diadem reporte

    Muy buenas tardes...
    Estoy realizando  un programa en labview en cual inspecciona un peso y envia una señal de alarma si el peso no esta en el rango predeterminado...
    tambien necesito generar un reporte de actividades... en el cual va registrado el lote de objetos pesados, la referencia de cada objeto pesado y si se encuentra dentro o fuera del rango....
    este reporte debe llevar esa informacion en una tabla que se va llenando automaticamente desde el programa de inspeccion realizado en labview...
    he intentado realizar un reporte en diadem, pero tengo un inconveniente al llenar la tabla con los datos de la inspeccion....
    no se si hay que generar canales con los datos de labview.... o como se haria para llenar esta tabla en el reporte con los datos dados de la inspeccion realizada en labview
    el caso esq cuando el operario de la orden de imprimir reporte este lleve todos estos datos
    agradezco de antemano la ayuda y los felicito por estos foros los cuales son de gran herramienta para nosotros los usuarios de labview

    Holla José,
    Para hacer el report en DIAdem, tienes que crear los canales en algún Software, como Excel talvez, llenando la tabla con datos de LABView. Los canales son respectivos de las posiciones de su arquivo. Canal 1 = Coluna 1 e adelante.
    Atentamente,
    Filipe Silva
    Application Engineering
    NI Brazil

  • Using DIAdem, how to get the slope of a signal (Linear or non-linear​)

    Rate of rise or rate of fall on a temperature signal, I'm trying to include the slope in my report using DIAdem,
    I couldn't find , Is there a slope function?
    or a way to do that
    Thanks
    Solved!
    Go to Solution.

    Hi amat,
    You can get the slope fit calculation from the built-in function "ANALYSIS >> Curve Fitting >> Calculate Regression".  If you want to fit only a subset of the data, you will need to extract that subset of data to a new data channel and then run the approximation calculation on the new channel.
    Here is a script I have created to do the range extraction and statistics/slope calculation automatically.
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments
    Attachments:
    Selected Region Stats.zip ‏5 KB

  • Repeated system crashes on report

    Whilst generating reports within Diadem 10 my collegues and I have been experiencing repeated system crashes that result in Diadem closing. Most errors seem to occur whilst undertaking simple task such as reformatting axis or changing labels. Below is an extract from the error log which is typical of the problem seen. Any guidance would be appreciated as this is so frequent as to cause real issues with the usability of this software.
    Diadem 10 is running on Dell desktops, Pentium 4 2.8Ghz 1GB Ram.
    278  11:51:54 Error:
         Error while executing "FORMULACALCI("D2AxisXTick := 0.025")" command
         Error type: ACCESS VIOLATION
         Error address: 0008F2B5
         Module name:gfsdesk.DLL
    Thanks

    Please help, fault as occured again!!!!!
    13   12:37:13 Error:
         Error while executing "FORMULACALCI("D2AxisXEnd := 0.4999")" command
         Error type: ACCESS VIOLATION
         Error address: 0008F2B5
         Module name:gfsdesk.DLL
    14   12:37:13 Error:
         Error while executing "FORMULACALCI("D2AxisXEnd := 0.4999")" command
         Error type: ACCESS VIOLATION
         Error address: 0008F2B5
         Module name:gfsdesk.DLL
    15   12:37:16 Error:
         Error while executing "FORMULACALCI("D2AxisXEnd := 0.4999")" command
         Error type: ACCESS VIOLATION
         Error address: 0008F2B5
         Module name:gfsdesk.DLL
    16   12:37:16 Error:
         Error while executing "FORMULACALCI("D2AxisXEnd := 0.4999")" command
         Error type: ACCESS VIOLATION
         Error address: 0008F2B5
         Module name:gfsdesk.DLL
    17   12:37:19 Error:
         Error while executing "FORMULACALCI("D2AxisXEnd := 0.4999")" command
         Error type: ACCESS VIOLATION
         Error address: 0008F2B5
         Module name:gfsdesk.DLL
    18   12:37:19 Error:
         Error while executing "FORMULACALCI("D2AxisXEnd := 0.4999")" command
         Error type: ACCESS VIOLATION
         Error address: 0008F2B5
         Module name:gfsdesk.DLL
    19   12:37:21 Error:
         Error while executing "FORMULACALCI("D2AxisXEnd := 0.4999")" command
         Error type: ACCESS VIOLATION
         Error address: 0008F2B5
         Module name:gfsdesk.DLL
    20   12:37:21 Error:
         Error while executing "FORMULACALCI("D2AxisXEnd := 0.4999")" command
         Error type: ACCESS VIOLATION
         Error address: 0008F2B5
         Module name:gfsdesk.DLL

  • Inserting additional parameters in a report

    Hi!
    I've got some problems generating pdf-reports with data originating from Labview. 
    I would like to pass some additional info (parameters and so on) along
    with experimental data.  I already studied some examples provided by NI
    but didn't really make sense of it.
    If I write a simple text in Diadem the box will be automatically named
    "Text23" or something like it.  Some examples suggest that it's
    possible to change the entry of this text box by passing an 2-dim Array
    of strings to the Report-Express-VI in Labview.  But I guess this
    method is unstable if the layout file changes.  It also seems rather
    complicated and i'd prefer to name my text boxes myself since I've got
    quite a lot of parameters.
    Could anybody describe how to solve this problem?
    Thanks in advance!

    Hello Adamais,
    Using the DIAdem report wizard with a custom layout/template in LabVIEW, the object names will automatically be propagated to the 'report objects' field in the wizard. Dropping any kind of object on the report form in DIAdem, a name will be assigned to the object (such as 'Text1', as you already mentioned). Since there is no direct way of changing these names (lables, object names) in DIAdem, the object names can't be changed in the report wizard as well.
    The only way to assign an object name to the object is through means of a VBScript. Thus if you have collected all parameters in LabVIEW one could call a script that creates all the objects on the form. This ensures, that all parameters that will be given to DIAdem are already available with the report.
    DIAdem developers are probably thinking about the implementation of this feature in future releases, but one can't guarantee.
    Hope this helps,
    Regards,
    C.L. - National Instruments Germany

  • Delete a curve in a report with GraphObjDelete?

    Hello!
    I have a problem with deleting curves from a report. (Diadem 10.0, Windows XP, english)
    But first something working:
    Call GraphObjNew("Freetext","Text1")
    Call GraphObjOpen("Text1")
         TxtTxt ="Test"
         TxtSize =20
         TxtColor ="red"
         TxtPosX =50
         TxtPosY =50
    Call GraphObjClose("Text1")
    Call GraphObjDelete("Text1")
    I create a text and afterwards I can delete it.
    Now my problem:
    I have written a bunch of dialogs, where I can setup a report (select data, colors,..), export as pdf, setup the next one and so on.
    Sometimes I need to delete a curve which I tried like in the following sample-code:
    Call GraphObjNew("2D-Axis","2DAxis1")
    Call GraphObjOpen("2DAxis1")
      D2AXISBOTTOM     =20
      D2AXISLEFT       =20
      D2AXISTOP        =20
      D2AXISRIGHT      =20
      Call GraphObjNew("2D-Curve","testcurve")
      Call GraphObjOpen("testcurve")
        D2CCHNXNAME      ="[2]/PP"
        D2CCHNYNAME      ="[2]/ETAP"
      Call GraphObjClose("testcurve")
      Call GraphObjDelete("testcurve")
    Call GraphObjClose("2DAxis1")
    I get the following error in the line of the GraphObjDelete:
    Object layer (testcurve) already open.
    You have tired to open a new object on a layer that is already open.
    What is my mistake, why is it working with the text but not with the curve and what is it, the errormessage tries to tell me?
    Maybe somebody can help me.
    thanks
    josef
    Message Edited by steinmassl on 04-11-2006 05:23 PM

    Hi Josef
    The command GraphObjDel is only to delete "main object".
    To delete a curve you have to assign an empty string to the x and y value:
    Call GraphObjNew("2D-Axis","2DAxis1")
      Call GraphObjOpen("testcurve")
        D2CCHNXNAME      =""
        D2CCHNYNAME      =""
      Call GraphObjClose("testcurve")
    Call GraphObjClose("2DAxis1")
    Hope this helps
    Winfried

  • Citadel data to LV vi to Diadem

    I need to get a histogram into a report in Diadem. Unfortunately I cannot create a histogram directly in Diadem so I need to get data from my citadel database into a vi and from the that vi into a histogram vi then send it to Diadem from Labview. Has any one done this before? I need an example to go by.
    Roy L. Costa
    Email: [email protected]
    Catalyst Test Engineer
    General Motors Warren Tech Center (R & D)

    Hello,
    If I understood correctly, your problem is the data transfer from LabVIEW to DIAdem. In Principle, there are two possibilities to share data between those applications. Fist, via a measurement file, and second, via the OLE Interface of DIAdem.
    On our homepage you can download a free toolkit containing VIs and examples for this kind of applications.
    The easiest method which does not require additional programming is to save the data into a LabVIEW Measurement file (.LVM) and load it in DIAdem. This requires at least LabVIEW 7 and DIAdem 8.1.
    Regards
    Ingo Schumacher
    Applications Engineering
    National Instruments

  • Scale report

    Hi,
    In the attachment you will see a typical report format that we have, in which we devide the x-axis into 3-4 different parts.
    where for example:
    1st part of x axis: The time difference between two ticks represent 20 ms (this is the part we have no important information on the signal)
    2nd part of x axis : The time difference between two ticks represent 5 ms ( the distance between two ticks on the graph is always the same) this is the part where we have a closer look(zoomed so to say) on the signal, since the things we investigate happens in this part...
    3rd part: It again represents 20 ms.
    etc.
    For the Y axis:
    There is a certain length for 1unit. For different curves 1 unit may represent certain amount of mm, kV, kA , etc.
    Finally my question is: Is it possible to generate such reports with DIAdem?
    thanks in advance
    kaan
    Attachments:
    protokol_with_different_unitlenghts1.jpg ‏156 KB

    Hello Kaan!
    The short answer is: No
    As far as I know is there no build in way. You need a multiple X axis scaling, but there is only a single scaling in DIAdem.
    Every solution aproach will result in a calculation process or an uncomforable layout design.
    I see two aproaches:
    Ken's aproach (calculations required)
    Multiple coordinate system side by side with manual X-Scaling (verry bad to handle)
    Sorry that I can't give you hope for a simple and good solution.
    Matthias
    Matthias Alleweldt
    Project Engineer / Projektingenieur
    Twigeater?  

  • Importing Graphics in DIAdem

    I am creating reports in diadem and have a problem with the quality of the graphics files I import into DIAdem. No matter how "god" i make them I still get fuzzy edges when looking at the graphics in DIAdem and after exports to pdf.
    I have tried .eps files .high quality .jpg .bmp and .wmf. Any suggestions?
    Ståle

    I am using DIAdem 9.1 and cannot upgrade based on linking with other applications.
    ( I do not have a host server for the pictures...) Usually when I add a file to a reporting tool espcially .eps they take into consideration the size of the original file. DIAdem sets up the file much smaller than the original size. Looking at the example logoes of NI the same is true opening the library file in a picture editor gives you a picture 10 times larger than in DIAdem.

  • FFT and Overall Values Differ btwn VI and DIAdem

    Hi all,
    I have an application that displays live vibration readings including the spectrum and overall vibration level.  All my report generation is done in DIAdem scripts, so it's critical that any values calculated and displayed on the LabVIEW side match the values calculated and reported in DIAdem.  The attached VI and Script, when fed the input from the attached TDMS file, give me significantly different values for the magnitude of the FFT and overall RMS value.  Can anyone spot what I'm doing wrong?
    Thanks,
    Scott
    CLAD
    Solved!
    Go to Solution.
    Attachments:
    FFT and RMS Script.VBS ‏5 KB
    FFT and RMS VI.vi ‏39 KB
    VibrationSample.tdms ‏103 KB

    Hello,
    Here is a great reponse from R&D. I felt it would be better to place this on the web then keep it limited to your service request.
    The difference has to do with the Window-correction. The results are identical if you select rectangluar (or no) window.
    Usually a Window is taking a part of the singnal away, so in the first place, the result has a different shape and is smaller compared to result with rectangular window. This can be corrected with a specific factor for each window.
    There are two possible corrections. Random and periodic.
    - Periodic is used if you have pure sine-wave like signals and you want to measure the peak value. A typical use case is the flattop-window which is designed for this type of calculations.   The periodic correction is too large if you want to add the values to calculate the total RMS of the signal or of a the summation of a certain frequency band.
    - Random is correcting the signal back to the correct overall RMS value and should be used in all other cases.
    The periodic correction for the Hanning window is a factor of two. The random correction is about 1.633. DIAdem will give the same result as LabVIEW if you use the following correction type:
    FFTWndCorrectTyp = "periodic"
    In the world of FFT-analysis, the different corrections are very often not obvious and hidden to the user. Unfortunately this is also the case in LabVIEW. You can find a good example of an explanation here:
    http://blog.prosig.com/2009/09/01/amplitude-and-energy-correction-a-brief-summary/
    There are different factors for the different window functions. If you go deeper into the FFT-VI you will find the "Scaled Window VI". This has an output "window constants". With this, it is possible to get the correction values for the window functions.
    I also think, that periodic is wrong in most cases when Hanning is used, because Hanning is best for the summation of RMS values in frequency bands and the results are wrong without a random correction.
    Hope that helps.
    Jacob R. | Applications Engineer | National Instruments

  • DIAdem 2011: Error while executing "PicPDFExport" command

    I'm using DIAdem v 11.3.0f4563 on Win2003 (32bit).
    I'm unable to export reports to PDF (this has worked fine on previous DIAdem versions on the same HW/OS).
    The problem occurs every time I select "File -> PDF Export..." from the menu.
    First i get to select the file name, then a messagebox appears with the following text:
    Error while executing "PicPDFExport" command.
    Error type: UNKNOWN
    Error address: 0000AEF7
    Module name:kernel32.dll
    After clicking "OK" the menus and buttons no longer work (but I'm able to switch between the different tabs), so I have to restart DIAdem.
    I also have a script for exporting reports to DIAdem, this produces the same error message (but the rest of the application is still working after clicking OK, so no need to restart DIAdem).

    Hello salte,
    Could you please let us know what OS you are using?
    Thanks,
         Otmar
    Otmar D. Foehner
    Business Development Manager
    DIAdem and Test Data Management
    National Instruments
    Austin, TX - USA
    "For an optimist the glass is half full, for a pessimist it's half empty, and for an engineer is twice bigger than necessary."

  • ACCESS VIOLATION error in Report

    Hi,
    I am getting an access violation when trying to save a report.  The report only has two worksheets.  ONe is a table of contents and one of them is a template for plotting data.
    Error while executing "PicSaveAs(FileDlgName)" command
    Error Type: ACCESS VIOLATION
    Error Address: 89FFEE10
    Module Name: DIAdem.exe
    I am using Diadem 2011.
    Basically, I am trying to create a template file to make plots with.  I have a script that copies my template plot, plots the next channel, and repeats for all channels in the data portal.  The script works fine, and I got it to run once.  HOwever, I wanted to make a change, and something happened to my original template file.  So I open my report with 100 pages, delete all pages (and by the way WHY CAN I NOT DELETE MORE THAN ONE PAGE AT ONCE?  this is very annoying that i have to do this one at a time (and confirm every time) either by manage or delete options) except one, and I try to save this as my template plot and I get this error...tried several times...Any ideas?
    jason

    Hello Jason,
    a workaround for you could be to open two instances of DIAdem. Open your report in DIAdem one.
    Open first page and select "Edit->Select All" and "Edit->Copy" go to your second DIAdem and open Report with an empty report. Select "Edit->Paste" and your template is restored.
    Greetings
    Andres
    P.S.: Please post your report anyway if possible to help us to find the issue.

Maybe you are looking for

  • Mail won't go away!

    Every time I open mail, the mail I deleted returns to include new mail. What is the setting that perm deletes the mail from inbox,sent, etc. I have used the option "Perm Erase" but it doesnt work. Thanks in advance for advice.

  • ITunes Producer doesn't complete upload?

    Hello, I completed the process of adding my book through iTunes Producer. I click the "Deliver" button and it appears to upload. I get a big green check mark but the "Next" button never becomes clickable. When I log in to iTunes Connect and click on

  • Emotions are too big

    Ever since I got the new update, other than the crying one, every single emoticon is unnervingly too big, and I had to turn off emoticons, what's gone wrong here? Solved! Go to Solution.

  • Creating color profiles Leica D-Lux 4

    When creating color profiles with Colorchecker Passport from X-Rite,  DNG profiles Editor shows an error mesage USE A VALID DNG FILE. However I have used the DNG conversion option in Adobe Bridge when importing Leica RWL-files from camera. Can you he

  • Activating or kicking off a shutdown hook?

    The Java 1.3 SDK API writes the following about shudown hooks: The Java virtual machine shuts down in response to two kinds of events: The program exits normally, when the last non-daemon thread exits or when the exit (equivalently, System.exit) meth