Surikogiflex getting "Error Getting Page List"

Hi guys,
I’m totally new with InDesign Server and relatively new with Flex. I’ve installed the surikogi/suribachi demo for (with) InDesign-Server CS5.5 and Flex. It’s all running fine, but I get one problem if I try to change the stories, especially to see the previews at the right side of the screen. If I choose the a story and open it, the story will be shown(and ready for editing) on the left, but seconds later an error comes up with “Error Getting Page List”. I don´t know why!? Is there a missing pagelist.xml like the storylist.xml in the suribachiassets folder in the downloadable .zip?
The other question is: if I use the CreateStoryList.jsx to generate the storylist.xml there are parameters missing for layoutName="" and layoutIdentifier="". Why is this happening?
Thanks for dealing with my problems
Martin

If clearing the cookies doesn't help then it is possible that the file <i>cookies.sqlite</i> that stores the cookies is corrupted.
Rename (or delete) <b>cookies.sqlite</b> (cookies.sqlite.old) and delete <b>cookies.sqlite-journal</b> and <b>cookies.txt</b>, if they exist, in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder] in case the file cookies.sqlite got corrupted.
* http://kb.mozillazine.org/Cookies#Removing_cookies

Similar Messages

  • Why do I get "error on page" when I try to contact anyone at apple anywhere?

    Why do I get "error on page" when I try to contact itunes billing support?

    Yes, I have NI-Watchdog  2.1.5 installed on my FP.
    In fact, I figured out what the Error-22011 problem was all about and I'm almost too embarrassed to say. I had Watchdog Configure.vi inside a while loop... so only the first iteration would be error free and for every iteration after that, the hardware would be "already in use". Hence, Error-22011.
    I've made it over that hurdle, but I'm still having problems.
    Now,I have both Watchdog Configure.vi and Watchdog Clear.vi outside the while loop and I put Watchdog Whack.vi inside the while loop (mainly to monitor the watchdog status output). I also wired the occurrence output of Watchdog Configure.vi to a second while loop in which there is a wait for occurrence.vi wired to a boolean indicator.
    If I disconnect the ethernet cable while this vi is running, the program pauses and I get a Labview generated message informing me of a lost connection however, there is no occurrence generated and the watchdog stays in "running" status.
    Apparently, I've misunderstood how to implement the watchdog vi's and I'll need someone to set me straight.
    Is there anyone who can help?
    Thanks,
    pmac

  • Ime I try to open a document I get :  Error getting License. License Server Communication Problem:  E_STREAM_ERROR:

    Every time I Try to open a document I get:  Error getting License. License Server Communication Problem:  E_STREAM_ERROR:

    do you have a compatible os for the ade version you're trying to use?
    ie, what os/what ade version?

  • Why do I keep getting "Error getting push certificate" when trying to enable Profile Manager

    I keep getting this stupid error message!  The Stupid Workgroup manager doesn't work! Won't allow me to do anything!  What is the point in that! Sorry, just having a rant as I have just purchased this server which I can't do anything with.  Can't get Profile Manager working because I keep getting error getting push certificate and cannot associate any user with a group.  I can delete groups and users from AD but just wont allow me to create anything.  The padlock is open so am authenticated.  WHAT IS GOING ON WITH APPLE!

    And do you know what is really sad, 3 hours later and I am still waiting for a confirmation email from Apple.  No wonder the UK use mostly Windows!

  • When trying to log in as the Admin user, get "error on page"

    Hi gurus, I am brand new on this new product. Yesterday I just downloaded the latest Apex (2.2) and installed it successfully by following the instuctions (for I got these two lines in the install log: Thank you for installing Oracle Application Express.
    Oracle Application Express is installed in the FLOWS_020200 schema.
    ). I have got two problems. First, when I try to log in as the Admin user, and as soon as I start typing the user name and password on the logon page, I see "error on page" at the very lower left corner of the browser (IE 6). So I can not log in. Second, the Oracle HTTP server takes up almost 100% of my CPU (by itself, the 10g instance does not take up any noticeable CPU if I am not doing anything, but the HTTP server keeps the CPU busy all the time no matter what).
    What did I do wrong? Please help me. Thanks a lot.
    Ben

    Hello user526627 and all,
    I also have installed apex 2.2 successfully. At least I've not found any errors and this is the tail of install.log:
    Thank you for installing Oracle Application Express.
    Oracle Application Express is installed in the FLOWS_020200 schema.
    The structure of the link to the Application Express administration services is as follows:
    http://host:port/pls/apex/apex_admin
    The structure of the link to the Application Express development interface is as follows:
    http://host:port/pls/apex
    timing for: Upgrade
    Elapsed: 00:00:00.12
    JOB_QUEUE_PROCESSES: 10
    Completing registration process.
    Validating installation.
    timing for: Validate Installation
    Elapsed: 00:03:18.10
    timing for: Complete Installation
    Elapsed: 00:38:11.54
    Interesting thing is that I am getting 404 when I use suggested http://host:port/pls/apex/apex_admin or http://host:port/pls/apex (I am using host name of the machine or ip address). However the http://host:port/pls/htmldb/ and http://host:port/pls/htmldb/apex_admin works (at least, I am getting a page without images). In addition, when I provide user name and password on the http://host:port/pls/htmldb/apex_admin page and click on 'Login' nothing happens... :(
    This is a clean install. I've also used a HTMLDB 2.0 install from companion cd (Oracle10g R2 for Windows) - this had worked ok, however it did stop working when I istalled apex 2.2 on top of it. I've dropped flow-schemas and tablespaces I've created for apex 2.2 install and started the install over again. However, still no luck. Here is the command I am using to start apex 2.2 installation:
    @apexins ********** htmldb_data htmldb_files htmldb_temp /i/ none
    I have installed oracle http server in a standalone home, the http server works.
    Thank you for your time,
    Daniel

  • Javascript problem, get "error on page"

    Hey!
    Hope someone can help me with this. I am trying to open a document in a new browser window using javascript, but all I get is error on page.
    In my javascript code file, the functino is like this:
    function openPage(user)
    var newWindow = window.open("","New Page","toolbar=no,directories=yes,status=yes,menubar=no,location=no,scrollbars=yes,resizable=yes,left=0,top=0,screenX=0,screenY=0, width=800,height=400");
    newWindow.location.href="../reports/"+user+"/newPage.html";
    I call the function in my JSP like this:
    <a href="JavaScript:openPage(<%=user.getUserName()%>)">New Page</a>
    I can't get it right, hope someone else can, or tell me an other way to do it...
    Thanks.

    Hi,
    I tried doing the same thing the way you are trying but could not get it to work. Now I use the following code and it works fine.
    function showNewPage(user)
    var str = "../reports/" + user + "/newPage.html";
    window.open(str, 'winName', config='height=375,width=650,screenX=100,left=100,screenY=100,top=100,channelmode=0,dependent=0,directories=0,fullscreen=0,location=1,menubar=0,resizable=0,scrollbars=1,status=0,toolbar=1');
    If this doesn't work it might be how you are building your url.
    Hope this helps
    SD

  • When installing I get the following error "get error getting file security"

    When i try to install itunes on win7 I get an error message "error getting file security

    I tried modifying the registry key indicated for D drive installation and when I do the installer rotates to another registry key.  I really need a Adobe technical support rep to assist.  How do I go about that because when I first call in it seems I get India support and they are not willing to assist.

  • Getting error while page load

    Hi All,
    I am using Jdevloper 11.1.1.2 and i have an adf application where i have a taskflow and pages related to their page fragments.I have not used any adf security and i have a page which loads when i click on login button.But when my page loads it gives me this error.
    Error 500--Internal Server Error
    java.lang.NullPointerException
         at oracle.adf.model.binding.DCIteratorBinding.executeQueryIfNeeded(DCIteratorBinding.java:2128)
         at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:3126)
         at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2791)
         at oracle.adf.controller.internal.binding.TaskFlowRegionController.refreshRegion(TaskFlowRegionController.java:168)
         at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:3084)
         at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2791)
         at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.prepareModel(PageLifecycleImpl.java:112)
         at oracle.adf.controller.v2.lifecycle.Lifecycle$2.execute(Lifecycle.java:137)
         at oracle.adfinternal.controller.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:192)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.access$400(ADFPhaseListener.java:21)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.startPageLifecycle(ADFPhaseListener.java:231)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$1.after(ADFPhaseListener.java:267)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:71)
         at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.afterPhase(ADFLifecyclePhaseListener.java:53)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:364)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:159)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:326)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Please suggest !!
    Thanks.

    Hi,
    Do you get this error when deploying to the Integrated WLS? Or a standalone instance? If it is standalone instance, does this work fine when you run with Integrated WLS?
    -Arun

  • I keep getting error that page isnt redircting properly..server redirecting in a way that will never be completed..always says cookies are disabled...diid what was suggested in your articles but this did not helpchangeiiiererl

    i play games on facebook: cityville, frontierville...when you try to help others with missions. you click on things they need which then directs you to a page that registers what you sent in that specific game/or to open the game. There are times when I am redirected there / then there are times I am not. Here lately I am getting a white screen which says the page isn't redirecting properly, server redirecting in a way that will never be completed...it also says this problem can sometime be caused by disabling or refusing to accept cookies..I went to the firefox site and did what was suggested by firefox when there may be a cookie problem with to no avail...please help

    If clearing the cookies doesn't help then it is possible that the file <i>cookies.sqlite</i> that stores the cookies is corrupted.
    Rename (or delete) <b>cookies.sqlite</b> (cookies.sqlite.old) and delete <b>cookies.sqlite-journal</b> and <b>cookies.txt</b>, if they exist, in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder] in case the file cookies.sqlite got corrupted.
    * http://kb.mozillazine.org/Cookies#Removing_cookies

  • MMS - Search MMS term - Getting Error- "Get Matches Failed"

    Hi,
    When i search  for a MMS term in the termstore manager i am getting an error saying "The Server method 'Get Matches' failed"
    What could be reason?
    Any one can help on this issue
    Smile Always

    Hi,The issue could be of many reasons,please check the link below that provides more information on the issue and the solution of this.
    1.Ensure that the IIS Admin service is running in services.msc
    2.Ensure that the ApppPool related to the service is running
    3.Ensure that the DB server that application is located is running and have enough space.
    4.Ensure that the Apppool is set with the correct credentials and password
    http://expertsharepoint.blogspot.de/2014/08/managed-metadata-service-or-connection.html
    Anil Avula[Partner,MCP,MCSE,MCSA,MCTS,MCITP,MCSM] See Me At: http://expertsharepoint.blogspot.de/

  • Why does my Netflix all of a sudden no longer play? I just get directed to the page listing system requirements, which I meet!?

    Netflix support says I have to contact you, since my browser might be corrupted? I have uninstalled and reinstalled Firefox, same problem. I just get this same page, listing the system requirements, all of which I meet. I have Windows XP 64 service pack 2, and use Firefox 11. I tried to check my plug-ins, and tried to update Silverlight, but again got a message that I didn't meet system requirements. Very frustrating!!
    This is the message I constantly get:
    Instant Watching System Compatibility
    Complete System Requirements
    To watch instantly, you''ll need a computer that meets the following minimum requirements:
    Windows
    Windows XP with Service Pack 2, Vista or Windows 7
    Internet Explorer 6.0 or higher; or Firefox 3 or higher; or Chrome 7 or higher
    1.2 GHz processor
    512 MB RAM
    Mac
    An Intel-based Mac with OS 10.4.11 or later
    Safari 3 or higher; or Firefox 3 or higher; or Chrome 10 or higher
    1 GB RAM
    Chrome OS
    A Google Chromebook with Chrome OS 13 or higher

    I am pretty sure that is what Netflix uses to display media. Try installing it from [http://www.microsoft.com/silverlight/ http://www.microsoft.com/silverlight/]

  • "Error getting license. License server communication problem. E_IO_CANNOT OPEN".

    When I download ebooks from libary, I get "Error getting license. License server communication problem. E_IO_CANNOT OPEN". What can I do?

    You may be experiencing an authorization error, see KB: http://helpx.adobe.com/digital-editions/kb/error-e_act_not_ready.html
    Or you may be experiencing a network related problem like the one I'm having:
    http://forums.adobe.com/thread/1420854?tstart=0

  • Recieving error message: Error getting license Error E_GOOGLE_DEVICE_LIM

    I finally made to the point where im ready to transfer my books but when i go into my account on google books and click download epub to transfer them to ADE it opens ADE and I get
    Error getting license
    Error E_GOOGLE_DEVICE_LIMIT_REACHED
    the issue is that i have never used this thing before so i dont understand how it can be full or if that is even what it is referring to

    Very frustrated with this.  I get the same error.  Adobe Chat support told me that I still have one activation left, and because of that they could not reset my user id.  They also told me that because Digital Editions is a "free" software then they couldn't provide support and referred me to these forums.
    I had read elsewhere (Google perhaps), that Adobe needed to reset the user id for this error to be fixed.  So I spoke with someone at Google over the weekend and they said that they sent a request to Adobe to have them reset my user id; however, apparently I still have one device activation available, and so the Adobe Chat representative would have reset my user id but would not because of that one remaining activation available.
    I've deactivated this device and reactivated it, and this gives me no problems and says I can now read ebooks and transfer them amongst devices... but when I try to load ebooks that I PURCHASED it gives me this same error, and I am unable to do what the supposed activated device says that I can do.
    So... even when activations are available, it seems that there is something in Adobe's user id server information that thinks otherwise, so it doesn't let you download and read the ebooks.  I do not believe that users can change this from their end, and it's not a software or user device problem either. 
    Honeslty, this is the worse ebook reading system that I know of.  Amazon Kindle does not have this issue at all... so it's something that Adobe just simply doesn't care about, even when customers are buying ebooks that use this software which Adobe offers for "free" and offers no support for.
    If anyone knows how to fix this PLEASE let me and others know. 
    Thanks.

  • Error getting license Server communication problem: E_ADEPT_CLIENT

    I am new to ADE.  I just purchased an e-book from Books-a-Million last evening and when I try to download the book to ADE I get
    Error getting license Server communication problem: E_ADEPT_CLIENT
    I am trying to download to ADE so I can move it to my nook.  This is proving to be very frustrating.  I have ADE authorized and the Nook authorized.
    Any advice would be welcome.
    Thank you.

    Welcome to the forum....
    Error messages from ADE are not always clear and useful, and this one is one
    of the ones that can have a couple of meanings.  There's a posting HERE
    <http://technology.myblogzone.info/2011/01/how-to-solve-the-error-getting-license-message-i n-adobe-digital-editions/>
    that
    explains in part what's happened, and I hope it's useful to you.  Good luck!
    And I hope this helps.
    ===============

  • Error on page from BW 3.5's default web template

    Hi Guru's,
    We have a problem in our new BWD BW 3.5 environment where we are getting the "error on page" error from SAP-generated code and we aren’t sure why.
    On our old BWT BW 3.0b platform, we have been using a modified version of the 0query_template called Z_QUERY_TEMPLATE. We did a system copy of BWT to BWD, our new BW 3.5 platform. At that point in time we would see our old BW 3.5 default template for queries that we ran. We wanted to see what the new default web template looked like in BW 3.5. We found where we could remove the Z_QUERY_TEMPLATE from the Web Adhoc Analysis web template setting so we could see the new features of the BW 3.5 default BEx query designer template instead of our old BW 3.0b default template.
    Now when we run a query through the BW 3.5 query designer on BWD, we are using BW3.5’s default template. The prompt web page is fine. No errors on page messages.
    However, the initial presentation of the query results displays okay, but shows "error on page" in the message bar at the bottom of the displayed page. As soon as we do any navigation on those query results that error on page goes away. If we navigate back to the initial presentation, all is still okay. If we use the context menu to go back to start, we again get the error on page.
    This error on page does not happen in BQ2 (our new BW 3.5 QA environment copied from our old BW 3.0b QA environment where we had not yet changed the default BEx Query Designer template to be Z_QUERY_TEMPLATE). We have tried several queries and in each case, we get errors on page in BWD, but not in BQ2. We used ultraedit to compare the view source output from the equivalent web pages from BWD and BQ2 and the only difference is the validity date of the data. There are no other differences in the javascript code generated by BW in the two platforms.
    The statement that Internet Explorer is saying is the problem is the same in each of the cases we have checked and that is:
    SAPBWSetFocus(anchor);
    Error: Object expected
    Code: 0
    It’s in the set_tab() function.
    <script type="text/javascript">
    <!--
    /* Calls the online Documentation via technical QueryName */
    function callquerydoc() {
      var docustart= '/sap/bw/doc/meta/fldmeta/default?tlogo=elem&objnm=' + document.getElementById('querydoc').innerHTML;
      SAPBWOpenWindow(docustart,'Documentation',800,600);
    /* Sets the displayed tab */
    /* Check, which items of the Array check_items  is not hidden.
        Change the style of the HTML tag with id Group+Area/Group+Link */
    function set_tab() {
         if (!(navigator.appVersion.substring(0,1) == '4' && navigator.appName == 'Netscape')) {
           var check_items = new Array('GR1Toolbar','GR2Chart','GR3TECommon','GR4Broadcaster');
        for (i=0;i<check_items.length;i++) {
                        hidden = true;
                       prop = SAPBWGetItemProp(check_items<i>);
                       if (prop != null){
                                           for(j=1;j<prop.length;j++){
                                                      if (prop[j][0] == "HIDDEN")  hidden = (prop[j][1] == "X");
                   anchor_item = document.getElementById(check_items<i>.substring(0,3)+'Area').firstChild;
                    if (hidden) {
                        document.getElementById(check_items<i>.substring(0,3)+'Area').className='SAPBEXTbsTab';
                        anchor_item.title = 'Inactive Tab Page:' + ' ' + anchor_item.title; 
                    else {
                        document.getElementById(check_items<i>.substring(0,3)+'Area').className='SAPBEXTbsTabSel';
                        anchor_item.title = 'Active Tab Page:' +' ' + anchor_item.title; 
              } /* if */
          }   /* for */
        /* Set the BexHeader invisible when running as IView */
            if (SAPBWGetProperty('RUNS_AS_IVIEW')) {
                               document.getElementById('bexheader').style.visibility='hidden';
                               document.getElementById('bexheader').style.display='none';
              anchor = window.location.hash.substring(1,50);
              <b>SAPBWSetFocus(anchor);</b>
      }  /*function */
    -->
    </script>
    Because the error goes away as soon as we navigate I’m thinking some object isn’t being created or initialized, but since the view source code of these pages are identical I’m wondering if there is some code that should be executing before this page that is not happening in BWD for some reason.
    Any help will be much appreciated.
    Thanks,
    Jeri

    Heike,
    Thanks for your help in this. BWD and BQ2 are both on the same SP. SAP_BW release 350 level 10 (SAPKW35010) with BI_CONT at release 352 level 5 (SAPKIBIEP5).
    I invalidated the server cache following your instructions and tried again, but am still having the same problem in BWD. The initial display gets the "Done, but with errors on page" message until any navigation is done.
    I am using IE 6.0.2900.2180.xpsp_sp2_rtm.040803-2158 when I execute queries on both BWD and BQ2.
    Please, do you have any other suggestions?
    Thanks,
    Jeri

Maybe you are looking for

  • How to call a PL/SQL Procedure from a Report Column Hyperlink

    Hallo! Normally a link on a column value in a report leads you to a page in your application or to another URL. And you can send the value of this cell to the calling page. I want, that oracle executes a procedure with the values as in-Parameters if

  • Safari and Chrome "can't connect to webpage" error message

    I recently purchased this macbook on the 26th and it was working completely fine the first day. Today i was using my macbook and it was working completely fine, then about 20-30 minutes after turning on and using my macbook webpages failed to load. I

  • In need of a Seamless Pattern expert

    When I'm creating patterns I can see thin lines showing the bounding box...is this going to print?  If so how do I get rid of those lines to make the art seamless??

  • Using Windows Media Player, but my phone automatic...

    Sorry the description is so confusing. I have used Windows Media player successfully several times to transfer music to my Nokia 7510. However, now whenever I plug into my computer, rather than allowing me to choose from 3 options, one of which is "P

  • Reg Funcion module

    Is there any function module to display the date but if the date falls on the weekend then it should display the next available weekday.? Reply me ASAP. Regards, Shobana.