Passing list collection from page to page

Using wp 8.1 and c#, I need to build a collection on one page1, then use the collection throughout the app for every page including page2, page3, page4, etc.
Can anybody offer advise to consider?
I thank the Lord Jesus for your kind effort and patience with me (Jeremiah 9:23-24 of the Holy Bible).

Is this Silverlight or is it windows store app?
It doesn't matter a great deal.
You have three options.
1)
You can add any old object you like to resources and there's an application scoped set of resource.
In windows store apps I think that'd be app.current.resources and in silverlight it's application.current.resources.
You do:
Application.Current.Resources.Add("somekey", yourlist);
and that adds it to your resources.
App.current... for win store app.
To get a reference back to that thing ( note, it's a reference and therefore the same object).
List<t> mylist =Application.Current.Resources["somekey"] as List<t>;
Obviously, that list can instead be some other sort of collection and <t> is the type of the objects in it.
You can see this approach used in one of my WPF samples:
https://gallery.technet.microsoft.com/Dynamic-XAML-Composed-View-e087f3c1
This shares two observable collections in a similar manner.
It proves they are definitely the same object because you can edit a person and see the changes immediately in the corresponding datagrid row.
2)
You could alternatively send the List<t> using Mvvm Light messenger in an object and subscribe to that object type in the "receiving" pages.  They would have to be in memory and I think option 1 is your best bet.
3)
You could create the collection in one place - like mainpage eg.  Then pass that collection via the constructors of the other pages as you new them up.  I don't really like this approach because it introduces a dependency to all those pages which
means testing etc is harder.   I don't consider it a professional approach if there's an alternative - but it's an approach plenty of professionals advocate so your mileage may vary.
It's not really any simpler than using resources.
Hope that helps.
Recent Technet articles:
Property List Editing ;  
Dynamic XAML

