Circular Doubly-linked list: Cannot seem to get this working. Please help!

Hello, I am trying to implement a CDLL of Node objects that look like: (null/char/char/null);
here are my Node and List (called cipher) constructors & insert() method:
Node constructors:
     //     Default constructor
     //     -Takes no args
     //     -Assigns plaintext val to ''
     //     -Assigns cipher val to ''
     //     -Assigns left & right pointers to null
     public Node() {
          previous = null;
          plaintext = ' ';
          ciphertext = ' ';
          next = null;
     }//end default constructor
     //      Constructor 2
     //     -Assigns left & right pointers to null
     //     -Parameter: char newPlaintext: the plaintext value to be assigned to the Node
     //     -Parameter: char newCipher: the cipher value to be assigned to the Node
     public Node(char newPlaintext, char newCipher) {
          previous = null;
          plaintext = newPlaintext;
          ciphertext = newCipher;
          next = null;
     }//end constructor 2List Constructor:
     public Cipher() {
          //Create the Node coder with empty elements that points to itself
          sentinel = new Node(' ', ' ');
          //coder points to itself in both directions
          sentinel.setNext(sentinel.previous);
          sentinel.setPrevious(sentinel.next);
          //Set pointer to the node created
          current = sentinel;
     }//end Cipher() defalut constructorinsert() method:
