Apple.laf.useScreenMenuBar and multiple JFrames

Hi,
I've a small problem with trying to get a Swing application go Native on Mac OSX. Setting the apple.laf.useScreenMenuBar value to true, does get the initial JFrame's JMenuBar up on top, however, the second the program opens a new JFrame, the MenuBar goes blank (since that new JFrame has no MenuBar).
In trying to provide Mac users with a native experience, that first menu bar should be the one to stay up top at all times. Is there a solution to this problem, short of adding the same menu bar to all jframes?
Thanks!
Alex

Controller.getMenuBar()I've tried this approach - strangely enough, the bars actually replicate! ex in the controller I have two menus A B, when a child JFrame uses:
setJMenuBar( (JMenuBar)Controller.getMenu() );
Its frame becomes:
A B A B
And the original frame disappears. Do I need to create an actual separate instance at each reprise - ex clone it?

Similar Messages

  • TS3367 We have one Apple I'd and multiple devices, and are not getting FaceTime to work between the devices on the same id

    We have one apple I'd with multiple devices and FaceTime will not work between them?

    Put separate email addresses (free gmail) on each device.
    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    iOS: FaceTime is 'Unable to verify email because it is in use'
    http://support.apple.com/kb/TS3510
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/
    iOS 6 and OS X Mountain Lion: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538
    How to Set Up & Use iMessage on iPhone, iPad, & iPod touch with iOS
    http://osxdaily.com/2011/10/18/set-up-imessage-on-iphone-ipad-ipod-touch-with-io s-5/
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Troubleshooting iMessage Issues: Some Useful Tips You Should Try
    http://www.igeeksblog.com/troubleshooting-imessage-issues/
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90
    FaceTime, Game Center, Messages: Troubleshooting sign in issues
    http://support.apple.com/kb/TS3970
    How to Block Someone on FaceTime
    http://www.ehow.com/how_10033185_block-someone-facetime.html
    My Facetime Doesn't Ring
    https://discussions.apple.com/message/19087457
    To send messages to non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
    How to Send SMS from iPad
    http://www.iskysoft.com/apple-ipad/send-sms-from-ipad.html
    You can check the status of the FaceTime/iMessage servers at this link.
    http://www.apple.com/support/systemstatus/
     Cheers, Tom

  • Multiple Apple ID's and Multiple Devices, I think I've messed up.

    Bought & set up new iPad today.
    I want to use my iTunes account ID ending [email protected] that i have for my iPhone and my MacBookPro but seem stuck with my [email protected] ID on my iPad.
    How do I mate my iPad to my iTunes Store  @o2.co.uk ID account. All the prompts refer to the [email protected] ID.
    I only want one iTunes account and buy stuff for all three devices using all three to make the purchases.
    Do I have to do a Factory reset.
    Any help, greatly appreciated.
    Cheers.

    Hey EdMartin,
    Thanks for the follow up. If your issue persists, I recommend contact iCloud Support as outline at the closure of this resource:
    OS X: Using and troubleshooting Back to My Mac with your iCloud account
    http://support.apple.com/kb/ht4907
    If you still are unable to use Back to My Mac reliably
    Contact iCloud Support. Be sure to provide the following information:
    1. A detailed description of your network setup for each computer, including router types or models and modem brands.
    2. The details or screenshots of any diagnostic messages provided in the Back to My Mac System Preferences pane. (For assistance with screenshots, see this article for OS X Lion or this article for OS X Mountain Lion.)
    3. The results of the traceroute performed on each computer when checking for a multiple NAT setup. (For assistance with capturing the traceroute, see this article for OS X Lion or this article for OS X Mountain Lion.)
    4. The Computer Name and Local Hostname of each of your computers.
    5. Any other troubleshooting steps you have performed.
    Thanks,
    Matt M.

  • Apple TV G2 and Multiple iTunes Accounts

    In our household we have multiple iTunes accounts so that everybody can purchase and download their own content for the various computers and devices that we own.
    In the old Apple TV each persons iTunes account could be setup to allow streaming from their computer ( while only one could be setup for syncing and purchasing )
    In the new Apple TV it would appear that you can only setup Home Sharing to a single iTunes account and that there is no way to see the other iTunes accounts on our network.
    Is there something I am missing here? How can we stream content from more then one iTunes account to the new Apple TV.

    I too suffer from the same problem.
    My wife, son, and I maintain separate iTunes accounts/libraries on our individual Macs. I just purchased the new 2nd Generation Apple TV to replace my 1st Generation one. We set up Shared Libraries on each of our Macs, which we were able to browse/play on our 1st Gen Apple TV. My wife's account was set up on the device for the purpose of renting/purchasing content.
    Now with the 2nd Gen Apple TV I no longer see any option for associating Shared Libraries, or browsing anything other than a single iTunes library because of it's reliance on the Home Sharing feature. Also, I can't easily pair up my iPhones/iPod Touch/iPad copies of the Remote App unless they too are set up using Home Sharing on a single iTunes account. Sure, with the promise of AirPlay we may one day be able to stream video (we can do audio now) from all our Macs, but without the ability to browse all our libraries from one simple interface (like we could on the 1st Gen) the newest Apple TV has limited usefulness for our family.
    I don't suppose someone out there might know of a hidden method to re-enable this feature, or if it might be released in a patch in the not-too-distant future. I'm going to give it a few days, but this device will likely find its way back to the Apple Store it came from (minus the re-stoking fee).

  • Netbeans and Multiple jFrames

    Hey,
    Does anyone know how to make an application have multiple windows/jFrames with Netbeans 5.5's GUI builder?
    I created another jFrame in my application by right-clicking on my source package in the Projects window and selecting New... --> jFrame Form...
    How do you make the new jFrame form I created become visible from the first jFrame form I have?
    Once I have that new form visible, how do I make it do stuff to the first jFrame form?

    Here's a little example:
    import javax.swing.*;
    import java.awt.event.ActionListener;
    import java.awt.event.ActionEvent;
    class Frame1 extends JFrame {
         private JButton button;
         public Frame1() {
              initComponents();
         private void initComponents() {
              button = new JButton("New Frame");
              button.setSize(100, 20);
              button.setLocation(5, 5);
              this.getContentPane().setLayout(null);
              this.getContentPane().add(button);
              this.pack();
              this.setSize(400, 400);
              this.setLocationRelativeTo(null);
              this.setDefaultCloseOperation(EXIT_ON_CLOSE);
              this.setTitle("Demo");
              button.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent evt) {
                        new Frame2().setVisible(true);
         public static void main(String[] argv) {
              new Frame1().setVisible(true);
    class Frame2 extends JFrame {
         private JMenuBar jmb;
         private JMenu menu;
         private JMenuItem exitItem;
         public Frame2() {
              initComponents();
         private void initComponents() {
              jmb = new JMenuBar();
              menu = new JMenu("File");
              menu.setMnemonic((int)'F');
              exitItem = new JMenuItem("Exit");
              exitItem.setMnemonic((int)'X');
              jmb.add(menu);
              menu.add(exitItem);
              this.setJMenuBar(jmb);
              this.pack();
              this.setSize(100, 100);
              this.setTitle("Demo 2");
              this.setDefaultCloseOperation(EXIT_ON_CLOSE);
              this.setResizable(false);
              this.setLocationRelativeTo(null);
              exitItem.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent evt) {
                        System.exit(0);
    }

  • Java error - java.lang.NoClassDefFoundError: apple/laf/CoreUIControl

    I'm doing Java development on the recently released 10.7. Everything's working fine until I try to run a Java command-line program that makes use of Swing facilities internally. The command-line program uses JasperReports and JasperReports is attempting to make Swing calls. When it does, it tries to load the Apple Look-and-Feel classes (apple/laf/CoreUIControl) and failing. It might be due to a failed security check (the error occurs immediately after one) but I'm not certain.
    For the moment I'm working around this by adding -Dswing.defaultlaf=javax.swing.plaf.metal.MetalLookAndFeel to the command line when I start the program. Since it never actually displays a GUI, using Metal as a L&F isn't a big deal, but having to add the parameter is.
    Anyone have any suggestions that can permanently fix this?

    Are you actually using Leopard (v10.5)? If so, you're in the wrong forum. I don't know what causes your problem, but it might be related to the Java version you're using. See
    <http://support.apple.com/kb/HT4592>

  • I have one apple ID and multiple family members share this with their devices.  How do we keep pics and messages separate?

    I have one apple ID and multiple family members share this with their individual devices.  How do we keep pics and messages separate for each device?

    For messages
    MacMost Now 653: Setting Up Multiple iOS Devices For Messages and FaceTime
    For other issue:
    How to use multiple iPods, iPads, or iPhones with one computer
    What is the best way to manage multiple...: Apple Support Communities

  • Multiple (but separate) domain problem & Apple's slow and useless response

    I am having problem with multiple (but separate) domain. I opened a ticket.
    Here is Apple's slow and useless response and my follow up.
    This follow up is not going to resolve the issues I am having. The sites are not in one domain file. I have split them into separate domains. I found that the simplest change to any page made the publishing process extremely and reasonably slow. If I updated a single site, iWeb republishes the whole conglomeration; hardly the most efficient way.
    I have several directories under the ~/Library/Application Support/iWeb/ directory with separate Domain.sites2 files for each site:
    consultingAM.com
    DarkAssassinMovie.com
    Fuzzy Llama Junior Optimist Club
    GulfportOptimist.com
    OptimistView
    pAwesomeProductions.com
    www.nfdoi.com
    With the previous version of iWeb, I navigated to a specific ~/Library/Application Support/iWeb/ directory, selected the Domain.site file, and opened it. This would open iWeb with the selected domain. Several of the sites have their blog page with the RSS subscribe option.
    Once I made the update, all I usually had to do was publish site and all was well. Occasionally, I would have to do a publish all if I changed domains. All in all, I had no problems with publishing once I found the right steps to be able to maintain multiple domains.
    Now, using the default publish or publish all process, all I get is the last site I published. In order to get things semi-functional, I published a site, then I would go to iDisk/Web/Sites/ directory, select the folder name for the site I had just published, then copy it or move it to iDisk/Web/Sites/iWeb directory. This was rather slow and I suspect it is not an approved solution, but it semi-worked. My sites are back up, but they are not fully functional.
    Is there anyway to get back to using the ~/Library/Application Support/iWeb/ directory (separate Domain.sites file for each site) process to publish multiple sites? If not, is there any way to suck in the various domains back into one? If that is possible, will it take hours to publish the combined 2-3GB like it did with the previous version?
    How do I reverse the 'personal domain' process? I do not want to do this at this time. I just wanted to see what the steps were. I have done the first step, but not the second.
    I was glad to see some of the changes made in the upgrade (web widgets, maps, html snippets, theme switching), but I am too happy about the changes made by the upgrade process. In the past, I upgraded my Apple related stuff as soon as it came out. Based on this upgrade, that won't happen again.
    It took you guys 5 days to get back to me (during which time several of my sites were down) and I do not believe the information you provided is going to solve my specific problems. I am very disappointed with the results of this upgrade. Clearly there was inadequate testing of this product before it was released. I cannot recall seeing the Apple discussion forums with hundreds of topics and thousands of posts within a week or two of a new release. Apple had to upgrade iWeb in the first week, another poor sign.
    Apple is beginning to slip back to the pack; all vendors all below average. Apple is getting more like Microsoft everyday. First Apple delays the release of an OS upgrade so they can concentrate on a freaking phone, now you release software that is so buggy it should be classified as beta at best.
    Some of the changes/problem I am seeing since the upgrade (in addition to the problems mentioned previously) are:
    layout changes; some of my pages no longer look the same; same of the changes are so bad the pages are unreadable
    broken photo pages; some of my photo pages no longer work; some of them have no text or pictures
    file/page name changes; why would Apple change the location of the files; now my domains are not pointing right location; special characters (like spaces, ampersands, etc.) are handled differently in this version; specifically, I see that spaces are changed to underscores (_); iWeb used to use '%20' for spaces; what was Apple thinking?
    broken 3rd party themes; I know Apple is not responsible for 3rd party themes, but you should certainly be aware that they exist
    Based on what I am seeing online, most of the people who are complaining about major iWeb issues are not newbies; based on the technical details in the threads, there are clearly some experienced people who are trying to figure things outw. I have lost many hours trying to figure this mess out. I now have to review hundreds of pages to try get things to look and work the way they did before the upgrade. I have had to handle dozens of phone calls and emails from my viewers and subscribers trying to explain the situation.
    I googled 'iweb 08 *****' and got nearly 50,000 hits! I think Apple better get in front of this train before it gets run over.
    On Aug 19, 2007, at 11:09 AM, .Mac Support wrote:
    Dear David,
    I understand that you are experiencing an issue viewing some of your websites published in iWeb:
    I have examined all of the published pages and they appear to load and function as expected. If you published your website to .Mac, you can visit it either of these ways:
    - In iWeb, click the Visit button in the lower-left corner.
    - Enter the following URL into a web browser:
    http://web.mac.com/daviddawley/
    If you have published more than one website, the URL above will take you to the default website, which is the first website listed in iWeb. To visit another website you have created in iWeb, use the following URL format:
    http://web.mac.com/daviddawley/iWeb/YourSiteName
    Using this form, the web addresses for the two sites you mentioned would be:
    http://web.mac.com/daviddawley/iWeb/FuzzyLlamaJuniorOptimist.com
    http://web.mac.com/daviddawley/iWeb/pAwesomeProductions.com
    To change the default website, simply open iWeb, and in the Site Organizer, drag the desired default website to the top and republish to .Mac.
    NOTE: Be sure to give each website a unique name. This will help prevent one website from overwriting another. For further information, refer to the following article:
    iWeb: Do not use similar names for your sites
    http://www.info.apple.com/kbnum/n303042
    If you still experience issues with the website, try the following troubleshooting steps:
    WAIT SEVERAL MINUTES
    If your website has movies, you may need to wait several minutes after going to the website before the movies are ready to play. The QuickTime Player icon indicates that a movie is still loading.
    CLEAR YOUR BROWSER CACHE
    If you use Safari, you can clear your browser cache by choosing Empty Cache from the Safari menu. If you use another browser, consult that browser’s documentation if you need assistance in clearing your browser cache.
    UPDATE YOUR BROWSER
    Make sure you are using the latest available version of your web browser when viewing pages published in iWeb. If you use Safari, you can check for updates by choosing Software Update from the Apple menu. If there are any available Safari, Security, or Mac OS X updates, install those updates and try looking at your website again.
    If you use another browser, consult that browser’s documentation if you need assistance in updating the browser.
    TRY ANOTHER BROWSER
    If you use a Mac, try viewing your website with Safari or Firefox. If you use Windows, try Internet Explorer 6 or Firefox. Firefox is a free download available here: http://getfirefox.com
    TRY ANOTHER NETWORK
    If possible, try viewing your website from another network or Internet connection. If you can successfully view the website from another network, please consult your network administrator or Internet service provider (ISP) to resolve this issue.
    Important: Mention of third-party websites and products is for informational purposes only and constitutes neither an endorsement nor a recommendation. Apple assumes no responsibility with regard to the selection, performance, or use of information or products found at third-party websites. Apple provides this only as a convenience to our users. Apple has not tested the information found on these sites and makes no representations regarding its accuracy or reliability. There are risks inherent in the use of any information or products found on the Internet, and Apple assumes no responsibility in this regard. Please understand that a third-party site is independent from Apple and that Apple has no control over the content on that website.
    Sincerely,
    Mel
    .Mac Support
    http://www.apple.com/support/dotmac
    http://www.mac.com/learningcenter
    Support Subject : iWeb
    Sub Issue : I can't publish to .Mac from iWeb
    Comments : I was interested in forwarding one of several iWeb based sites to one of my domains. I wanted to see what the steps were. I believe I inadvertently started the process for moving the site to www.nfdoi.com site. I have several sub directories under the ~/Library/Application Support/iWeb directory with separate domain.sites files (now domain.sites2).
    I was going through all of my domain.sites files and opening them in iWeb08; then publishing them. Somewhere along the line everything blew up. Most of my iWeb sites no longer function, It appears that every other iweb site other www.nfdoi.com is down EXCEPT the last one I published. I have made a mess of things and would appreciate any help.
    Don't work:
    http://web.mac.com/daviddawley/FuzzyLlamaJuniorOptimist.com
    http://web.mac.com/daviddawley/pAwesomeProductions.com
    Works:
    http://web.mac.com/daviddawley/Optimist_View/OptimistView.com/OptimistView.com.h tml
    ========= PLEASE USE THE SPACE ABOVE TO DESCRIBE THE ISSUE BASED ON THE QUESTIONS BELOW =========
    1. What version of iWeb are you using to publish to .Mac? iLife 08
    2. When did you first notice this issue? After publishing a few sites.
    3. What happens, including any error messages, when you try to publish your site?
    --------------------- Additional Info -------------------------
    Alternate email address : [email protected]
    OS Version : Mac OS X 10.4.10
    Browser Type : Safari 2.x
    Category : I can't publish to .Mac from iWeb
    Connection Type :Other
    TrackID: 4154168

    Just got off the phone with Apple Support.  There procedure was the following:
    1.  Go to the Apple TV, select settings, general and scroll down to reset.
    2.  Select reset and then select reset all
    Apple TV will go through a restart after the reset and you will have to select your network then log in with your network or Airport Express password.  You will then have to turn on home sharing and It will then ask you for your Apple ID for the iTunes store and then the password.  At this point you may not see your library, because the Apple TV wants you to turn on home sharing on your home computer that is hosting the movie library.  Turn off home sharing on that computer, restart iTunes and turn on home sharing again.  After this is done you should be able to see you library listed under the computer.
    After going through these steps, when I select an HD movie from my iTunes library the movie comes up after about a 5 second delay.
    Hope this helps!  I am back up for business.

  • Safari, chrome and firefox cannot verify identity of secure websites after upgrading to 10.7.4,  apple engineers have tried multiple things including operating system with no success

    safari, chrome and firefox cannot verify identity of secure websites after upgrading to 10.7.4,  apple engineers have tried multiple things including operating system with no success

    There are several threads about this problem, most notably one called 'Invalid Certificates' is over 4 pages long.  Many of us have experienced difficulty connecting to banking and other secure sites.  On my Macbook Pro, I cannot get to my banking site with any browser, however I can get there on my iMac using Safari, but get the 'Invalid Certificate' notice with FF and Chrome.  The problem started after the installation of 10.7.4.  I have sent a message to Apple--they will be dismayed to hear that I cannot complete an order at their online store!

  • We have a large family, 5 kids and two adults all with iPads, iPhones, Mac Books, Servers....  How can we combine our purchases to use on all our devices.  We have two Apple ID's and sometimes buy multiple copies because of how we are limited...

    We have a large family, 5 kids and two adults all with iPads, iPhones, Mac Books, Servers....  How can we combine our purchases to use on all our devices.  We have two Apple ID's and sometimes buy multiple copies because of how we are limited...

    Hello Halfback71,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    Frequently asked questions about Apple ID
    http://support.apple.com/kb/ht5622
    I have multiple Apple IDs. Is there a way for me to merge them into a single Apple ID?
    Apple IDs cannot be merged. You should use your preferred Apple ID from now on, but you can still access your purchased items such as music, movies, or software using your other Apple IDs.
    If you are wondering how using multiple Apple IDs relate to iCloud, see Apple IDs and iCloud.
    Best of luck,
    Mario

  • HT4137 iCloud setup with one Apple ID and multiple devices

    iCloud setup with one Apple ID and multiple devices

    What, exactly, are you trying to do? You can use the same iCloud account on as many devices as you want, as long as you don't turn on iTunes Match. Once you turn on Match, you're limited to 10 devices total.
    Is this what you want to do...same iCloud account, but different iTunes/App store accounts on each device? If so, you can do that also.

  • I have two macs at my house, and multiple iPhones. I want to keep the same apple id as everyone else, but i want to put my own music only on my iPhone. I want to do this with my laptop which is not the family's main iTune's computer.

    I have two macs at my house, and multiple iPhones. I want to keep the same apple id as everyone else, but i want to put my own music only on my iPhone. I want to do this with my laptop which is not the family's main iTune's computer.

    If you use the same Apple ID for iCloud on each device, yes. However, you can use the same Apple ID for iTunes content on each device, but different Apple ID's for iCloud, iMessage, FaceTime, etc., on each device. That way, you can have whatever iTunes content you want on each phone, but keep all of the other data separate. You can create another Apple ID here:
    https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/wa/createAppleId?loca lang=en_US
    Must be a verified email address.

  • I have started getting spammed on multiple Apple products (iPhone and iPad) with FaceTime calls since the recent IOS update.  Is there any feature or sedtting I can use locally to restrict incoming calls to FaceTime without going to the carrier?

    I have started getting spammed on multiple Apple products (iPhone and iPad) with FaceTime calls since the recent IOS update.  Is there any feature or setting I can use locally to restrict incoming calls to a FaceTime account without going to the carrier?

    After calling AT&T tech support one more time, and explaining to them that the glitch was on their network, they admitted that the problem was at their tower...
    I continued to use the phone on EDGE mode for two more days until the problem was fixed.
    I even got a call back from a tech support guy asking me if my phone was working properly....
    I wish they would have admitted to the problem before I sat at the apple store for 2 hours.

  • HT3310 I have an iphone 5. Speaker works but I cannot hear through the apple earbuds. Tried multiple earbuds and none work. But they work in other iphone 5.

    I have an iphone 5. Speaker works but I cannot hear through the apple earbuds. Tried multiple earbuds and none work. But they work in our other iphone 5.  Has anyone been able to resolve this without pursuing a replacement ?  If so what was the fix?

    You're not using a supported carrier. What did you think Apple was going to tell you?
    As fizzDripper suggests, contact the SIM card provider. How to make an unsupported SIM work on your phone is not Apple's problem.

  • Apple TV, iTunes match and multiple apple IDs

    My husband and I recently got Apple TV and also converted from MobileMe to iCloud.  We each have our own unique Apple IDs that we each use to purchase from iTunes.  We also set up a shared Apple ID to create Home Sharing so that we could access our music libraries in Apple TV (so three separate, unique Apple IDs).  And we each signed up for iTunes Match, but on our individual Apple IDs (not the shared Apple ID).  Now I'm trying to turn on iTunes Match in Apple TV and am running into an issue.  It seems that since Apple TV is set up with the shared Apple ID (so that we can access things via Home Sharing and also charge purchases on Apple TV to the joint account), we may not be able to turn on iTunes Match in Apple TV because that shared Apple ID hasn't turned on iTunes Match.
    My question is: should we spend an additional $25 to turn on iTunes Match on the shared Apple ID and will doing so prevent us from accessing iTunes Match on one of our individual IDs on our laptop (which is how I personally acces iTunes and sync all my devices - iPhone, iPad, etc. -  my husband does his syncing on his work computer) - due to the 90 day error message?  I'm trying to figure out the best, most practical approach for accessing all of our music and other iTunes downloaded content as well as photos, etc. and I'm struggling a bit here.  Any suggestions would be greatly appreciated - thanks!

    Have you tried the simple signout and try to sign back in with the other username and password? You may need to reduce the number of device sharing on the account you wish to access , I believe there are limits look at apple.com

Maybe you are looking for

  • CC wont let me re-download premiere pro CS6! HELP!!

    Hello all, So i previously had all of the CS6 Family installed on my computer. Something went wrong with Adobe Encore and it wouldnt open so i uninstalled Premiere Pro and Encore CS6. After un-installing i restarted my computer and opened Creative Cl

  • Container Managed Transactions II

    I have a session bean method called insertComanda(). Its transaction attribute is "required". public void insertComanda (Table1VO vo1, Table2VO vo2) throws Exception daoTable1.insertTable1(); //Inserts data in table 1 daoTable2.insertTable2(); //Inse

  • Folio builder login error: invalid_request

    Hi InDesig CC. When I start Foli Buildre send the message: An error occurred when trying to log in Folio Builder panel. [invalid_request]. Thank you

  • Getting the mangement pack from an alert via C#

    Hello all, I have created a custom c# service that processes scom alerts to be able to integrate with our custom problem management system. I can filter on any alert property but now i need to add functionality to filter on management pack for which

  • VS15 + IoT: Error when creating project

    Hello everyone! I'm facing a problem that I don't know how to fix it when creating a project of type "Windows IoT Core": I followed step by step the program for IoT. Anyone have an idea? Thanks in advance. Mafyou. Cordialement, Mafyou.