Similar Messages

  • Passing the values from page to page

    hi
    i am doing a sample page in Jdeveloper.
    i have two jsf pages.they both contains two text boxes and two command buttons.
    when i enter the values in the first page and click next(command button) it should go to the second page and the values entered in the first page should be shown in the text box of the second page.
    and when i clear the text boxes and click the back button it should take me back to the first page and the values entered in the second page should be shown there.
    ie the text boxes in the two pages are dependent.
    and i have a cancel button in these two pages.when i click it the values in the two pages should be cleared.(not using the setValue()).
    plz help me to do this.

    kk_d wrote:
    hi
    i am doing a sample page in Jdeveloper.
    i have two jsf pages.they both contains two text boxes and two command buttons.
    when i enter the values in the first page and click next(command button) it should go to the second page and the values entered in the first page should be shown in the text box of the second page.
    and when i clear the text boxes and click the back button it should take me back to the first page and the values entered in the second page should be shown there.
    ie the text boxes in the two pages are dependent.
    and i have a cancel button in these two pages.when i click it the values in the two pages should be cleared.(not using the setValue()).This is all basic stuff that anybody who completed a tutorial on JSF would be able to do.

  • Cant pass field values from page to page!!!!

    good day every1,
    this issue might be difficult to believe it exist!!!! but yes unfortunately i am having it and i just don't know what to do about it....
    my case is ...
    i have 3 text fields in a page and i want to send their values to another page that has 3 display only text fields i tried the "  branch to " and set the items with the correspondent values it didn't work !!!
    i tried setting the text field itself in the target page to take the value of the item in the previous page (this is in the source section of the item) also didn't work ....
    and i have no clue why this is not working or maybe  i missed doing something else....it was working the first time i run the page but now it doesn't
    if any1 can help me please

    Hello, the first things you should check:
    1) Are there multiple branches that can fire on the event? eg. some unconditionals?
    If you have some unconditional branch that fires on the page too, set the button branch above that one.
    2) Change the fieldtype to text in the "reciever" page
    Also, your picture http://i43.tinypic.com/10wmeqg.jpg is very low quality.. So I could not see if you in fact have a dot (punctuation) in the value field?
    eg.: &Pxxx_yyy*.*
    Also you might want to consider if you can in fact stay on the same page, if the data is related and there is not very much data.
    I have made some pages lately, which traditionally one would make maybe 15 pages of.. I used 2 pages and conditional display.
    For choosing what to display, I use a hidden field.
    The hidden field gets a value, let's say: POSTCODE
    Then there is a condition, display if the field contains for instance POSTCODE.
    This is not related to your problem, but it is good for RAD where it can be used.

  • Is it possible to pass  a value from the list to another page..

    Hi everyone,
    I created a (list region) on a page and there is a FORM on the same page.I am trying to pass a value from that page to another page when the user selects one of the list entries.I tried with SET THESE ITEM.. WITH THESE VALUES in the list entries like
    SET THESE ITEMS--P13_TESTING_ID
    WITH THESE VALUES --&P10_ID.
    but its not working for me.I want to pass that value only when the user hits that list entry.Is it possible to do.
    Thanku
    phani

    Assuming P10_ID is an item on the FORM, I think , the form would have to be posted (submitted) for the item's vaue to be available in session state.

  • How to Filter list/library view pages from Search Results?

    Hi All,
    Currently my search configuration is searching everything on a site collection. I have created custom scope for that.
    But I would like to remove the search results for list/library views. The search should only show the documents, pages (but not list/library view pages).
    Please guide me on this.
    Appreciate your help.
    Thanks,
    Rahul Babar
    ASP.NET, C# 4.0, Sharepoint 2007/2010, Infopath 2007/2010 Developer http://sharepoint247.wordpress.com/

    Navigate to the site that contains the list or library that you want to change.
    Locate and click the list or library you want to customize.
    Click Site Actions, and then click Site Settings.
    Under Site Administration, click Site Libraries and lists.
    Click an item from the list, for example, Customize “Shared Documents.”
    On the List Settings page, under General Settings, click
    Advanced settings.
    In the Search section, under Allow items from this document library to appear in search results, select
    Yes to include all of the items in the list or library in search result or
    No to exclude all items from search results.
    http://office.microsoft.com/en-in/office365-sharepoint-online-enterprise-help/enable-content-to-be-searchable-HA010379092.aspx

  • Passing a field from one page to another

    Page 1 has fields that can have information entered or left blank. I need to pass these fields to page 2 were they can be used in the SQL to select rows from the oracle table. below is my sql. I can hard code the account no and it works.
    select
    "LOAD_ID",
    "ACCOUNT_NO",
    "PERMIT_NO",
    "PERMIT_YEAR",
    "PAYMENT_TYPE",
    "PERMIT_VOIDED",
    "NO_OF_AXLES",
    "AXLE_1_FEET",
    "AXLE_1_INCHES",
    "AXLE_2_FEET",
    "AXLE_2_INCHES",
    "AXLE_3_FEET",
    "AXLE_3_INCHES",
    "AXLE_4_FEET",
    "AXLE_4_INCHES",
    "AXLE_5_FEET",
    "AXLE_5_INCHES",
    "AXLE_6_FEET",
    "AXLE_6_INCHES",
    "AXLE_7_FEET",
    "AXLE_7_INCHES",
    "AXLE_8_FEET",
    "AXLE_8_INCHES",
    "PERMIT_COST",
    "PERMIT_TYPE",
    "LOAD_TYPE",
    "TRUCK_TOTAL_WEIGHT",
    "TRUCK_TOTAL_WEIGHT_DESC",
    "TRUCK_WIDTH_FEET",
    "TRUCK_WIDTH_INCHES",
    "TRUCK_WIDTH_DESC",
    "TRUCK_LENGTH_FEET",
    "TRUCK_LENGTH_INCHES",
    "TRUCK_LENGTH_DESC",
    "TRUCK_HEIGHT_FEET",
    "TRUCK_HEIGHT_INCHES",
    "TRUCK_HEIGHT_DESC",
    "TRAILER_LOAD_FEET",
    "TRAILER_LOAD_INCHES",
    "TRAILER_LOAD_DESC",
    "COMPANY_INFORMATION1",
    "COMPANY_INFORMATION2",
    "TRUCK_MAKE",
    "TRUCK_LICENSE_NO",
    "TRUCK_LICENSE_ST",
    "TRAILER_MAKE",
    "TRAILER_LICENSE_NO",
    "TRAILER_LICENSE_ST",
    "ORIGIN",
    "DESTINATION",
    "ROUTING1",
    "ROUTING2",
    "CMNT1",
    "CMNT2",
    "CMNT3",
    "CMNT4",
    "CMNT5",
    "CMNT6",
    "CMNT7",
    "CMNT8",
    "CMNT9",
    "CMNT10",
    "CMNT11",
    "COMMODITY_DESC1",
    "COMMODITY_DESC2",
    "PERMIT_BEGIN_DATE",
    "PERMIT_END_DATE",
    "PERMIT_ISSUE_DATE",
    "PERMIT_VOID_DATE",
    "OVERRIDE_SINGLE_AXEL_WEIGHT",
    "OVERRIDE_DOUBLE_AXEL_WEIGHT",
    "OVERRIDE_TRIPLE_AXEL_WEIGHT",
    "DELETE_AXLE",
    "CHECK_NO",
    "FRONT_AXLE_WEIGHT",
    "MIDDLE_AXLE_WEIGHT",
    "REAR_AXLE_WEIGHT",
    "TRUCK_TOTAL_FEET",
    "TRUCK_TOTAL_INCHES",
    "AXLE_SPACING",
    "PERMIT_FEES",
    "HOLIDAY_MSG",
    "GOVERNMENT_PERMIT",
    "OVERRIDE_AXEL_ALL",
    "MULTI_ST_TAG",
    "PERMIT_AGENT_ID",
    "PERMIT_SPECIFICATIONS1",
    "PERMIT_SPECIFICATIONS2",
    "SUPER_LOAD_AXEL_NO",
    "AXEL_BOOSTER_WEIGHT",
    "MULTISTATE_PERMIT",
    "MODIFICATION_COUNT",
    "USDOT_NO"
    from "LEGACY_ODOW_PERMITS"
    where
    (upper(nvl(:P1_SELECT_PERMIT,"ACCOUNT_NO")) is null)
    or((upper("ACCOUNT_NO")) = (upper(nvl(:P1_SELECT_PERMIT,"ACCOUNT_NO"))))
    )

    Your query on page 2 should be able to use the values submitted for page 1. I guess I'm assuming that your page 1 is a form wherein you're submitting the data for insertion/update to the database.
    The query on page 2 would be something like:
    select * from my_table where load_id = :P1_LOAD_ID, etc...
    This will probably get very complex very fast if you're going to allow nulls for very many of those fields.
    What exactly is your question/problem?
    Earl

  • How to pass a form variable from page to page

    I have a series of 4 forms on 4 pages that update a database.
    A variable from one of the forms (doesn't matter which one, if it's
    easier one way over another, let's go that way) is passed to the
    last page, where a PayPal button will appear based on the value of
    the form variable. I am using ASP javascript and an Access
    database.
    Thanks.

    jennivazquez wrote:
    > I have a series of 4 forms on 4 pages that update a
    database. A variable from
    > one of the forms (doesn't matter which one, if it's
    easier one way over
    > another, let's go that way) is passed to the last page,
    where a PayPal button
    > will appear based on the value of the form variable. I
    am using ASP javascript
    > and an Access database.
    Either store the variable in a hidden field in the
    intermediate forms,
    or use a session variable.
    David Powers, Adobe Community Expert
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • How can i pass a varible from a page to another

    Hello ,
    if i have 2 pages for example
    page1.php and page2.php
    and i have a varible at page1.php "$x=10;"
    and i want to pass it to page2.php to use it . How ???
    bec. i am doing a site and a user enters his username and i
    want to use that username at many pages .
    Can someone please tell me an easy way to do that . thanks in
    advance

    A better way, without using SESSION variables, would be to
    have one page
    link to the next with something like this -
    <a href="pagetwo.php?variable=<?php echo $x;
    ?>">Page two
    Then on page 2 have -
    <?php $x =
    isset($_GET['variable'])?$_GET['variable']:FALSE; ?>
    Now, the variable $x on page 2 contains the value of the
    variable $x from
    page 1.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "ahmed30" <[email protected]> wrote in
    message
    news:g19l08$7k4$[email protected]..
    > It works :D
    >
    > thanks very much ....

  • Pass parameter from page to page use af:declarativeComponent

    page1
    <af:declarativeComponent id="dc0" viewId="/includes/listWikiResult.jsff" myParam="#{pageFlowScope.wikiNewPagesBean.latestUCMDocVOList}"/>
    listWikiResult.jsff
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:f="http://java.sun.com/jsf/core"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich" version="2.1">
    <af:componentDef var="attrs">
    <af:xmlContent>
    <component xmlns="http://xmlns.oracle.com/adf/faces/rich/component">
    <description>my fragment</description>
    <attribute>
    <attribute-name>myParam</attribute-name>
    <attribute-class>java.util.List</attribute-class>
    <required>true</required>
    </attribute>
    </component>
    </af:xmlContent>
    <!-- Actual content goes here-->
    <af:outputText value="#{attrs.myParam}"/>
    </af:componentDef>
    </jsp:root>
    will throw exception
    <ComponentMetadataHandler> <_typeConvert>
    java.lang.IllegalArgumentException: Could not coerce value of type class java.lang.String into type java.util.List
         at org.apache.myfaces.trinidadinternal.share.expl.Coercions.coerce(Coercions.java:298)
         at oracle.adfinternal.view.faces.taglib.region.ComponentMetadataHandler._typeConvert(ComponentMetadataHandler.java:243)
         at oracle.adfinternal.view.faces.taglib.region.ComponentMetadataHandler._typeConvertAndDefaultAttrs(ComponentMetadataHandler.java:233)
         at oracle.adfinternal.view.faces.taglib.region.ComponentMetadataHandler.handleContent(ComponentMetadataHandler.java:185)
         at oracle.adfinternal.view.faces.taglib.region.XmlContentTag.doEndTag(XmlContentTag.java:83)
         at oracle.jsp.runtime.tree.OracleJspBodyTagNode.executeHandler(OracleJspBodyTagNode.java:62)
         at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:261)
    how to pass List parameter?

    Hi
    You should pass your parameter with the <f:attribute> tag.
    See this sample:
    <af:declarativeComponent id="dcPrj" viewId="/WEB-INF/views/template/project.jsff">
      <f:attribute name="dataMap" value="#{backingBeanScope.vlbb.projectData}" />
    </af:declarativeComponent>
    Where my "projectData" is a HashMap and declared in the fragment as it.
    <af:xmlContent>
      <component xmlns="http://xmlns.oracle.com/adf/faces/rich/component">
        <display-name>ProjectTemplate</display-name>
        <description>This component will show project info.</description>
        <attribute>
          <attribute-name>dataMap</attribute-name>
          <description>Map with all data required</description>
          <attribute-class>java.util.HashMap</attribute-class>
          <required>true</required>
        </attribute>
      </component>
    </af:xmlContent>
    I hope this solve your problem.
    Regards, David Pérez.

  • Passing input parameters from an applet to a JSP page

    Hello all,
    Yes, its one of these questions which I have tried to find a solution from the already large number of postings but with no luck. I'm still a novice to Java/JSP so bear with me.
    Consider this scenario.
    1. An applet which has two input boxes (say First name and surname). 2. These parameters will be passed to a JSP page (so the applet will call a JSP page).
    3. The JSP will have have the necessary logic (or actually a JavaBean will) to connect to a database and add a new record with these parameters (first name and surname).
    I also need to consider editing/updating the record in the database. So a JSP page will connect to the database, retrieving the required record from the database and then display the parameters back in an applet in two input boxes (first name and surname) to be edited and saved again.
    I have been able to develop a similar application using simple HTML forms to add and update records in a database so I'm not worried about the database connectivity simply the issue of passing parameters from the applet to the JSP page and vice versa (for edit/update).
    Once i've managed to do this with input boxes, I can experiment with the other input types radios, checkboxes, select etc.
    Many thanks in advance,
    Assad

    create an URL object with u'r specified link of the java class and send the parameters..write trhis action in any buttonclick event in u'r applet.

  • Issue in passing data from PAge A to Page B

    Hi
    I have a scenario where I am trying to pass data from Page A to Page B. This data has to
    be passed on the click of a button. On the button's event, I have set the paramaters that
    I want to pass. I have passed these params in a hashmap in pageContext.forwardImmediately
    method.
    Page A has the requisition records. Clicking the radio button against one of these
    records and clicking the Lines button should take me to Page B with that Requisition VO's
    Row.
    In Page B, there are 2 parts..
    (1) A header which displays the requisition details like Req Number, Current Version,
    Previous Version etc
    (2) A table (Advanced Table) regiion which displays the Line details per that Requisition
    (Each Requisiton has 'n' lines).
    I am also getting the paramater value(s) in Page B's controller's processRequest.
    Here, I am calling the init methods on both the requisitionsVO and the linesVO which calls the executeQuery() methods. I thought that this will populate the Page B as the VO's columns are mapped to the
    respective fields in the Page. But I am not able to see any data on Page B. Am I missign anything here.

    reinitlize the VO
    By this do you mean the following :
    In the Controller:
    String reqNum = (String)pageContext.getParameter(PoConstants.PO_REQUISITION_KEY);
    if(!PoUtils.isEmpty(reqNum)) {
    Serializable[] param = {reqNum};
    Class [] paramTypes = {reqNum.getClass()};
    am.invokeMethod("initPoReqHeadersQuery",param, paramTypes);
    In the AM:
    public void initPoReqHeadersQuery(String criteria)
    OADBTransaction txn = this.getOADBTransaction();
    if ( txn.isLoggingEnabled(oracle.apps.fnd.framework.OAFwkConstants.PROCEDURE))
    txn.writeDiagnostics(this, "initPoReqHeadersQuery.begin", oracle.apps.fnd.framework.OAFwkConstants.PROCEDURE);
    PoReqPendingForAcceptanceVOImpl vo = getPoReqPendingForAcceptanceVO1();
    vo.initReqQueryAction(criteria);
    if(!PoUtils.isEmpty(vo)) {
    PoReqPendingForAcceptanceVORowImpl row = (PoReqPendingForAcceptanceVORowImpl)vo.first();
    if(!PoUtils.isEmpty(row)) {
    vo.setCurrentRow(row);
    if ( txn.isLoggingEnabled(oracle.apps.fnd.framework.OAFwkConstants.PROCEDURE))
    txn.writeDiagnostics(this, "initPoReqHeadersQuery.end", oracle.apps.fnd.framework.OAFwkConstants.PROCEDURE);
    In the VO:
    public void initReqQueryAction(String criteria)
    OADBTransaction txn = (OADBTransaction)getApplicationModule().getTransaction() ;
    if ( txn.isLoggingEnabled(oracle.apps.fnd.framework.OAFwkConstants.PROCEDURE))
    txn.writeDiagnostics(this, "initReqQueryAction.begin", oracle.apps.fnd.framework.OAFwkConstants.PROCEDURE);
    setWhereClauseParams(null);
    setWhereClause(null);
    setWhereClause("SEGMENT1 = :1");
    setWhereClauseParam(0,criteria);
    executeQuery();
    if ( txn.isLoggingEnabled(oracle.apps.fnd.framework.OAFwkConstants.PROCEDURE))
    txn.writeDiagnostics(this, "initReqQueryAction.end", oracle.apps.fnd.framework.OAFwkConstants.PROCEDURE);
    }

  • How to call & pass values to custom page from seeded page table region

    Hi All,
    can anyone tell me how to call & pass values to custom page from seeded page table region(Attribute is not available in seeded page VO)
    it is urgent. plssss
    Regards,
    purna

    Hi,
    Yes, we do this by extending controller, but you can also try this without extending controller.
    1. Create Submit Button on TableRN using personalization.
    2. Set "Destination URI" property to like below
    OA.jsp?page=/<yourname>/oracle/apps/ak/employee/webui/EmpDetailsPG&employeeNumber={@EmployeeId}&employeeName={@EmployeeName}&retainAM=Y&addBreadCrumb=Y
    Give your custom page path instead of EmpDetailsPG.
    EmployeeId and EmployeeName are VO attributes(Table Region)
    If you dont have desired attribute in VO, then write logic in your custom page controller to get required value using parameters passed from URL path.
    In this case, only personalization will do our job. Hope it helps.
    Thanks,
    Venkat Y.

  • I need jre version 1.6 u53. I don't see this version listed on download pages. Where can i download it from?

    I need jre version 1.6 u53. I don't see this version listed on download pages. Where can i download it from?

    Do you have specific problems with Flash that you needed to visit the Adobe help pages?
    Make sure that you allow the plugin-container.exe process in the firewall.<br />
    See http://kb.mozillazine.org/Plugin-container_and_out-of-process_plugins
    There are other things that need attention:
    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    *Next Generation Java Plug-in 1.6.0_17 for Mozilla browsers
    Update the [[Java]] plugin to the latest version.
    *http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)

  • Passing an array from one jsp page to another.

    I need to pass an array from one page to another, without using the query string.
    Can anyone help?
    I was given one suggestion about putting the array inside a Map object, then putting the map in the session.
    Is there an alternative? i am struggling to find out how to use maps properly.
    Alternatively, could someone give me a pointer on how to implement this possibility?
    Help needed ASAP.
    Thankyou

    First.jsp
    String[] str = {1,2,3,4,5};
    session = request.getSession(true);
    session.setAttribute("str",str); //or application.setAttribute("str",str);
    Second.jsp
    session = request.getSession();
    String str[] = (String[])session.getAttribute("str"); //or String str[] = (String[]) application.getAttribute("str");
    Now you can use str[].
    Sudha

  • What is the variable that I should pass from page to page?

    Hello,
    I have gotten some code for pagination, and I have gotten it to work for the first page.  However, when I click on the links to the next pages, the results are blank.
    So, apparently the problem is that I am not passing the correct variable to these next pages.
    The problem is that my output that I'm trying to paginate is a little fancy, and it's hard for me to tell what variable to pass from page to page, and whether or not this variable is an array. 
    My output code is below.  This is all kicked off after a user submits a value for the variable "$find" via an HTML form.  What should I use as a variable to pass from page to page?
    Thanks in advance,
    John
    $result=mysql_query("SHOW TABLES FROM sand2 LIKE '%$find%'")
    or die(mysql_error());
    if(mysql_num_rows($result)>0){
    while($table=mysql_fetch_row($result)){
    print "<p class=\"topic\">$table[0]</p>\n";
    $r=mysql_query("SELECT * , votes_up - votes_down AS effective_vote FROM `$table[0]` ORDER BY effective_vote DESC LIMIT $offset, $rowsperpage");
    print "<table class=\"navbar\">\n";
    while($row=mysql_fetch_array($r)){
    print "<tr>";
    print "<td>".'<a href="http://'.$row['site'].'" class="links2">'.$row['site'].'</a>'."</td>";
    print "<td class='votes'>".'<span class="votes_count" id="votes_count'.$row['id'].'">'.number_format($effective_vote).'</span>'."</td>";
    print "<td class='ballot'>".'<span class="button" id="button'.$row['id'].'">'.'<a href="javascript:;" class="cell1" id="'.$row['id'].'">'.Vote.'</a>'.'</span>'."</td>";
    print "</tr>\n";
    print "</table>\n";

    >$result=mysql_query("SHOW TABLES FROM sand2 LIKE '%$find%'")
    >
    >Should it be SELECT * FROM TABLENAME ?
    The OP is searhing the system tables for a user table in a database. With most dbms's you would select from the system table for the object. MySql has the Show command.
    http://dev.mysql.com/doc/refman/5.0/en/show-tables.html

Maybe you are looking for

  • Error when burning disc image

    An error occurred when I tried to burn a disc image of a DVD slideshow. The slideshow has 324 slides in it and is almost 38 minutes long at the moment. I have added sound by creating a sound track in iMovie using a combination of songs downloaded fro

  • Which BAPI can get the detail items of a order?

    And if these kind BAPI exists in BORs? Thanks!

  • Is there a tutorial for creating Arch Linux logo?

    as the title says, I am looking for a tutorial on how to create Arch Linux logo using either Gimp/Photoshop/Inkscape Any links / videos to one would be nice Thanks in advance

  • Standard motion blur on 3d camera uses premature frame samples

    Hi there everyone, I was wondering if anyone has ever noticed the following issue: I have created a couple of 3D layers in AE "space", having a camera zip panning and tilting from one to the other. We're talking like 15 frames rotation moves, so wort

  • Profitability Segment Required during depreciation run

    Hi, I'm encountering an error during depreciation run since we set the fields selection for depreciation accounts to require for profitability segment. The reason we require for profitability segment is in order for all postings to generate COPA docu