Trouble with Simple XNET CAN Example...

I am trying to get a simple XNET CAN write frame going. Here is the VI I created...
I keep getting this:
I looks like I have a frame set up, so what else could be the issue?

Hey,
I am "trying" to create a session and send data on the fly. I changed my vi back to the simple one I had earlier in the day:
Attachments:
XNET_CAN_Write.vi ‏12 KB

Similar Messages

  • Trouble with simple Query by Example

    Hey all, I am well aware that similar topics are all over the forums. I've exhausted myself fishing around for just the right thread.
    I am new to APEX. I have this book "Easy Oracle HTML-DB". It is somewhat helpful, but its examples are hard to follow - possibly because the product keeps moving along.
    I have a simple single table listing report. I wanted to add some selection criteria and was attempting to do so in a new region on the same page as outlined in this book. I added a few text fields and tied them into the query without issue. To submit the criteria, I added a "Go" button (just like the book says) and tied a "Reset Pagination" process to it.
    The book example doesn't specify button branching conditions. Without any though, clicking "Go" causes an error: "ERR-1777: Page XX provided no page to branch to." . So I added a branch back to the same page. Now it appears to be working, but it resets all my selection field values and runs the same report over again.
    I think a workaround is simply to put the criteria in a separate page altogether. I'm just about resigned to taking this approach. It sure looks like people do this all the time though. What did I miss ?
    Thanks in advance,
    Snake

    Rene said: "It's also nice to add : onKeyPress="checkEnter(event)"
    to the HTML Form Element Attributes of the items in the search region. This way you can also start the search by pressing Enter in the item."
    Hi Rene,
    I'd like to include the feature, but the action is no different with or without this attribute. When you press enter, it just stays there in the field.
    Nice to note though that most every behavior I've checked is the same whether using Firefox or IE. I like browser independence.
    Snake

  • Having trouble with my phone can't use it its locked and can not unlock

    having trouble with my phone its locked and i can't unlock it

    That's too bad.
    Perhaps if you gave some details and specifics, people could actually assist you.

  • Trouble with customer-cmp-ear example for new sun application server 9.0

    recently, i have been playing with sun Java system application server 9.0 and try a couple of examples, but i was in trouble. for example, i try customer-cmp-ear example, and i can create db, but i can not Set up JDBC resources, and i always get the following error:
    CLI146 /path/to/passwordfile does not exist in the file system or read permission denied.
    i take a look at the description of the example, one thing i do not quite understand, at the common instruction, i am required to set javaee.server.passwordfile property, does it mean i have to create a passwordfile? where do I put it ? i hope someone can help me, i will really appreciate it.
    Message was edited by:
    junjun

    I solved it.
    Change the file"build.properties.sample" to
    "build.properties"
    Maybe it's a bug in J2ee TutorialThe instructions in the About chapter tell you to copy build.properties.sample to build.propertieshttp://java.sun.com/javaee/5/docs/tutorial/doc/?wp405013&About.html#wp87965
    -Ian

  • Having trouble with simple tasks in pages 09

    I am trying to put a single horizontal line above the page footer in a pages document that I am trying to create as a template
    I've spent quite a long time with it and cannot figure it out
    As much as a pain Word is, doing something like this is very simple - I thought Pages would be even easier!

    sean
    You look in exactly the same place, it is a paragraph (text) format.
    +Inspector > Text > More > Border & Rules > choose a stroke > click on a position > choose color, thickness & offset (how far above the text)+
    You can also draw a line, using the Shapes menu on the Toolbar.
    Peter

  • Having trouble with enhanced podcasts, Can anyone help me adjust my iPod?

    Whenever I listen to my enhanced podcasts through iTunes, I have no problems viewing the photos the podcaster included in the program. However, when I play the same podcast in my iPod, the photos will not show. I only see the timeline with the little segments that represent the chapters. I can hit the forward and back arrows and I am taken the to the next chapter marker. But, unfortunately, I do not see the photos, as I do see them in iTunes.
    Can anyone help me adjust my iPod to enable it to play enhanced podcasts correctly?
    According to the iPod manuals, I should be able to see enhanced podcasts with no trouble.
    Thanks.
    5th generation iPod   Windows XP  
      Windows XP  

    Whenever I listen to my enhanced podcasts through
    iTunes, I have no problems viewing the photos the
    podcaster included in the program. However, when I
    play the same podcast in my iPod, the photos will not
    show. I only see the timeline with the little
    segments that represent the chapters. I can hit the
    forward and back arrows and I am taken the to the
    next chapter marker. But, unfortunately, I do not see
    the photos, as I do see them in iTunes.
    Can anyone help me adjust my iPod to enable it to
    play enhanced podcasts correctly?
    According to the iPod manuals, I should be able to
    see enhanced podcasts with no trouble.
    Thanks.
    5th generation
    iPod   Windows XP  
      Windows XP  
    I have solved it myself. Here's how I did it:
    In iTunes, go to Edit and click to Show Art Work and leave it as "Hide Art Work." (Now it will download the enhanced messages.)
    Now go to the iPod: From the Main Menu, go to Settings. At the Settings, go to the other Main Menu. From this Main Menu, go to Music and make sure that the following are on:
    Playlists, Photos, and Photo Import, Videos, and Extras.
    Good Luck.
      Windows XP   60gb video 5th generation

  • Trouble With Web Services Tutorial Examples

    I am having trouble getting the Web Services Tutorial examples to run.
    For example, when I compiled the hello1 example, and tried to run it, I got a directory listing. All the directory listing contained was the dukewaving.gif file.
    When I tried to run hello2, I got something similar. This time though, there were two jsp files in the listing. By clicking on the first one, I was able to run the application.
    Now I can't run the bookstore1 example. I went back a second time, to be sure that I was following the instructions exactly as written. I am gettng an HTTP Status 404 - Servlet BookStoreServlet is not available.
    I don't know why this is happening. There were no errors when I ran the Ant targets, and the WAR file did get copied to the webapps directory.
    I would be very grateful for any help. I am very new to Java and am finding this very frustrating.
    Thank You,
    Chrissy

    This is what's in my log file. Why is the servlet being marked as unavailable?
    2004-03-13 21:11:37 Manager: deploy: Deploying web application at '/bookstore1'
    2004-03-13 21:11:37 Manager: Uploading WAR file to C:\jwsdp-1.3\webapps\bookstore1.war
    2004-03-13 21:11:37 Manager: Extracting XML file to C:\jwsdp-1.3\conf\Catalina\localhost\bookstore1.xml
    2004-03-13 21:11:37 Manager: install: Installing context configuration at 'file:/C:/jwsdp-1.3/conf/Catalina/localhost/bookstore1.xml' from 'jar:file:/C:/jwsdp-1.3/webapps/bookstore1.war!/'
    2004-03-13 21:13:47 Marking servlet BookStoreServlet as unavailable

  • Having trouble with simple word game, mainly records

    OK. I need help with a lot of stuff. This is an applescript I made to be a lot like the game Jotto, except one player. Here it is:
    set yescontinue to true
    set totallyfinished to false
    set tip10jots to false
    repeat while totallyfinished is false
    repeat while yescontinue is true
    set finish to false
    set totallyfinished to true
    set yescontinue to false
    set x to {"abaca", "abaci", "aback"}
    set setx2 to {"ninth", "nipas", "nippy"}
    set abcde to (random number from 1 to 2)
    if abcde is 1 then
    set y to (some item of x)
    else
    set y to (some item of setx2)
    end if
    set z to count characters of y
    set y to characters of y as list
    if z is 5 then
    set yescontinue to true
    end if
    set guessamount to 0
    set listofrecords to ""
    set recordofgame to {}
    if yescontinue is true then
    repeat while finish is false
    set jots to 0
    set guess1 to text returned of (display dialog "Please type your guess:" default answer "")
    set zguess to count characters of guess1
    if zguess is 5 then
    set kldsafjhlasdkjfhaslkdjfhalskdjfh to true
    else
    display dialog "Please only use 5 letter words."
    if yescontinue is true then
    set yescontinue to false
    end if
    end if
    if yescontinue is true then
    set guess1 to characters of guess1 as list
    repeat with theletter in y
    repeat with theletter2 in guess1
    if (theletter as string) is (theletter2 as string) then
    set jots to jots + 1
    end if
    end repeat
    end repeat
    if guess1 is y then
    set jots to "won"
    end if
    set guessamount to guessamount + 1
    if jots is 1 then
    set listofrecords to listofrecords & guessamount & ". " & guess1 & " " & jots & " jot" & return
    else if jots is "won" then
    set jots to "Jotto"
    if (guess1 as string) is (y as string) then
    set listofrecords to listofrecords & guessamount & ". " & guess1 & " " & jots & return
    display dialog "You win! The entire game:" & return & return & listofrecords
    set jots to 10
    else
    set jots to 10
    set tip10jots to true
    end if
    else
    set listofrecords to listofrecords & guessamount & ". " & guess1 & " " & jots & " jots" & return
    end if
    set listofrecords to listofrecords as string
    if jots is 1 then
    if tip10jots is true then
    display dialog "OK. " & guess1 & " was " & jots & " jots. That was guess #" & guessamount & ". Tip: Ten jots means you have all of the letters correct, but they're in the wrong order. Here is the entire game so far:" & return & return & listofrecords
    else
    display dialog "OK. " & guess1 & " was " & jots & " jot. That was guess #" & guessamount & ". Here is the entire game so far:" & return & return & listofrecords
    end if
    else
    if tip10jots is true then
    display dialog "OK. " & guess1 & " was " & jots & " jots. That was guess #" & guessamount & ". Tip: Ten jots means you have all of the letters correct, but they're in the wrong order. Here is the entire game so far:" & return & return & listofrecords
    else
    display dialog "OK. " & guess1 & " was " & jots & " jots. That was guess #" & guessamount & ". Here is the entire game so far:" & return & return & listofrecords
    end if
    end if
    else
    set yescontinue to true
    end if
    end repeat
    end if
    end repeat
    end repeat
    As you can see, for now I only have 6 sample words to save time compiling and running for now on my bad computer.
    I need help creating a record instead of listofrecords, and also if anybody could shorten all the extra code I probably have. I also would like to limit being able to guess fake words, for example guessing aaaaa. Thank you so much, and if you have any ideas to help, please let me know.

    Hello
    I had fun on this. You may try the following script.
    (Please copy the code from this web page, not from subscribed email text)
    It has been tested except for the parts using 'do shell script' and 'TextEdit'.
    The 'do shell script' is used in looking up dictionary and 'TextEdit' is used in keeping a log.
    (Perl code has been tested with MacPerl 5.6.1under OS9.1.)
    You may use any dictionary file that contains words (one word per paragraph delimited by LF) encoded in UTF-8. (For code points in U0000..U007F, UTF-8 is identical to ASCII)
    By default, it uses /usr/share/dict/words.
    Cheers,
    H
    PS. The word game 'Jotto' may have been copyrighted in a way such that it's not allowed to reproduce the (part of) game protocol in this sort of computer programme without permission. If such is the case, (cough-cough,) please just disregard this.
    --SCRIPT
      Guess Word
      v0.3
      * The dictionary file must be a text file that -
        1) is encoded in UTF-8; and
        2) consists of paragraphs (delimited by LF (U+000A)) each of which represents one word.
    guessword()
    on guessword()
    script o
    --property dict : choose file with prompt "Choose dictionary file (in UTF-8)"
    property dict : "/usr/share/dict/words" as POSIX file as alias
    property wordLength : 5 -- length of word
    property maxGuesses : 20 -- maximum guess count
    property wonSign : ""
    property givenUpSign : "?"
    property exhaustedSign : "#"
    property NL : return
    property mss1 : "Please enter your guess word of " & wordLength & " letters."
    property mss2 : "Current results:"
    property mss3a : "You won!" & NL & "Secret word = "
    property mss3b : "You gave up." & NL & "Secret word = "
    property mss3c : "You have exhausted guess count." & NL & "Secret word = "
    property btt1 : {"Give Up", "OK"}
    property btt2 : {"Quit", "New Game"}
    property errs1 : "Specified word is not found in the dictionary. Please choose other word."
    property errs2 : "Specified word has been already used. Please choose other word."
    property errs3 : "Word must consist of " & wordLength & " letters. Please choose other word."
    property errs4 : "Couldn't get word from dictionary."
    property line1a : "# New game started at "
    property line1b : "# Word length = " & wordLength
    property line1c : "# Maximum round = " & maxGuesses
    property line2 : "Round" & tab & "Guess" & tab & "Match"
    property line3a : "# You have guessed right. The secret word is "
    property line3b : "# You have given up. The secret word is "
    property line3c : "# You have exhausted guess count. The secret word is "
    property line4 : "# This game ended at "
    property rr : {} -- work list for result
    property aa : {} -- work list for bsearch()
    property tt : {} -- list of used guess words
    on bsearch(xx, x)
      list xx : source list
      anything x : item to be searched in xx
      property aa : working list
      return integer : index of x in xx if {x} is in xx, or 0 if not.
    local i, j, k
    set my aa to xx
    if {x} is not in my aa then return 0
    set i to 1
    set j to count my aa
    repeat while j > i
    set k to i + (j - i) div 2
    if {x} is in my aa's items i thru k then
    set j to k
    else
    set i to k + 1
    end if
    end repeat
    return i
    end bsearch
    on matchWords(x, y)
      string x, y : source strings
      return integer : number of characters that are in both x and y, where each common character is counted once.
        e.g. Given x = "every" and y = "river", result = 3 (i.e. {"e", "v", "r"})
    local yy, s, k
    set yy to y's characters
    set s to 0
    repeat with x in x's characters
    set k to bsearch(yy, x's contents)
    if k > 0 then
    set yy's item k to 0 -- set to non-character not to count again
    set s to s + 1
    end if
    end repeat
    return s
    end matchWords
    on lookup(re, dict) -- english-only (word does not contain letters in [U+0080,])
      string re : regexp pattern to search
      string/alias dict : HFS path (or alias) of dictionary text file (which contains one word per paragraph)
    try
    return (do shell script "egrep " & quoted form of re & " " & quoted form of POSIX path of dict)
    on error
    error errs4 number 9016
    end try
    end lookup
    on lookup(re, dict) -- multi-lingual
      string re : regexp pattern to search
      string/alias dict : HFS path (or alias) of dictionary text file (which contains one word per paragraph)
    local s_, r
    set s_ to "perl -e 'use strict; use utf8;
    open DICT, \"< " & (POSIX path of dict) & "\" or die \"Can't open dictionary file: $!\";
    local $/ = \"\\n\";
    my @a = grep {/" & re & "/} <DICT>;
    close DICT;
    chomp @a;
    local $, = \"\\n\";
    print @a;'"
    try
    set r to (do shell script s_)
    if r = "" then error number 9016 -- probably redundant
    return r
    on error
    error errs4 number 9016
    end try
    end lookup
    on makeGuess()
    local b, t
    repeat
    display dialog mss1 default answer "" buttons btt1 default button 2 --with icon 1
    set {b, t} to {button returned, text returned} of result
    if b = btt1's item 1 then return givenUpSign
    if (count t) = wordLength then
    if t is not in my tt then
    try
    lookup("^" & t & "$", dict)
    exit repeat
    on error
    display dialog errs1 with icon 2 buttons {"OK"} default button 1
    end try
    else
    display dialog errs2 with icon 2 buttons {"OK"} default button 1
    end if
    else
    display dialog errs3 with icon 2 buttons {"OK"} default button 1
    end if
    end repeat
    set end of my tt to t
    return t
    end makeGuess
    on logText(t, {append:append})
    --tell application "AppleWorks 6"
    tell application "TextEdit"
    if not _append then
    make new document at front
    end if
    tell document 1
    make new paragraph at end with data t --with properties {font:"Palatino"}
    end tell
    end tell
    end logText
    local _done, _exit, w, t, s, r, l, m, sgn
    logText("", {_append:false}) -- open new empty log file
    set _done to false
    repeat until _done
    -- (1) set secret word (w = some (wordLength)-letters word)
    set w to some paragraph of lookup("^.{" & wordLength & "}$", dict)
    logText(NL & line1a & (current date) & NL & line1b & NL & line1c & NL & NL & line2 & NL, {_append:true})
    set my rr to {line2}
    set my tt to {} -- reset used guess words list
    repeat with i from 1 to maxGuesses
    -- (2) get guess word
    set t to makeGuess()
    -- (3) evaluate number of matches
    set s to matchWords(t, w)
    -- (4) check exit conditions and set game summary if necessary
    set {_exit, sgn} to {false, ""}
    if t = w then -- guessed right
    set {l, m, _exit, sgn} to {line3a & w & "." & NL & line4, mss3a & w, true, space & wonSign}
    else if t = givenUpSign then -- gave up
    set {l, m, _exit, sgn} to {line3b & w & "." & NL & line4, mss3b & w, true, space & givenUpSign}
    else if i = maxGuesses then -- exhausted guesses
    set {l, m, _exit, sgn} to {line3c & w & "." & NL & line4, mss3c & w, true, space & exhaustedSign}
    end if
    -- (5) log latest result and show results of this game
    set r to "" & i & tab & t & tab & s & sgn
    set end of my rr to r
    logText(r & NL, {_append:true})
    choose from list my rr default items my rr's item -1 with prompt mss2 with empty selection allowed
    -- (6) log and show game summary
    if _exit then
    logText(NL & l & (current date) & NL & NL, {_append:true})
    display dialog m buttons btt2 default button 2 with icon 1
    if button returned of result = btt2's item 1 then set _done to true
    exit repeat
    end if
    end repeat
    end repeat
    end script
    tell o to run
    end guessword
    --END OF SCRIPT

  • Trouble with Simple RegExp_Instr

    We have a need to examine a string to see if there are any alpha characters and I decided to learn something new and use some of the new RegExp functions. I hope someone can show me the error of my ways. I am using the class alpha but the only letter I find is "A" or "a".
    DB and SQLPlus version 11.1.0.6.0 or 10.2.0.4.0.
    07:54:55 sys@itsdb>
    07:54:55 sys@itsdb> SELECT REGEXP_INSTR ('ABCDEFG',
    07:54:55 2 '[:alpha:]',
    07:54:55 3 1,
    07:54:55 4 1,
    07:54:55 5 0,
    07:54:55 6 'i'
    07:54:55 7 ) alpha_pos
    07:54:55 8 FROM DUAL;
    ALPHA_POS
    1
    1 row selected.
    07:54:55 sys@itsdb>
    07:54:55 sys@itsdb> SELECT REGEXP_INSTR ('123456ABCDEFG',
    07:54:55 2 '[:alpha:]',
    07:54:55 3 1,
    07:54:55 4 1,
    07:54:55 5 0,
    07:54:55 6 'i'
    07:54:55 7 ) alpha_pos
    07:54:55 8 FROM DUAL;
    ALPHA_POS
    7
    1 row selected.
    07:54:55 sys@itsdb>
    07:54:55 sys@itsdb> SELECT REGEXP_INSTR ('GFEDCBA123456',
    07:54:55 2 '[:alpha:]',
    07:54:55 3 1,
    07:54:55 4 1,
    07:54:55 5 0,
    07:54:55 6 'i'
    07:54:55 7 ) alpha_pos
    07:54:55 8 FROM DUAL;
    ALPHA_POS
    7
    1 row selected.
    07:54:55 sys@itsdb>
    07:54:55 sys@itsdb> SELECT REGEXP_INSTR ('BCDEFG123456',
    07:54:55 2 '[:alpha:]',
    07:54:55 3 1,
    07:54:55 4 1,
    07:54:55 5 0,
    07:54:55 6 'i'
    07:54:55 7 ) alpha_pos
    07:54:55 8 FROM DUAL;
    ALPHA_POS
    0
    1 row selected.

    Very true, my bad, thanks Max ;)
    Borrowing from your suggestion and moving to the other point Marc mentioned about obtaining the information on whether the 4th position in the string is a letter or not:
    SQL> with t as (
      2  select 'ABCDEFG' col1 from dual union
      3  select 'abc4' col1 from dual union
      4  select '123456ABCDEFG' col1 from dual union
      5  select '123.56' col1 from dual union
      6  select 'ZZZ123456ABCDEFG' col1 from dual union
      7  select '11111' col1 from dual union
      8  select '123A56' col1 from dual union
      9  select 'GFEDCBA123456' col1 from dual)
    10  -- end of sample data
    11  select col1,
    12         regexp_instr(col1, '[[:alpha:]]') ex1,
    13         regexp_instr(col1, '^(.{3}[[:alpha:]])', 1, 1, 0, 'i') is_pos_4_letter
    14    from t
    15  /
    COL1                    EX1 IS_POS_4_LETTER
    11111                     0               0
    123.56                    0               0
    123456ABCDEFG             7               0
    123A56                    4               1
    ABCDEFG                   1               1
    GFEDCBA123456             1               1
    ZZZ123456ABCDEFG          1               0
    abc4                      1               0
    8 rows selected
    SQL>

  • Having trouble with 5.0 Can I return to 4?? thanks

    browser windows are scrambled, IPassport will not work with Snow Leopard and Firefox 5..

    The problem is obvious here,you need to run Leopard to access Hotmail.You might want to download the latest copy of the "Camino" web browser from Mozilla and see if that will access Hotmail. My self ,I use G-mail. You can access from most any machine or web browser even a IPod touch!

  • Since upgrading Firefox in May & June, I cannot get certain "bookmarks" short cuts to email site, and trouble with facebook. Can you advise.

    I had my web email log in site as a bookmark since the upgrade in May this is no longer available.Some bookmarks are not working as well. Since upgrade in June certain games functions in facebook do not work. I have been very pleased with Firefox but now loosing confidence. Can you assist with any of these

    I had my web email log in site as a bookmark since the upgrade in May this is no longer available.Some bookmarks are not working as well. Since upgrade in June certain games functions in facebook do not work. I have been very pleased with Firefox but now loosing confidence. Can you assist with any of these

  • Trouble with Motion Tween (Can't find answer)

        Hello,
    I've been having trouble using a motion tween in an animation I'm creating. I have an object (a cartoon character's talking head) that I'm trying to move along a motion tween. At one point I want to make him stop moving for a beat, then continue. However, when I have two keyframes in the same place, the object will move up and down between the two keyframes that have the same position and rotation. When I click on the tween's path, I don't see anything that would make the object move (at least I don't think so, it's a small movement),
    I looked around and couldn't find any fixes on the interwebs. However, it does seem similar to the "boomerang effect" of motion paths in AE. Especially since it appears to only happen when I make the motion paths into a curve.
    I'm using Flash CS4.
    Any help would be greatly appreciated!!

    i'm not arguing with you.  i'm just telling you how to prevent tweening between two frames.
    if you want to do it your way, do it your way.  but, while it may seem obvious to you that there should be no tweening between two keyfames with identical content, it's not obvious to flash especially when you add a motion tween between those two identical keyframes.
    that said, you should double check the two keyframes and make sure the object's properties are indentical (using the properties panel).

  • Trouble with curves + trackpad, can't undo

    When I try to adjust the curves of a layer with a vector mask using my trackpad (clicking with my thumb, and moving the cursor with my pointer finger) something other than the curves changes. I know it is not curves because 1) it is applied whether I click apply or cancel in the curves window and 2) whatever this thing is, I can't undo it with command-Z or the history pane. It's not the blneding mode, opacity or fill that has changed. I'm assuming it has to do with some sort of gesture I don't mean to be doing. I have been able to adjust other layers with regular raster mask just fine. It seems to happen when I move the curve point up and then back down on the same click. The layers I've had this happen on are also using a lower layer as a clipping mask. This is a real problem because the only way to fix it is to revert to a saved version before this happened.

    Your IT Administrator must turn on ActiveSync on your corporate server before the account can be added.  Talk to them about this.

  • Help with simple XML reading example using StAX

    Please, could somebody help me with this issue?
    Or, could somebody point me to a comprehensive StAX tutorial?
    thanks!
    I have prepared a simple sample that looks like 'homework', but this newbie task is getting me crazy...
    I just want to store in the object Shop[] shopsArray; the next XML file, using StAX:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <shops>
        <shop>
             <name>Amazon</name>
            <code>AMZ</code>
            <url>www.amazon.com</url>
            <product>
                <book>
                    <name>Core JSF</name>
                    <code>cojsf</code>
                    <price>136</price>
                    <pages>333</pages>
                </book>
            </product>
            <product>
                <book>
                    <name>Java forr Dummies</name>
                    <code>jfd</code>
                    <price>68</price>
                    <pages>400</pages>
                </book>
            </product>
            <product>
                <video>
                    <name>Braveheart</name>
                    <code>brvh</code>
                    <price>15</price>
                    <duration>3h</duration>
                </video>
            </product>
        </shop>
         <!-- <shop>Other types of shops</shop> -->
    </shops>Having the related classes below:
    public class Shop {
         String name;
         String code;
         String url;
         Product[] productsArray;
    public class Product {
         String name;
         String code;
         String price;
    public class Book extends Product {
         String pages;
    public class Video extends Product {
         String duration;
    }

    [http://vtd-xml.sf.net|http://vtd-xml.sf.net] While I am not an expert on StAX, I think you may be interested in vtd-xml to simplify coding as it
    supports random access and XPath
    http://vtd-xml.sf.net

  • Trouble with Desktop Software - Can't Unlock

    Hi.  The desktop software won't recognize my password to unlock the device to connect.  I'm prompted on both the phone and the computer for the password.  I can unlock my curve 9300, but the computer will not recognize my password.  Help!  I am trying to setup my connection for the first time. 
    Thanks in advance!

    Hi and welcome to the forums jesse_p!
    A couple of places for you to visit: Blackberry 101     Tips & Tricks
    See if this kb article doesn't help:  KB 11105
    Happy to have you here!
    IrwinII
    Please remember to "Accept as Solution" the post which solved your thread. If I or someone else have helped you, please tell us you "Like" what we had to say at the bottom right of the post.

Maybe you are looking for

  • Oracle VM Manager 3.1.1, "launch console" doesn't launch console

    Hi Guys VM Management console shows the Virtual Machine in running status. However, while trying to launch the the console, firefox(10.0.5) always popups a window asking whether I want to download "ovm_rasproxy-ws.jnlp" OS: Oracle linux 64bit Firefox

  • How  to Generate the Dates of Billing Plan Contract

    Dear experts, Need your advice on this. I have a requirement to create a program to update the Billing Plan of contract. It will run in background and update the end date (billing plan), then generate the dates ( Settlement Date for Deadline, Billing

  • Imac does not see external speakers

    Running an iMac with 10.8.2 and it does not see external Bose speakers

  • Location services related to router?

    I have been unable to get my iPad to work at home with my Linksys wireless WRT160N router.  The iPad works with several public routers and even with my neighbors Linksys 54G wireless router.  I've been around the barn with Linksys (not our problem) a

  • SQLException database problem

                while(rec.next()) {                     for(int i=0;i<13;i++) {                          if(rec.getString(i + 1) != null) {                               tempArray[i] = rec.getString(i+1);                          } else {