Losing Sleep | {container.item} problem

Hi
<p>
I have this problem in Weblogic Workshop 8.1. I've got an arrayList of Strings in a repeater. I need to submit one of the strings in the arrayList to a pageflow String variable. But whenever I try to submit it, I get a ClassCastException coz' {container.item} is submitted as an array of Strings. The same happens with {container.index}. I need either the item or the index to retrieve the item. How can I do this??? Is there any way I can get an object out of the {container} collection???
<p>
<b>JSP CODE :</b>
<p>
<netui-data: repeater><br>
..<br>
..<br>
<netui-data:repeaterItem> <br>
<!-- All the table and other formatting tags to make this page look good go here. It's a two column table with the LHS having the strings and the
RHS having the list of options corresponding to each string.--> <br>
<netui:hidden dataSource="{pageFlow.stringSelected}" dataInput="{container.item}"/> <br>
<netui:radioButtonGroup optionsDataSource="{pageFlow.selectionOptions}"><br>
</netui-data:repeaterItem><br>
..<br>
..<br>
</netui-data: repeater><br>
<p>
Basically each string in the container is associated with a list of options in the {pageFlow.selectionOptions}. One solution that suggests itself is to take a map in the pageflow and use the Strings as keys and the lists of options as values and iterate over the map. In that case I need to know how to get the keys and submit the selected key to some variable either in an action form or pageflow.
<p>
Thanks in advance...<br>
Rajiv

Please ignore. They confused my project with another.

