Weird genre selection problem

Hi,
I just got my Video iPod on Wednesday and I've just been getting used to it. One problem I'm having is that when I go to select a certain genre, I come across something strange.
From the main menu, I select Music>Genre>"Genre title">All[Artists]
The Genre title I have is something most of you probably wouldn't understand so don't worry about it.
But, after I select All[Artists]the iPod automatically brings me to a selected album in that genre......this is a problem because I can't use all the songs in the genre, only the ones on the album that the iPod selects.......
PLEASE HELP!!!!
I'd be glad to answer any questions.

Bump....please help someone..

Similar Messages

  • Weird BGP path selection problem

    Hi, all,
    I am seeing a weird BGP path selection problem on 4948 switch running cat4500-entservicesk9-mz.122-46.SG.bin code, this switch has two uplinks to the same ISP's different edge router, one circuit is primary the other one is strict backup, only default route is accepted from ISP. I am setting both local preference and weight to the default route advertised over backup link, however neither one is taking effect, BGP still thinks the backup link is better, what could be wrong?
    rtr#sh ip bgp 0.0.0.0/0
    BGP routing table entry for 0.0.0.0/0, version 105
    Paths: (3 available, best #2, table Default-IP-Routing-Table, not advertised to EBGP peer)
      Not advertised to any peer
      17675, (received & used)
        203.169.8.37 from 203.169.8.37 (61.211.160.150)
          Origin IGP, localpref 100, valid, external
          Community: 65001:0 no-export
      17675
        203.169.8.45 from 203.169.8.45 (61.211.160.151)
          Origin IGP, localpref 90, weight 90, valid, external, best <====
          Community: 65001:0 no-export
      17675, (received-only)
        203.169.8.45 from 203.169.8.45 (61.211.160.151)
          Origin IGP, localpref 100, valid, external
          Community: 65001:0 no-export
    Thanks

    Hi,
    On cisco routers , weight is having highest preference to decide best path. By default for received route, weight is 0 but you are setting weight 90 to backup path and that is why it is getting preferred (higher is better). Please remove weight and let local preference be 90 (lesser than route on primary path)
    --Pls dont forget to rate helpful posts--
    Regards,
    Akash

  • Selection Problem with JTable

    Hello,
    i have a selection problem with JTable. I want to allow only single cell selection and additionally limit the selection to the first column.
    I preffered the style from MS Outlook Express where you can select the email accounts to edit.
    It is a table like this:
    Account name  |   Type  |   ...
    --------------|---------|---------------------
    Hotmail       |   POP3  |
    GMX           |   IMAP  |The selection should be only avaibable at 'Hotmail' or 'GMX' - not at 'POP3', 'IMAP' or as complete row selection.
    Please help me!
    Thanks.
    Warlock

    Maybe this will helpimport java.awt.*;
    import javax.swing.*;
    public class Test3 extends JFrame {
      public Test3() {
        setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        Container content = getContentPane();
        String[] head = {"One", "Two"};
        String[][] data = {{"R1-C1", "R1-C2"}, {"R2-C1", "R2-C2"}};
        JTable jt = new JTable(data, head);
        jt.getColumnModel().setSelectionModel(new MyTableSelectionModel());
        content.add(new JScrollPane(jt), BorderLayout.CENTER);
        jt.setCellSelectionEnabled(true);
        jt.setRowSelectionAllowed(false);
        jt.setColumnSelectionAllowed(false);
        setSize(300, 300);
        setVisible(true);
      public static void main(String[] arghs) { new Test3(); }
    class MyTableSelectionModel extends DefaultListSelectionModel {
      public void setSelectionInterval(int index0, int index1) {
        super.setSelectionInterval(0, 0);
    }

  • Select Problem For 'Back Menus' - Zen V P

    Just got the Zen V Plus and tried to set the time/date. Followed the 'guide' and after the time/date screen pressed the 'back button'. Got the Set Alarm/Date/Time (etc) menu but when I selected an option (moved joystick down to desired option then pressed the joystick) the time/date display came up and I was NOT ABLE to set the date. Same thing occurred trying to set the date (tried it several times and it worked once .... then attempted again - several times (4) but it only worked once). Turns out I have the same problem with any option in ANY 'back' menu. Suggestion?
    Do I have a defecti've unit (can't be the 'operator' who is defecti've! haha)? Should I return it and try another?
    Actually not that interested in playing music .... it's more for playing .wma(DRM) book files.

    Latest ... updated my firmware (to ZENVPlus_PCFW_P4S_L2___0.exe) and it fixed the select problem for SET DATE/TIME etc however
    the SELECT procedure doesn't always work for 'back button' menus. Example: tried to set a bookmark... following procedure in 'guide', pressed 'back button' and held it, from 'NOW PLAYING' screen - works 2 out of 5 times. Most of the time, pressing and holding takes you back to the previous menu - not to the 'back' (or in this case the SET BOOKMARK) menu. Sounds like something for the next version of firmware ... the code doesn't always set an internal timer correctly (am a programmer of 30 years ... part of that time pgmmng firmware).

  • Print selection problem

    when i select a page to be print from my pc the page select in

    Hello. I feel your pain and frustration with the print selection problem in safari, especially in Snow Leopard. I have spent hours trawling help pages and forums etc. BUT YEE HAA (sorry got a bit excited, but it really was hours) I found the answer. So here goes.
    Click on Safari
    Scroll down to services then slide to right
    Scroll down to services preferences and click
    Scroll down to the Text section
    If you Tick the Text box it will choose all options for you. Or if you don't want all options in the Text list, then untick Text box and tick options you do want.
    BUT for your print selection problem make sure you tick NEW TEXT EDIT WINDOW CONTAINING SELECTION.
    Then when you want to select something in a web page you want to print (including pictures etc) then highlight it, then Right click. And low and behold, in the list is NEW TEXT EDIT WINDOW CONTAINING SELECTION. Click that, Then press cmd+p and your printing.
    I really hope that helps with your problem
    I can now go to sleep.

  • At Line selection problem

    hi,
    iam stuck up with AT LINE-SELECTION problem ie i designed a screen where they need month list on clicking F4. i got the month list using month_names_get in the screen but while clicking the relevant month no.it's not entering into the required parameter. i have attached the codings,
    MODULE MONTH_DIS OUTPUT.
      SUPPRESS DIALOG.
      LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0.
      SET PF-STATUS SPACE.
      NEW-PAGE NO-TITLE.
      WRITE:/ 'SELECT MONTH' COLOR COL_HEADING.
      ULINE.
      DATA: T_MNTH LIKE T247 OCCURS 12 WITH HEADER LINE.
      refresh t_mnth.
      CALL FUNCTION 'MONTH_NAMES_GET'
       EXPORTING
         LANGUAGE                    = SY-LANGU
    IMPORTING
      RETURN_CODE                 =
        TABLES
          MONTH_NAMES                 = T_MNTH
       EXCEPTIONS
         MONTH_NAMES_NOT_FOUND       = 1
         OTHERS                      = 2
      IF SY-SUBRC <> 0.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      loop at t_mnth.
        write:/ t_mnth-mnr, t_mnth-ltx.
      endloop.
      CLEAR T_MNTH-MNR.
    ENDMODULE.                 " MONTH_DIS  OUTPUT
    AT LINE-SELECTION.
      p_period = t_mnth-mnr.
      CHECK NOT p_period IS INITIAL.
      LEAVE TO SCREEN 0.
    here in the AT LINE-SELECTION, the selected month is not coming to the required parameter.
    pls help me in this issue,
    Thanks in advance,
    Premnath.

    You need to set a "Hide" after the write... I suggest you also set your own dialog PF-STATUS too so you can have just a PF2 "pick" button and a Cancel button ( this will look better to the user).
    loop at t_mnth.
      write:/ t_mnth-mnr, t_mnth-ltx.
      hide: t_mnth.  "needs this
    endloop.
    clear: t_mnth.

  • Certificate selection problem in Safari

    Hi ,
    I have certifcates A,B,C,D for the same site , whenever i use the Mozilla it is asking which one to select , but somehow i dont know why Safari is asking the same option.
    It is forcing me to accept Certifcate A to that paricular site. How to solve this problem in safari.
    Regards
    Vikranth

    Hello. I feel your pain and frustration with the print selection problem in safari, especially in Snow Leopard. I have spent hours trawling help pages and forums etc. BUT YEE HAA (sorry got a bit excited, but it really was hours) I found the answer. So here goes.
    Click on Safari
    Scroll down to services then slide to right
    Scroll down to services preferences and click
    Scroll down to the Text section
    If you Tick the Text box it will choose all options for you. Or if you don't want all options in the Text list, then untick Text box and tick options you do want.
    BUT for your print selection problem make sure you tick NEW TEXT EDIT WINDOW CONTAINING SELECTION.
    Then when you want to select something in a web page you want to print (including pictures etc) then highlight it, then Right click. And low and behold, in the list is NEW TEXT EDIT WINDOW CONTAINING SELECTION. Click that, Then press cmd+p and your printing.
    I really hope that helps with your problem
    I can now go to sleep.

  • Weird Selection Problem - Mouse starts selecting everything  when going near line numbers

    In Dreamweaver CS6 Mac Code View, if I move the mouse near the line numbers it goes into some weird selection mode: It tries to select everything I move the mouse over.
    It doesn't happen all the time, but it happens frequently enough to be very annoying.
    How can I disable this?
    I have looked through the options and cannot find anything. I have also searched on Google.
    I have been using Dreamwaver's code view since Dreamweaver MX and have never come across this problem before.

    I am very sure that slim was done. It didn't start it as a daemon, I only let it respawn on runlevel 5 (in inittab). After I went in 3 and closed it, It didn't respawn. I looked at the display and I looked at ps -ef | grep slim and waited ;-)
    Anyways, seems like I was right: slim is simply not doing something.
    Now I have i my slim.conf:
    # Commands executed when starting and exiting a session.
    # They can be used for registering a X11 session with
    # sessreg. You can use the %user variable
    sessionstart_cmd /usr/bin/sessreg -a -l $DISPLAY %user
    sessionstop_cmd /usr/bin/sessreg -d -l $DISPLAY %user
    With who I have now:
    jonnyjd :0.0 2007-11-06 22:00
    The :0.0 made with -l $DISPLAY and seemed common. You can do anything you like I guess. -a stands for "add" and -d for "delete". Usually you have a -w and -u option also, but in Arch the wtmp and utmp are in the standard location, so we don't need them.
    The session*_cmd entries in slim.conf were inserted for exactly this purpose somewhere in the year 2005, referring to the bug-database of slim (http://developer.berlios.de/bugs/?group_id=2663)
    Okay, so I learned something new today
    EDIT:
    If you don't have xdm installed, than you shouldn't need the "-x" part. This is basically only needed when you have more than one x-display controlled by a login manager, which slim can't do anyways. So it would be a nice and clean: /usr/bin/sessreg -a -l $DISPLAY %user (edited the above .conf)
    Last edited by JonnyJD (2007-11-06 21:39:13)

  • Weird selection problem

    Hopefully this is an easy one. In Illustrator CS4... my object is de-selected and I try to select and drag (in one move) like previous versions of illustrator, it acts as if the object is locked, it just selects it... Leaving it selected, if I then try again to drag the object it works. I basically need to select the object before I can move it. I have tried trashing the preferences to reset the app, but with no luck. Any ideas?

    farmer,
    ... The Preferences trashed were: User/Library/Preferences/Adobe Illustrator CS4 Settings
    Hopefully with Illy closed: otherwise it changes nothing. But sometimes deleting is not enough, and you need to Move the folder
    Are there any separate preferences I have missed, I read somewhere about document preferences?
    None that would create this issue.

  • Random array sound selection problem

    Hello,
    I'm a gigantic AS3 noob so please be gentle with me. I have probably simply done something very stupid.
    I have an animated character and a set of footstep sounds, and have set up code so that at a set point in the walk cycle a random footstep sound is played based on frame label selection. The following code is in the character movieclip:
    function getRandomLabel():String {
      var labels:Array = new Array("step1", "step2", "step3", "step4","step5", "step6", "step7", "step8");
      var index:Number = Math.floor(Math.random() * labels.length);
      trace (labels[index])
      return labels[index];
    step1, 2 etc refer to the frame labels of the sound movieclip I have nested inside the character movieclip, which contains the eight sounds on 8 frames with appropriate labels (plus an additional blank frame at the beginning).
    At the frames in the character animation where I wish a footstep sound to play, I have the code:
    this.soundtest.gotoAndStop(getRandomLabel());
    'soundtest' is the name of the sound movieclip containing the footsteps. This works perfectly; I get a random sound at the right time on each footfall. The weird problem is that if the random label index returned is the same as the previous one (i.e. step1 and step1 again) the second sound does not play. This only happens if the same label is repeated, otherwise it works fine. So the footsteps have occasional breaks in them where 'something' prevents repeat sounds/array indices being played. What could be the problem here?
    Thanks in advance.

    If you are going to and stopping at the same frame you are already in you are not going and stopping anywhere, so the sound does not re-execute as if you just entered the frame.
    You should look into loading the sound dynamically if you want an approach to have the same sounds repeatable.  That way you don't need to move around a timeline.
    If that's too much for you to want to try to tackle (it is not difficult) then an alternative could be to avoid repeating the same sound by putting in some conditional logic in your function that checks if the currently selected sound is a repeat of the one just played, and if so, pick another... until a non-repeat is selected.

  • Weird Start-Up Problem

    I have 7 months old MacBook.
    It does not start up anymore. I don't usually turn it off, but today i had to take it to work. so i shut it down, used it at work, and shut it down again, came home and it didnot start up again. i went thru the usual list: safe mode. wiothout battery boot, bootfrom disk, resetting the ram etc.
    but the weird thing is, grey screen show up with apple logo, after 2-3 minutes the computer just turns off. seems like a HW issue but, i havent done anything to it - no accident nothing, i just dont understand what could have caused that problem.
    any help is mush appreciated.
    (yes, i menaged to make an appointment with geniuses in 3 days! it is a big city and they are all booked up!)

    Ok first try these, I realize that you said you tried RAM reset but I believe you meant PRAM. In any case try these as you have nothing to loose right?
    1. Reset PRAM:
    http://support.apple.com/kb/HT1379
    2. Reset SMC:
    http://support.apple.com/kb/HT1411
    3. Not sure what you did when you booted safemode or DVD but here is what you need to do.
    a. Put the install dvd that came with that into the DVD drive, then power-off.
    b. Power-on Mac and immediately press and hold the "C-key" until you get to the choose language screen, then select your language and continue.
    c. The next will be the Welcome Screen, Go to the top tool bar and select Utilities, then select Disk Utilities.
    d. In Disk Utilities select your drive (should say Macintosh HD) from the left window.
    e. In the right window select First Aid if not already selected. In the first Aid window towards the bottom you will see a button to "Repair Disk" press that button to run it. If it finishes with errors run again until it no longer has errors. Then run "Repair Disk Permissions", located on the bottom left.
    f. While you are in the First Aid window verify the S.M.A.R.T. status, located in the bottom window it should read "Verified".
    Once you are complete then just quit Disk Utilities and reboot the Mac.

  • Font selection problem in Word 2008. not sure if it's an OS X or MS issue.

    let me preface my situation by stating that i have searched for a solution to my problem on google and i have tried everything that has been suggested and nothing worked.
    here is the problem:
    a user at my office is using Word 2008. whenever he wants to change the font of the selected text by highlighting the text, then selecting a different font from the drop-down menu in the formatting pallet, and selecting a different font, the font changes to a different one than what was selected in the drop down menu.
    this issue is replicated even in a new user profile on the same computer.
    i have used FontNuke and FontFinagler to delete the font caches but that didn't work.
    i have manually deleted the font caches and Word preferences.
    i have repaired permissions.
    i have tried to validate the fonts via font book and removed all duplicates. no corrupt or damaged fonts were found.
    there is no previous version of Office on this computer.
    help, please!
    thanks in advance.

    Well, normally I'd remind you that it's not just the system font caches and the Office prefs (plist) that need trashing, but also the Office font cache at ~/Library/Preferences/Microsoft/
    Office 2008/Office Font Cache (12). However, you say that this happens in all accounts, not just for a specific user, so unless there's something extra weird going on that somehow is writing a mistake into that same Font Cache file for each user (not out of the realm of possibility), I think maybe your solution is to reinstall Office - not something I sink to doing, or recommending, often.
    But if you're not having any problems w/fonts anyplace else... and I haven't heard of this problem yet, or experienced it (tho I minimize my 2008 Word-ing because I can't give up my macros...)
    s.

  • Some playlists don't show up - weird iPod syncing problems

    Apologies if this question has been answered elsewhere - couldn't find the answer when I was searching the boards last night. Don't know if this is an iTunes problem or an issue with the touch...
    Last night, I plugged my iPod touch (1G) into my MacPro to add some new music. This is when things got weird!
    First, I noticed that my iPod's name had mysteriously changed since the last time I synced it. It used to be called "Christine's iPod" and now it has reverted to the default "iPod touch."
    Next, when I went to add some different playlists to the iPod, I noticed that one of the playlists I wanted to add didn't show up in the Music tab, so I couldn't "tick" it for inclusion on the iPod. This isn't a new playlist, and I have successfully synced it with this iPod in the past. I tried renaming the playlist and making a new playlist with the same songs, and neither of these playlists showed up either. BTW, I definitely don't have too many playlists - I probably have 100-150 playlists total.
    Anyway, I restored my iPod and starting from scratch - and the playlist still didn't appear to be available to sync. I ended up adding the playlist by "manually managing" my music, but this isn't an ideal solution. I'd like to be able to sync the playlist!!
    Don't know if it's relevant, but my bf also has an iPod touch that he syncs to the same iTunes account. We have separate computer logins, and our iTunes Library is on a shared disk on our MacPro (to prevent needlessly wasting HD space due to song replication) and occasionally we both get messages saying we don't own or don't have permission to access the Library when opening iTunes. To solve this, we alter the permissions on the disk and apply to enclosed items. Maybe this happens after updating iTunes or adding new songs? Not certain what triggers it.
    Thanks in advance - this is really bugging me!

    This isn't foolproof but there are usually two things that contribute to songs not appearing under Artist on the iPod, both due to information either in or missing from the Get Info>Info tab against the song in iTunes. 1) the song has no album name associated with it or 2) the song is marked as part of a compilation.
    If tracks are missing an Album name (as mentioned above) in the Info tab, this information needs to be filled in. The no album one is a bit quirky as the songs will appear under certain circumstances but the simplest remedy is just add None or Miscellaneous in place of a title. See this link for more detail: I don't see some of my songs when browsing by artist on my iPod
    Also if the tracks are ticked in the Get Info>Info tab as part of a compilation, they will not appear under Artist on the iPod. Highlight a song in iTunes that you know is not appearing correctly on your iPod. Right click on it and choose Get Info and click the Info tab (alternatively choose Get Info from the File menu), if "Part of a Compilation" is marked untick it and afterwards update your iPod, you should find it now appears as normal. Compilations are stored in a separate folder in iTunes so the songs don't appear inside the normal Artist>Album folder which may be why this happens.

  • Weird event display problem in week view

    Hi. I'm getting a weird display problem in week view. First time this has ever happened.
    Some events appear to be missing, but when i double click on where I know the event is supposed to be, a new event is created (as excepted), and the missing events suddenly appear. When i move forward or back by a week, and then return to the week in question, the missing events are gone again. But, I can see the missing events in day view or month view.
    Any ideas?

    Dean,
    Next, try reinstalling the Mac OS X v10.6.2 Update (Combo).
    If that is unsuccessful:
    1. Use iCal>Export...>for each one of your individual calendars.
    2. Delete all but one of your calendars.
    3. Create a calendar and name it "Test."
    4. Delete the calendar which remained after step #2.
    5. Quit iCal.
    6. Remove the iCal plist, and drag the iCal plist file to your Desktop.
    7. Log out/in or restart.
    8. Restart iCal and use iCal>File>Import...for each one of the calendars that you exported in step #1.
    9. Delete the "Test" calendar, and any "Home/Work" calendar which was automatically created when you opened iCal in step #8.
    ;~)

  • Selection problem on ADRC Table.

    Dear Exparts.
    please see the Query:
    select country city1 from adrc
      into CORRESPONDING FIELDS OF wa_country
      where
    country = p_country
      and
    city1 = p_city.
      append wa_country to it_country.
      endselect.
    In this selection, when I send p_country = AE and p_city = Dubai I cannot get any data. But there have data In DB.
    But when I send p_country = DE and p_city = Berlin I can get porper data.
    Can anybody solve this problem.
    Your regards
    rayhan

    Just paste the below code and check either getting value or not
    DATA wa_country TYPE adrc.
    PARAMETERS: p_city TYPE adrc-city1 DEFAULT 'Dubai',
                p_countr TYPE adrc-country DEFAULT 'AE'.
    SELECT SINGLE * FROM adrc INTO wa_country WHERE country = p_countr
    AND city1 = p_city.
    IF sy-subrc = 0.
      WRITE : / wa_country-city1, / wa_country-country.
    ENDIF.
    Kanagaraja L

Maybe you are looking for

  • Integration Repository: Dependency Button for Mappings is disabled

    Hi experts, we are using SAP PI 7.0. When I open a mapping in Integration Repository and want to display the dependencies, the button (and some others) are greyed out. Do you have any idea why this happens ? Thanks in advance and kind regards, Jürgen

  • Mail message address has random characters - Mountain Lion

    After opening a blank new message, I add an easily recognized last name.  Then I get dozens of random characters instead of the proper email address. Please help me Fix this problem. Thanks

  • SCOM and SharePoint 2010 Add-In for Dashboards (Issue)

    I have an environment with SCOM 2007 R2, all working fine. I have installed ans new test server to integrate SCOM and SahrePoint 2010. On this server I have installed Visio 2010 (Yes, I know, never install Visio in a server, but this ins juts for tes

  • Oracle 11g  $ORACLE_BASE/cfgtoollogs

    Hello guys, i have installed a fresh 11gR1 (Patchset 6) database and configured the ADR to another location than $ORACLE_BASE. Now it seems like tools like emca,dbca,etc. are still writing to $ORACLE_BASE/cfgtoollogs. This is also described in metali

  • Sound on OS X doesn't work after Soundflower install

    Because of missing native equalizer on OS-X (Snow Leopard) I had to use third party app Soundflower in combination with AU Lab. Everything was going right, but once I restarted OS X, the sound stopped working. When I changed the volume by the keys on