How to handle too many custom UITableViewCells in UITableView?

In my iphone app, I need to display many custom rows (maybe thousands or even more) in the UITableView. I add one custom UIView onto each UITableViewCell in "- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath" function, so there will be allocate much memory for the all my custom UIViews. When I add 500 rows into the UITableView, the memory ran out, then the app crashed. I think maybe there is something wrong with my code or design, I don't know how to handle this (thousands custom rows in UITableView). Please help me.... Thanks very much..
Below is the my code:(if I have thousands of rows, the following code will allocate thousands of CustomViews), is there any way that not allocate so many CustomViews?
// Customize the appearance of table view cells.
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
static NSString *CellIdentifier = @"Cell";
UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier];
if (cell == nil) {
**cell = [[[UITableViewCell alloc] initWithFrame:CGRectMake(0, 0, 110, 25) reuseIdentifier:CellIdentifier] autorelease] ;
// Set up the cell...
CustomView *cellView = [[CustomView alloc]initWithFrame:CGRectMake(1, 1, 108, 24)];
[cell addSubview: cellView];
[cellView release];
return cell;
}

Hi,
well you should add the customView if you need to create a new cell only. Any reused cell will contain this customview allready since you've added it when the cell was created.
static NSString *CellIdentifier = @"Cell";
UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier];
if (cell == nil) {
cell = [[UITableViewCell alloc] initWithFrame:CGRectMake(0, 0, 110, 25) reuseIdentifier:CellIdentifier] autorelease];
// Add customView to new cell's only
CustomView *cellView = [CustomView alloc] initWithFrame:CGRectMake(1, 1, 108, 24)];
[cell addSubview: cellView];
[cellView release];
// Set up the cell...
return cell;

