My Airport did not show in top bar

Hi my Airport Extreme will not appear on my menue bar MacBookPro ?
The hard reset of the Airport Station, will end with no result, even all lamps are blinking, even disconecting from power for hours.
Software installed 5.5.3 Airport Utility
My MacBookPro workes with any other WIFI in our area, so it is not my airport card.

Are you sure it's big enough? Font size in PSE is dependent on the photo's resolution--the higher the resolution the smaller the same sized type will appear. Try typing in a really big number--you're not limited to the choices in the pulldown menu.

Similar Messages

  • My home button is not working sometimes and at the store they dont want to take it for repair because the problem did not show up at that time

    My home button is not working sometimes and at the store they dont want to take it for repair because the problem did not show up at that time

    When normally powering the phone, there would not be a loading bar, you would just see the Apple logo. You can try a reset of the phone, hold the sleep/wake and home buttons together until you see the Apple logo and then release. The phone will reboot.
    You can take the phone to Apple, by making an appointment at the Genius Bar to have the hardware checked. Apple handles warranty and post-warranty issues, not Verizon. Have Apple look at the hardware to see if there are any problems.

  • The JPanel did not show when the menu is selected

    My program consists a JMenu bar with sub menu items. When the user select on the menu items a panel with the gridbag layout will show with all the labels.but the panel did not show. Can anyone show the problem for me ?
    AdminFrameMain.java
    public class AdminFrameMain
         private DisplayMenuBar menubar;
         private DisplayToolBar toolbar;
         private DisplayStatusBar statusbar;     
         public AdminFrameMain()
              JFrame frame = new JFrame("S-League Administration Management System");
              Toolkit kit = frame.getToolkit();
              Dimension windowsize =kit.getScreenSize();
              frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              Container content = frame.getContentPane();
              content.setLayout(new BorderLayout());
              menubar = new DisplayMenuBar(frame,content);
              toolbar = new DisplayToolBar(content);
              statusbar = new DisplayStatusBar(content);
              frame.setSize(800,600);
              frame.setVisible(true);
         public static void main(String [] args){
              AdminFrameMain tm = new AdminFrameMain();
    DisplayMenuBar.java
    public class DisplayMenuBar
         private JMenu addMenu,addTeamMenu;
         private JMenuBar bar = new JMenuBar();
         private JToolBar toolbar = new JToolBar();
         private JMenuItem addTeamItem;
         private JFrame setFrame;
         private Container setContent;
         private AddTeamManagement addTeamMang;
         public DisplayMenuBar(JFrame frame,Container c)
              setFrame = frame;
              setContent = c;
              SetMenuBar();
         public void SetMenuBar()
         setFrame.setJMenuBar(bar);
         addMenu = new JMenu("Add");
         //file menu items list
         //Add sub menu
         addTeamMenu = new JMenu("Team Management");
         addMenu.add(addTeamMenu);
         //Add sub menu items
         addTeamMenu.add(addTeamItem = new JMenuItem("Add Team"));
         addTeamMenu.setMnemonic('T');     
         addTeamItem.setMnemonic('T');
         //team items listener
         //addTeamItem.addActionListener(taskcommand);          
         addTeamItem.addActionListener(new ActionListener()
              public void actionPerformed(ActionEvent e)
                   AddTeamManagement addTeamMang = new AddTeamManagement(setFrame,setContent);
         bar.add(addMenu);
    AddTeamManagement.java
    public class AddTeamManagement
         private JPanel addTeamPanel;
         private JFrame frame;
         private JButton createTeamBt,resetTeamBt;
         private Container addTeamContent;
         private JTextArea teamDescTextArea,teamIndpTextArea;
         private JTextField teamNameField;
         private JLabel teamID,teamDesc,teamInfo,numOfPlayers,teamZone,playersNum;
         private GridBagLayout gridBag;
         private GridBagConstraints constraints;
         public AddTeamManagement(JFrame f,Container c)
              System.out.println("add team mg");
              addTeamPanel = new JPanel();
              frame = f;
              addTeamContent = c;
              gridBag = new GridBagLayout();
              addTeamPanel.setLayout(gridBag);
              addTeamPanel.setBackground(Color.pink);
              constraints = new GridBagConstraints();
              teamID = new JLabel("Team ID:");
              teamDesc = new JLabel("Team Description:");
              teamInfo = new JLabel("Team Info:");
              numOfPlayers = new JLabel("No Of Players:");
              playersNum = new JLabel("15 Maximun");
              teamZone = new JLabel("Team Zone:");
              constraints.fill = constraints.VERTICAL;
              constraints.weightx = 1;
              constraints.weighty = 0;
              addComponent(teamID,0,0,1,1);
              constraints.fill = constraints.VERTICAL;
              constraints.weightx = 1;
              constraints.weighty = 0;
              addComponent(teamDesc,1,0,1,1);
              constraints.fill = constraints.VERTICAL;
              constraints.weightx = 1;
              constraints.weighty = 0;
              addComponent(teamInfo,2,0,1,1);
              constraints.fill = constraints.VERTICAL;
              constraints.weightx = 1;
              constraints.weighty = 0;
              addComponent(numOfPlayers,3,0,1,1);
              constraints.fill = constraints.VERTICAL;
              constraints.weightx = 1;
              constraints.weighty = 0;
              addComponent(teamZone,4,0,1,1);
              System.out.println("showing");
              addTeamContent.add(addTeamPanel,BorderLayout.CENTER);
         public void addComponent(Component component,int row,int column,int width,int height)
              System.out.println("adding c");
              constraints.gridx = column;
              constraints.gridy = row;
              constraints.gridwidth = width;
              constraints.gridheight = height;
              gridBag.setConstraints(component,constraints);
              addTeamPanel.add(component);
              addTeamPanel.setVisible(true);
    }

    Hello,
    you are missing only one link, just add following line to your actionPerformed method of DisplayMenuBar class and all problem will be solved
    setContent.validate();
    Actually, Swing component does not updated automatically. when you do any changes to the component layout it will set that component as invalidated component. To update the view you need to call validate() method defined in JComponent class.
    Virus

  • Am I able to keep a balance on my account for buying songs? I just bought 15 songs and I thought it would come off my credit card on file. But my card did not show a purchase. Could I still have some money left from agift card? How do I view my balance?

    Am I able to keep a balance on my account for buying songs? I just bought 15 songs and I thought it would come off my credit card on file. But my card did not show a purchase. Could I still have some money left from a gift card or a deposit
    ? How do I view my balance?

    Your balance should show to the left of account id at the top of the iTunes store page on your computer's iTunes. You can also check it by clicking on that id, or doing Store > View My Account, which should show your account balance and let you view your payment info

  • When I plugged in my iPad 3 into my windows desktop in iTunes it did not show up so I could work with it. How do I get it to show up????

    When I plugged my iPad 3 into my windows desktop on iTunes the device did not show up. How do I get the device to show up to work with it????

    Then do that.
    Maybe you should read the User's Guide.

  • I tried to create a new google calendar in ical, but they did not show up, I tried this several times. Now when I sync my iPad via iTunes all these failed attempts are showing up under the ical sync list in iTunes, how can i clear them from this list?

    I tried to create a new google calendar in ical, but they did not show up, I tried this several times.
    Now when I sync my iPad via iTunes all these failed attempts are showing up under the ical sync list in iTunes, how can I clear them from this list?

    See https://bugs.downthemall.net/ticket/2147
    Google Search Bug
    Reported by: openid:nathan wride Owned by:
    Priority: major Milestone:
    Component: Polish/Usability Version: 2.0.10
    Keywords: Google search instant save bug Cc:
    Operating System: Windows
    Description
    Hi Guys
    I have found a bug/annoying thing that occurs frequently on google. When searching, DTA trys to download the search...
    I'll try to attach a screenshot.
    Attachments
    [https://bugs.downthemall.net/attachment/ticket/2147/Screenshot.png Screenshot.png] Download (113.0 KB) - added by openid:nathan wride 4 weeks ago.
    The screenshot that shows the bug.

  • I recently restored my iPhone 4s from back-up after being reset. An app that I had turned off in back-up did not show up in my recent resoration. I forgot to turn that app back on. Would there be any way I would be able to get the data from that app?

    I recently restored my iPhone 4s from back-up after being reset. An app that I had turned off in back-up did not show up in my recent resoration. I forgot to turn the app back on. Would there be any way I would be able to get the data from that app onto my phone? Is it possible to put an old back-up on my phone?

    LukaPetranovic wrote:
    Hello anita4323.
    I hope this will help you with your problem:
    Back up and restore your iPhone, iPad, or iPod touch using iCloud or iTunes - Apple Support
    You can restore your backup whenever you want from iTunes or iCloud, depending where you made it.
    Let us know if you succeeded or need any further help.
    I believe you are missing the point. The OP has already restored from back up, but failed to include a specific app in the back up and is trying to recover data for it, which in this case is not possible.

  • Google map widget markup did not show up?

    Hi guys,
    I am using Zizzer Zazzer version for Google map widget. When I click the checkmark on for "Show Marker". The marker pin did not show up on the map, I even tested with regular Google Map - it did show the markup pin. Do you know how to fix this issue?
    Thanks!
    Christie

    Hi guys,
    I am using Zizzer Zazzer version for Google map widget. When I click the checkmark on for "Show Marker". The marker pin did not show up on the map, I even tested with regular Google Map - it did show the markup pin. Do you know how to fix this issue?
    Thanks!
    Christie

  • I ordered a ringtone that came as a song and did not appear in a position to be added.  It did not show up but came through as a song and asking me to add it to a playlist.  This is not what I wanted to do and I promptly follow the prompt to "Buy"

    I ordered a ringtone that came as a song and did not appear in a position status to be added.  It did not show up but came purchased as a song and now asking me to add it to a playlist.  This is not what I wanted to do and I promptly follow the prompt to "Buy more options" to get what I thought was a ringtone.  Please help!

    The ONLY place to buy a ready made ringtones is from the iphone itself from the itunes app, then "More">"Ringtones"
    If you bought from your computer, then you need to create the ringtone.  You can create a ringtones from just about any song/sound file for free.
    Google will find several ways to do this.

  • Error /dev/disk/by-label/ARCH-2015 did not show up

    Hello,
    I downloaded, checked and burned my install cd.
    I booted it and choose the x86_64 After a few seconds I see this message:
    Waiting 30 second for device /dev/disk/by_label/ARCH-201505
    Error : /dev/disk/by_label/ARCH-201505 did not show up after 30 seconds.
    Roelof

    Hello, my first post, installed Arch just a few days ago I love it already, it's everything i was looking for!
    Anyway, OP your problem appeared to me too and I could not start the installation. However I am proud to say I found a solution
    The usb stick is labeled wrong and should be changed to whatever the error says (for me it was 'ARCH_201505').
    At least I believe so. I cd'ed to the specified folder ( /dev/disk/by_label/ ) and soft linked like so "ln -s ARCH_201505 ../../sdx1" which was my usb.
    Then exit and the installation should commence without any problems. Hope I helped
    Last edited by takispan (2015-05-18 21:17:54)

  • My Firefox does not show the scroll bar and the search is not in the centre of the screen

    Firefox does not show the scroll bar and search is not in the centre of the screen
    Hope you can help
    Regards
    Waheed

    CTRL + B

  • Airport Ver 7.4.1 will not update firmware.  Goes throught the process, reboots with the same firmware version.  Power cycled the airport, did not help

    Airport Ver 7.4.1 will not update firmware.  Goes throught the process, reboots with the same firmware version.  Power cycled the airport, did not help.

    Please see the answer to your other post.

  • HT201272 My 9.99 purchase did not show up from injustice gods among us. What do I do?

    Please help us my son purchased a 9.99 upgrade for his game injustice god among us & it did not show up. But it subtracted it from our apple account
    Let me know what to do
    Thanks happy new year!!
    Colleen

    If he hasn't received it and the game doesn't have an IAP download opton then try the 'report a problem' page to contact iTunes Support : http://reportaproblem.apple.com
    If the 'report a problem' link doesn't work then you can try contacting iTunes support via this page : http://www.apple.com/support/itunes/contact/- click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • USB001 Port Did not show in Port List?

    sir,
    When i want to install my printer driver, USB001 or USB002 Port did not show in port list.
    How can i install this port manually, please send me link for manual setup.
    Regards,
    Sameer Ali 

    Read the installation instructions in your printer's user manual.  Most USB printers must be connected to the computer first because they are classified as Plug-n-Play.  Once the printer is recognized you should them be prompted for the location
    of the printer software to be installed.Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

  • Text will not show in navigation bar or search bar

    text will not show in navigation bar or search bar...Cant see text in web address bar or search bar window

    This type of behaviour is typically caused by an incompatible or malfunctioning add-on. Try the procedures in the [[troubleshooting extensions and themes]] article.

Maybe you are looking for

  • I need to print the text in secondary window in script

    hi all, how to print the text of purchase order (me22n) in script. plzz  explain with steps thanks in adv vidya

  • No audio during playback in Garageband 11.

    I've gone through some of the forum questions and still cannot figure out the problem. Each individual track shows playback through the volume display except for the master track (nothing is soloed or muted), and I've checked both the System preferen

  • Append control image

    Hi, I Have a problem with the append control image to report VI. I Have a Array of clusters that contain 3 numeric indicators and 2 vertical pointer slides. When i try to append this iamge to a report, the picture thats appended downt contain the who

  • Pandora One does not recognize me as upgraded

    I have a Pandora One subscription that I have been paying $3.99 a month since last June 2013. When I sign into Pandora it takes me to Pandora Radio with commercials not Pandora One. It asks me if I want to upgrade. My Visa card have been charged on t

  • Help me in complex function

    I want function by Parameter that when I write into Parameter - for example :- when I write 145 give me 100 when I write 155 give me 200 when I write 150 give me 200 when I write 249 give me 200 when I write 251 give me 300 when I write 250 give me 3