A strange applet selection fail problem

Hi, All. I am trying to implement the RSA encryption and decryption using rmi. I use the RSA implementation sample code in the previous post and the RMIPurse sample code in the package (3.0.2 classic ) for testing. However, after I add some initialization codes into the PurseImpl class, I got the "applet selection failed" error.
The code that I modified based on RMIPurse
import javacard.framework.ISO7816;
import javacard.framework.ISOException;
import javacard.security.CryptoException;
import javacard.security.KeyBuilder;
import javacard.security.KeyPair;
import javacard.security.RSAPrivateCrtKey;
import javacard.security.RSAPublicKey;
import javacardx.crypto.Cipher;
public class PurseImpl extends CardRemoteObject implements Purse {
    private short balance = 0;
    private byte[] number;
     // crypto variables
     final static byte GETSET_CLA = (byte) 0x85;
     final static byte CRYPT_CLA = (byte) 0x00;
     // Instruction set for SimpleString
     final static byte SET = (byte) 0x10;
     final static byte GET = (byte) 0x20;
     final static byte SELECT = (byte) 0xA4;
     // This buffer contains the string data on the card
     byte TheBuffer[];
     // globals
     RSAPrivateCrtKey rsa_PrivateCrtKey;
     RSAPublicKey rsa_PublicKey;
     KeyPair rsa_KeyPair;
     Cipher cipherRSA;
     final short dataOffset = (short) ISO7816.OFFSET_CDATA;
    public PurseImpl() {
        super(); // export it
        number = new byte[5];
          // crypto
        TheBuffer = new byte[100];
        // generate own rsa_keypair
        try {
               rsa_KeyPair = new KeyPair(KeyPair.ALG_RSA_CRT, KeyBuilder.LENGTH_RSA_1024);
               rsa_KeyPair.genKeyPair();
               rsa_PublicKey = (RSAPublicKey) rsa_KeyPair.getPublic();
               rsa_PrivateCrtKey = (RSAPrivateCrtKey) rsa_KeyPair.getPrivate();
               cipherRSA = Cipher.getInstance(Cipher.ALG_RSA_PKCS1, false);
          catch (CryptoException e) {
            short sw = (short) 0x9100;
            sw |= e.getReason();
            ISOException.throwIt(sw);
    }I got:
Receiving initial reference... java.rmi.RemoteException: Applet selection failed, SW = 6d00
That's strange. because without the initialization codes in try/catch block, there is no problem to select the applet. Can anyone help?

I have exactly the same problem when calling (trying to) any applets method. Where are these parameters to be turned on?

Similar Messages

  • Installer Applet Selection Problem

    Dear All,
    I am having a little problem in installation of applet on the actual java card.
    I have giesecke & Devrient 3.0 Contactless Java Card.
    I was having problem in installing my applet. So i have removed all the apdus from the script and left only applet selection apdu as below:
    Script:
    powerup;
    0x00 0xA4 0x04 0x00 0x09 0xa0 0x00 0x00 0x00 0x62 0x03 0x01 0x08 0x01 0x7F;
    powerdown;
    The result when i try to send this to the card using apdutool:
    C:\Documents and Settings\santosh\Desktop>apdutool -pcsc wallet.scr
    Java Card 2.2.2 APDU Tool, Version 1.3
    Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
    WARNING: PC/SC is not officially supported and may not work on all platforms.
    Before SCardEstablishContext ...
    After SCardEstablishContext ...
    SUCCESS ...-855572480
    Reader 0 : SCM Microsystems Inc. SDI010 Contactless Reader 0
    Reader 1 : SCM Microsystems Inc. SDI010 Smart Card Reader 0
    Using reader SCM Microsystems Inc. SDI010 Contactless Reader 0
    NativeConnect Context is ... -855572480
    NativeConnect card is ... ea010000
    NativeStatus card is ... ea010000
    Received ATR = 0x3b 0xfe 0x91 0x00 0xff 0x91 0x81 0x71 0xfe 0x40 0x00 0x41 0x28 0x00 0x41 0x33 0xb1 0x00 0x73 0xc8 0x40 0x13 0x0
    0 0x90 0x00 0x9d
    NativeTransmit card is ... ea010000
    NativeTransmit_barray(): inlen 14
    NativeTransmit_barray(): return code 0x0, return length 2
    CLA: 00, INS: a4, P1: 04, P2: 00, Lc: 09, a0, 00, 00, 00, 62, 03, 01, 08, 01, Le: 00, SW1: 6a, SW2: 82
    NativeDisconnect is ... ea010000
    What could be going wrong, will the installer applet id be different for different cards.
    I know there has seen a similar post on this forum but the problem as prescribed in the replies to that post i cannot use JCOP tools right now as i am unable to find any download related to JCOPS.
    Any help will be appreciated.
    Regards
    Santosh

    Script:
    powerup;
    // Select the installer applet
    0x00 0xA4 0x04 0x00 0x08 0xA0 0x00 0x00 0x00 0x03 0x00 0x00 0x00 0x7F;
    0x80 0xB0 0x00 0x00 0x00 0x7F;
    // com/sun/javacard/samples/HelloWorld/javacard/Header.cap
    0x80 0xB2 0x01 0x00 0x00 0x7F;
    0x80 0xB4 0x01 0x00 0x16 0x01 0x00 0x13 0xDE 0xCA 0xFF 0xED 0x01 0x02 0x04 0x00 0x01 0x09 0xA0 0x00 0x00 0x00 0x62 0x03 0x01 0x0C 0x01 0x7F;
    0x80 0xBC 0x01 0x00 0x00 0x7F;
    // com/sun/javacard/samples/HelloWorld/javacard/Directory.cap
    0x80 0xB2 0x02 0x00 0x00 0x7F;
    0x80 0xB4 0x02 0x00 0x20 0x02 0x00 0x1F 0x00 0x13 0x00 0x1F 0x00 0x0E 0x00 0x0B 0x00 0x36 0x00 0x0C 0x00 0x67 0x00 0x0A 0x00 0x13 0x00 0x00 0x00 0x6C 0x00 0x00 0x00 0x00 0x00 0x00 0x01 0x7F;
    0x80 0xB4 0x02 0x00 0x02 0x01 0x00 0x7F;
    0x80 0xBC 0x02 0x00 0x00 0x7F;
    // com/sun/javacard/samples/HelloWorld/javacard/Import.cap
    0x80 0xB2 0x04 0x00 0x00 0x7F;
    0x80 0xB4 0x04 0x00 0x0E 0x04 0x00 0x0B 0x01 0x02 0x01 0x07 0xA0 0x00 0x00 0x00 0x62 0x01 0x01 0x7F;
    0x80 0xBC 0x04 0x00 0x00 0x7F;
    // com/sun/javacard/samples/HelloWorld/javacard/Applet.cap
    0x80 0xB2 0x03 0x00 0x00 0x7F;
    0x80 0xB4 0x03 0x00 0x11 0x03 0x00 0x0E 0x01 0x0A 0xA0 0x00 0x00 0x00 0x62 0x03 0x01 0x0C 0x01 0x01 0x00 0x14 0x7F;
    0x80 0xBC 0x03 0x00 0x00 0x7F;
    // com/sun/javacard/samples/HelloWorld/javacard/Class.cap
    0x80 0xB2 0x06 0x00 0x00 0x7F;
    0x80 0xB4 0x06 0x00 0x0F 0x06 0x00 0x0C 0x00 0x80 0x03 0x01 0x00 0x01 0x07 0x01 0x00 0x00 0x00 0x1F 0x7F;
    0x80 0xBC 0x06 0x00 0x00 0x7F;
    // com/sun/javacard/samples/HelloWorld/javacard/Method.cap
    0x80 0xB2 0x07 0x00 0x00 0x7F;
    0x80 0xB4 0x07 0x00 0x20 0x07 0x00 0x67 0x00 0x02 0x10 0x18 0x8C 0x00 0x01 0x18 0x11 0x01 0x00 0x90 0x0B 0x87 0x00 0x18 0x8B 0x00 0x02 0x7A 0x02 0x30 0x8F 0x00 0x03 0x3D 0x8C 0x00 0x04 0x7F;
    0x80 0xB4 0x07 0x00 0x20 0x3B 0x7A 0x05 0x23 0x19 0x8B 0x00 0x05 0x2D 0x19 0x8B 0x00 0x06 0x32 0x03 0x29 0x04 0x1F 0x65 0x1B 0x1A 0x08 0xAD 0x00 0x16 0x04 0x1F 0x8D 0x00 0x07 0x3B 0x16 0x7F;
    0x80 0xB4 0x07 0x00 0x20 0x04 0x1F 0x41 0x29 0x04 0x19 0x08 0x8B 0x00 0x08 0x32 0x70 0xE6 0x19 0x8B 0x00 0x09 0x3B 0x19 0x16 0x04 0x08 0x41 0x8B 0x00 0x0A 0x19 0x03 0x08 0x8B 0x00 0x0B 0x7F;
    0x80 0xB4 0x07 0x00 0x0A 0x19 0xAD 0x00 0x03 0x16 0x04 0x8B 0x00 0x0C 0x7A 0x7F;
    0x80 0xBC 0x07 0x00 0x00 0x7F;
    // com/sun/javacard/samples/HelloWorld/javacard/StaticField.cap
    0x80 0xB2 0x08 0x00 0x00 0x7F;
    0x80 0xB4 0x08 0x00 0x0D 0x08 0x00 0x0A 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x7F;
    0x80 0xBC 0x08 0x00 0x00 0x7F;
    // com/sun/javacard/samples/HelloWorld/javacard/ConstantPool.cap
    0x80 0xB2 0x05 0x00 0x00 0x7F;
    0x80 0xB4 0x05 0x00 0x20 0x05 0x00 0x36 0x00 0x0D 0x02 0x00 0x00 0x00 0x06 0x80 0x03 0x00 0x03 0x80 0x03 0x01 0x01 0x00 0x00 0x00 0x06 0x00 0x00 0x01 0x03 0x80 0x0A 0x01 0x03 0x80 0x0A 0x7F;
    0x80 0xB4 0x05 0x00 0x19 0x06 0x06 0x80 0x10 0x02 0x03 0x80 0x0A 0x03 0x03 0x80 0x0A 0x07 0x03 0x80 0x0A 0x09 0x03 0x80 0x0A 0x04 0x03 0x80 0x0A 0x05 0x7F;
    0x80 0xBC 0x05 0x00 0x00 0x7F;
    // com/sun/javacard/samples/HelloWorld/javacard/RefLocation.cap
    0x80 0xB2 0x09 0x00 0x00 0x7F;
    0x80 0xB4 0x09 0x00 0x16 0x09 0x00 0x13 0x00 0x03 0x0E 0x26 0x2B 0x00 0x0C 0x05 0x0C 0x06 0x04 0x08 0x05 0x11 0x0C 0x07 0x09 0x06 0x09 0x7F;
    0x80 0xBC 0x09 0x00 0x00 0x7F;
    0x80 0xBA 0x00 0x00 0x00 0x7F;
    powerdown;

  • "Print preset selection failed – restoring previous selection"

    Hey, my name is Quin, and I have had a strange problem with InDesign CS5. Suddenly, without warning, or apparant change to my preferences/settings, all my print presets have stopped working. When I attempted to return to them, i get a dialog box that reads "Print preset selection failed. Restoring the previous selection." I'm curious if anyone else has had a problem with the print presets randomly not working. I'm using InDesign CS5 7.0.3 on my MacBook with Mac OS X 10.6.8 and a Brother HL-5340D printer. I thought the print driver might have been corrupt so i deleted and reinstalled it, but to no avail… seems that a number of my print settings are simply unavailable, even if they are still listed.
    Anyone have any insight?
    Thanks so much,
    Quin

    Try unplugging and plugging the cables. I would also suggest the you connect the printer to one of the built-in ports rather than a hub, but if you must use a hub, use a powered hub.
    Can you delect the printer and print without using a preset? If so, try editing the preset and just reselect the printer.

  • Applet Loading Fails

    Hi
    Applet Loading Fails in Internet Explorer, I tried the follwing two solutions I found on www.java.com
    1.
    # Double click the icon to open the "Java Control Panel"
    # In the "Java Control Panel", select the Browser Tab
    # Make sure the box next to Internet Explorer, Netscape, or Mozilla is checked
    # If it is not checked, click the checkbox to enable the JRE for your Web browser
    # Click the Apply button.
    2.
    #Click "Tools" --> "Internet Options"
    #Select the Advanced Tab, and scroll down to "Java (Sun)"
    #Check the box next to the "Use Java 2" version
    #Next, select the Security Tab, and select the "Custom Level" button
    #Scroll down to "Scripting of Java applets"
    #Make sure the "Enable" radio button is checked.
    #Click OK to save your preference.
    but the problem still continues. Can it be my Java version, I tried it with both Java 5 and 1.4

    What kind of error message do you get?
    KajIt just displays the grey area where the applet is supposed to be and writes applet loading failed on the status bar

  • Applet.getParameter fails to read all parameters

    I have an applet that fails to read all the parameters (using the getParameter method) provided to it with PARAM tags. Eventually I realised that the cause was a tag:
    <param name="1.mpname" value="x">
    Not only could this parameter not be read, but getParameter couldn't read any parameters that came after this (in the HTML code) either. I realise starting a parameter name with a non-alphabetic character is a bit silly, but I'm writing this to conform to a W3C specification so I don't have much choice in the matter.
    Can anyone else confirm this problem? Is there a workaround?
    Thanks,
    Richard 'Tony' Goold

    The HTML is:
    <OBJECT
    height=20
    width=20
    classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
    codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0">
    <PARAM NAME=ARCHIVE VALUE="MicroproductLinkSigned.jar">
    <PARAM NAME=CODE VALUE="com/inexum/Nickel/MicroproductLink/PerFeeLinkHandler.class">
    <PARAM NAME=TYPE VALUE="application/x-java-applet;version=1.3">
    <PARAM NAME=SCRIPTABLE VALUE="false">
    <PARAM NAME="price" VALUE="0.05USD">
    <PARAM NAME="textlink" VALUE="Product.html">
    <PARAM NAME="requesturl" VALUE="http://rgoold:8080/servlet/com.inexum.Nickel.Merchant.PurchaseServlet">
    <PARAM NAME="1.mpname" VALUE="http://www.inexum.com/">
    <PARAM NAME="1.mpurl" VALUE="http://www.inexum.com/">
    <PARAM NAME="title" VALUE="Product1">
    <PARAM NAME="duration" VALUE=200>
    <PARAM NAME="longdesc" VALUE="Music - Artist=Alpha Song=Beta"
    <PARAM NAME="mpRMI" VALUE="//rgoold/Merchant">
    <PARAM NAME="buyid" VALUE="zxcvbnm">
    </OBJECT>And the code is just a series of calls to getParameter, e.g.,
    String price = getParameter("price");
    String requestURL = getParameter("requesturl");
    String svc1 = getParameter("1.mpname");
    String title = getParameter("title");But any of the parameters that come after 1.mpname (the first invalid parameter name) in the HTML code are not picked up. So in the example I've given, "title" would return null. If I move the title PARAM tag to before 1.mpname, my getParameter call picks it up. I'm assuming the Applet class just throws an exception parsing PARAM tags and stops after the first invalid one.
    I'm using IE 5.5 on Windows 2000 to test this out.

  • Strange InfoProvier Selection Condition

    Hello xperts,
    I am struggling to understand one thing in a solution that I have inherited from my predecessor.
    When viewing the request information loaded into a (target) DSO (right click DSO->manage) under selection conditions the following appears:
    BSDD04BHSPC0=BBE;BSDD04CALMONTH=201006;CALMONTH=200711-201005;
    BHSPC0 and CALMONTH are characteristics in the DSOs (in both source and target)
    BSDD04 is a DSO in our system, but is NOT the source nor the target.
    The selection condition: CALMONTH=200711-201005 i interpret as a filter restriciton in the DTP and this makes sense.
    Question: what does BSDD04 in BSDD04BHSPC0=BBE and BSDD04CALMONTH=201006 mean?
    Obviously some sort of filter restriction, but on what???
    I assume it must have been the DTP filter restrition at the time of laoding, but now the problem is I do not know how to replicate it.
    This strange of selection condition only appears for one DTP. Other DTPs in this and other infoproviders have the standard selection condition denotation e.g. /BIC/BHSPC0=BBE or SPC0=BBE.
    Thanx

    Ok, I have cjecked that, but not able to find out the Gap.
    Is Consolidation Unit Hierarchy can be a issue like I have  Cons Hierarchy under that Consolidation Group, Under that Sub Group and then Consolidation Unit.
    Hierarchy
    Consolidation Group
    Cons Sub Group
    Cons Unit
    I tried to execute the task at COns Group Level and at Sub group level, yet the message remains same.

  • Applet Loading Failed

    Hi ,
    when Im running my first applet program I get an error in the browser
    Applet Loading failed
    Applet not inited
    but when I run through command line i.e./usr/java/jdk1.5.0_03/bin/appletviewer /home/root/Hello.html
    It works very cutely.
    What could be the problem
    my Enviornment variables are as follows
    PATH="$PATH:/usr/java/jdk1.5.0_03/bin:."
    export PATH
    JAVA_HOME=/usr/java/jdk1.5.0_03/
    export JAVA_HOME
    CLASSPATH=/usr/java/jdk1.5.0_03/lib/tools.jar
    export CLASSPATH
    Can some one help me out

    use the htmlconverter tool in the jdk bin direcotory.
    The applet tag has been depreciated for some time now and should be used with legacy
    applets (msjvm) allthough the jre installation is pretty eagor to run those applets for you
    it can't in most cases (com.ms packeges).
    The object tag should be used when your applet is above java version 1.1.2 or msjvm
    might be trying to run an applet it can'r run.

  • The boot selection failed because a device is inaccessible, not the usual boot error though?? (0xc000000e)

    Hey,
    I need some help fast please. I recently booted up my gaming rig after swapping out a 7970 graphics card and upon system boot up, as the windows 7 logo appeared the system crashes and a BSOD appears for a split millisecond and I'm asked to start up repair windows
    or start windows normally however when I click start up repair a black error screen appears with the following message and error: The boot selection failed because a device is inaccessible error state and an error code:0xc000000e. Now of fixed this before
    multiple times except this instance nothing seems to work Ive tried the following:
    - check for any unplugged or loose cables
    - Re installed my ram
    - Booted with on board graphics
    - unplugged all usb devices and external devices with the exception of the keyboard and mouse
    - Booted with system installation disc and attempted system repair several times only with the same outcome of wanting to restore from a previous system restoration point however it always fails
    - changed the boot type to IDE which made the system boot furhter past the logo screen however it still crashes with the same error
    - From the system installation disc I ran a chkdsk /f and no corruptions or bad sectors were found
    However, I did run from the installation disc a "bcdedit" and my osdevice was  unkown and my boot manager and boot loader were set to two different drives on being D: and the other being C:. So I re-linked all three back to the D: drive as the
    windows installation disc says thats where Windows 7 is installed, although in the actual windows 7 My Computer its listed as C: drive which is weird? anyways after re-linking them using bcdedit /set {default} osdevice partition=D: and the other two commands
    my recovery partition disappeared  which was listed as C:, and now I can only see my local drive? That did not fix the error so I tried one last thing and ran another chkdsk D: /f /r which is taking for ages and I'm assuming my hard drive and its contents
    are still intact ( thank god!!) because its taking so long and there are 612080 files to be processed!
    I thought I might try and rebuild Master Boot Record?
    I don't want to loose any of my data, well I hope I haven't lost any because I have over 150+ games and their saves :(
    Any help or suggestions would be much appreciated :D 
    thanks guys! 

    Hi,
    Repair the current OS using the Windows 2008 / 7 DVD:
    Boot to the Windows DVD
    Select Next > Repair your computer
    Select Next > Command Prompt
    Change directory (cd) to x:\Sources\recovery 
    then type Startrep.exe to launch a quick automated startup repair utility which corrects boot environment values. This step may require more than one attempt and should be repeated a couple of times if the first repair fails.
    If step 3 fails, open the command prompt and type bcdedit This
    will display the values for Windows Boot Manager.
    Review the values for Device. Is it set to unknown, as shown below? If so, proceed to step 7.
    At the command prompt, type the following commands (c: is the default system partition. If your original partition was another drive letter, this value can be set to that drive letter):
    bcdedit
    /set {DEFAULT.EN_US} device partition=c:
    (press enter)
    bcdedit
    /set {DEFAULT.EN_US} osdevice partition=c:
    (press enter)
    bcdedit
    /set {BOOTMGR.EN_US} device partition=c:
    (press enter)
    Reboot the system after removing the OS disk.
    Hope it helps,
    Jan

  • How to Check for Default Applet Selection

    Hello all,
    I'm new to the Java Card world, so I'll warn you in advance my questions will be basic. I appreciate your willingness to help us newbies out.
    I've been given a smart card and applets to dissect an reverse engineer. Currently, Applet 1 is loaded onto the card. I've tried installing the Wallet demo applet onto the card, and by all accounts it appears the applet has loaded. However, I cannot select the Wallet demo applet, but I can send APDU commands to Applet 1.
    How can I check to see if Applet 1 is selected by default? My thought is that Applet 1, or Global Platform (2.1.1) has locked down selecting another applet.
    Any suggestions are greatly appreciated.
    Thanks,
    Collin

    Ok, but as per specification applet selection should still be handed by the OS before it hands them to the default selected Applet. The default selected Applet should not be able to block SELECT by Name. It does however receive the APDU if no selection could take place.
    If this card has Global Platform installed you could post the output of some GET INFO APDU's to see what is installed on the card. You will need to authenticate to the cardmanager to get permission though.

  • Error when printing: Printer selection failed. Restoring the previous selection.

    Hi!
    Sometimes when I'm printing in InDesign CS3 the default printer is PostScript and when trying to change it the error "Printer selection failed. Restoring the previous selection." appears.
    It´s the same error as in this unsolved old thread:
    Printing Error: Printer selection failed. Restoring the previous selection.
    Does anyone have a solution to this?

    What is the OS? CS3 was not tested on recent OS versions and may not be fully functional. You can export to PDF and print that from Acrobat or Reader.

  • Applet selection return false?

    Hi,
    In the spec, there may be cases that the applet select() method return false. I am suspecting which cases cause the applet return false?
    In my mind, before selection, the applet is in idle state so that it should be ready to be selected. Hence invoking its select() method should always return true in all cases.
    regards,
    Hoang Long

    For some applicative reasons, an applet may refuse to be selected:
    - it could be a "server" applet, whose only purpose is to provide a shareable object to other applets
    - the applet may have been "invalidated" by the card issuer (expiration date, theft/loss, etc...)
    It's up to the application provider to define the cases where an applet refuses selection.

  • PRINTER SELECTION FAILED. REVERTING TO PREVIOUS PRINTER

    When I try to select any device I get the message that "printer selection failed. Restoring the previous selection". I was printing yesterday, and suddenly I was unable to print. I have trashed the driver and reinstalled it, but it runs the gamut from my HP 5100 to my Brisque device, nothing prints.
    Any suggestions would be appreciated.
    Patricia

    I just noticed someting else. When I am attempting to add a printer, the printer icons look different than the ones on the other G5's in my office. These icons look like smaller desktop printers with a blue strip to maybe indicate paper, the icons on the other G5 looks more box like, all white and the icon for the plotter on the other G5 looks like a plotter.
    Something is weird. Would reinstalling system software help?
    Help!
    Patricia

  • HT1199 The applet is failed to start keeps popping up.  Why is this happening

    I am attempting to submit a power point presentation and need to have a program called Kaltura record images from my screen.  Every time I try I get the statement applet is failed.  Can someone help me with this issue.  I am using a Mac 10.9.  This is my last class before I graduate and I have to submit this presentation before 11/7/14

    Not needed from the App Store. Go straight to the developer.
    http://www.devontechnologies.com/products/freeware.html
    Also FindAnyFile, which if you Option click Find will search as root.
    http://apps.tempel.org/FindAnyFile/index.php
    For EasyFind, enter the name of the developer or anything else associated with it.

  • [iPhone] Custom UITableViewController and selecting cell problem.

    Hello,
    I'm creating a custom table view controller by declaring a UIViewController and adopting the UITableViewDataSource and UITableViewDelegate protocol.
    With my current implementation, if I select a cell to transition to another view and then navigate back to the tableview, the cell will remain selected.
    There must be some delegate method I am not implementing.
    If I update the header file of my table view controller by removing the adopted protocols and subclassing the UITableViewController, I dont have this "selection sticking" problem.
    Any ideas as to what I am doing wrong?
    Thanks!

    You're not doing anything wrong, except by omission. If you choose to implement a table view controller as a UIViewController rather than a UITableViewController, you are responsible for controlling selection/deselection of the cells on returning back to the table view from some child view. In the common case where something going on in the child controller affects what cell should be selected/deselected on returning back to the parent table view, this is exactly what you want, because the UITableViewController doesn't always get it right, to sometimes comical effect.
    How you would set this up is highly context-dependent.
    Doug

  • Strange but probably easy problem

    Strange but probably easy problem...
    I have made two pages recently. One for a company and one for
    a game I'm making during my spare time. I have made them both in
    the same way with an html page for every side.
    The problem is that when it changes sides... On the first
    page I made it looks like it leaves the back ground graphic and
    just reload the text that has changed... this is how I want it to
    be. But on the second it loads the backgrounds's every time...
    These are the links... I hope someone understands what I mean
    1st page www.ardent.se
    2:nd page www.indylc2.com

    cjh81 wrote:
    > Strange but probably easy problem...
    >
    > I have made two pages recently. One for a company and
    one for a game I'm
    > making during my spare time. I have made them both in
    the same way with an html
    > page for every side.
    >
    > The problem is that when it changes sides... On the
    first page I made it looks
    > like it leaves the back ground graphic and just reload
    the text that has
    > changed... this is how I want it to be. But on the
    second it loads the
    > backgrounds's every time... These are the links... I
    hope someone understands
    > what I mean
    >
    >
    > 1st page www.ardent.se
    > 2:nd page www.indylc2.com
    >
    it's the same, but the first page loads faster than the
    second.
    seb ( [email protected])
    http://webtrans1.com | high-end web
    design
    Downloads: Slide Show, Directory Browser, Mailing List

Maybe you are looking for

  • Can i uninstall Dreamweaver from one computer and re-install onto another comuter?

    can i uninstall Dreamweaver from one computer and re-install it on another computer?

  • Automatic selection of network

    I know this is simple, but can't find an answer to why it does not work. I have two manual IP addresses of hardwired networks I access at work. I have built a network port configuration for each one under a single location. I want to enable both so t

  • ERROR: IN FK02 TRANSACTION ALTER THE FIELD CHANGE REGION

    In FK02 Transaction when I try to alter the field REGION, the field taxjurcode does not change, so the messsage is showed  "The code of residence xxx does not match the address entered". Somebody knows what do I have to do?

  • Migration To JRun 4

    My project is trying to migrate to JRun 4.0. JRun indicates the following servlet mappings are not supported in JRun 4: *.jrun = invoker Can anyone tell me the new servlet mapping options to use instead of *.jrun? Currently we are using servlet mappi

  • Reduce size of a sharepoint column and content

    Hi Guys, I have a column in SharePoint 2010 of 255 characters (single line of text). It is being used in a document library and it has a data like "ddmmmyyyy - <bunch of characters/string>" There is a requirement to change the data in entire column t