Similar Messages

  • Repeater fails using {container.item} context within included JSP pages

    Greetings,
    I'm using Bea Workshop 8.1.2 and netui's based framework.
    I'm experiencing a problem relating to the use of jsp:insert tags as a way of templating the code as to make it more maintainable and cost effective.
    The problem arises when using repeaters and then binding a <netui> tag with a "container.item" context inside the included jsp page.
    Example:
    On a PageController we define on its scope a rather simple data structure:
    public String[] array={"Item1","Item2","Item3"}
    The associated index is as follows:
    index.jsp
    <netui:html>
    <netui-data:repeater dataSource="{pageFlow.array}">
    <netui-data:repeaterHeader></netui-data:repeaterHeader>
    <netui-data:repeaterItem>
    <netui:label value="{container.item}"/><br>
    </netui-data:repeaterItem>
    <netui-data:repeaterFooter></netui-data:repeaterFooter>
    </netui-data:repeater>
    </netui:html>
    This works as expected, it prints the data in the array list. Fine.
    Now, with the <jsp:insert> tag usage, we get two files index.jsp and body.jsp:
    index.html
    <netui:html>
    <netui-data:repeater dataSource="{pageFlow.array}">
    <netui-data:repeaterHeader></netui-data:repeaterHeader>
    <netui-data:repeaterItem>
    <jsp:include page="body.jsp" flush="true"/>
    </netui-data:repeaterItem>
    <netui-data:repeaterFooter></netui-data:repeaterFooter>
    </netui-data:repeater>
    </netui:html>
    body.jsp
    <netui:html>
    <netui:label value="{container.item}"/>
    <netui:label value="{pageFlow.array[0]}"/>
    </netui:html>
    With this example the {container.item} tag fails with this exception:
    "Caught exception when evaluating expression "{container.item}" with available binding contexts [actionForm, pageFlow, globalApp, request, session, appication, pageContext, bundle, container, url, pageInput]. Root cause: com.bea.wlw.netui.script.xscript.IllegalContextStateException: The Tag "com.bea.wlw.netui.tags.html.Label@cb5dce" does not have a valid parent of type DataAccessProvider. The expression "container["item"]" requires a parent of this type."
    BUT - and here is my problem with this - the label tag with {pageFlow.array[0]} PRINTS THE DESIRED ELEMENT.
    Also, on an extended example with a <form> tag around the main index html and the array structure inside a FormData class, {actionForm.array[0]} ALSO PRINTS THE DESIRED ELEMENT.
    Only {container.item} gloriously fails with an exception complaining about IllegalContextStateException.
    This is a total nonorthogonal behaviour, the features do not work as expected and indeed, with the importance of repeaters for netui's development, this preclude us from the minimum standard for structured web application design.
    Does anyone have any clue about this behaviour? If not a fix, at least an explanation...
    Thanks in advance.

    I am trying to insert multiple rows I when submited I am get ting only 1 row in the DatabaseForm.
    my netui.log file shows this error:
    29 Oct 2004 17:25:48,941 WARN NetUIReadVariableResolver []: Could not create a ContextFactory for type "com.bea.netuix.servlets.script.PortalVariableResolver$PortalContextFactory" because the ContextFactory implementation class could not be found.
    29 Oct 2004 17:26:35,288 ERROR SortFilterColumn []: Unable to load /com/bea/wlw/netui/databinding/grid/filter/filter-window.properties. Using com.bea.wlw.netui.tags.databinding.grid.util.grid
    Throwable: java.util.MissingResourceException: Can't find bundle for base name /com/bea/wlw/netui/databinding/grid/filter/filter-window.properties, locale en_US
    Stack Trace:
    java.util.MissingResourceException: Can't find bundle for base name /com/bea/wlw/netui/databinding/grid/filter/filter-window.properties, locale en_US
    at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:804)
    at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:773)
    at java.util.ResourceBundle.getBundle(ResourceBundle.java:511)
    at com.bea.wlw.netui.tags.databinding.grid.column.SortFilterColumn.<clinit>(SortFilterColumn.java:143)
    at jsp_servlet._activitychange.__grid._jspService(grid.jsp:21)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:996)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:463) at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.wlw.netui.pageflow.PageFlowJspFilter.doFilter(PageFlowJspFilter.java:208) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:316)
    at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.superForward(PageFlowRequestProcessor.java:1301)
    at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor$DefaultHttpRedirector.forward(PageFlowRequestProcessor.java:1317)
    at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.doForward(PageFlowRequestProcessor.java:1199)
    at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.processForwardConfig(PageFlowRequestProcessor.java:1093)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
    at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:650)
    at com.bea.wlw.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:527)
    at com.bea.wlw.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:152)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:996)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6456)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3661)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2630)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    29 Oct 2004 17:27:31,164 WARN FlowController []: Could not find exception handler method exceptionHandler for java.lang.ArrayIndexOutOfBoundsException.
    29 Oct 2004 17:27:31,165 WARN FlowController []: Could not find exception handler method exceptionHandler for java.lang.IndexOutOfBoundsException.
    29 Oct 2004 17:27:31,165 WARN FlowController []: Could not find exception handler method exceptionHandler for java.lang.RuntimeException.
    The actionForm uses a FormData which has a Array of all the fields that need to be populated.
    Any idea why only 1 row shows up ?.
    Thanks
    Raghav

  • HT204406 One of my playlists is "ineligible" because it supposedly contains items that are not songs.  I unchecked the boxes for those songs, and it's STILL unavailable.  Is there a fix for this?

    One of my playlists is marked "ineligible" because it supposedly contains items that are not music.  I went through the playlist and unchecked anything of the sort, and it still says it's ineligible.  Is there another way to fix this?

    I have tried all those things I even updated the software to the new iOS system and it still did fix my problem.
    What happened is that my garage band looks like it will open then it shuts down.
    I have lot of important things on my garage band and I'm afraid that if I uninstall it deleting it then reinstalling it all my work on it will be gone and I can't have that happen.
    Everyday I am hoping that when i go to open the app that is will work but it doesn't it gets ready to turn on then it shuts off , the app doesn't even open all the way and turns off.
    I really hope I don't have to erase it.
    It'll say it's ,lading my songs then it shuts down .
    If I waited for the App Store to come up with an update for garage band should I wait till then to update my app so it doesn't get damaged . I don't want to erase it and all my data get erased . I figured if I wait for an update then my garage band will reset itself but won't delete my data. I'm not sure if that will help. Is there anything you or anyone else might know that can help me with this matter ?
    Thank you
    Simachyahi

  • Delivery does not contain items to be picked

    Hi
    I have created Stock Transport Order (STO) and then Delivery Note with VL10g.
    In Delivery Output EK00 (Picking list Printing ) gets populated along with EKSU (Picking List EDI output).
    But EK00 only turns green and EKSU turns Red saying that "Delivery does not contain items to be picked"
    My Conclusions :
    1) Picking is happening with EK00 due to which EKSU doesnt get any items to be Picked and it fails in creating Idoc.
    I want to make both outputs (EK00 and EKSU) turning green(Successful).
    How can I do this. ?
    Any setting or any other approach welcome.
    Regards

    Hi Durga..
    What ever you said is correct..
    But my requirement is regarding the "Output Type EK00 and
    EKSU".
    Requirement : -
    1) Bussiness Process for my requrement is : We create Stock Transport Order (STO) in Me21n then Delivery note from this STO in VL10g.
    2) As delivery note gets created tow Output types get populated in Menu Extra > Delivery Output > Header
    those are EK00 (For printing ) and EKSU(for sending "Picking Request" Idoc).This process is fixed in our organisation.
    3) Now My problem is Both Outputs EK00 and EKSU gets populated at Menu path given above, But only EK00 turns green but EKSU turns RED saying "There are no Items to be Picked".
    4) Now I want to make both Outputs (EK00 and EKSU) Green producing Printing and Idoc .
    I think now its pretty clear.
    Please suggest.

  • Sleep of death problem Tablet S r5

    My Tablet S suffers sleep of death problem after upgrading to ICS r5.
    I did factory reset several days ago and it seemed the problem has gone.
    But from yesterday it has begun again and happened twice today.
    Overall I am satisfied with the upgrade, better wifi and less flickering.
    Hope that problem won't get worse.
    Solved!
    Go to Solution.

    Hello,
    Thank you for your post
    We are currently investigating why the power button intermittently will not wake the S1 Tablet from sleep.
    Do you see a Green Blinking Indicator each time this occurs?
    for the time being, performing a [ [url=http://www.kb.sony.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=C1023464&sliceId=1&docTypeID=DT_KNOWLEDGEARTICLES_1_1&dialogID=203829332&stateId=0%200%20203827592:2fneqb0t]Soft Reset[/url:2fneqb0t] ] will allow a power on.
    Once we have resolved this issue, we will post here that an update is available. There is no ETA at this time for resolution.
    We are also aware of Tablet Icons not remaining on the desktop after power down
    that issue is being addressed in this thread: [url=https://forum.sel.sony.com/viewtopic.php?f=109&t=15209&p=41474#p41474:2fneqb0t]Here[/url:2fneqb0t]

  • Purchase requisition still contains items with errors

    DER SIR / MEDAM
    PLEAE PROVIDE ANSWER
    Purchase requisition still contains items with errors
    Edited by: Csaba Szommer on May 1, 2011 6:56 PM

    Hi
    The error message ZPSMSG003    seams to be customized
    Please check for User exit for material compnents COZF*

  • VL463 -  No distribution: Delivery does not contain items relevant for dist

    Dear Experts,
    When we slect multiple Deliveries from VL06 and distribute, Only few get distributed and others fail.
    The error log shows: VL463 -  No distribution: Delivery does not contain items relevant for distribution.
    However, If I select these deliveries individually or say 4 or 5 deliveries at a time and distribute, deliveries get distributed.
    If I select more nunbers (ex: 12 or more), only 3 gets distributed and others fails with above message?
    Any inputs on this are most welcome.
    Regards,
    Shetty

    Hi,
    Check in OVLK
    Which distribution mode you maintained in delivery type it should be Distribution according to the settings for the warehouse number
    Also check in Logistics Execution --> Decentralized WMS Integration --> Central Processing  --> Application --> Activate Decentralized WMS.
    Kapil

  • Error : Delivery does not contain items to be picked

    Hi Exps
    I have created Stock Transport Order (STO) and then Delivery Note with VL10g.
    In Delivery Output EK00 (Picking list Printing ) gets populated along with EKSU (Picking List EDI output).
    But EK00 only turns green and EKSU turns Red saying that "Delivery does not contain items to be picked"
    My Conclusions :
    1) Picking is happening with EK00 due to which EKSU doesnt get any items to be Picked and it fails in creating Idoc.
    I want to make both outputs (EK00 and EKSU) turning green(Successful).
    How can I do this. ?
    Any setting or any other approach welcome.
    <REMOVED BY MODERATOR>
    Regards
    Tulip
    Edited by: Alvaro Tejada Galindo on Feb 13, 2008 4:55 PM

    hi
    First  Check whether the Material in delivery are relevant for picking.
    If yes, then try chaning the order of the Output in the Output procedure fist EKSU then give EK00
    If EK00 is green agreeed , check if any automatic picking is done , becasue once the picking is done then the EDI output is failing.

  • How to check if a list contains items from another list

    Hi all,
    I am trying to check whether a text list contains items form
    another list and then do something. I tried:
    tlist contains text phrases (e.g., test1,test2,test3)
    phrases = ["test1","test2"]
    n = phrases.count()
    tList.getPos(phrases.item[n])
    alert("should not be inluded in the list")
    But it is not working any ideas why?

    myPhrase is the loop index, but instead of a numerical index
    (like n in your sample), myPhrase is set equal to each item in the
    phrases list, first item to last. So, on the first iteration
    myPhrase = “test1”, on the second iteration myPhrase =
    “test2”. The loop automatically exits when the end of
    the list is reached. The Director help docs have more information
    on this syntax under “repeat”
    BTW: if you're more comfortable using a numerical index, the
    syntax for getting at the n-th item in a list is list[n], or in
    your sample phrases[n]

  • Every morning I have a message saying my iMac has restarted due to a Sleep Wake Failure problem.  What is this and how do I fix it?

    I have a new iMac14 with Yosemite.  Every morning I now find a message saying my iMac has been restarted due to a "Sleep Wake Failure" problem and that a problem report has been generated.  How do I fix this or even figure out what is wrong? 

    The warranty entitles you to complimentary phone support for the first 90 days of ownership.
    If you bought the product in the U.S. directly from Apple (not from a reseller), you have 14 days from the date of delivery in which to exchange or return it for a refund. In other countries, the return policy may be different. If you bought from a reseller, its return policy applies.

  • Click-edit behavior of List-container items

    Hi,
    Sorry if it has been asked, but I couldnt find it. I would
    like to know if it is possible to start editing an item in a
    List-container when a user double-clicks. With default settings it
    starts editing on a single click. I couldnt find anything in the
    documentation. How can I change this behaviour?
    Also, is it possible to set the focus on a List-container
    item in edit mode? What I mean is that I could implement a
    double-click event-handler that changes the List-conatiner from
    not-editable to editable and then put the double-clicked item in
    edit-mode. Is this possible? Than I could implement my desired
    double-click-edit behaviour easily.
    Thank you!
    Andrej

    kokot-san,
    I was trying to find an answer to the same issue. I never
    found anything in the documentation either. After walking through
    the Tree and List class a bit I came up with this. Here is an
    example where the Tree is not editable and double clicking a node
    will allow you to rename it.
    tree.addEventListener( ListEvent.ITEM_DOUBLE_CLICK,
    itemDoubleClick );
    tree.addEventListener( ListEvent.ITEM_EDIT_END, itemEditEnd
    private function itemDoubleClick( event:ListEvent=null
    ):void
    tree.editable = true;
    tree.editedItemPosition = {rowIndex:tree.selectedIndex};
    private function itemEditEnd( event:ListEvent=null ):void
    tree.editable = false;
    - Jankrod

  • Enabling a button only when a tilelist contains items

    In my app I have a button that empties a tilelist however I want it to only be 'enabled' when that tilelist actually contains items and disabled when it doesn't.
    What code would I need to apply to the following enabled property of the button to make it only be enabled when a tilelist (simply called tilelist1 in this example) contains at least 1 item?:-
    enabled="{tilelist1.}"

    Thanks. I've already tried ".dataProvider>0" and that worked but I suppose that'd work too. Thanks for helping out though.

  • Sleep function = wireless problem?

    I have an Intel iMac 2.4 GHz/OS 10.5.2 (the earlier version of Leopard came pre-installed) and a lynksis router.
    Like many others I experienced an unstable wireless connection from day 1 with this computer. The other two Macs in the house, both running Tiger had and have no such problem.
    Changing the router channel from 6 to 3 seemed to help somewhat, but the problem persisted.
    I noticed it was worse when the computer had just been wakened from sleep. That is, the wireless signal would start strong then quickly fade away. I found that putting the computer back to sleep, then immediately waking it up would restore the signal, but I often had to do this a dozen times during a session of an hour or so.
    Since there seemed to be some connection between the sleep function and the wireless connectivity I decided to experiment. I went to System Preferences/Energy Saver and set the sleep function to Never. The screen is still set to black out after fifteen minutes. So now the computer is awake all the time, only the screen darkens after some inactivity.
    For three days now the wireless signal has been extremely robust - no fading out whatsoever and the bars have remained at full strength. This certainly doesn't explain the cause of the problem, but it does seem to be an effective work-around, at least so far.
    Has anyone else had a similar experience? And can anyone explain why the sleep function would affect wireless connectivity?

    That a graphics update would fix the sleep function (not to mention the associated wireless issues) seemed odd to me too. I'm just reporting what the Apple tech said. I do have the impression that if they really can't solve your problem their next objective is to get the caller off the line as pleasantly as possible. That may possibly be the case here.
    I would certainly be interested to know if anyone else has a similar problem. The two necessary conditions seem to be:
    1. Sleep function (as set from System Preferences) unreliable, e.g. doesn't always put the computer to sleep, sometimes invokes such a deep sleep that the computer must be unplugged to restart, sometimes wakes up by itself;and
    2. Wireless signal slows to a crawl shortly after awakening from sleep (and in my case, remains unstable, requiring toggling sleep on/off or airport card on/off to resume strong signal.)
    As long as I have the sleep function set to Never the wireless problem disappears. It's been almost two weeks now, so I'm pretty sure there's some link between the two conditions. After the last software update from Apple a couple of days ago I reset the sleep function back to 15 minutes and the wireless fade immediately started up again. Reset it to Never, and, voila!, no problem since.
    I hope anyone else who has both sleep and wireless problems will try this. So far it's the first reliable clue I've found regarding the issue of unstable wireless.

  • DataGrid Horizontal Scroll Problem when datagrid contains Item renderer

    I have datagrid with horizontal scroll policy enabled. Grid
    contains some item renderer also.One of the item renderer is
    datefield when i select a date from the datefield and say the
    adjacent cell of the grid also contain datefield itemrenderer
    and i am selecting date from that itemrenderer also.When i
    scroll horizontally the date in the itemrender changes to any one
    of the two itemrenderer.Some time it works fine.I am getting the
    issue for combobox itemrender also.Can any one help me to solve
    this issue.

    "happybrowndog" <[email protected]> wrote in
    message
    news:ge11ag$jdo$[email protected]..
    >
    quote:
    Originally posted by:
    ravi_bharathii
    > I have datagrid with horizontal scroll policy enabled.
    Grid contains some
    > item
    > renderer also.One of the item renderer is datefield when
    i select a date
    > from
    > the datefield and say the adjacent cell of the grid also
    contain datefield
    > itemrenderer
    > and i am selecting date from that itemrenderer also.When
    i scroll
    > horizontally
    > the date in the itemrender changes to any one of the two
    itemrenderer.Some
    > time
    > it works fine.I am getting the issue for combobox
    itemrender also.Can any
    > one
    > help me to solve this issue.
    >
    > Ravi, I am having a similar problem. I subclass a
    TextInput as an
    > itemrenderer for a column in a datagrid. My subclassed
    TextInput checks
    > to see
    > the value in the overriden set() method, and depending
    on the value, sets
    > the
    > background color of the TextInput to green. When the
    datagrid scrolls
    > horizontally, some unrelated cell colors also change
    green and some of the
    > data
    > gets duplicated in the cells. The underlying data
    provider's data is not
    > confused however. Seems the rendering is screwed up when
    the Datagrid
    > scrolls.
    >
    > Did you find a solution to this problem? I think
    Datagrid is a piece of
    > screwed up code.
    http://www.magnoliamultimedia.com/flex_examples/Amys_Flex_FAQ.pdf
    Q2

  • Line Item Problem in  while  Proforma Invoicing in case of STO

    Hi All,
    The problem is related to Line Item Quantity in Proforma Invoice which is explained with an example -
    When we are doing Outbound Delivery for STO ( Stock Transfer Order ) we have the batch-split function where 2 line generates for a single line item material A in which in the first line no delivery quantity and value gets reflected and in the second line for the same material the delivery quantity gets reflected with batches. Then we save the order and done PGI. After that while doing the proforma invoice there also again the 2 lines appear for the single material A where the first line doesn't contain invoice quantity and value and show as 0pcs.In the second line for the same material it shows the invoice quantity with value. I want to remove this first line for the  same line item from proforma invoice and want the system to generate only one line for the line item containing the invoice quantity.
    Point to be noted that this thing doesn't happen for normal sales cycle done through Sales Order.
    I have also checked with the Item Category NLN where i have tried the Billing relevance N - Pro Forma - no zero quantities (including main batch items) and L - Pro Forma - no zero quantities. Still the same problem is arising.
    What is the problem here and how can it be solved?
    Looking forward to some valuable suggestions
    Thanks & Regards
    Priyanka Mitra

    check for your batch item cateogry,,, maintain the batch item cateogry setting same as it is ther in case of normal sale cycle. or what you can do ,,,copy your batch item cateogry and create a new batch item cateogry for your STO delivery .
    i did it and it is working fine for me. please check the batch item cateogry and matain it the same way.
    cheers

Maybe you are looking for

  • Yoga 13 touchscreen working intermittently

    My Yoga 13 touchscreen will suddenly stop working and then start working again. It usually stops working for anywhere from 15 minutes to 2 hours. I've been unable to figure out what driver enables the touchscreen, so I don't know what version I'm run

  • Cts+ configuration in XI on SPS12

    hi i am trying to configure cts+ for  xi java objects transport. can any body suggest me any document or the procedure thanks in advance akhil

  • Preloader Image Script and Pop-Up Window Behavior

    Hello -- My client's referring site -- www.moscaritolo.com/originals.htm. Please note: I am not a programmer, but more of a designer and don't possess the skills of writing code so in the development of this site for my client, I decided to use this

  • Ive paid for my music but am not allowed to do what i want with them

    i no i cant do anythin about this but its jus annoying because i have downloaded song and paid for them using itunes, and i shud be able to do what i want with them for example put them on my walkman phone to listen to, but some of them are encoded s

  • Data Comparison

    Hello  I have simulated a sine wave using the 'simulate signal' block and stored ther resulting waveform as a TDMS file.  When I read the file and compare it with the generated sine wave of similar properties, I expect a constant true(LED) output. Ev