With a shell in the selected table is vertical justification Centre possible?

myTable.cells.everyItem.VerticalJustification = VerticalJustification.CENTER_ALIGNImage_08.jpg

Hello

Attention to the syntax.

myTable.cells.everyItem () .verticalJustification = VerticalJustification.CENTER_ALIGN;

Jarek

Tags: InDesign

Similar Questions

  • brand value in the time table with colors according to the selected employee

    Hello
    My question is
    I created the time table for a class for a bit longer want to filter to the time table used.

    for example. If I select the emp_id he's from, select the list then this period of teaching should be highlighted time table.
    Please can u help me.

    the table name is:-Time_Table
    the columns are:-

    EMP_ID
    CLASS_ID
    SECTION
    SUBJECT_ID
    PERIOD_NO
    DAY
    DATE


    Thank you
    Nisha

    Published by: Nisha Rani on September 3, 2009 02:57

    Published by: Nisha Rani on September 3, 2009 23:08

    Hi Nisha,

    Try this:

    SELECT
    DY,
    MIN(CASE WHEN LEC_NO = '1' THEN
    CASE WHEN EMP_ID = :P1_EMP_ID THEN '
    ' || SUBJECT_ID || '-' ||emp_id || '
    ' ELSE '
    ' || SUBJECT_ID || '-' ||emp_id || '
    ' END ELSE NULL END) PERIOD1, MIN(CASE WHEN LEC_NO = '2' THEN CASE WHEN EMP_ID = :P1_EMP_ID THEN '
    ' || SUBJECT_ID || '-' ||emp_id || '
    ' ELSE '
    ' || SUBJECT_ID || '-' ||emp_id || '
    ' END ELSE NULL END) PERIOD2, MIN(CASE WHEN LEC_NO = '3' THEN CASE WHEN EMP_ID = :P1_EMP_ID THEN '
    ' || SUBJECT_ID || '-' ||emp_id || '
    ' ELSE '
    ' || SUBJECT_ID || '-' ||emp_id || '
    ' END ELSE NULL END) PERIOD3, MIN(CASE WHEN LEC_NO = '4' THEN CASE WHEN EMP_ID = :P1_EMP_ID THEN '
    ' || SUBJECT_ID || '-' ||emp_id || '
    ' ELSE '
    ' || SUBJECT_ID || '-' ||emp_id || '
    ' END ELSE NULL END) PERIOD4, MIN(CASE WHEN LEC_NO = '5' THEN CASE WHEN EMP_ID = :P1_EMP_ID THEN '
    ' || SUBJECT_ID || '-' ||emp_id || '
    ' ELSE '
    ' || SUBJECT_ID || '-' ||emp_id || '
    ' END ELSE NULL END) PERIOD5, MIN(CASE WHEN LEC_NO = '6' THEN CASE WHEN EMP_ID = :P1_EMP_ID THEN '
    ' || SUBJECT_ID || '-' ||emp_id || '
    ' ELSE '
    ' || SUBJECT_ID || '-' ||emp_id || '
    ' END ELSE NULL END) PERIOD6, MIN(CASE WHEN LEC_NO = '7' THEN CASE WHEN EMP_ID = :P1_EMP_ID THEN '
    ' || SUBJECT_ID || '-' ||emp_id || '
    ' ELSE '
    ' || SUBJECT_ID || '-' ||emp_id || '
    ' END ELSE NULL END) PERIOD7 FROM TM_TEACHER_LEC_DETAIL WHERE CLASS_ID = :P1_CLASS_ID and SECTION = :P1_SECTION GROUP BY DY order by dy

    As I do not have the structure of your table or any data, I can't test this. Let me know if it works for you

    Andy

  • Returns the selected table column header

    I don't know there is probably a way to do this.  But I have not yet found.

    I am building an application that will act as a sort of "universal" reports generator for a MySQL database tables.

    At startup, a drop-down list box is filled with the names of tables in the database.  When the user selects one of these tables, the column names are taken from the base and used to fill the column headers for the table of LabVIEW.

    The idea is that the user can select this column and enter the constraints of filter in a text box.  These constraints will then be added to the WHERE statement for this column.

    So far I've been able to find a way to return the Active cell or a selection of cells, when the user clicks on the actual data of the table.

    Is there a direct way to retrun a selected in LabVIEW column header value?

    I am dreaming that there may be some sort of workaround using transparent controls over the headers.  But because different tables will have a different number of columns that the user defines the width, I'm not really sure that it will work more.

    If you the editable headers, this allows Active cells specify that your column is - 1 column selected active line is the selected column. You may need to use the mouse down? to filter the possibility for the user to change the right column headings.

  • ODI 12 c: IKM for differential insert and update with a sequence in the target table

    Hello

    I have a map where I fill in a column of my target table using a database sequence. Now my mapping is supposed to load the target gradually table. So I need a revenge for update and incremental insert. Now with this differential IKM it compares all the columns to match all colmuns line to understand, it should be an insert or update. Now, the following code shows that when the ROW_WID is loaded with a sequence of database.

    If NOT EXISTS

    (select 1 from W_LOV_D T

    where T.ROW_WID = S.ROW_WID

    and ((T.CREATED_BY = S.CREATED_BY) or (T.CREATED_BY IS NULL and S.CREATED_BY IS NULL)) and

    ....

    ....

    < the rest of the comparison of columns >

    )

    So when running ODI returns following error

    Caused by: java.sql.SQLSyntaxErrorException: ORA-00904: "S". "" ROW_WID ": invalid identifier

    Please suggest if there is no other IKM I should use or if there is another way around it without changing the code IKM...

    Hi Marc,

    Thanks for your reply.

    I had solved it. The incremental update process inserts all rows from the source table to I$ table that exists in the target table. It does so by the where sql such as mentioned in my questions as

    WHERE THERE is NOT ( . COLUMNS = . COLUMNS)

    Now in the incremental update IKM Oracle to retrieve all the columns it uses the substitution with parameter as TABLE TARGET. Due to this column sequence will in the comparison and the request fails. When I used the IKM SQL incremental update it used INTEGRATION TABLE as parameter table to pick up the columns, as I'd mentioned in the target sequence is run, so it does not get the sequence column.

    Simple answer: to solve this, use incremental update of the SQL IKM.

    Thank you

    SM

  • Transformation of Scripts that run only on the selected Tables

    I'm relatively new to Data Modeler, but found almost everything to be very intuitive. I'm now doing use custom transformation scripts to dynamically add custom DDL elements. I wrote a transformation script that adds a sequence at the end of my DDL trigger successfully, and I'm happy with the results. The problem I run into is that we have two different categories of tables that require slightly different sequence triggers, but as my model is set to the level of database, my transformation scripts are applied to all arrays regardless they come what schema. Do you have any suggestions on how to limit the tables which proceeds by a transformation script? I thought to add if statements to check what schema tables are coming from, but if I have a situation where I have two different tables that require two different processing scripts, but they are in the same pattern, how can that I manage that? Ideally, I'd like to just pick a table and apply a transformation script for this table individually. Is this possible?

    I work in a relational model with Data Modeler 4.0.

    to dynamically add items customized to DDL

    you need to check the custom of DDL in DM 4.1 features - "tools > rules and design transformations > Table DDL transformations"-DM 4.1 comes with example to generate tables of the newspaper and associated trigger.

    . I wrote successfully in a transformation script that adds a sequence at the end of my DDL trigger

    Data Modeler can generate the sequence and relaxation for you - you need to define the column as 'auto increment' / identity and set in preferences, you want "trigger" put in place. 4.1 DM added support for z/OS, DB2 LUW DB2 and MS SQL Server 2012.

    Do you have any suggestions on how to limit the tables which proceeds by a transformation script? I thought to add if the instructions to check the schema, the tables are coming, but if I have a situation where I have two different tables that require two different processing scripts, but they are in the same schema

    Well you need to sort it out on yourself - you can use classification types, dynamic properties user defined properties (in DM 4.1) or put paintings in various subviews or use the search feature (4.0.3 DM / DM 4.1 comes for example how to use the search results to create subview).

    Ideally, I'd like to just pick a table and apply a transformation script for this table individually. Is this possible?

    Here is an example of how get selected tables:

    appv = model.getAppView();
    dpv = appv.getCurrentDPV();
    //check there is a diagram selected and it belongs to the same model
    if(dpv!=null && dpv.getDesignPart() == model){
     tvs = dpv.getSelectedTopViews();
     for(var i=0;i
    

    Philippe

  • Master detail relationship with condition enforcement in the secondary table

    Hello

    I have two tables are Dept (Master), PMCs (Detail). I have to show emp details with somewhere condition.

    Ex;

    I have a "Dept_effect_date" field in the dept table. When I m showing PGE details in the Details view, it must the EMOS who are hired after the dept_effect_date.

    Sainaba.

    Hello

    The request of the employees table looks very good. Although it seems more logical to get the service id of the employeesEO instead of DepratmentsEO.

    The next step should be to create a viewLink between the DepartmentsVO and the EmployeesVO based on the service ID field.

    Once you have done this, add the EmployeesVO as a DepartmentsVO child in yout request module (and it will appear as such in the DataControl), so use these your to create master/detail table.

    Updating the data based on the selected master will be automatically managed by ADF.

    Kind regards

    Elias.

  • Ongoing replication of the selected tables from Oracle to SQL Server

    Hi all

    How can we replicate selected tables to Oracle 11 g for SQL Server 2008/2012?

    Is GoldenGate the only option

    No matter who did it before or have the steps to do it?

    Thank you

    Define "replicate".

    If you have no budget, you can open a connection directly from SQL Server to Oracle, or vice versa. In Oracle, they are called links DB; in SQL Server, they are called "linked servers".

    Datanamic also have tools that claim to do the cross-DB replication. I have no experience with them and is not an endorsement - I know they exist.

  • Create a table with a thinner than the source table granulaty

    Hello
    I had a problem. I have a source table that has vacation date / period for employees inside. I want to create a table where I "split" the period of vacation days for each employee.
    Example:
    Holiday table:
    Name - Holiday beginning - end of holiday
    Mr.X - 1.1.2011 - 5.1.2011
    Mr.Y - 2.5.2011 - 3.5.2011

    -> new table:
    Name - Day of vacation
    Mr.X - 1.1.2011
    Mr.X - 2.1.2011
    Mr.X - 3.1.2011
    Mr.X - 4.1.2011
    Mr.X - 5.1. 2011

    and so on
    Is there an operator or something else with which I could create the new table? I use OWB 11 GR 2

    THX

    Hello
    Join your source table to another table that contains all the dates (for example, you can use time dimension in OWB):

    Select vt.name, d.date_value in the vacation_table, vt, dates_tab d vacation_day
    where d.date_value between vt.vacation_start and vt.vacation_end

    Kind regards
    Oleg

  • referential integrity with a view to the parent table

    Is it possible to create a foreign key that uses a view as the parent table?

    CREATE TABLE one
    + (id NUMBER CONSTRAINT a_pk PRIMARY KEY, +)
    name VARCHAR2 (32));

    CREATE TABLE b
    + (name of the b_pk VARCHAR2 (32) CONSTRAINT PRIMARY KEY, +)
    address VARCHAR2 (32));

    CREATE VIEW b_view AS SELECT * FROM b;

    ALTER VIEW b_view ADD CONSTRAINT b_view_pk PRIMARY KEY (name) DISABLE NOVALIDATE;

    ALTER TABLE an ADD CONSTRAINT a_fk
    B_view (name) REFERENCES of FOREIGN KEY (name);

    "After issuing the last alter statement I get the error: ' ORA-02270: no unique or primary key corresponding to this list of columns.

    If I use just the table b of referential integrity, everything works. Is this just a limitation of the use of the view with a PK defined as disable novalidate? Is there a workaround to use the view?

    Thank you
    mcslain

    AFAIK, you can create constraints on views, purely for the sake of documentation.
    Sense: these constraints are never implemented, they must be defined using the NOVALIDATE keywords to DISABLE.

    And since these constraints, say the b_view_pk in your case, are DISABLED/NOVALIDATE, you cannot have a foreign key (ENABLED), which points to them.

    Pouvez have you a foreign key pointing at them is DISABLED/NOVALIDATE too, however.
    But I bet it's not what you want.

  • Having trouble with a script distort the selection of items that are part of an envelope.

    Hello, first assignment in time I hope I'm doing this correctly.

    Basically I have a file that requires a modification of the text which is then exported and edited in Photoshop. I recently started experimenting with fake envelope because it gave me more control over the duration of my text boxes of documents, but when I run my script on the document, it fails to catch any text that is wrapped with a distortion of the envelope. I guess it's because the script is looking for managers of related texts and partly of a distortion of the envelope text becomes something else.

    Thank you!

    OK, this should do the trick...

    Break and remake it!

    var sel = app.activeDocument.selection;
    app.executeMenuCommand ('Release Envelope');
    var sel2 = app.activeDocument.selection;
    for(var i = 0; i < sel2.length; i++){
      if(sel2[i].typename == "TextFrame"){
          sel2[i].contents = "new text for envelope";
      }
    }
    app.executeMenuCommand ('Make Envelope');
    
  • Apply the criteria of the selected table view

    Hello everyone,

    I use JDev version 11.1.2.3

    I'm in a situation in which im using two different VO to display 2 different tables. The only difference between them is that in the second I inserted a clause where clause (to limit the rows resulting). I wanted to know if there is a way to create a single VO and apply the filter just for a table. I thought it would be easy using the view criteria. So I created one and it fell in a table on the same page where the first table is. The problem is that the filter is applied to both of them.

    Help, please.

    Regards and thanks in advance!

    I guess that https://forums.oracle.com/people/AlejandroTLanz meant that you apply declarative view criteria in the data model directly and not by a bean method.  For this purpose in the data of the module of the application model, you click the button Edit in the upper right corner with the marked filetedVO. In the next dialog box, you mix the display criteria to the right and save your work. Now when you use this vo view criteria will be executed.

    A question remains, your view criteria there need parameter work?

    Timo

  • Help with dynamic action and the selection list item

    G ' Day Apex gurus.

    I have problems trying to achieve to trigger the Help window from an element automatically select. A Help window is triggered when it is clicked on the label of an item, but my customer wants to be triguered automatically as soon as the user clicks to view the options in the select list.

    I think I should be able to do with dynamic actions but I can't function.

    I know when someone clicks on the label of the item selection list trigger this JavaScript

    JavaScript:popupFieldHelp('277938589795252851','1545903379570909')

    So I want to trigger the javascript also when the user click on the item selection list and pull down the options and for that I think that the dynamic action is the way to go, but I can't do things.

    That's what I have to do:

    I created a dynamic option as follows:

    Name: test
    Sequence: 30
    Even: click
    Selection type: product (s)
    Article (s): P1_RATING <-a selection list item
    Condtion: - no requirement.

    Real Actions
    Sequence: 10
    Action: Run the JavaScript Code
    Fires when the result of the event is: true
    Fire on loading the page: checked
    Code: javascript:popupFieldHelp('277938589795252851','1545903379570909')

    Thank you anyone who can tell me what I'm doing wrong here or bring a solution to my problem to trigger the Help window from an element automatically select.

    Kind regards
    Carlos

    Hi Carlos,

    I've set up a test case of exactly in the same way and it worked fine for me. I've created a page element called P1_DA_DEMO and added some values of the static selection list, then added a help text. I used the settings are lower, I suggest you try again, but also make sure that you have no other Javascript errors on the page. Use a tool like firebug to check.

    Name: Action Dynamics demo
    Sequence: 10
    Even: click
    Selection type: product (s)
    Product (s): P1_DA_DEMO<- a="" selection="" list="">
    Condtion: - no requirement.

    Real Actions
    Sequence: 10
    Action: Run the JavaScript Code
    Fires when the result of the event is: true
    Fire on loading the page: unchecked
    Code: javascript:popupFieldHelp('277938589795252851','1545903379570909')

    Scope of the event set a Bind s.

    Thank you

    Paul

  • Derivative of the line of the selected Table is endangered

    Hello

    I set up a page that lists information of storage volumes using af: table. I put it in place as follows:

    1. created read VO only using the query:
    SELECT 
        CLOUD_STORAGE_VOLUMES.VOLUME_ID VOLUME_ID, 
        CLOUD_STORAGE_VOLUMES.VOLUME_NAME VOLUME_NAME, 
        CLOUD_STORAGE_VOLUMES.VOL_STATE VOL_STATE, 
        CLOUD_STORAGE_VOLUMES.ACTUAL_VOLUME_SIZE ACTUAL_VOLUME_SIZE, 
        CLOUD_STORAGE_AGGREGATES.AGGREGATE_NAME AGGREGATE_NAME,      
        CLOUD_STORAGE_CONTROLLERS.CONTROLLER_NAME CONTROLLER_NAME,     
        CLOUD_STORAGE_MANAGERS.STORAGE_MANAGER_NAME STORAGE_MANAGER_NAME 
    FROM 
        STORAGE_VOLUMES CLOUD_STORAGE_VOLUMES, 
        STORAGE_AGGREGATES CLOUD_STORAGE_AGGREGATES, 
        STORAGE_CONTROLLERS CLOUD_STORAGE_CONTROLLERS, 
        STORAGE_MANAGERS CLOUD_STORAGE_MANAGERS
    WHERE
        CLOUD_STORAGE_VOLUMES.AGGREGATE_ID = CLOUD_STORAGE_AGGREGATES.AGGREGATE_ID
    AND
        CLOUD_STORAGE_AGGREGATES.CONTROLLER_ID = CLOUD_STORAGE_CONTROLLERS.CONTROLLER_ID
    AND
        CLOUD_STORAGE_CONTROLLERS.STORAGE_MANAGER_ID = CLOUD_STORAGE_MANAGERS.STORAGE_MANAGER_ID
    AND
        CLOUD_STORAGE_VOLUMES.IS_ACTIVE='Y'
    AND 
        CLOUD_STORAGE_AGGREGATES.IS_ACTIVE='Y'
    AND 
        CLOUD_STORAGE_CONTROLLERS.IS_ACTIVE='Y'
    AND 
        CLOUD_STORAGE_MANAGERS.IS_ACTIVE='Y'
    2. use this VO to display information in a tabular format. Here is the code of my jsff.
    <af:table value="#{bindings.StorageVolumesInformationVO.collectionModel}"
                                  var="row" summary="Storage Volumes Information" 
                                  rows="#{bindings.StorageVolumesInformationVO.rangeSize}"
                                  emptyText="#{bindings.StorageVolumesInformationVO.viewable ? 'No data to display.' : 'Access Denied.'}"
                                  fetchSize="#{bindings.StorageVolumesInformationVO.rangeSize}"
                                  rowBandingInterval="0"  styleClass="ADFStretchWidth"
                                  filterModel="#{bindings.StorageVolumesInformationVOQuery.queryDescriptor}"
                                  queryListener="#{bindings.StorageVolumesInformationVOQuery.processQuery}"
                                  filterVisible="true" varStatus="vs" columnStretching="column:c13"
                                  selectedRowKeys="#{bindings.StorageVolumesInformationVO.collectionModel.selectedRow}"
                                  selectionListener="#{bindings.StorageVolumesInformationVO.collectionModel.makeCurrent}"
                                  rowSelection="single" id="t5"> 
                           <af:column sortProperty="Manager Name"
                                     filterable="true" sortable="true" width="150px;"
                                     headerText="Storage Manager Name"
                                     id="c23">
                            <af:outputText value="#{row.StorageManagerName}"
                                           id="ot2"/>
                          </af:column>
                           <af:column sortProperty="Controller Name" filterable="true"
                                     sortable="true" width="150px;"
                                     headerText="Controller Name"
                                     id="c20">
                            <af:outputText value="#{row.ControllerName}" id="ot12"/>
                          </af:column>
                          <af:column sortProperty="Aggregate Name" filterable="true"
                                     sortable="true" width="125px;"
                                     headerText="Aggregate Name"
                                     id="c19">
                            <af:outputText value="#{row.AggregateName}" id="ot13"/>
                          </af:column>
                          <af:column sortProperty="Volume Name" filterable="true"
                                     sortable="true"
                                     headerText="#{bindings.StorageVolumesInformationVO.hints.VolumeName.label}"
                                     id="c13">
                            <af:outputText value="#{row.VolumeName}" id="ot4"/>
                          </af:column>
                          <af:column sortProperty="Volume Size In GB"
                                     filterable="true" sortable="true"
                                     headerText="#{bindings.StorageVolumesInformationVO.hints.ActualVolumeSize.label}"
                                     id="c22">
                            <af:outputText value="#{row.ActualVolumeSize}"
                                           id="ot14"/>
                          </af:column>
                          <af:column sortProperty="Volume State" filterable="true"
                                     sortable="true" 
                                     headerText="Volume State"
                                     id="c11">
                            <af:outputText value="#{row.VolState}" id="ot15"/>
                          </af:column>                                                              
                        </af:table> 
    3. this tab has 2 sections and it comes to the customer's requirement:

    4. the first section contains the information from tables. The user selects a row in the table. Size of the respective row of the volume will automatically appear in the second part as in the attached photo.

    https://picasaweb.Google.com/LH/photo/Gn0jc-Vx_TSPxNnVp-bKV6uPsAeeY8aOf8tFq8MAnwE?feat=DirectLink

    5. After selecting the line in the first... the line gets highlighted blue in color, which means that it is the selected line. Here's the question.

    6. once after that, if I click in the second pane, the selected line in the first pane is have disappeared. So, the user is unable to identify which line he chose. I need help from you, why the table behaves this way.

    Please check the code and suggest me what I'm missing?

    Thank you and best regards,
    Kiran

    Try this:

    create a custom look (extend the skin of 'fusion') and create css, like this:
    AF | : the table-row data: selected: inactive af | : given the column cell.
    AF | : the table-row data: selected: inactive af | column: banded-data-cell
    {
    background-color: gray;
    }

    Check this thread for more details:
    Highlight on the selected line disappear when af:table lose focus?

    Thank you
    Nini

  • Help with a query on the HRMS tables

    I need assistance with a request that I'm running. Here are two tables that I'm trying to join:

    PER_ALL_POSITIONS
    PER_ALL_PEOPLE_F

    What I'm trying to accomplish is to get the first name, last name by PREPtable ALL_PEOPLE_F and then join the PER_ALL_POSITIONS table to get a unique list of positions. However what I need help for is to determine how to join the two tables. I know that the primary key on PER_ALL_PEOPLE_F is Person_ID but this value does not appear in the table PER_ALL_POSITIONS. Could someone give me any advice would be greatly appreciated. :)

    you need go to per_all_assignments_f, then to per_all_positions per_all_people_f.

  • Error importing CSV files with "hidden" characters using the external Table

    Hi people

    Bit of a strange here.

    Well, we are accustomed to the use of the external Table method to load data from CSV files in the database, but a recent event presented us a problem.

    We have received some CSV files that "look like" regular CSV files, but Oracle will not load them.

    When we looked at the CSV using VIM on a UNIX machine, we saw the following characters 'hidden' between each regular character in the file.
    ^@
    If a string that looks like this when opened in Excel/Wordpad etc.
    "TEST","TEXT"
    Looks like this when exmained with VIM
    ^@"^@T^@E^@S^@T^@"^@,^@"^@T^@E^@X^@T^@"
    Has anyone encountered this before?

    Thank you very much

    Simon Gadd
    Oracle 11g 11.2.0.1.0

    Hi Simon,.

    ^ @ represents the ZERO character (0x00).
    So, most likely, you have a file encoded in Unicode.

    You need to specify the character set in the record specification (and if necessary the byte order mark), for example:

    CREATE TABLE ext_table
    (
      col1 VARCHAR2(10),
      col2 VARCHAR2(10)
    )
    ORGANIZATION EXTERNAL
    (
      TYPE ORACLE_LOADER
      DEFAULT DIRECTORY dump_dir
      ACCESS PARAMETERS
      (
       RECORDS DELIMITED BY '
    ' CHARACTERSET 'UTF16'
      FIELDS TERMINATED BY ','
      )
      LOCATION ('dump.csv')
    )
    REJECT LIMIT UNLIMITED;
    

    http://download.Oracle.com/docs/CD/E11882_01/server.112/e16536/et_params.htm#i1009499

Maybe you are looking for

  • Where is the bookmark all tabs function?

    I recently updated from a very early version of the FF to 13.0.1 and bookmark all tabs from the bookmarks menu has disappeared. I always use this feature, so I desperately need. Any help is greatly appreciated.Thank you!

  • What Skype is compatible with Toshiba L43

    I was told that I can't get any old webcam for Toshiba and its must be a certain brand/model.Can someone guide me for exact product? Thank you Steve

  • HP Pavilion 15 n208 tx: accidentally deleted the recovery Partition

    I have the recovery accidentally deleted partition and was formatted with Linux, when restroing I had unilingual edition from 8.1 to win, I installed it and merged UEFI is enabled once I was online. now I want to redo the recovery partition. I need r

  • DST short hard drive failed, code 64XTPH - 00078 M-X87SXG-60RW03

    I experienced detention and the system freezes on my Compaq CQ2909EO desktop. Guarantee was completed two weeks ago, and unsurprisingly the problems started almost immediately after that. He went so far, that I was forced to do a check disk onto anot

  • Place the arrow ontop of the Windows Movie Maker movie?

    For my daughter, I create a video of the best moments in sports. I would like to add an arrow to highlight my daughter in the video. Windows Movie Maker can do this? I can't understand how to add this piece. Thank you!PS the arrow is not moving with