Msg for all!

Hello to all!
I am making the bachelor thesis on oracle personalization.
I'm trying to insert the personalization engine in a java web-application and i'm encountering a lot of problem that the manuals can't solve. I have carefully study all the three manuals but now i've a PRACTICAL problems with my application!
I've insert the reapi calls inside my java code but the recommendation returned are not corrected and the methods for add the items seem not to work. I'm very confused and taken care bacause there aren't many people that knows this Oracle product and the only specific resource that i've found is this forum.
There is someone of you that have faces a job as mine and is interested to interact for help us mutual?
Thanks so much!
regards,
Mariagrazia

For detail information you can go to the iAS documentation and view it in the buisness intelligence section.

Similar Messages

  • System msg that are visible for all users

    Hi
    Does any one know how to create a system msg, that users logged on to ex. /rep, /rwb will see, in ABAP i know you can use SM02, but how to do it in J2ee im lost.
    Thanx for your info.
    //Tord

    Hi,
    AFAIK, you can set the System Msg for SLD (SLD -> Administration -> System Message), but not for IR/ID.
    Yep, as mentined by Ricardo and there is one more option "Display System Message".. it means, we can create system messages.. i guess try to look in VA, may be u may get an option to create this there.
    Message was edited by:
            Vijaya Lakshmi MV

  • For all entries Where condition character length partilally has to be used

    Hi,
    I need to fetch all the data reocrds of one internal table into the other with the condition that in one of the field of first internal table only partial length of the character has to be used as a where condition.
    Example:
    Select xxxx
              yyyyy
              zzzzz
    into it_tab2
    for all entries in itab1
    where field2 = itab1-field1(4).
    where field1 of itab1 has length of 8 and field2 belongs to itab2.
    As it throws the error msg :
    it will ignore the length restriction mentioned in where condition of the for all entries

    Hi.
    If you are trying to fetch from any database table based on your modified table use this logic.
    Dfine another internal table same as itab1, with field one lenght as 4 char.
    ex:
    data: begin of it_tab2.
            field1(4),
    end of it_tab2.
    loop at it_tab1.
    it_tab2 = itab1+0(4).
    append it_tab2.
    clear it_tab2.
    endloop.
    now you can fetch from database table....using it_tab2.
    Select xxxx
    yyyyy
    zzzzz
    into it_tab3
    for all entries in itab2
    where field2 = itab2-field1(4).
    If you only want to move the entries form one internal table to another internal table and truncate the field1 of itab1.
    then no need to use any for all entries...
    apply this logic
    data: begin of it_tab2.
            field1(4),
    end of it_tab2.
    loop at it_tab1.
    it_tab2 = itab1+0(4).
    append it_tab2.
    clear it_tab2.
    endloop.
    Regards,
    Satish

  • Need to know of a method / process that can be used to send the same msg to all those appearing in my email listings with the same extension after the "@" sign in their address(es) on my macbook [e.g., with "@gov.ca"; Snow Leopard].

    Need to know of a method / process that can be used to send the same msg to all those appearing in my email listings with the same extension after the "@" sign in their address(es) on my macbook [Snow Leopard].

    If you simply want to send the exact same message to everyone in your address book with emails ending in "@whatever.com", you can do the following:
    Create an email with subject, message and attachments but no addresses
    Open Address Book, All Contacts
    Search in Address Book for @whatever.com
    Select the results and drag them into the To: or Bcc: field of the email. If Bcc: then put your email address in the To: field.
    Send the email
    This will not personalize the emails (such as with "Dear firstname:" at the top of the message) but it will let you send an idential message to everyone who meets your criteria.

  • Only one X session for all normal users combined possible

    Hi, I'm currently experimenting with the new xorg-server 1.16 with which it is possible to start and run the X server as a user.
    Setup: No display manager running. startx is used. No modifications of global xserverrc or other files.
    ~/.xinitrc looks like this for all users:
    startxfce4
    As root it is possible to start multiple X sessions (on different virtual terminals of course).
    But as a user only one X session is possible.
    After user flo has started a X session on tty1, the following occurs:
    Permissions for tty2 before startx
    crw------- 1 boolian tty 4, 2 24. Jul 10:24 /dev/tty2
    If I try to start a second X session via startx on another virtual terminal (here: tty2), the process aborts with the following message:
    X.Org X Server 1.16.0
    Release Date: 2014-07-16
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.15.1-1-ARCH x86_64
    Current Operating System: Linux flo.tower 3.15.6-1-ARCH #1 SMP PREEMPT Fri Jul 18 07:06:42 CEST 2014 x86_64
    Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sda1 rw initrd=../initramfs-linux.img
    Build Date: 18 July 2014 07:12:40PM
    Current version of pixman: 0.32.6
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/home/boolian/.local/share/xorg/Xorg.1.log", Time: Thu Jul 24 10:24:21 2014
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    (EE)
    Fatal server error:
    (EE) xf86OpenConsole: Cannot open virtual console 2 (Permission denied)
    (EE)
    (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    (EE) Please also check the log file at "/home/boolian/.local/share/xorg/Xorg.1.log" for additional information.
    (EE)
    (EE) Server terminated with error (1). Closing log file.
    xinit: giving up
    xinit: unable to connect to X server: Connection refused
    xinit: server error
    After this unsuccessful call to startx, the permissions for the tty2 have changed, but only the owner not the rwx flags.
    crw------- 1 root tty 4, 2 24. Jul 10:24 /dev/tty2
    Interestingly the permissions for the tty with the running X server stay as expected all the time.
    crw------- 1 flo tty 4, 1 24. Jul 10:37 /dev/tty1
    My first guess was, that the suid bit of Xorg.wrap has something to do with it. But I moved the binary and the behavior stayed the same.
    Another guess is, that systemd-logind has something to do with it as it is repsonsible for the permissions (see [0] and [1]).
    Can anybody reproduce this behaviour?
    Has anybody hints where to go next? I'm currently building a new kernel with the audit framework enabled to check which process changes the permission of the tty when startx is called.
    I'm reluctant to open a bug report as I know too little about the problem or whether it is a bug at all.
    Greetings.
    [0]http://dvdhrm.wordpress.com/2013/08/24/ … -on-linux/
    [1]http://dvdhrm.wordpress.com/2013/08/24/ … ing-works/

    I have captured all systemcalls which go to /dev/tty2 (which is dev with major 4 and minor 2) with the following auditctl line:
    -a always,exit -F arch=x86_64 -S all -F devmajor=4 -F devminor=2 -F key=vt2222
    This is the result:
    [root@flo rules.d]# ausearch -i -k vt2222
    type=CONFIG_CHANGE msg=audit(24.07.2014 13:19:49.400:83) : auid=flo ses=1 op="add rule" key=vt2222 list=exit res=yes
    type=PROCTITLE msg=audit(24.07.2014 13:19:53.749:84) : proctitle=/sbin/agetty
    type=PATH msg=audit(24.07.2014 13:19:53.749:84) : item=0 name=/dev/tty2 inode=24 dev=00:05 mode=character,620 ouid=root ogid=tty rdev=04:02 nametype=NORMAL
    type=CWD msg=audit(24.07.2014 13:19:53.749:84) : cwd=/
    type=SYSCALL msg=audit(24.07.2014 13:19:53.749:84) : arch=x86_64 syscall=stat success=yes exit=0 a0=0x6665a0 a1=0x7fffea504e50 a2=0x7fffea504e50 a3=0x666590 items=1 ppid=1 pid=5903 auid=unset uid=root gid=root euid=root suid=root fsuid=root egid=root sgid=root fsgid=root tty=tty2 ses=unset comm=login exe=/usr/bin/login key=vt2222
    type=PROCTITLE msg=audit(24.07.2014 13:19:53.749:85) : proctitle=/sbin/agetty
    type=PATH msg=audit(24.07.2014 13:19:53.749:85) : item=0 name=/dev/tty2 inode=24 dev=00:05 mode=character,620 ouid=root ogid=tty rdev=04:02 nametype=NORMAL
    type=CWD msg=audit(24.07.2014 13:19:53.749:85) : cwd=/
    type=SYSCALL msg=audit(24.07.2014 13:19:53.749:85) : arch=x86_64 syscall=lstat success=yes exit=0 a0=0x6665a0 a1=0x7fffea5050c0 a2=0x7fffea5050c0 a3=0x7fffea504d00 items=1 ppid=1 pid=5903 auid=unset uid=root gid=root euid=root suid=root fsuid=root egid=root sgid=root fsgid=root tty=tty2 ses=unset comm=login exe=/usr/bin/login key=vt2222
    type=PROCTITLE msg=audit(24.07.2014 13:19:53.749:86) : proctitle=/sbin/agetty
    type=PATH msg=audit(24.07.2014 13:19:53.749:86) : item=0 name=/dev/tty2 inode=24 dev=00:05 mode=character,620 ouid=root ogid=tty rdev=04:02 nametype=NORMAL
    type=CWD msg=audit(24.07.2014 13:19:53.749:86) : cwd=/
    type=SYSCALL msg=audit(24.07.2014 13:19:53.749:86) : arch=x86_64 syscall=access success=yes exit=0 a0=0x6665a0 a1=W_OK|R_OK a2=0x7fffea5050c0 a3=0x7fffea504d00 items=1 ppid=1 pid=5903 auid=unset uid=root gid=root euid=root suid=root fsuid=root egid=root sgid=root fsgid=root tty=tty2 ses=unset comm=login exe=/usr/bin/login key=vt2222
    type=PROCTITLE msg=audit(24.07.2014 13:19:53.749:87) : proctitle=/sbin/agetty
    type=PATH msg=audit(24.07.2014 13:19:53.749:87) : item=0 name=(null) inode=24 dev=00:05 mode=character,620 ouid=root ogid=tty rdev=04:02 nametype=NORMAL
    type=SYSCALL msg=audit(24.07.2014 13:19:53.749:87) : arch=x86_64 syscall=fchown success=yes exit=0 a0=0x0 a1=0x0 a2=0x0 a3=0x7fffea504d00 items=1 ppid=1 pid=5903 auid=unset uid=root gid=root euid=root suid=root fsuid=root egid=root sgid=root fsgid=root tty=tty2 ses=unset comm=login exe=/usr/bin/login key=vt2222
    type=PROCTITLE msg=audit(24.07.2014 13:19:53.749:88) : proctitle=/sbin/agetty
    type=PATH msg=audit(24.07.2014 13:19:53.749:88) : item=0 name=(null) inode=24 dev=00:05 mode=character,620 ouid=root ogid=root rdev=04:02 nametype=NORMAL
    type=SYSCALL msg=audit(24.07.2014 13:19:53.749:88) : arch=x86_64 syscall=fchmod success=yes exit=0 a0=0x0 a1=0600 a2=0x0 a3=0x7fffea504d00 items=1 ppid=1 pid=5903 auid=unset uid=root gid=root euid=root suid=root fsuid=root egid=root sgid=root fsgid=root tty=tty2 ses=unset comm=login exe=/usr/bin/login key=vt2222
    type=PROCTITLE msg=audit(24.07.2014 13:19:53.749:89) : proctitle=/sbin/agetty
    type=PATH msg=audit(24.07.2014 13:19:53.749:89) : item=0 name=/dev/tty2 inode=24 dev=00:05 mode=character,600 ouid=root ogid=root rdev=04:02 nametype=NORMAL
    type=CWD msg=audit(24.07.2014 13:19:53.749:89) : cwd=/
    type=SYSCALL msg=audit(24.07.2014 13:19:53.749:89) : arch=x86_64 syscall=open success=yes exit=0 a0=0x6665a0 a1=O_RDWR|O_NONBLOCK a2=0x7f7a7bb9edf0 a3=0x7fffea504ce0 items=1 ppid=1 pid=5903 auid=unset uid=root gid=root euid=root suid=root fsuid=root egid=root sgid=root fsgid=root tty=tty2 ses=unset comm=login exe=/usr/bin/login key=vt2222
    type=PROCTITLE msg=audit(24.07.2014 13:19:54.409:91) : proctitle=/sbin/agetty
    type=PATH msg=audit(24.07.2014 13:19:54.409:91) : item=0 name=(null) inode=24 dev=00:05 mode=character,600 ouid=root ogid=root rdev=04:02 nametype=NORMAL
    type=SYSCALL msg=audit(24.07.2014 13:19:54.409:91) : arch=x86_64 syscall=fchown success=yes exit=0 a0=0x0 a1=0x3e8 a2=0x5 a3=0x683ce7 items=1 ppid=1 pid=5903 auid=flo uid=root gid=root euid=root suid=root fsuid=root egid=root sgid=users fsgid=root tty=tty2 ses=15 comm=login exe=/usr/bin/login key=vt2222
    type=PROCTITLE msg=audit(24.07.2014 13:19:54.409:92) : proctitle=/sbin/agetty
    type=PATH msg=audit(24.07.2014 13:19:54.409:92) : item=0 name=(null) inode=24 dev=00:05 mode=character,600 ouid=flo ogid=tty rdev=04:02 nametype=NORMAL
    type=SYSCALL msg=audit(24.07.2014 13:19:54.409:92) : arch=x86_64 syscall=fchmod success=yes exit=0 a0=0x0 a1=0600 a2=0x5 a3=0x683ce7 items=1 ppid=1 pid=5903 auid=flo uid=root gid=root euid=root suid=root fsuid=root egid=root sgid=users fsgid=root tty=tty2 ses=15 comm=login exe=/usr/bin/login key=vt2222
    type=PROCTITLE msg=audit(24.07.2014 13:19:54.413:93) : proctitle=login -- flo
    type=PATH msg=audit(24.07.2014 13:19:54.413:93) : item=0 name=/dev/tty2 inode=24 dev=00:05 mode=character,600 ouid=flo ogid=tty rdev=04:02 nametype=NORMAL
    type=CWD msg=audit(24.07.2014 13:19:54.413:93) : cwd=/
    type=SYSCALL msg=audit(24.07.2014 13:19:54.413:93) : arch=x86_64 syscall=open success=yes exit=3 a0=0x6665a0 a1=O_RDWR|O_NONBLOCK a2=0x0 a3=0x7fffea504d00 items=1 ppid=5903 pid=5914 auid=flo uid=root gid=users euid=root suid=root fsuid=root egid=users sgid=users fsgid=users tty=tty2 ses=15 comm=login exe=/usr/bin/login key=vt2222
    type=PROCTITLE msg=audit(24.07.2014 13:19:54.416:94) : proctitle=/usr/bin/tty
    type=PATH msg=audit(24.07.2014 13:19:54.416:94) : item=0 name=/dev/tty2 inode=24 dev=00:05 mode=character,600 ouid=flo ogid=tty rdev=04:02 nametype=NORMAL
    type=CWD msg=audit(24.07.2014 13:19:54.416:94) : cwd=/home/flo
    type=SYSCALL msg=audit(24.07.2014 13:19:54.416:94) : arch=x86_64 syscall=stat success=yes exit=0 a0=0x10d4060 a1=0x7fff388a7470 a2=0x7fff388a7470 a3=0x10d4050 items=1 ppid=5915 pid=5916 auid=flo uid=flo gid=users euid=flo suid=flo fsuid=flo egid=users sgid=users fsgid=users tty=tty2 ses=15 comm=tty exe=/usr/bin/tty key=vt2222
    type=PROCTITLE msg=audit(24.07.2014 13:20:38.319:95) : proctitle=/usr/bin/Xorg.bin
    type=PATH msg=audit(24.07.2014 13:20:38.319:95) : item=0 name=/dev/tty2 inode=24 dev=00:05 mode=character,600 ouid=root ogid=tty rdev=04:02 nametype=NORMAL
    type=CWD msg=audit(24.07.2014 13:20:38.319:95) : cwd=/home/flo
    type=SYSCALL msg=audit(24.07.2014 13:20:38.319:95) : arch=x86_64 syscall=open success=no exit=-13(Permission denied) a0=0x82715c a1=O_RDWR|O_NONBLOCK a2=0x0 a3=0x0 items=1 ppid=5937 pid=5938 auid=flo uid=flo gid=users euid=flo suid=flo fsuid=flo egid=users sgid=users fsgid=users tty=tty2 ses=15 comm=Xorg.bin exe=/usr/bin/Xorg.bin key=vt2222
    Look at the last block in PATH and the block before the last. The ouid changes (owner of file) but there is no process which does this.
    Am I deciphering this right?
    Greetings

  • Broker wait for all receiver to acknowledge before returning from publish()

    Does the broker wait for all receiver to acknowledge before returning from publish()?
    If suppose i had 10 subscribers. I observerd 10th subscriber getting message late. I thought publisher will wait for acknolodge for each subscriber ? else why it getting message late ?

    I assume you are questioning why the subscriber's onMessage() is getting
    called way after the publisher's publish() had returned.
    The JMS publishers only know that it is sending msgs to a destination.
    Whether there are 0 or 100 subscribers to the destination is something it
    doesn't know or care about.
    The message is sent to a destination on the broker first and then it is
    delivered to the subscribers of the destination.
    The publisher's publish() method will not return until the message has
    been successfully delivered (and persisted if necessary) to the broker.
    Note that this does not mean that the message has been successfully
    received by any subscribers.

  • Hide the error msg for the mandatory fields

    hi
    how can i hide the error msg for the mandatory fields when they are not entered?? when i don't put a value in a mandatory field and commit the form, an error msg occurs teelling to enter the value for that mandatory field, but the error msg is not friendly at all and i want to hide it.
    thnaks

    User,
    I'll assume you are talking about ADF Faces + ADF Business Components application, since you don't mention it.
    If you are talking about the pop-up Javascript dialog box that pops up, you can do the following:
    1). Set required=false on those fields in your JSP.
    2). Set showrequired=true on those same fields so that there is a visual indication that the fields are required
    3). Ensure the attribute to which the fields are bound have "mandatory" set to true in the BC's
    Now, when you commit the form, you will not see the Javascript pop-up, but you will see a message in the af:messages component.
    Best,
    john

  • 1 month ago I changed batteries to my keyboard.yesterday appeard msg for low battery again. I try to take of the old ones but I realized that there was battery liquid dry in there. Now my keyboard is dead... Do anyone knows what to do... I need a new ?

    1 month ago I changed batteries to my keyboard.yesterday appeard msg for low battery again. I try to take of the old ones but I realized that there was battery liquid dry in there. Now my keyboard is dead... Do anyone knows what to do... I need a new ?

    If your batteries leaked and possibly eroded teh contacts the best you can do it to attempt to remove all the fluid and clean the contacts. If the keyboard still does not work after a thorough cleaning yes it will need to be replaced. A new wireless keyboard is about $59 from OWC or you may want to look online for a used one, sometimes OWC (www.macsales.com) has them used. Other sources are Apple of course, Amazon, and any Apple reseller.

  • Can I show a color bar instead of a color bullet in iCal Monthly view for all my events in all calendars?

    In the Monthly view of iCal the only events that show a color bar in the event is the Birthday Calendar. All other events in all my other calendars only show a color bullet next to the event (unless I click on that event which then shows as a color bar). I would like to know if it is possible for all the calendar events to have a color bar in the monthly view instead of just that tiny color bullet.

    Greetings Judith,
    Before making any attempts at deleting calendar data, backup what you have just in case:
    Click on each calendar on the left hand side of iCal one at a time highlighting it's name and then going to File Export > Export and saving the resulting calendar file to a logical location for safekeeping.
    iCal has an automated function located in iCal > Preferences > Advanced > Delete events "X" days after they have passed.  By typing in a value for days you can tell iCal to delete all events before that time frame.
    Example:
    Today is 4-16-2012.
    If I wanted to delete all events prior to 1 year ago (4-16-2011) I would type in "365" for the number of days.
    Once you type in the number of days you want kept in iCal, close the preferences and then quit iCal.
    Re-open iCal and check to see if the events are gone.  If not you may want to leave it open for several minutes and then quit again.
    Once the events are removed go back to  iCal > Preferences > Advanced > Delete events "X" days after they have passed and make sure the check mark is removed to prevent future deletion.
    Hope that helps.

  • I will give $100 to the person who can solve this problem once and for all.

    I'm not even kidding, dude. We can do PayPay, I'll mail you a check, whatever you want. That is how frustrating this is, that is how badly I want it fixed, and that is how much overtime I've worked lately thanks to being shorthanded at my place of biz-nass. I'm an hombre of my word, so if you actually come up with a solution that works, the cheddar will be yours. Okay let's hit it.
    It's the skipping thing. First 10-12 seconds of a song - every song - will play fine, then iTunes skips, stutters, and basically does the god **** hokey pokey and shakes it all about. It happens most notably with songs that I double-click to play, but I'm pretty much noticing it on any song now after a transition is made. I've been using iTunes for ages and this didn't happen until the upgrade to 7.3. I have poured over these forums for nearly a week, tried every solution offered (even offered one of my own that actually worked for maybe four days before the whole thing started up again) and NOTHING. To save us all some time, here's what I've tried:
    - Downgrading. I'll admit I didn't do this correctly at first. I didn't remove everything according to the support guidelines, but I went down to version 6.05 and that did nothing to quell the skipping. I upgraded back up to 7.3 because hey, why not, and attempted the remaining trial fixes. I have since removed both iTunes and Quicktime, step my step according the the guidelines, and not only have I downgraded to my current running version of 7.2, I put both of the programs on my F drive (as opposed to the default C drive), my gigantic bonus internal drive where I typically keep nothing but my giganto music library. I thought putting the app on the same drive as the music might fix things. I thought wrong. Dead wrong. Dead diddly dum iddly wrong.
    - Quicktime settings. My settings for Quicktime have always been in safe mode with the output size at 16 bits. So when I saw this "fix" I just rolled my eyes. I used to have that dealio back in the dizzle when iTunes would just get all static-y and skip when I'd open other programs or even just minimize it, so that fix worked for that, but it's nothing compared to this. In simpler terms, that fix is like Superman, and this skipping? The kryptonite. Actually that's probably not a great metaphor, but we've got a ways to go and this is going to get mucho boring if I don't throw some chuckles out there. Ready for fix three? Giddy up!
    - Turn off cross-fade? It's never been on. I never really got the appeal of that, and also I think it resulted in some minor skipping back in the d. I also attempted similar fixes like turning off the equalizer, messing with the volume, closing last.fm, REMOVING an old album art retrieval program from back before iTunes got its **** together with album art, ANYTHING that might interfere with playback was turned off, removed, b-slapped, and sent crying home to its moms. Nada.
    - Recreating my library. This was the fix I offered someone else, because it actually did the trick for a few days. After an entire night spent reimporting 73 gigs worth of music, it played fine, but I did lose a ton of album art, playcounts, etc, so you can imagine how ****** I was when this wound up not being a permanent fix. I was beyond ******. I was livid. But I was taught in the dojos of my youth to channel my anger into productivity, and instead of sculpting a lovely bonsai tree, I set out to fix this pup once and for all.
    - That darn anti-virus! This was the final fix I tried, even though I wasn't using any of the culprit programs listed in the forums as causes of the skipping, and even those offering this as a solution confessed it was pretty hit or miss. But having tried everything else, having resorted to playing my music on MediaMonkey of all things, I figured I'd give it a shot. I used (reason for the past-tense forthcoming) AVG Anti-Virus, Lavasoft AdAware and something called Spyware Doctor that I think just came bundled with XP. I removed all of them. I had just done a virus scan recently to see if that's what was causing this, so I figured I'd be okay until I could redownload them after this fix wound up not working. And it didn't work, so there's that.
    There may be a couple of fixes I've tried that I'm forgetting now, since I'm delirious after spending practically every night for the past week trying to fix this problem, while my girlf, Heather, sits and laughs at me while watching Clark and Michael on her MacBook. In fact, she's laughing at the $100 offer as I type this, but I assure you, if you offer a solution that works, the money is as good as yours. If you come up with a workable solution, I'll have to test and make sure it isn't temporary like the recreating my library thing, but I won't leave you hanging once I'm satisfied that it's fixed for good. I know it's unorthodox, perhaps illegal in some states, but I'm desperate here, peeps. The ball is in your court, and I beg you not to give up the rock.
    Gateway E-2000 Windows XP

    I think the problem lays with Last.fm. I had the same exact problem as you. In your processes screen, end the task "lastfmhelper.exe" Last.fm still scrobbles. The tracks don't skip, although I notice there is still a bit of a lag in the first part of the song - but if you can deal with that, no skipping. I think you will have to end that task everytime you boot up your computer, or uninstall last.fm completely until they fix it; it is a bug in their software, as opposed to iTunes.

  • How to give Common Background color for all JPanels in My Swing application

    Hi All,
    I am developing a swing application using The Swing Application Framework(SAF)(JSR 296). I this application i have multiple JPanel's embedded in a JTabbedPane. In this way i have three JTabbedPane embedded in a JFrame.
    Now is there any way to set a common background color for the all the JPanel's available in the application??
    I have tried using UIManager.put("Panel.background",new Color.PINK);. But it did not work.
    Also let me know if SAF has some inbuilt method or way to do this.
    Your inputs are valuable.
    Thanks in Advance,
    Nishanth.C

    It is not the fault of NetBeans' GUI builder, JPanels are opaque by default, I mean whether you use Netbeans or not.Thank you!
    I stand corrected (which is short for +"I jumped red-eyed on my feet and rushed to create an SSCCE to demonstrate that JPanels are... mmm... oh well, they are opaque by default... ;-[]"+)
    NetBeans's definitely innocent then, and indeed using it would be an advantage (ctrl-click all JPanels in a form and edit the common opaque property to false) over manually coding
    To handle this it would be better idea to make a subclass of JPanel and override isOpaque() to return false. Then use this 'Trasparent Panel' for all the panels where ever transparency is required.I beg to differ. From a design standpoint, I'd find it terrible (in the pejorative sense of the word) to design a subclass to inconsistently override a getter whereas the standard API already exposes the property (both get and set) for what it's meant: specify whether the panel is opaque.
    Leveraging this subclass would mean changing all lines where a would-be-transparent JPanel is currently instantiated, and instantiate the subclass instead.
    If you're editing all such lines anyway, you might as well change the explicit new JPanel() for a call to a factory method createTransparentJPanel(); this latter could, at the programmer's discretion, implement transparency whichever way makes the programmer's life easier (subclass if he pleases, although that makes me shudder, or simply call thePanel.setOpaque(false) before returning the panel). That way the "transparency" code is centralized in a single easy to maintain location.
    I had to read the code for that latter's UI classes to find out the keys to use (+Panel.background+, Label.foreground, etc.), as I happened to not find this info in an authoritative document - I see that you seem to know thoses keys, may I ask you where you got them from?
    One of best utilities I got from this forum, written by camickr makes getting these keys and their values very easy. You can get it from his blog [(->link)|http://tips4java.wordpress.com/2008/10/09/uimanager-defaults/]
    Definitely. I bit a pair of knucles off when discovered it monthes after cumbersomely traversing the BasicL&F code...
    Still, it is a matter-of-fact approach (and this time I don't mean that to sound pejorative), that works if you can test the result for a given JDK version and L&F, but doesn't guarantee that these keys are there to stand - an observation, but not a specification.
    Thanks TBM for highlighting this blog entry, that's the best keys list device I have found so far, but the questions still holds as to what specifies the keys.
    Edited by: jduprez on Feb 15, 2010 10:07 AM

  • I have 3 different itunes accounts and would like to combine them into just one for all my devices, a macbook pro, an iphone 4S, an older IPOD, and a ver sion one Ipad. how can i do this on all devices ?

    i have 3 different itunes accounts and would like to combine them into just one for all my devices, a macbook pro, an iphone 4S, an older IPOD, and a ver sion one Ipad. how can i do this on all devices ?

    i had one for a long time, then when i got the ipad i didn't realize they would all still work under one so i set up the second one on that
    then when i got the new iphone i put in the info for the first and main one from my mac pro and it would not work at all, and i knew it was right, then it asked me to create a new one or i couldnt finish the setup
    hence why i have 3 now
    hard to believe you cannot combine into one
    oh well, i will just make them all accessible for all 3
    thanks

  • How do I change the icloud account on my iphone? I want to use the same account for all my apple devices (macbook air and imac and iphone). I can't see where I can amend the iphone account because it is in grey?

    I want to use the same account for all my apple devices (macbook air, imac and iphone). I can't see how I can amend the iphone account because it is in grey? I also can't remember the password for this account so i can't even delete it and start again?
    Help!
    Thanks

    Deleting an iCloud account only deletes it from the Device, not from iCloud.  In iOS 8, the name of this setting changed to "Sign Out" as that is a better reflection of what actually happens.  Your iCloud data remains on the server, available to devices still signed into the account, but the device you sign out of the account on is disconnected from the account, and as a result, the iCloud data from that account is removed from the device.  It will redownload to the device should you sign back into the account.
    The only issue you'll run into when you switch between accounts is with my photo stream photos older than 30 days.  When you delete (or sign out of) and account, your photo stream photos are deleted along with the other data from the account in question.  However, unlike other data which remains on the server and can redownload to your device when you sign back in, my photo stream photos only remain in iCloud for 30 days.  When you sign back in, you will only get back my photo stream photos added in the last 30 days (as older photos are no longer in iCloud to redownload).  Like other account data, any my photo stream photos on your other devices signed into the account are unaffected by this.  If you want to keep older my photo stream photos on your device as you change iCloud accounts, save them to your camera roll before deleting (signing out of) the account.

  • How can I quickly get the same album art for all tracks on an album without manually doing them one at a time?

    I am having trouble with album art linked to each track. My library is ripped from my own cd's and ITunes only provides some of the artwork from a find artwork search. The rest must be found and added one at a time manually from web. This process is tedious and time consuming for me. Is there a file in iTunes related to each album that I can just drop the art once and it shows up linked to all the tracks from that album when they play? I've tried selecting all songs from an album and dragging the artwork to the artwork window once in hopes of all tracks getting the artwork at the same time with no luck. Any advice for this paltry artwork dilemma would be appreciated. If Cassidy & Greene still owned this ******* child of SoundJam I know I would not be having this problem! HaHa...Thanks for any advice/help with this problem.

    Thx 4 quick reply alexbird. Your method will work and after a little experimenting so will this: Just go to the album art view option and highlight the album you want artwork for. Drag the artwork from your album art web search page to bottom left hand album art window in iTunes and just drop it there. A small progress window then appears showing each album track adopting the dropped artwork one by one. It only takes 10-15 seconds for all of the tracks on your album to adopt the new artwork. I then went back and removed unwanted artwork(from the albums that had it) track by track from the get info menu. This goes pretty quick as you just pick track>get info>artwork>highlight art>delete>ok for each track.
    This drag/drop to the album art view page has been the simplest and most effective way I have discovered to manually import album artwork into iTunes so far. Hope this helps someone else out there. Any other methods or suggestions to do this task added to this thread will be duly noted. Thx... Oh, I am currently using iTunes 10.5.1

  • HT204053 Our family uses one Apple ID for all of our iPhones.  We installed the update and now we are all getting each others photos and texts.  How do we stop this?

    Our family uses one Apple ID for all of our iPhone 5's.  We installed the update and now we are all receiving each other's pictures and texts.  How do we stop this? 

    Have a look here...
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l

Maybe you are looking for

  • Can I install full retail Win 8 Pro on a Lenovo R500 with a Win 7 Pro preload?

    Lenovo does not support Windows 8 on the R500. Can someone please tell me why. When Windows 8 became available, I ran out and purchased a copy to install on my R500, foolishly thinking that Lenovo would support the upgrade on its older machines as it

  • Open Order Quantity in Contracts

    Dear Gurus I am trying to create a report which will show the Open Order quantity of SD Contracts. This being the figure of the target quantity less the called off quantity. Please advise on the best method of getting this information, I can see the

  • Suunto Ambit not working after upgrade to OS 10.9 / Safari 7.0

    after upgrading to OS 10.9 and Safari 7.0 (9537.71) my Suunto Ambit watch and movescount.com does something strange. 1. the  usb port on my monitor is not alwas connecting to the watch... the usb on the mac mini appears to be working correctly 2. cad

  • New software only opens in one user account

    I just downloaded 'Inspiration 9' software onto our family MacBook Pro. Software key all entered, etc... Opens fine, doesn't say that it's the free 30 day trial any longer... However, just logging on as another user, I get a message along the lines o

  • 11g Declarative Components

    I have developed a Declarative component. Imported it into another project. I am now able to drag this component onto a jspx UIX page. One of the attributes I exposed was a datacontrol for binding to a tree component of the Declarative component. How