Navigation Bar Error

Hi ,
I created a Navigation Bar of 'Element Type' - Categories and gave the 'Dispaly Mode' as Drop-down List . I attached this through the Navigation Bar Portlet in my Page.
When I try to submit the list by the Button 'GO' it gives me the following error :
Error : No page has been created for this Content Area (WWS-32141)
This Drop Down list works fine when I select Folders instead of Categories/ Perspective.
What could be the problem ?
Thanks.
regards
null

It depends on how you inserted it into Dreamweaver and how
you even exported it. There are multiple methods, so try a
different one....
but it pretty much appears that your js file has an important
variable missing a value. so look over all variables and make sure
they have values.

Similar Messages

  • Error adding Navigation bar to Library

    I've created a navigation bar that does not use a table, and
    I want to add it to the Library, but when I attempt to do that, I
    receive an error "Making this change would require changing code
    that is locked by a template or a translator. The change will be
    discarded", and although an item is created in the Library, there
    is no code in the original document showing conversion to a Library
    item. If I then try to insert this Library item into another page
    into which another Library item, such as a copyright and last date
    changed item, I receive the same error message as when I tried to
    create the Library item in the first place. If I delete the
    copyright/date changed Library item, then I can insert the
    Navigation bar from the Library, and then I can reinsert the
    copyright/date changed item, and everything appears to work.
    Help!

    If you are not using Templates, then we will have to see your
    page and its
    code. Can you post a link to one of these pages, please?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "tripap" <[email protected]> wrote in
    message
    news:g3htfp$nhd$[email protected]..
    > This problem has nothing to do with templates. These are
    pages that were
    > created without use of templates, and I created a
    copyright and update
    > info
    > item that I saved to the Library. All of the pages had
    navigation bars,
    > and I
    > attempted to copy the Navigation bar from one of the
    pages and save it to
    > the
    > Library. I was saved, but when the application attempted
    to create the
    > html
    > text to replace the original code for the navigation bar
    that had been
    > saved to
    > the Library, I got the error message. I had maybe five
    other pages that
    > all had
    > the same copyright notice object from the Library, and
    when I deleted the
    > navigation bar from all of them and tried to insert the
    version from the
    > Library, I always received the same error message. Since
    I could find
    > nothing
    > in the html code that would imply locking by a
    translator or template, I
    > started to eliminate items, including the Library items
    that had been
    > inserted,
    > and when I deleted the copyright notice Library item,
    then I could insert
    > the
    > navigation bar without an error. And then I could put
    back the copyright
    > notice
    > object and everything worked. I'm running Vista
    Ultimate, and I wonder
    > whether
    > there's anything related to Vista. I'm still quite
    puzzled by what I've
    > run
    > into.
    >

  • Validation errors javascript navigation bar

    I created a navigation bar using Dreamweaver CS3 wizard. I
    got several error messages. After I replaced all the uppercase
    letters with lower case, I had only one error message. I know
    nothing about javascript and I may have messed something up.
    Dreamweaver put the navigation bar in a table. I got rid of the
    table and put it in div tags. I also moved the part that goes in
    the head to an external sheet. Here is coding from the page:
    quote:
    <div id="mainNav">
    <div class="buttons"> <a href="#" target="_top"
    onClick="MM_nbGroup('down','group1','home','images/buttons/home2.jpg',1)"
    onMouseOver="MM_nbGroup('over','home','images/buttons/home2.jpg','',1)"
    onMouseOut="MM_nbGroup('out')"><img name="home"
    src="images/buttons/home2.jpg" border="0" alt=""
    onLoad="MM_nbGroup('init','group1','home','images/buttons/home1.jpg',1)"
    /></a> </div>
    <div class="buttons"> <a href="javascript:;"
    target="_top"
    onClick="MM_nbGroup('down','group1','About','images/buttons/about2.jpg',1)"
    onMouseOver="MM_nbGroup('over','About','images/buttons/about2.jpg','',1)"
    onMouseOut="MM_nbGroup('out')"><img name="About"
    src="images/buttons/about1.jpg" border="0" alt="" onLoad=""
    /></a></div>
    <div class="buttons"> <a href="javascript:;"
    target="_top"
    onClick="MM_nbGroup('down','group1','support','images/buttons/support2.jpg',1)"
    onMouseOver="MM_nbGroup('over','support','images/buttons/support2.jpg','',1)"
    onMouseOut="MM_nbGroup('out')"><img name="support"
    src="images/buttons/support1.jpg" border="0" alt="#" onLoad=""
    /></a> </div>
    <div class="buttons"> <a href="javascript:;"
    target="_top"
    onClick="MM_nbGroup('down','group1','contact','images/buttons/contaqct2.jpg',1)"
    onMouseOver="MM_nbGroup('over','contact','images/buttons/contaqct2.jpg','',1)"
    onMouseOut="MM_nbGroup('out')"><img name="contact"
    src="images/buttons/contact1.jpg" border="0" alt="" onLoad=""
    /></a></div>
    </div>
    <!--mainNav-->
    And the error messages:
    quote:
    Line 33, Column 302: there is no attribute "onload".
    …/home2.jpg" border="0" alt=""
    onload="MM_nbGroup('init','group1','home','imag
    /Q]
    If I may throw another javascript question in.... Dreamweaver
    threw something into the body tag that appears to be preloading the
    images
    "<body
    onload="MM_preloadImages('images/buttons/about2.jpg','images/buttons/support2.jpg','image s/buttons/contaqct2.jpg','../images/buttons/home1.jpg','../images/buttons/home2.jpg')">"
    Can this be moved to the external sheet or is this the same
    thing which is in the external sheet:
    "function MM_preloadImages() { //v3.0
    var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new
    Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0;
    i<a.length; i++)
    if (a
    .indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}}
    Thanks.

    > I have a complex navigation bar created using
    > javascript.
    It should only take you a few weeks to discover what a bad
    idea this is,
    then.
    > I need to make sure the links are not broken.
    DW will not do this. Furthermore, if you rename or move a
    linked file, you
    will break that link, since DW cannot manage them either.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "KellyFaith" <[email protected]> wrote in
    message
    news:e3fpba$mh1$[email protected]..
    > I'm relatively new to DW. I have a complex navigation
    bar created using
    > javascript. Is there a way I can check that there are no
    broken links in
    > the
    > navigation bar? When I use the Link Checker, it does not
    appear to check
    > the
    > links in the javascript. I need to make sure the links
    are not broken.
    >

  • Display Error:Flash Navigation Bar

    Hey guys. I've just started using Dreamweaver to create a website. I included a navigation bar that i created from scratch in Adobe Flash CS5.5. I have imported the file to my website in dreamweaver but when i try to preview the file in a browser like chrome i get this output:
    http://www.freeimagehosting.net/61928
    Any idea what is causing this problem? The .swf file runs fine when i preview it in dreamweaver itself( The Play option).

    Actually no. Im guessing there are quite a lot.
    There are only a few, but they could be deal breakers:
    1.  Some people do not have Flash players installed (for whatever reason)
    2.  Screen readers do not 'read' Flash, so your pages will be inaccessible to those using screen assistive devices
    3.  Search engine spiders may or may not be able to find your links within the Flash, with the potential downside that your site will appear to only have a single page in it.
    Should I go on?
    So i guess i should just scrap this and move onto a Javascript version then.
    Your words, not mine!   Just make sure that the javascript is only used cosmetically - there are javascript menus out there that embed the links in the javascript, and that will give you the same results as a Flash menu....
    DW's built-in Spry menus do not do that, so check them out.

  • Navigation bar not working cannot add a new one says there is a warning but does not indicate what kind of warning

    In the space where you would add a widgit there is a warning so a new navigation bar cannot be added.  I tried uninstalling and reinstalling but that did not help.  When I pulishedd my website the navigation bar did not work.  It only linked to one page but I cannot fix the problem because of the warning. 

    Hi
    Are you creating a manual menu and while adding another menu item you are facing error ?
    Please elaborate more as what are the steps you are taking and upload screenshots of navigation bar that you are using in design mode , if site is published then share the url.
    Thanks,
    Sanjit

  • Cannot edit my navigation bar / drop down menu

    Somebody pls help me! I am new to Dreamweaver, but have been
    studying it heavily the pst 3 weeks (using Sams Teach Yourself
    book).
    I have inherited a site and switched their navigation bar
    from the current one to a different (drop down) that was stored in
    the library folder. I have TRIED AND TRIED to edit these links ,
    add drdop down items, delete some, etc but cannot seem to access
    the 'show pop up menu' option...it is GRAYED OUT.
    When I open the library file...only a navigation bar is in
    it. I select one of teh nav buttons, and I am SUPPOSE to see the +
    sign in the behavior panel in bold, but it stays grayed out no
    matter what I do. I have tried double clicking the text (on
    MouseOver), as an MX user suggested, but no menu of options pops up
    here at all (although it did for her). Furthermore, I even tried
    right clicking on the behavior panel where the "on Mouse Over"
    identifies the action as "ShowPop Up Menu" (vs. hide pop up menu)
    and I DO get a pop up menu with "EDIT BEHAVIOR" as an option. I
    click on this, and nothing happens.
    UGH! WHY CAN'T I EDIT THIS???
    Thanks so much for your help!

    I think your friend is confused. You have never been able to
    edit the DW/FW
    pop-up menus in a template controlled page in any version of
    DW. This is
    but one of the many reasons one would never want to use these
    menus. There
    are so many better ways to do them, and Alan has given you
    some links....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "wwjen" <[email protected]> wrote in message
    news:ed41u9$k5q$[email protected]..
    > Hmmmm. So even though my friend could edit the file in
    her Dreamweaver
    > MX, you
    > are saying Dwvr 8 it does not work right?
    > I did try re-creating the navbar in a 'basic page' by
    setting it up like a
    > table (library item was also set up like a table vs.
    "inserting navgation
    > bar"), but then I had a code error that affected ALL my
    pages (totally
    > erased
    > the body of all pages). I do not understand code , but
    my friend said
    > having
    > the html navbar file vs the library item created
    overlapping <head> tags.
    >
    > What else might you suggest? I appreciate your time and
    insight!
    >

  • Image Object Navigation Bar

    Hi.
    I am using DWCS3 to insert the navigation bar into my
    templates. Everything is woorking smoothly, except one little
    problem.
    My navigation bar contains rollever images are in different
    colors (e.g., red, blue, green) Home | Contact | About Us.
    When I clicked on About Us, I would like the rollerover
    button stay pressed down (green), so I know that I am visiting the
    page.
    Does anyone know what I need to tweak to get it to work like
    I mentioned above?
    thanks.
    S

    I am finding browsers like IE6 increasingly impossible to
    work with, every error that dreamweaver seems to report for browser
    compatability seems to be because of this. As far as I know there
    is no simple way around this, I will be watching this thread to see
    what others have to say though!
    I have seen when looking at HTML some site's have a <IF
    IE6> or something along them lines, can anyone shed anymore
    light?
    Thanks,
    Dave

  • Check authorization after selection in navigation bar

    Hi,
    there is a standard entry in the navigation bar "Create service ticket" that calls the view set SrvTViewSet for creation of service tickets. The viewset contains of four standard view areas, SrvtHead, SrvtBus, SrvtPartner, SrvtSLA. We have not modified the views themselves, only the IMPL- class for the SrvtHead since we have modfied methods in the class. The problem occurs when the user do not have the right authorization to create service tickets at all (after she has selected Create service ticket in the navigation bar), then an error message is created saying "Wrong authorization" but the four screens also dumps with message cx_sf_ref_is initial or an exemption has occurred in cx_bsp_element_exception.
    First I tried to take care of the authorization check myself in each view of the four but then I thougt that this would not be the correct solution. Instead the user would get an error message when she selects "Create service ticket" in the navigation bar and an error message would appear before showing the Create service ticket view at all. Is this possible? There is two authorization objects created but the standard does not seem to work regarding the authorization check.
    Is there anyone having any ideas?
    Thank you and goodbye,
    Lena

    I think what you can do is , replace the Controller for the Navbar view CL_CRM_IC_NAVBARVIEW with your own Custom Class ( do a controller replacement in the Framework Profile )
    Then Redefine the Method PROCESS_NAVIGATION_REQUEST
    Inside this method , you can check what is the current Nav Link Clicked , if it is 'Create Service Ticket' , perform the Authorization check or whatever you want and if it not successful , raise a Error Message using below Code and have a RETURN statement . 
    data : lv_msgsrv type ref to cl_bsp_wd_message_service.
    lv_msgsrv =  cl_bsp_wd_message_service=>get_instance( ).
    lv_msgsrv->add_message( ..... ) .

  • Navigation Bar & Work areas not appearing in CRM Webclient User Interface.

    Dear all,
    We are into SAP CRM 6.0 implementation. I have created a new Business role (ZIC_Agent) copying the standard one IC_Agent
    I have assigned default layout profile, role key and the assigned navigation bar profile is ZIC_Agent, which is copied form standard navigation bar profile (IC_Agent).
    I have assigned the role to a Org unit in the Organization Model.
    But when I try to execute the Webclient UI, it is not showing the Navigation bar and work area in the screen, whereas it is working absolutely fine with another standard business role (Servicepro) which has already been assigned in the system.
    I could not understand that, why I am getting this error.
    I request you to help me in resolving the issue. Your suggestions will be highly appreciated.
    Best regards
    Edited by: Raghu Ram on Feb 25, 2009 7:43 AM

    Hi Raghu Ram,
    To do a quick testing if the business role is working properly, assign it to your user directly in transaction SU01.
    Add parameter CRM_UI_PROFILE in SU01 for your user and give your Zbusiness role in the value (all caps).
    If this is still not working, check the pfcg role that is assigned to the Business role and regenerate the authorizations. You can do this in transaction PFCG.
    This should solve your problem.
    Regards,
    Padma

  • IE Navigation bar bug

    I use the Insert > Image Object > Navigation Bar wizard
    to create a horizontal nav bar. It works great in every browser
    tested except IE 6. On click the image disappears but the new image
    does not appear until you mouseOut. If I add an alert to the mouse
    down event then it works - as the "alert" takes focus.
    feel free to view / help
    http://72.167.143.33/

    I am finding browsers like IE6 increasingly impossible to
    work with, every error that dreamweaver seems to report for browser
    compatability seems to be because of this. As far as I know there
    is no simple way around this, I will be watching this thread to see
    what others have to say though!
    I have seen when looking at HTML some site's have a <IF
    IE6> or something along them lines, can anyone shed anymore
    light?
    Thanks,
    Dave

  • How to Incorporate "fade" Into the Navigation Bar with iWeb?

    I started wondering about and exploring this topic in another thread. I would like to make the navigation bar shine brightly and then slowly fade whenever the cursor overlaps the navigation buttons. Does anyone have any idea how to do this? For an example of what I'm looking for, please visit Neonsky.com. This company is a website builder that has, as one of its features, the fading navigation bar option that I'm looking to incorporate into iWeb. Just look at some of their featured websites for an example. I also found the following doing a google search. Any thoughts and ideas of how to get this feature on my iWeb designed website would be helpful. Thank you.
    http://dreamweavermenu.com/dreamweaver-navigation-bar-fade.html

    Leave all files in the folder as you downloaded them. Drop the index.html file on the browser icon. You will then see what the menu will look like when published on a page. Edit the index.html file to your needs. Your edits will be shown in the browser window (save file upon edit - don't worry, you can still undo in most editors - and refresh the browser window).
    If required, also edit the main.css and image files.
    When done, copy the contents of the index.html file into a HTML snippet in iWeb. Position the snippet to exactly where you want it to be (height and width accordingly) and publish. Upload the other files manually and make sure that their path on the iDisk/server matches the path mentioned in the index.html and main.css files.
    As you will have gathered, you need to understand some HTML and CSS. You may acquire understanding and knowledge by trial and error.

  • Book Title in Navigation Bar Does Not Display Correctly

    Hi,
    I tried creating a epub file following Epub Best Practices ebook but after creation and loading of the ebook, I noticed that the book title at the navigation bar is not appearing correctly. The only the upper half of the text is shown so it appears that the text is cut in half. What should I do to correct this?
    Thanks,
    -- Jeff

    It seems that ADE is having errors displaying the book title when it has a non-breaking space. The book title in the previous post contains an non-breaking space. And when I replaced it with a regular space, the display was fixed. See link for the screen grab:
    http://picasaweb.google.com/lh/photo/WIRjcDpEJSGOIur7FEBvzg?authkey=U6NN0HOA9dw&feat=direc tlink
    Aside from non-breaking spaces, what other characters does ADE does not support (which displays the title incorrectly)?
    -- Jeff

  • Can't Modify Navigation Bar!

    Okay, I've played with this for long enough...now I'm
    desperate!
    I have a template, which is based on another template, and I
    have inserted a Navigation Bar. Works fine. BUT, when I try to add
    more elements to the Navigation Bar, I get an error message:
    "Making this change would requirechanging code that is locked by a
    Template or a translator. The change will be discarded." and, as
    promised, it promptly disregards all the work I just did. Does
    anyone have any ideas? I'd really appreciate it.

    Your method seems like it's the wrong approach.
    It's easy to do with CSS or with javascript.
    With CSS you would have a little stylesheet embedded in the
    head of each
    page that allows you to set the down state for any given
    button (each button
    would have a unique id - for example -
    <a href="foo.html" id="button1">...<a
    href="bar.html" id="button2">
    and then your stylesheet would have this -
    a#button1 {{ styles }
    on one page, and on another this -
    a#button2 {{ styles }
    See how that works?
    With javascript, put this in script tags in the head of the
    document -
    function P7_downImage() {{
    var g7="<imagename>"
    var g7url="<pathname>"
    if ((g7=MM_findObj(g7))!=null) {{g7.src=g7url;}
    and this on the <body> tag
    onload="P7_downImage()"
    Then on each page you would need to make two edits:
    Set g7 to the *name* of the button (not the file name but the
    HTML name -
    e.g., "productsbutt"), and g7url to the pathname to the
    button (e.g.,
    "images/nav/button3.gif"), and bada bing, bada boom!
    There is an excellent tutorial here -
    http://www.projectseven.com/support/answers.asp?id=126
    This will allow you to keep the navigation in non-editable
    regions of the
    template page....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "pflew" <[email protected]> wrote in message
    news:elfp32$n1d$[email protected]..
    >I finally solved my problem, which was I wanted to change
    the down image
    >for
    > each of the buttons on the navigation bar when the page
    associated with
    > the tab
    > was loaded. You cannot do this in a template via modify
    / navigation bar.
    > You
    > can do it using the tag inspector / behavours.
    >
    > Hope this helps
    >

  • CRM 5.0 Navigation bar entry that navigates to a custom BSP

    Hello all,
    I'm currently trying to add an entry in the navigation bar that redirects the webclient to a custom BSP.
    I changed the navigation profile and added an entry that should point to a 'Navigational Link' ('Type of navigation'). When I use the input help it asks me a profile (IC profile, not navbar profile) so I select my Z profile, in the next screen an input help with all possible navigational links are shown but my navigational link is not showing...
    What I've done so far:
       - I created a viewset containing one view, added the viewset definition to CRM_IC_ALL_Viewsets.xml which is in my Z_CRM_IC_DT_REP bsp application. Below you can find the file:
    <ViewSet id="CONTACT/CustomFactSheet">
         <ViewArea id="main" views="CONTACT/myFactSheet"/>
    </ViewSet>
       - I created the navigational links, it could be I made a mistake here, here is the file :
    <NavigationalLink name="showFactSheet">
    <Source viewRef="VehIDetail" outboundPlugRef="default"/>
    <Targets>
    <Target viewRef="CONTACT/myFactSheet" inboundPlugRef="inboundPlug"/>
    </Targets>
    </NavigationalLink>
    -  In my /CONTACT/CRM_IC bsp application I have two controllers:
       myFactSheet: controller for the view myFactSheet
       CustomFactSheet: controller for the viewset CustomFactSheet
    I'm developing in a customer namespace /CONTACT/, not in the default Z namespace.
    I created both the viewset and the view through the IC workbench wizards.
    I cannot add this navigational link to my navigation bar profile. When I type the navigational link 'showFactSheet' in the navigation bar profile item (without using F4) and I launch the interaction center, click on the newly added link, nothing happens... (No error messages or dumps however) Everything else works, I have tons of other navigational links that work fine so it's really the definition of this particular item, all the rest of the configuration is done and is working.
    Anyone an idea??
    Thanks in advance!
    Kind regards,
    Joost

    Look at this thread to get more inforamtion on creating Controller Class in Customer namespace..
    IC Webclient - New context node in customer namespace
    Thanks,
    Thirumala.

  • Navigation bar is messed up... how to fix?

    Help! My navigation bar looks fine in iWeb, but the site shows the words in the wrong places, with pieces missing, and includes one heading (jean ann pics) that I eliminated from the navigation bar. I continue to make changes and those come out fine, but that navigation bar (just the welcome page) won't be corrected!
    site is www.mcelroykin.com
    I think that one time when it was publishing there was some kind of error, but I can't recall what it was-- I was on my way out the door...
    Any thoughts on how to fix this??
    Thanks!!!!!
    Liz (frustrated in NC)

    Yes! There are multiple versions of files like you suggested. How do I know which ones to keep?
    Well, the ones to 'keep' should be inside this folder: iDisk/Web/Sites/iWeb/McElroyKin/McElroyKin Blog (News)/McElroyKin Blog (News)_files. If you are viewing your iDisk's contents as icons and you have View Options set to show the icon preview, it should be possible to visually identify the navbarXnormal.png and navbarXrollover.png files to delete from other folders and to copy the correct ones from McElroyKin Blog (News)_files — but, and it's a BIG 'but', this would be a painstaking process at best, and would inevitably be prone to error.
    I'm afraid my advice is quite radical. I would delete everything in iDisk/Web/Sites/iWeb (assuming McElroyKin is your only site) and publish again from iWeb.
    While you're at it, might I also offer some advice about naming your Blog page? All the rest of your naming convention is excellent (I especially like the main site name of McElroyKin), but by naming your Blog 'McElroyKin Blog (News)' you're asking for long, ugly URLs like those which are showing up — for example,
    http://web.mac.com/bakerlizzie/iWeb/McElroyKin/41F182C9-9B24-42A2-AC53-704C9EAB8 FFA/1316BA2A-99C1-44E5-8F35-0517E4AC5298.html.
    Individual blog pages will always finish with that 30-odd-character combination in their URLs, but you can prevent having another one of those earlier in the URL by avoiding certain characters which Apple recommend against using. In this case, I suspect that the parentheses in your Blog name are responsible for this long-windedness, especially when combined with spaces (which, as we all know by now, on their own result in those ugly %20s in iWeb URLs).
    Having said all this, I also have to say that I too have experienced this navigation bar problem. I found that the situation righted itself after multiple browser cache-clearings and refreshes and re-publishings. If you're anxious about following my recommendation about deleting material from your iDisk prior to re-publishing from iWeb, you could first try re-publishing a couple of times without making any further changes in iWeb. Empty Safari's cache each time. See if this clears things up. If not, then it's time for the heavy artillery.
    800 MHz 17" iMac G4 | 1 GHz 14" iBook G4   Mac OS X (10.4.4)   2 x AirPort Express; Apple wireless keyboard and mouse; LaCie 160GB external HD

Maybe you are looking for

  • How to have iMessages show up on one device but not the other?

    So I have an iPhone, a MacBook and an iPad that I own and use, this year my school "gave" (we pay for it but it belongs to the school and have to give it back, go private education!) each student an iPad so now i have one from them as well. I use a d

  • Vendor master field control

    hi, in XK02 change vendor's main screen, under "general data" i want "payment transactions" to be hided or not selectable. so that whoever uses XK02 they won't be able to change Bank information. how can i do that? cheers

  • VI Reference type does not match VI connector pane

    I am trying to use Open VI Reference in LabVIEW 8.  I am getting error 1031 "VI Reference type does not match VI connector pane."  I have a Type Specifier wired to the Type Sepcifier terminal, and I've gone in and selected Select VI Server Class / Br

  • Window Phone problem with photographs.

    Hİ. I have bought a Nokia Lumia with Windows Phone 8.1 and I use a PC with Windows 8 O.S. Now there is a problem I cannot understand. The pictures in the Web sites I have visited a few months ago and some of the pictures stored on my PC comes to my p

  • Phone number to contact tech support doesnt work

    does anybody know a tel number that i can use in order contact tech support to solve a serious issue in acrobat xi pro operation? im using 008008336687 but it says  is not available\