public static void insert(char thePlaintext, char theCiphertext) {
          Node temp = new Node(thePlaintext, theCiphertext);
          if (isEmpty()) {
               System.out.println("          in the isEmpty area of insert");
               current = temp;    
               sentinel = temp;
          }else {
               System.out.println("          in the not empty area of insert");
               Node p = current.getNext();
               current.setNext(temp);
               temp.setPrevious(current);
               temp.setNext(p);
               p.setPrevious(temp);
               p = current.getNext();
               current = temp; //Set last pointer to point to x
               System.out.println("Current.plaintext is: "+current.plaintext);     
               System.out.println("p.plaintext is: "+p.plaintext);     
               current = temp; //Set last pointer to point to x
          }//end ifI'm thinking that the problem is something relatively simple... I just can't seem to get it right.
Can somebody please tell me what's wrong w/ this data structure?
Thanks in advance to everyone.

Hello there, BrenFire.
The following Knowledge Base article provides assistance with downloading your purchased content:
Downloading past purchases from the iTunes Store, App Store, and iBooks Store
http://support.apple.com/kb/HT2519
Particularly:
TV Shows
Make sure you're signed in with the same Apple ID you used for the original purchase.
Tap the Videos app.
Tap TV Shows, at the bottom of the page.                                                                                                 
Find and tap the show and season you want to download.
Tap the download icon next to the episode you want to download.
The TV show will begin downloading.
Thanks for reaching out to Apple Support Communities.
Cheers,
Pedro.

Similar Messages

  • My 7th gen ipod nano wil not show up on my laptop when I plug it in and neither will my brothers new ipad,they don't come up in my computher either and I've installed the new itunes twice but still no change,I really need to get this working,Please help

    I need help

    Thanks for a reply
    The cable that I'm using came with my 5th gen nano. The 6th gen Ipod shows that it's connected but the computer doesn't see it, so I don't think that it's the cable.
    I did try this before when looking at the troubleshooting guide and nothing happens. It just resets and then the Ipod screen tells me that it's connected to the computer. It still is unseen by Itunes and no where to be found in my computer.
    I don't have another computer to plug it into at the moment but I may be able to visit a friend that owns a decent PC in a few days. If that doesn't work out I will be getting a new lap top in a week and I'm hoping that it will work on that, but it won't be a Mac. So, let's say it works when I plug it into one of these computers, should I reset my Ipod from there or is there something else I should do?

  • Cannot seem to get Bayes working

    Hello all,
    I have two servers. On one of them I cannot seem to get bayes working. any ideas where to look.
    Tim
    output from SpamAssassin -D --lint
    debug: SpamAssassin version 3.0.1
    debug: Score set 0 chosen.
    debug: running in taint mode? yes
    debug: Running in taint mode, removing unsafe env vars, and resetting PATH
    debug: PATH included '/bin', keeping.
    debug: PATH included '/sbin', keeping.
    debug: PATH included '/usr/bin', keeping.
    debug: PATH included '/usr/sbin', keeping.
    debug: Final PATH set to: /bin:/sbin:/usr/bin:/usr/sbin
    debug: diag: module not installed: DBI ('require' failed)
    debug: diag: module installed: DB_File, version 1.810
    debug: diag: module installed: Digest::SHA1, version 2.10
    debug: diag: module installed: IO::Socket::UNIX, version 1.21
    debug: diag: module installed: MIME::Base64, version 3.05
    debug: diag: module not installed: Net::DNS ('require' failed)
    debug: diag: module not installed: Net::LDAP ('require' failed)
    debug: diag: module not installed: Razor2::Client::Agent ('require' failed)
    debug: diag: module installed: Storable, version 2.13
    debug: diag: module installed: URI, version 1.35
    debug: ignore: using a test message to lint rules
    debug: using "/etc/mail/spamassassin/init.pre" for site rules init.pre
    debug: config: read file /etc/mail/spamassassin/init.pre
    debug: using "//usr/share/spamassassin" for default rules dir
    debug: config: read file //usr/share/spamassassin/10_misc.cf
    debug: config: read file //usr/share/spamassassin/20antiratware.cf
    debug: config: read file //usr/share/spamassassin/20bodytests.cf
    debug: config: read file //usr/share/spamassassin/20_compensate.cf
    debug: config: read file //usr/share/spamassassin/20dnsbltests.cf
    debug: config: read file //usr/share/spamassassin/20_drugs.cf
    debug: config: read file //usr/share/spamassassin/20fake_helotests.cf
    debug: config: read file //usr/share/spamassassin/20headtests.cf
    debug: config: read file //usr/share/spamassassin/20htmltests.cf
    debug: config: read file //usr/share/spamassassin/20metatests.cf
    debug: config: read file //usr/share/spamassassin/20_phrases.cf
    debug: config: read file //usr/share/spamassassin/20_****.cf
    debug: config: read file //usr/share/spamassassin/20_ratware.cf
    debug: config: read file //usr/share/spamassassin/20uritests.cf
    debug: config: read file //usr/share/spamassassin/23_bayes.cf
    debug: config: read file //usr/share/spamassassin/25body_testses.cf
    debug: config: read file //usr/share/spamassassin/25body_testspl.cf
    debug: config: read file //usr/share/spamassassin/25_hashcash.cf
    debug: config: read file //usr/share/spamassassin/25head_testses.cf
    debug: config: read file //usr/share/spamassassin/25head_testspl.cf
    debug: config: read file //usr/share/spamassassin/25_spf.cf
    debug: config: read file //usr/share/spamassassin/25_uribl.cf
    debug: config: read file //usr/share/spamassassin/30textde.cf
    debug: config: read file //usr/share/spamassassin/30textes.cf
    debug: config: read file //usr/share/spamassassin/30textfr.cf
    debug: config: read file //usr/share/spamassassin/30textit.cf
    debug: config: read file //usr/share/spamassassin/30textnl.cf
    debug: config: read file //usr/share/spamassassin/30textpl.cf
    debug: config: read file //usr/share/spamassassin/30textsk.cf
    debug: config: read file //usr/share/spamassassin/50_scores.cf
    debug: config: read file //usr/share/spamassassin/60_whitelist.cf
    debug: using "//etc/mail/spamassassin" for site rules dir
    debug: config: read file //etc/mail/spamassassin/local.cf
    debug: using "/Users/admin/.spamassassin" for user state dir
    debug: using "/Users/admin/.spamassassin/user_prefs" for user prefs file
    debug: config: read file /Users/admin/.spamassassin/user_prefs
    debug: plugin: loading Mail::SpamAssassin::Plugin::URIDNSBL from @INC
    debug: failed to load Net::DNS::Resolver: Can't locate Net/DNS.pm in @INC (@INC contains: //lib/perl5/site_perl /System/Library/Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level /Network/Library/Perl/5.8.6 /Network/Library/Perl /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1) at /System/Library/Perl/Extras/5.8.6/Mail/SpamAssassin/Plugin/URIDNSBL.pm line 113.
    debug: plugin: registered Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4)
    debug: plugin: loading Mail::SpamAssassin::Plugin::Hashcash from @INC
    debug: plugin: registered Mail::SpamAssassin::Plugin::Hashcash=HASH(0x1ae4b0c)
    debug: plugin: loading Mail::SpamAssassin::Plugin::SPF from @INC
    debug: plugin: registered Mail::SpamAssassin::Plugin::SPF=HASH(0x1a551a8)
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) implements 'parse_config'
    debug: plugin: Mail::SpamAssassin::Plugin::Hashcash=HASH(0x1ae4b0c) implements 'parse_config'
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) inhibited further callbacks
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) inhibited further callbacks
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) inhibited further callbacks
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) inhibited further callbacks
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) inhibited further callbacks
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) inhibited further callbacks
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) inhibited further callbacks
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) inhibited further callbacks
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) inhibited further callbacks
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) inhibited further callbacks
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) inhibited further callbacks
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) inhibited further callbacks
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) inhibited further callbacks
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) inhibited further callbacks
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) inhibited further callbacks
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) inhibited further callbacks
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) inhibited further callbacks
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) inhibited further callbacks
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) inhibited further callbacks
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) inhibited further callbacks
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) inhibited further callbacks
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) inhibited further callbacks
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) inhibited further callbacks
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) inhibited further callbacks
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) inhibited further callbacks
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) inhibited further callbacks
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) inhibited further callbacks
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) inhibited further callbacks
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) inhibited further callbacks
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) inhibited further callbacks
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) inhibited further callbacks
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) inhibited further callbacks
    debug: using "/Users/admin/.spamassassin" for user state dir
    debug: bayes: no dbs present, cannot tie DB R/O: /Users/admin/.spamassassin/bayes_toks
    debug: Score set 1 chosen.
    debug: ---- MIME PARSER START ----
    debug: main message type: text/plain
    debug: parsing normal part
    debug: added part, type: text/plain
    debug: ---- MIME PARSER END ----
    debug: bayes: no dbs present, cannot tie DB R/O: /Users/admin/.spamassassin/bayes_toks
    debug: metadata: X-Spam-Relays-Trusted:
    debug: metadata: X-Spam-Relays-Untrusted:
    debug: decoding: no encoding detected
    debug: Loading languages file...
    debug: Language possibly: en,sco
    debug: metadata: X-Languages: en sco
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) implements 'parsed_metadata'
    debug: is Net::DNS::Resolver available? no
    debug: is DNS available? 0
    debug: Running tests for priority: 0
    debug: running header regexp tests; score so far=0
    debug: registering glue method for checkhashcash_doublespend (Mail::SpamAssassin::Plugin::Hashcash=HASH(0x1ae4b0c))
    debug: registering glue method for checkfor_spf_helopass (Mail::SpamAssassin::Plugin::SPF=HASH(0x1a551a8))
    debug: all '*From' addrs: [email protected]
    debug: registering glue method for checkhashcashvalue (Mail::SpamAssassin::Plugin::Hashcash=HASH(0x1ae4b0c))
    debug: all '*To' addrs:
    debug: registering glue method for checkfor_spfsoftfail (Mail::SpamAssassin::Plugin::SPF=HASH(0x1a551a8))
    debug: registering glue method for checkfor_spfpass (Mail::SpamAssassin::Plugin::SPF=HASH(0x1a551a8))
    debug: registering glue method for checkfor_spf_helosoftfail (Mail::SpamAssassin::Plugin::SPF=HASH(0x1a551a8))
    debug: registering glue method for checkfor_spf_helofail (Mail::SpamAssassin::Plugin::SPF=HASH(0x1a551a8))
    debug: running body-text per-line regexp tests; score so far=-2.623
    debug: running uri tests; score so far=-2.623
    debug: registering glue method for check_uridnsbl (Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4))
    debug: Razor2 is not available
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) implements 'check_tick'
    debug: running raw-body-text per-line regexp tests; score so far=-2.623
    debug: running full-text regexp tests; score so far=-2.623
    debug: Razor2 is not available
    debug: Current PATH is: /bin:/sbin:/usr/bin:/usr/sbin
    debug: Pyzor is not available: pyzor not found
    debug: DCCifd is not available: no r/w dccifd socket found.
    debug: DCC is not available: no executable dccproc found.
    debug: Running tests for priority: 500
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x19248b4) implements 'checkpostdnsbl'
    debug: running meta tests; score so far=-2.623
    debug: running header regexp tests; score so far=-1.053
    debug: running body-text per-line regexp tests; score so far=-1.053
    debug: running uri tests; score so far=-1.053
    debug: running raw-body-text per-line regexp tests; score so far=-1.053
    debug: running full-text regexp tests; score so far=-1.053
    debug: Running tests for priority: 1000
    debug: running meta tests; score so far=-1.053
    debug: running header regexp tests; score so far=-1.053
    debug: using "/Users/admin/.spamassassin" for user state dir
    debug: lock: 8450 created /Users/admin/.spamassassin/auto-whitelist.lock.xserv.kimcell.com.8450
    debug: lock: 8450 trying to get lock on /Users/admin/.spamassassin/auto-whitelist with 0 retries
    debug: lock: 8450 link to /Users/admin/.spamassassin/auto-whitelist.lock: link ok
    debug: Tie-ing to DB file R/W in /Users/admin/.spamassassin/auto-whitelist
    debug: auto-whitelist (db-based): [email protected]|ip=none scores 0/0
    debug: AWL active, pre-score: -1.053, autolearn score: -1.053, mean: undef, IP: undef
    debug: DB addr list: untie-ing and unlocking.
    debug: DB addr list: file locked, breaking lock.
    debug: unlock: 8450 unlink /Users/admin/.spamassassin/auto-whitelist.lock
    debug: Post AWL score: -1.053
    debug: running body-text per-line regexp tests; score so far=-1.053
    debug: running uri tests; score so far=-1.053
    debug: running raw-body-text per-line regexp tests; score so far=-1.053
    debug: running full-text regexp tests; score so far=-1.053
    debug: is spam? score=-1.053 required=5
    debug: tests=ALLTRUSTED,MISSING_DATE,MISSING_SUBJECT,NO_REALNAME
    debug: subtests=_HAS_MSGID,__MSGID_OK_DIGITS,__MSGID_OK_HOST,__SANE_MSGID,__UNUSABLEMSGID

    yes, link is fixed and have make the ususal changes to support virtual domains. apart from the fact that you "cannot see for looking" the configs of each servers look the same.
    Server that works:
    0.000 0 3 0 non-token data: bayes db version
    0.000 0 596 0 non-token data: nspam
    0.000 0 1993 0 non-token data: nham
    0.000 0 151334 0 non-token data: ntokens
    0.000 0 1163073364 0 non-token data: oldest atime
    0.000 0 1165495440 0 non-token data: newest atime
    0.000 0 1165487753 0 non-token data: last journal sync atime
    0.000 0 1165487811 0 non-token data: last expiry atime
    0.000 0 0 0 non-token data: last expire atime delta
    0.000 0 0 0 non-token data: last expire reduction count
    One that is not working
    0.000 0 3 0 non-token data: bayes db version
    0.000 0 126 0 non-token data: nspam
    0.000 0 3798 0 non-token data: nham
    0.000 0 146024 0 non-token data: ntokens
    0.000 0 1164060466 0 non-token data: oldest atime
    0.000 0 1165492798 0 non-token data: newest atime
    0.000 0 1165460404 0 non-token data: last journal sync atime
    0.000 0 1165443883 0 non-token data: last expiry atime
    0.000 0 1382400 0 non-token data: last expire atime delta
    0.000 0 16650 0 non-token data: last expire reduction count

  • Someone meet the problem, I am not abble install mac OS 10.6 snow leopard on intel based machine, (intel core 2 duo, 2,8 ghz, 4GB RAM, 320 GB HDD, OSX 10.5.8) system every time wrote "OS X snow leopard cannot be install on this machine" please help, Majo

    omeone meet the problem, I am not abble install mac OS 10.6 snow leopard on intel based machine, (intel core 2 duo, 2,8 ghz, 4GB RAM, 320 GB HDD, OSX 10.5.8) system every time wrote "OS X snow leopard cannot be install on this machine" please help, Majo

    It is retail disk, i bought it in apple store. I also resetter PRRAM and SMC and checked disk. I also tried clean installation and upgrade, nothing works, after run installation program after few seconds wrote: OS X Snow Leopard cannot be install on this machine :-(
    Thank you for your answer
    Majo

  • I want to sync videos from my iPhone to my computer, but I can't seem to do this? Please help?

    I have a Mac OS. When I plug my iPhone 4s nto my computer, it will show up under the iTunes finder, but it won't show up on the finder for my computer. There isn't an option in iTunes to sync my iPhone videos from my camera roll into my computer....so I figure the way to do it must be in the finder? Can anyone please help me do this? I'm not used to working my iPhone, it's pretty new. Thanks!

    Tried it. When I'm trying to upload the video, though, I'm getting an error that reads "iPhoto cannot import your photos because there was a problem downloading an image." So what do I do?

  • I can not set up my files, my programs. I need help I have been at this all day and already sent a question. I can't get this done Please help me.

    Last night Chrome and Google 1+ locked down my pc because I disconnected plus one. I could not even get to Norton. This morning I talked to Norton and they moved my system to FF, I have two accounts Donnie p grant and Donnell Grant. I play Mafia Wars and a browser must be compatible with Client Addon. I am a gamer and had always used FF but was having trouble and switched to Chrome. When Norton moved my files back to FF she downloaded them but I can't get everything back to where it should be and I do not understand so much of it. Please help me set my FF account back up. Thank you

    ''donngra [[#answer-685379|said]]''
    <blockquote>
    ''FredMcD [[#answer-685331|said]]''
    <blockquote>
    Your System Details shows;
    Installed Plug-ins
    Shockwave Flash 15.0 r0
    Shockwave Flash 11.5 r502
    Having more than one version of a program may cause issues.
    Grab the uninstaller from here:
    '''[http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html Uninstall Flash Player | Windows]'''
    '''[http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-mac-os.html Uninstall Flash Player | Mac]'''
    Then reinstall the latest version.
    Flash Player '''v16.0.0.296<br>https://www.adobe.com/products/flashplayer/distribution3.html'''
    Shockwave Director '''v12.1.6.156 http://get.adobe.com/shockwave/'''
    </blockquote>
    </blockquote>

  • I bought a 2nd gen ipod touch without software over the internet, i cannot use any apps as i need the latest version of iOS and i don't know how to get this. Please help.

    please help

    decy95 wrote:
    When I clicked 'check for update' it just says that 2.2.1 is the current version
    It will - until you purchase iOS 3.
    Follow the link that stedman provided, and on that page, instead of choosing the link to iOS4, choose Purchase the iOS 3.1 Software Update directly from the iTunes Store. When you choose it, iTunes will open to the store and page for buying (purchasing) the update. It doesn't cost much (a few dollars although I cannot recall precisely) and it is the only way to update from you current iOS version. Once you do that, a further update to iOS 4.2.1 is free. That particular update may occur straight away, I don't know.
    By the way, iOS 4.2.1 is as high as the 2nd generation Touch can go, but don't let that put you off. I have one and although I cannot install the BBC iPlayer (because it requires iOS 5) there are many Apps that work perfectly well with iOS 4.2.1.
    decy95:
    I've just read the another discussion (to which you contributed), in which Illaass suggests that you may have a 1st generation Touch. If that is so, then your iPod will only be able to update to iOS 3.1.3. This will still need to be purchased, but be aware that many Apps require iOS 4 or higher, so your options would be more limited. So follow the link Illaass provided to confirm which model you have.
    Message was edited by: the fiend

  • How do I view my iCloud backup?? I have tried for a week and can't seem to get it. Please help!

    I don't understand how I can view my backups.
    Please help! I have lost soooo much from my phone and
    I want to see what I have stored on iCloud. How the heck do
    I do it? Lol It's literally driving me crazy!

    It isn't possible to see the individual files included in your backups if that's what you mean.  You can only see what you have elected to include in the backup (in Settings>iCloud>Storage & Backup>Manage Storage...tap your device under Backups, then look under Backup Options), but not to see the actual data.
    The backup will include (from http://support.apple.com/kb/PH12519):
    Photos and videos in your Camera Roll
    Device settings
    App data
    Home screen and app organization
    iMessage, text (SMS), and MMS messages
    Ringtones
    Visual Voicemail

  • I am trying to access capability view under tools and cannot seem to find it.  Please help

    I am trying to download

    Hi Lisare5050,
    Please let me know what Adobe software are you referring to and for which OS?

  • Anyone can help me get this working please

    Error 1
    'No' is not a member of 'DJ_APP.Module1.TrackType'.
    D:\Year 2 HNC 10 feb\HNCD Unit 20 - Event Driven Programming Solutions (NeathAfan)\DJAPP\DJ APP\DJ APP\Form3.vb
    32 9
    DJ APP
    Error 2
    'No' is not a member of 'DJ_APP.Module1.TrackType'.
    D:\Year 2 HNC 10 feb\HNCD Unit 20 - Event Driven Programming Solutions (NeathAfan)\DJAPP\DJ APP\DJ APP\Form3.vb
    34 27
    DJ APP
    Error 3
    'no' is not a member of 'DJ_APP.Module1.TrackType'.
    D:\Year 2 HNC 10 feb\HNCD Unit 20 - Event Driven Programming Solutions (NeathAfan)\DJAPP\DJ APP\DJ APP\Form3.vb
    79 9
    DJ APP
    Error 4
    'no' is not a member of 'DJ_APP.Module1.TrackType'.
    D:\Year 2 HNC 10 feb\HNCD Unit 20 - Event Driven Programming Solutions (NeathAfan)\DJAPP\DJ APP\DJ APP\Form3.vb
    81 27
    DJ APP
    Error 5
    Expression expected. D:\Year 2 HNC 10 feb\HNCD Unit 20 - Event Driven Programming Solutions (NeathAfan)\DJAPP\DJ APP\DJ APP\Form3.vb
    93 105
    DJ APP
    Error 6
    Identifier expected. D:\Year 2 HNC 10 feb\HNCD Unit 20 - Event Driven Programming Solutions (NeathAfan)\DJAPP\DJ APP\DJ APP\Form3.vb
    103 59
    DJ APP
    Public Class Form3
        Dim numofrecords As Integer
        Dim Filename As String
        Dim Tableformat As String = "(0,-8)(1,-20)(2,-20)(3,-10)(4,-20)"
        Private Sub Form3_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
            FileOpen(1, "Tracks.dat", OpenMode.Random, , , Len(Tracks))
            numofrecords = LOF(1) / Len(Tracks)
            FileClose(1)
        End Sub
        Private Sub btnAdd_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnAdd.Click
            ' Get the song info from the form
            Tracks.TrackID = txtTrackID.Text
            Tracks.Title = txttitle.Text
            Tracks.Artist = txtartist.Text
            Tracks.Genre = txtGenre.Text
            Tracks.Duration = txtduration.Text
            Tracks.era = txtera.Text
            ' write the record to file
            FileOpen(1, "Tracks.dat", OpenMode.Random, , , Len(Tracks))
            FilePut(1, Tracks, numofrecords + 1)
            'Close file
            FileClose(1)
            ' add one to the number of records
            numofrecords = numofrecords + 1
            Tracks.No = numofrecords
            txtTrackID.Text = Tracks.No
            ' place cursor in id box
            txtTrackID.Focus()
            'clear form
            txtartist.Text = ""
            txtduration.Text = ""
            txtera.Text = ""
            txtGenre.Text = ""
            txttitle.Text = ""
            txtTrackID.Text = ""
        End Sub
        Private Sub Button10_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnClear.Click
            txtartist.Text = ""
            txtduration.Text = ""
            txtera.Text = ""
            txtGenre.Text = ""
            txttitle.Text = ""
            txtTrackID.Text = ""
        End Sub
        Private Sub lstsongs_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles lstsongs.SelectedIndexChanged
        End Sub
        Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnExit.Click
            Me.Close()
        End Sub
        Private Sub Button8_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnLoad.Click
            'set the filename
            Filename = "Tracks.dat"
            'open the file
            FileOpen(1, FileName, OpenMode.Random, , , Len(Tracks))
            'check numnber of records in file
            numofrecords = LOF(1) / Len(Tracks)
            'close file
            FileClose(1)
            Tracks.no = numofrecords + 1
            txtTrackID.Text = Tracks.no
        End Sub
        Private Sub btnList_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnList.Click
            'clear list box
            lstsongs.Items.Clear()
            'headings
            lstsongs.Items.Add(String.Format(TableFormat, "Track ID", "Title", "Artist", "Genre", "Duration",
            'open file
            FileOpen(1, Filename, OpenMode.Random, , , Len(Tracks))
            ' Add records to list box 
            Do While Not EOF(1)
                FileGet(1, Tracks)
                lstsongs.Items.Add(String.Format(Tableformat, _ Tracks.TrackID = txtTrackID.Text,
                Tracks.Title, Tracks.Artist, Tracks.Genre, _
                Tracks.Duration, Tracks.era))
            Loop
            'close file
            FileClose(1)
        End Sub
    End Class

    It's not all there and as said before try using the Inset Code Block button in the toolstrip at the top of a post you are editing for inserting your code in so it displays correctly. If you hover your mouse over each tool in the toolbar at the top of a post
    you are editing a tooltip will display providing what each tool is for. Like
    B is for Bold.
    You don't display any code for DJ_APP.Module1 or provide what you are attempting to do with the code you have and nobody has a .Dat file that you may be using for testing with.
    And it seems like you may be using relatively old style coding techniques when databases like
    Microsoft SQL Server Compact 4.0 are free and downloadable from Microsoft and others unless you enjoy using .Dat files for some reason.
    Plus you could use DataGridView for displaying things like ("TableFormat, "Track ID", "Title", "Artist", "Genre", "Duration", 'open file") whatever all that is with the DGV using a DataTable since
    different fields in a DataTable can be different types. AFAIK you could even store all the audio tracks in a database.
    I would recommend you take a step back to design your GUI regarding what controls it will use for what it needs to do as well as what capabilities can be used with those controls and learn about that for a while before writing any code.
    I would've researched DJ apps to see what visual styles they have and how they work before designing a GUI and writing any code.
    Google search results for "Radio station music scheduling software"
    La vida loca

  • First time Blackberry Used Pearl and can't get email working, please help

    I have been wanting to try a blackberry for a long time, and was waiting for the Bold, but i got an opportunity to try the Pearl for a good price. I am with ATT and got it today, have the plan, but when I put in the PIN and IMEI it is registered to someone else, so how do i set up my email account?
    ADDED:  I did get a blackberry.net email account created but the phone still has the other persons name listed below the icon and is linked to her, how do i change this?  Thanks again 
    Message Edited by cindyh on 08-17-2008 10:05 PM

    Hi and Welcome to the Forums!
    The reason you can't log in is that, when you had your carrier set up your GMail, they created a BIS account for you. Further, they created BIS credentials on that account -- which are then needed to access the BIS configuration screens even on the BB. You need those credentials. Contact whoever it is that set it up for you and have them tell you those credentials.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • I keep getting this message, please help!

    Could not save Preferences because the file is locked or you do not have the necessary access privileges. Use the ‘Get Info’ command in the Finder to unlock the file or change permissions on the file or enclosing folders. I can not figure this out.

    You can find the prefs at:
    MacHD/USers/[Your Name]/LIbrary/Preferences/Adobe Illsutrastor CS4 Settings/En_US/Adobe Illustrator Prefs
    Run the disk utility in your applications/utilities folder, and choose repair permissions.

  • I have lost everything on my iPod touch including my contacts from Malaysia and photos of my family.  I cannot restore any of this.  Please help!

    All my photos and all my contacts have been lost ever since my daughter reset my iPod and I've lost all my precious photos of my family from Malaysia.  Also my family members far away.  Please, can anyone help!

    >Settings
    >General
    >Restrictions
    -Make a passcode that you can remember and dont tell anyone other than your husband if ya want just incase you forget.
    From here, everything should be fine after that.
    if ya wanna test it (this will not erase your ipod, just follow what i do)
    after putting a Restriction passcode, change the obtions as you plz which is right for her and yourself,
    >General
    -Scroll Down
    >Reset
    -and tab on
    >Reset All Settings
    -a pascode will come up to access this feature
    >Cancel
    -and tab on
    >Erase All Content and settings
    -a passcode will come up to access this feature
    >Cancel
    now you have successfully tested out the feature out. your daughter had press on "Erased All Content and Settings" which it dumped evrything and ordered to go to defaults the way it came up.
    And no problem Glad this helps you.

  • I keep getting this. Please Help

    Adobe Genuine Software Validation Failure. The Product you are trying to install is not an Adobe Genuine Software and appears to be counterfeit

    The steps outlined by ms_cj_evans in this post http://forums.adobe.com/message/4756495#4756495 should fix the issue.

  • HT1766 I can not restore my iPad from my iCloud as it asks for my old Apple ID. The Apple ID Can not be changed. I have lost all my content and I am desperate to get it back - Please help!!!

    I needed to restore my iPad but I can not back up from my iCloud as it is asking for the password of an old ID. It has been some time since I changed the ID and all seemed to work fine..... I have lost all my content unless I get this back - please help!

    Sync with new computer
    https://discussions.apple.com/docs/DOC-3141

Maybe you are looking for

  • How do I move my iMail accounts and settings to a new mac?

    How do I move my iMail accounts and settings to a new mac when both machines are running Mountain Lion?  On the destination Mac, I have two mail accounts that I want to keep, so essentially I will be adding another 4 accounts (from source mac) to the

  • Why won't my computer give me permission to view photos in preview

    Ever since I upgraded my OS i've been gettin an error message when I try to open pictures that says "The file "IMG_1234.JPG" couldn't be opened because you don't have permission to view it." Any help or suggestions?

  • Ordering Book Error - an error occurred uploading your order

    I have searched high and low but cannot find a solution to this problem.  I am trying to order a photo book through iPhoto and keep getting the following error: "an error occurred uploading your order click retry to upload the failed asset..." I've t

  • Get_static_attributes_table: Field symbol error

    Hi, I'm trying to build a dynamic context node, edit the data and save the changes.  Referring the link " http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/80a3de18-ee00-2d10-bfb3-946d7e00fd91 " which has similar solution. But I'm facing the pro

  • Unable to assign wIPS profile to Controller (Mac address can not be found)

    Guys and gals, I have been struggling with this one for a couple of days now and need some help.  I am running NCS 1.1.24, and 7.2.110 on both my MSE and WLC.   The WLC is synchronized with the MSE and my NMSP is active.   Anyone ever seen this issue