Similar Messages

  • How to Handle Too Many js Files?

    I making a website and i want to know how to handle too many js in one page.
    And i want to add news ticker but js is conflict with someone
    <script src="js/ticker/1.8.jquery.min.js"></script>
    <script src="js/ticker/all.js"></script>
    <script src="js/ticker/jquery.li-scroller.1.0.js"></script>
    <script src="js/jquery.slicknav.js"></script>
    <script type="text/javascript" src="js/modernizr.custom.js"></script>
    <script type='text/javascript' src='js/scrollIt.min.js'></script>
    <script type="text/javascript" src="js/jquery.simple-text-rotator.js"></script>
    <script type="text/javascript" src="js/jquery.nicescroll.min.js"></script>
    <script type="text/javascript" src="js/jquery.appear.js"></script>
    <script type="text/javascript" src="js/jquery.bxslider.min.js"></script>
    <script type="text/javascript" src="js/jquery.fitvids.js"></script>
    <script type="text/javascript" src="js/owl.carousel.min.js"></script>
    <script type="text/javascript" src="js/jquery.colorbox.js"></script>
    <script type="text/javascript" src="js/jquery.parallax-1.1.3.js"></script>
    <script type="text/javascript" src="js/jquery.localscroll-1.2.7-min.js"></script>
    <script type="text/javascript" src="js/jquery.scrollTo-1.4.2-min.js"></script>
    <script type="text/javascript" src="js/classie.js"></script>
    <script type="text/javascript" src="js/cbpAnimatedHeader.min.js"></script>
    <script type="text/javascript" src="js/template.js"></script>

    I trying ti use your code but that's not working,
    i want to add one news ticker but that's not work
    <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
    <script type="text/javascript" src="js/jquery.js"></script>
    <script type='text/javascript' src='js/scrollIt.min.js'></script>
    <script type="text/javascript" src="js/jquery.simple-text-rotator.js"></script>
    <script type="text/javascript" src="js/jquery.nicescroll.min.js"></script>
    <script type="text/javascript" src="js/jquery.appear.js"></script>
    <script type="text/javascript" src="js/jquery.fitvids.js"></script>
    <script type="text/javascript" src="js/owl.carousel.min.js"></script>
    <script type="text/javascript" src="js/template.js"></script>

  • How to handle too many songs for disk space?

    I have a limited collection of fongs on my primary hard drive; most of my collection - about 500GB - is kept on network attached storage. When I install iTunes it copies the music files in My Music to its iTunes Media folder. That's OK for the limited size of My Music - I have enough room on the primary hard drive for the copies. But there is no way I can store a copy of all the files on the NAS. So how do I 'catalog' those files, as well as those on my primary hard drive?

    OK, I follow this - except that I read elsewhere (in this forum if memory serves me correctly) that one reason to use the option to copy media to iTunes was so that iTunes would not create duplicate entries - which it seems very fond of doing, no matter how many times I delete them.
    If this is not the purpose of the Media folder, then what purpose does it have?
    Assuming that I elect to stop this copying, what is the recommended way of removing all the files in the media folder: blunt force with Windows Explorer, or is there an implicit/explicit command somewhere in iTunes that I haven't understood?
    And is iTunes limited to just the 1 location for 'sources' of music - or is that what the 'add folder to Library' is meant to do?

  • How much can too many imports slow inititialization down?

    How much can too many imports slow applet inititialization down?
    I have seen our company's sorce code for some huge applets they have written. In many, many cases, the imports at the beginning of each file are written something like this...
    import java.awt.*;
    import java.awt.event.*;
    import java.util.*;
    import javax.swing.*;
    import javax.swing.border.*; 
    import javax.swing.event.*;Only certain portion of these imports are actually used. Does this sort of thing really impact the applets loading speed? I know it will obviously take at least a little longer but will the user even notice?

    You are not actually importing the classes, but rather making the names of the classes available.

  • How to fix: Too many Primary Partitions ? G770

    Hello,
    I am trying to install PuppyLinuxSlacko.5.4 from a LiveUsb to a unallocated-Partition in my Lenovo-G770 Laptop, Win7 . 
    My G770 shows that I have two disks: C:\  and  D:\ .
    But the Using (Linux) GParted program shows there are 4-Primary Partitions already (see pic GParted01.png below) . 
    http://www.vmars316.com/ShowMe/GParted01.png
    And when I try to Format the Unallocated Partition, I get an Error Msg (GParted02.png below) .  
    http://www.vmars316.com/ShowMe/GParted02.png 
    Pls, How to fix: Too many Primary Partitions ? 
    Thanks...vmars316...Vernon

    * Questions added to original Post: 
    I am trying to install PuppyLinuxSlacko.5.4 from a LiveUsb to an unallocated-Partition in my Lenovo-G770 Laptop, Win7 .
    My G770 shows that I have two disks: C:\ and D:\ .
    But the Using (Linux) GParted program shows there are 4-Primary Partitions already (see pic GParted01.png below) .
    http://www.vmars316.com/ShowMe/GParted01.png
    And when I try to Format the Unallocated Partition, I get an Error Msg (GParted02.png below) .
    http://www.vmars316.com/ShowMe/GParted02.png
    Pls, How to fix: Too many Primary Partitions ?
    I've been told that to try and fix it in Linux is too risky .
    I set up the unallocated 20gb partition.
    Can I just merge it into the 29gb Extended Partition ?
    If I did merge, How would I access it ? Which Partition is it an extension of ?
    I am on thin ice here, and would rather fix the prob in Window7 , because I am brand new to Linux .
    Here is the PartitionsDetail using AomeiPartitionAssistant -note the differences:
    http://www.vmars316.com/ShowMe/AoemiPartitionWindows.png
    Is there a way to tell what's in the partitions , especially the two 29gb partitions and the 14gb partition ?
    Worst case: Is there a way to reset my 'Lenovo G770' computer back to factory settings under win7 ? 
    I think I'll add this Post to the Win7 Forum, since I hope to fix it via Win7 .
    Thanks...vmars316...Vernon

  • Duplicate check via BAS (ADDRESS_SEARCH)-- how to handle non-crm customer?

    Dear all,
    I'm implementing a duplicate check and using the BADI Address_search. Within this BADI I use the method "Address_Search" for calling a third party software tool with customer information. This tool checks whether the entered customer is already available in CRM AND in other system in our company holding.
    The method provides me a list of all found duplicates (incl. non-crm customers)
    My problem is that I need to fill a export table "ex_t_search_result" (type adkey_indx_tab) of this method which expects ADRC number. For the CRM customer it is not a problem. I can figure them out by table BUT020 and the customer number. But for the non-crm customer I do not have a ADRC number.
    I know there are some methods for creating addresses in BAS (function group SZA0), but actually Im not sure how to handle them.
    Does anybody of you had faced a similar issue?
    Thanks for your help
    Firat C.

    hello,
    BP is BDT (Business Data toolset) enabled (you can check it by adding break point in FM BUS_PBO and executing BP transaction). You can add your check directly to standard view (the check will be executed each time when user pushes enter) or you could add you check to appropriate action (during saving etc.) there are number of actions which you could use it depends on your requirements. You can find a lot of info about BDT (if you are not familiar) in Wiki.
    br,
    dez_

  • How much is too many?

    Have an iPad 16gb.
    Curious - At what point and how many Apps does it take for the device to be affected and slow down?

    Ask 300 people, get 300 answers .....
    I rarely have more than 4 or 5 apps in my recents tray at any one time. But you can bet your bottom dollar that my browser - and it doesn't matter which of the five that I have I am using at the time - will crash on me every day - day after day - 3 or 4 times a day. I seem to have particularly bad luck with the iPad internet experience. When I use the Mercury browser - and it has done this since day one - I constantly get the low memory warning - even if I have closed all apps and have just restarted the iPad.
    That's kind of a bummer for me because my iPad has become more of an mobile internet toy and email reader than a work machine. That's OK - I had no problem spending the money and taking the chance to see what I would get out of it because I wasn't quite sure what I would be using it for but I knew I really wanted one.
    There really is a point to this and it is that no one has any way of knowing for certain how many is too many. As I have told you - I can run one solitary app and crash with great frequency. It's just something that only you can find out on your own as you continue to use the device.

  • How to handle timestamp in custom scheduled task written for Target Recon

    Hi,
    I have wriiten a Custom scheduled task to reconciile users from target system..but whenever I run the Target Recon Scheduled task .. it generates the Recon. events for all users.
    How to handle this.. how to pass Timestamp value to custom Target Recon scheduled task.
    Thanks,
    Pallavi

    To add to Kevin's point -
    You will have to have a attribute either in the IT Resource or the Schedule Task. At the begining of the reconciliation searches, get the timestamp of the target system and store it in a variable. Fectch the timestamp attribute value from the IT Resource/Schedule Task and use that value as one of the search criteria of user profiles on the target.
    Once all the user profiles from the target are queried and reconciliation is completed then update either the IT Resource or Schedule Task attribute using OIM API.
    Hope this helps :)

  • How to resolve "too many HTTP redirects"?

    Hi, anyone who knows how to solve the error every time I open the App store in my iPad? It says "too many HTTP redirects". Thanks.

    There have been many discussions about this - some of which are listed in the box on the right >>>>> More Like This. Take a look at some of those.
    Some users restored from backups, reset all settings and there were a couple of other fixes that worked. Just take a look at those. When you open some of the those discussions you will see additional discussions in the More Like This boxes in those threads.

  • How to edit label in custom UITableViewCell?

    Hi, I'm a newby in iPhone programming, I have created a custom UITableViewCell with 3 labels and I have populated an UITableView with some rows. I need to change the text of one of the labels when the user select the cell.
    I wrote this:
    - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
    static NSString *CellIdentifier = @"Cell";
    UITableViewCell *theCellSelected = [tableView dequeueReusableCellWithIdentifier:CellIdentifier];
    theCellSelected = [theTableView cellForRowAtIndexPath:indexPath.row];
    UILabel *theLabelToEdit = (UILabel *)[theCellSelected viewWithTag:1];
    theLabelToEdit.text = @"Some Text..";
    ..but nothing happen to the label, the text doesn't change..
    What's wrong?
    Thank you!
    PS: sorry for my english, I'm italian and I don't speak it very well..

    Hi Zoodany, and welcome to the Dev Forum!
    zoodany wrote:
    I wrote this:
    - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
    theTableView = tableView;
    // remove --> static NSString *CellIdentifier = @"Cell";
    UITableViewCell *theCellSelected;
    // remove --> = [tableView dequeueReusableCellWithIdentifier:CellIdentifier];
    theCellSelected = [theTableView cellForRowAtIndexPath:indexPath]; // <-- remove '.row'
    UILabel *theLabelToEdit = (UILabel *)[theCellSelected viewWithTag:1];
    theLabelToEdit.text = @"Some Text..";
    Assuming your @interface, xib and DataSource methods are consistent with the above, the only thing stopping your code from working would be the 'indexPath.row' arg as commented. The lines which dequeue a cell won't prevent your code from running, though if any cells are actually in the queue, you'll have a memory leak there.
    However, I doubt the code you posted is the same as the code you tested. If you actually coded cellForRowAtIndexPath:indexPath.row, you should have gotten a warning since 'row' is an int instead of a pointer. And if you had ignored that warning the program would have crashed at that line. This kind of mixup often happens when the programmer keys code into the forum instead of pasting it directly from the source file. Please copy and paste when posting your code here (also see the alert about formatting code, the first topic of the forum), ok?
    If indeed 'indexPath.row' is a red herring, I think we need to look elsewhere in your project for the problem.
    I have created a custom UITableViewCell
    This contradicts your code somewhat. If you subclassed UITableViewCell, you'd normally add ivars with matching @properties to the custom cell so you could access the subviews as cell.label1, cell.label2, etc. Using viewWithTag to find one of the labels suggests that you simply added the labels to vanilla UITableViewCell objects rather that subclassing (adding the labels without subclassing is probably the best choice if no further customization is required).
    So please let us know whether or not you actually defined a subclass of UITableViewCell. Assuming you didn't, here's an example of how to add labels to your cells (only two labels are added below to simplify the example):
    // Customize the appearance of table view cells.
    - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
    static NSString *CellIdentifier = @"Cell";
    UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier];
    if (cell == nil) {
    cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault
    reuseIdentifier:CellIdentifier] autorelease];
    // make label 1
    UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(20, 3, 140, 38)];
    label.text = @"Label 1";
    label.backgroundColor = [UIColor lightGrayColor];
    label.font = [UIFont boldSystemFontOfSize:20];
    label.tag = 1;
    [cell.contentView addSubview:label];
    [label release];
    // make label 2
    label = [[UILabel alloc] initWithFrame:CGRectMake(160, 3, 140, 38)];
    label.text = @"Label 2";
    label.backgroundColor = [UIColor yellowColor];
    label.font = [UIFont boldSystemFontOfSize:20];
    label.tag = 2;
    [cell.contentView addSubview:label];
    [label release];
    // Set up the cell...
    return cell;
    - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
    UITableViewCell *theCellSelected = [tableView cellForRowAtIndexPath:indexPath];
    UILabel *theLabelToEdit = (UILabel *)[theCellSelected viewWithTag:1];
    theLabelToEdit.text = @"Some Text..";
    Note that 'tableView' is used in the delegate method instead of an instance variable such as 'theTableView'. The 'tableView' parameter will always be set to the address of the table view which is calling the delegate method, so there's no need to use an ivar in this case. In fact, 'theTableView' could also be the cause of your problem. For example if you made the table view in IB, you might have forgotten to connect the 'theTableView' outlet of the controller (or File's Owner) to the UITableView object. So you might also check that connection, though the code above doesn't depend on it.
    Hope that helps!
    - Ray

  • How to handle children of custom component

    Hi,
    does anybody know an example of how to develop a custom UIComponent which is able to render any kind of child? For example:
    <x:mycomponent columns="3" valu="#{list-of-items} var="item">
    <h:graphicImage url="#{item.url}/>
    <h:selectBooleanCheckbox />
    </x:mycomponent>
    The result should be a table with 3 columns where each table-cell contains the result of the rendering process of its children, in this case a picture with a checkbox.
    I have tried it and managed to get the correct html-result. But I do not get the input of the checkbox if the above code snippet is a part of a html-form.
    So what I realy like to have is the sourcecode of some kind of UIComponent which does something like this.
    Kind Regards,
    Tobias

    Thanks for the swift reply Craig
    My custom component has 3 elements hence the currentTarget
    could be either the folder icon, the status icon or the text field.
    Is there some way of finding the parent of which ever of
    these sub items of the cusom component is clicked?
    Here is the code for my custom component
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Canvas xmlns:mx="
    http://www.adobe.com/2006/mxml"
    width="240" height="60" cornerRadius="15" borderStyle="none"
    backgroundColor="#ffffff" themeColor="#ff0000">
    <mx:Script>
    <![CDATA[
    [Bindable]
    public var studentName:String ="Student Name";
    ]]>
    </mx:Script>
    <mx:Text x="64" y="24" text="{studentName}" />
    <mx:SWFLoader x="10" y="10" width="32" height="24"
    source="@Embed('assets/folderIcon.swf')" />
    <mx:SWFLoader x="19" y="42" width="11" height="11"
    source="@Embed('assets/cfStatusIcon.swf')" />
    </mx:Canvas>

  • How to handle Fcodes of custom buttons in REUSE_ALV_GRID_DISPLAY_LVC

    Hi Experts,
    I am using the REUSE_ALV_GRID_DISPLAY_LVC function module in my z function module to display ALV. I also changed the pf status and wrote the form for USER_COMMAND, but the itab IT_ZCP_DEMAND_SYS1 is not regocgnized in this form. Kindly tell how can i make internal table visible inside another form.
    FUNCTION ZCP_ALV_GRID.
    PERFORM DISPLAY_GRID  TABLES IS_ZCP_DEMAND_SYS1  USING IS_LOC IS_MAT IS_CUST IS_DATE_S IS_DATE_E .
    ENDFUNCTION.
    FORM DISPLAY_GRID TABLES ISV_ZCP_DEMAND_SYS1 USING ISV_LOC ISV_MAT ISV_CUST ISV_DATE_S ISV_DATE_E .
    SET PF-STATUS 'ZCP_STATUS'  OF PROGRAM 'SAPLZCP_USEREXIT'.
    gd_repid = sy-repid.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY_LVC'
    EXPORTING
    *   I_INTERFACE_CHECK                 = ' '
    *   I_BYPASSING_BUFFER                =
    *   I_BUFFER_ACTIVE                   =
       I_CALLBACK_PROGRAM                =  gd_repid
       I_CALLBACK_PF_STATUS_SET          = 'ZCP_STATUS'
       I_CALLBACK_USER_COMMAND           = 'USER_COMMAND'
    *   I_CALLBACK_TOP_OF_PAGE            = ' '
    *   I_CALLBACK_HTML_TOP_OF_PAGE       = ' '
    *   I_CALLBACK_HTML_END_OF_LIST       = ' '
    *   I_STRUCTURE_NAME                  =
    *   I_BACKGROUND_ID                   = ' '
       I_GRID_TITLE                      = 'Mainatin cell entry'
    *   I_GRID_SETTINGS                   =
       IS_LAYOUT_LVC                     = GS_LAYOUT
       IT_FIELDCAT_LVC                   = I_FIELDCAT[]
    *   IT_EXCLUDING                      =
    *   IT_SPECIAL_GROUPS_LVC             =
    *   IT_SORT_LVC                       =
    *   IT_FILTER_LVC                     =
    *   IT_HYPERLINK                      =
    *   IS_SEL_HIDE                       =
       I_DEFAULT                         = 'X'
    *   I_SAVE                            = 'X'
    *   IS_VARIANT                        =
    ***   IT_EVENTS                         = IT_SLIS_EVENT
    ***   IT_EVENT_EXIT                     = IT_EVENT_EXIT
    *   IS_PRINT_LVC                      =
    *   IS_REPREP_ID_LVC                  =
       I_SCREEN_START_COLUMN             = 30
       I_SCREEN_START_LINE               = 14
       I_SCREEN_END_COLUMN               = 120
       I_SCREEN_END_LINE                 = 25
    *   IT_EXCEPT_QINFO_LVC               =
    *   I_HTML_HEIGHT_TOP                 =
    *   I_HTML_HEIGHT_END                 =
    * IMPORTING
    *   E_EXIT_CAUSED_BY_CALLER           =
    *   ES_EXIT_CAUSED_BY_USER            =
      TABLES
        T_OUTTAB                          = IT_ZCP_DEMAND_SYS1
    EXCEPTIONS
       PROGRAM_ERROR                     = 1
       OTHERS                            = 2
    ENDFORM.
    FORM USER_COMMAND USING i_ucomm LIKE sy-ucomm i_s_selfield type slis_selfield.
    TYPE-POOLS: SLIS.
    DATA: IT_ZCP_DEMAND TYPE TABLE OF  ZCP_DEMAND_SYS.
    break-point.
    CASE i_ucomm .
    when 'NEW'.
    loop at IT_ZCP_DEMAND_SYS1.
    endloop.
    endform.
    Thanks in advance.

    This sample works, perhaps u can understand your problem:
    TYPE-POOLS: SLIS.
    DATA: I_CALLBACK_PROGRAM TYPE SY-REPID.
    DATA: T_T001 TYPE TABLE OF T001.
    START-OF-SELECTION.
    SELECT * FROM T001 INTO TABLE T_T001.
    I_CALLBACK_PROGRAM = SY-REPID.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY_LVC'
      EXPORTING
        I_CALLBACK_PROGRAM                = I_CALLBACK_PROGRAM
        I_CALLBACK_PF_STATUS_SET          = 'SET_PF_STATUS'
        I_CALLBACK_USER_COMMAND           = 'USER_COMMAND '
        I_STRUCTURE_NAME                  = 'T001'
      TABLES
        T_OUTTAB                          = T_T001.
    FORM USER_COMMAND  USING R_UCOMM LIKE SY-UCOMM
                             RS_SELFIELD TYPE SLIS_SELFIELD.
      CASE R_UCOMM.
        WHEN 'MY_CODE'. MESSAGE I208(00) WITH R_UCOMM.
        WHEN OTHERS.
      ENDCASE.
    ENDFORM.                    "user_command
    FORM SET_PF_STATUS USING RT_EXTAB TYPE SLIS_T_EXTAB.
      SET PF-STATUS 'MY_ALV' EXCLUDING RT_EXTAB .
    ENDFORM.                    "SET_PF_STATUS
    The status gui MY_ALV is copied for the standar gui STANDARD_FULLSCREEN of program SAPLKKBL
    Max

  • How to manage too many languages in Oracle db?

    Hello,
    Is it possible to have an oracle instance and work with
    Bulgarian ,Roumanian,English,Greek and Serbian language together?
    What character set must have the instance when install??
    every client will have the appropriate Nls_lang and thats all??
    please help thanks in advance
    Message was edited by:
    nickpat

    Overriding Language and Territory Specifications<br>
    <br>
    Nicolas.

  • HT1918 how to manage too many passwords

    I forget them, don't want to write them in a little book for household help

    http://www.tuaw.com/2011/06/29/mac-101-using-keychain-access-to-remember-the-pas sword-you-forg/

  • How to catch 'too-many-rows' exception for the SELECT ... INTO statement?

    Given The following SQL statement:
    SELECT COLUMN1, COLUMN2
    INTO ITEM1, ITEM2
    FROM TABLE1
    WHERE COLUMN1 = X AND
    COLUMN2 = Y;
    As I know, NO_DATA_FOUND error will be generated when nothing is found. However, if more than 1 row is returned, what is the reserved error word should i use?
    Thanks for any help!

    Bearing in mind exception names have underscores rather than hyphens, you have answered your own question!

Maybe you are looking for

  • Resetting a disabled iPod Touch 5th generation through recovery mode not working.

    I bought a disabled iPod Touch 5th generation at a garage sale. I looked up how to reset it and followed every step given and it was working. It said there were about 82 minutes and it was restoring for about until 70 minutes and then a pop-up comes

  • Which is better a bluetooth or usb cable for conne...

    i'm using a GPRS for my internet connection. i'd like to ask which is better a bluetooth or usb cable for connectivity? does a bluetooth or usb cable affect the performance of my connection? which one got a better data transfer rate and does not alwa

  • Shipping data tab in purchase order

    Hi Experts, Please let me know when does the shipping data tab get activated in purchase order.... Whether it depends on document type like NB or UB or under what scenario the shipping tab gets activated in PO item data. Regards

  • Screen Field Value Should be changed based on changes in ALV values

    Hi All, We had created a ALV with container, in this Alv we have a checkbox, which is editable. Based on the selection on checkbox , we need to update a field "Total selected" on screen. we are using Event to handle data changed in ALV, but some how

  • Costco ICC profiles

    Does anybody know how to install Costco ICC profiles in light room three