Scrolling App Items Delay

Hi, I have recently starting using the Forceful template and in it there is a web app that scrolls through 4 slides, currently they delay at 3 seconds but I would like to increase that time period.
I am looking for the delay setting please if anyone knows, I can't find it with in the app anywhere.
Cheers
Duncan

So does nobody ever change the timing on scrolling web apps or am I missing something.
Help Needed Please

Similar Messages

  • How can I link a web app item to another via Next link

    I would like to add a next link and previous link on a web app detail layout. Then people can scroll through the detail layout items without going back to the list view.
    I'm creating a portfolio with a description of the project details and links to external websites. There is no tag for that purpose.
    Any suggestions? I'm a bit new at custom web apps and editing the layouts with css.

    Hi,
    you would have to create 2 additional custom fields as text (string) field types and name them something like, "next item url" and "prev item url". Then you would have to enter the next and previous item url manually for each individual web app item. You can include the new tags in the detail view, something like <a href="{tag_prev item url}">Prev</a> and <a href="{tag_next item url}">Next</a>.
    Hope that helps.
    Nicole - BC Gurus

  • Contacts are slow to load and scroll, 5 second delay or longer!

    Contacts are slow to load and scroll, 5 second delay or longer! Im very frustrated with my iphone 3g! Contacts are so slow I cant believe it. Also the time it takes to go from contacts to the home screen is slow. Whats the fix? HELP~!

    I've also seen the delay - ever since I got my 3G phone. Update 2.0.1 was said to help this, but I think it's more affected by apps on the system, and how often you turn the phone off. Still not enough to really bother me, but wish it was faster. Hopefully another update will help. I'm sure it doesn't help that I have 2 different email accounts (1 is pretty big, lots of data ) and the fact I have almost 1000 contacts in mine.

  • Is there a web-app item creation limit? Because i have a very slow saving problem and sometimes not working, hanging

    Hello,
    We run a real estate website on Business Catalyst.
    I created around 50 web-app items ( properties ) at the moment without problems.
    But now it starts to slow down, when i trie to save the web -app item, the save preload keeps running ( hanging ) at 50 procent of the time.
    It is also hard to scroll true my web-app item pages, also hanging problem.
    Does anyone have / had a simular problem?
    Stefan.

    We experience big performance problems with BC's v3 interface ever since they switched to Amazon last December. You are lucky if it's only slow uploading, we, meaning our clients and us, experiencing very often the editor timing out when saving or uploading, the wheel of death starts turning and does not stop. It does not happen with the development editor or sftp.
    We have opened several tickets but the BC support is absolutely useless, they always reply that they could not replicate the issue. 
    Our clients and us are completely fed up with this issue, sometimes losing your work, sometimes just being unable to get it done, but BC does not seem to get this under control, or they put the EU data center on a low cost backbone....
    If anyone has a solution, we gladly take it!

  • Automatically classify a web app item?

    I have a web app for users to fill in. One of the fields will contain a specific value, which would actually be identical to the desired classification for that web app item.
    Is there a way to have the system automatically set the classification based on the field value?
    If not, is there a way to have the user assign the classification while entering the web app item instead of having the delay of somebody going in through the admin side and clicking it over?
    Thanks!
    Linda

    Hey Linda,
    Take a look at this thread - http://forums.adobe.com/message/4799169

  • How to link web app item to different URL other than detail page

    Hi, this is probably a bit of a stupid question but I can't find the answer anywhere.  On my site, I have projects set up as web apps--I want the customer to be able to click on the title or image for the web app and for it to link to a PDF or blog page, NOT the detail view.
    So I want the app title and image to link to a different URL, not detail view.
    Here's the page in question, if that helps: http://sherrihaab.businesscatalyst.com/projects
    Thanks in advance for any help.

    {tag_name_nolink} - Will make the title with no link wrapped around it
    {tag_yourimagefield_value} - Will give you the raw source of the file location
    You can then form your own image html and links wrapping this and the web app item name text.
    To form the link source to go to - create a text custom field and just type or copy and paste a url into that field.

  • How to sort web app items based on few fields of it on search result page?

    I have a web app and its search. The search results are on multiple pages means it has pagination. My client's requirement is to have a feature which will sort results based on some web app items. for example we have a field price so when user select the price it needs to sort from high to low. Any one have idea how to do it?

    I have just been playing around with this for something else, all you need to do is duplicate your price field into the weighting field and it will automatically sort from High to low for you.
    Cheers
    Duncan

  • Unable to create web app items if Proximity Search is Enabled.

    I am using BC API to create web app items because I am getting the data from a third party website and wanted to save the data into web app by using BC API. I have a web app ( Name: "Map Overview" ) and the proximity search is enabled. When I test my script I got 404 bad request error but if I disabled the Proximity Search the item is created.
    Can someone help me on this?
    Thanks

    Let me know the page you are running the API call on, I'll have a look and see what gives.
    Thanks,
    Mihai

  • How can I restrict multiple web app item submission by a user

    I have a webapp setup. I do want users to submitted web app items multiple times. How can I achieve this Kindly help. I know I only achieve this with js. Can someone kindly off.

    Hi Chad, am having challenges getting this to work: Kindly assist
    This is my setup:
    I used the alternate list layout. This is how it looks
    This is how my form page with the module looks before running:
    This is how the spit out looks when I checked:
    This is the source code after running:
    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
    <script type="text/javascript">
    $(function(){
    var userSubmit = $('.userItems').data('items').replace(/\s+/g, '');
    if (userSubmit >= 1) {
        $('.form').remove();
    </script>
    <style>
                .hide {
                display: none;
            </style>
    </head>
    <body>
            <div class="hide userItems" data-items="1
    2
    3
    "></div>
            <div class="form">
            <form name="catcustomcontentform17626" onsubmit="return checkWholeForm17626(this)" enctype="multipart/form-data" method="post" action="/CustomContentProcess.aspx?CCID=20247&amp;OID=13466153&amp;OTYPE=1">
                <table class="webform" cellspacing="0" cellpadding="2" border="0">
                    <tbody>
                        <tr>
                            <td><label for="ItemName">Item Name</label><br />
                            <input class="cat_textbox_small" type="text" name="ItemName" id="ItemName" maxlength="255" /> &bull;</td>
                        </tr>
                        <tr>
                            <td><label for="ItemDescription">Item Description</label><br />
                            <textarea name="ItemDescription" id="ItemDescription" cols="10" rows="4" class="cat_listbox"></textarea></td>
                        </tr>
                        <tr>
                            <td><input class="cat_button" type="submit" value="Submit" id="catcustomcontentbutton" /></td>
                        </tr>
                    </tbody>
                </table>
                <script type="text/javascript" src="/CatalystScripts/ValidationFunctions.js"></script>
                <script type="text/javascript">
    //<![CDATA[
    var submitcount17626 = 0;function checkWholeForm17626(theForm){var why = "";if (theForm.ItemName) why += isEmpty(theForm.ItemName.value, "Item Name");if (why != ""){alert(why);return false;}if(submitcount17626 == 0){submitcount17626++;theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
    //]]>
    </script>
            </form>
            </div>

  • Multiple users, using the same web app items?

    Iam building a service for familes were the parents should be able to read / add / edit the same secure web app items.
    So when logged in the user have access to the same user submitted web app items.
    I found a thread answerd by Liam and my guess this is not possible? Can it be partial be done e.g. just let the "family" read the familys items? And no there is not possible to add / pair the users in backend because there are to many.
    Any tip where to look? I have tried to use the "uniqe ID, datasource, unique template" method but do you "wizards" :-) think that's the way to go?
    This thread suggest it's not doable.
    http://forums.adobe.com/message/5547102
    Thanks!
    //Johan
    Formpartner

    Not in association Johan no.
    You can have one "Family" login they all use to log in but it will kick one out if the other logs in and of course, multiple people sharing the same login increases the security risk.
    You can only set one owner as well.

  • Web App Items Slideshow with automated transistion.

    Hello everyone.  I have been looking for a solution to have web app items within a specific category display in the same manner that a slideshow or slider would AND be able to automatically change from month to month using the expiry dates.
    Basically I want a slideshow hero built out of web app items (instead of images) within a certain category.  Any suggestions as to how to accomplish this with some control over the speed of the slideshow?
    Any help would be appreciated.  Thank you.
    REFERENCES:
    http://laffnetorg.businesscatalyst.com/index.html
    The 2nd section that contains "the jambalaya festival".  The items are built but how do I make those items display in a slideshow manner?

    Not really, its just been asked a lot on these forums and sollutions given, I think your the third on the same thing in a week and people just find it hard to reply to the same thing more then once
    As with others its a combination of your web app layouts, javascript (jQuery prefered) and CSS. You have to do the coding, use plugins such as jQuery Cycle 2.

  • I connected my ipad to my computer to sync my photos and it deleted all my apps, they synced back on to my ipad but all my Noteshelf apps items were deleted, how can I get these back?

    I connected my ipad to my computer to sync my photos and it deleted all my apps, they synced back on to my ipad but all my Noteshelf apps items were deleted, how can I get these back?

    What do you mean " back up my photos or Apps"?
    The photo sync is one way - computer to ipad.
    You can transfer itunes purchases.  Without syncing:  File>Transfer Purchases
    Copy everything from your backup copy of your old computer to your new one.

  • App Item Not Populated

    Greetings - I've got a problem that only relates to developers, not end users. Apparently, something gets broken behind the scenes, when you log into a workspace as one user, and then access an application as another user. Here's the situation:
    My sample application consists of two pages and one application item:
    • Application item F38195_TEST.
    • Page 101: the login page. Contains a before header process called "Populate App Item", which populates F38195_TEST with the word "Populated".
    • Page 1: Displays the value of F38195_TEST.
    Here are the steps you need to take, to observe the application working correctly:
    • Go to http://apex.oracle.com/pls/otn.
    • Log into workspace chall51_sandbox as "guest", with the password "public".
    • Run application "App Items".
    • Log into the application as "guest", with the password "public".
    • Page 1 will display the following:
    App Item Test
    The word "Populated" should show below
    Populated.
    • Log out and close your browser.
    To observe the problem, bring up the same URL in a new browser session, and log into the workspace the same way as you did above. Log into the application, though, as Guest2, and Public2, rather than Guest and Public. Run the same app, and the output appears as follows:
    App Item Test
    The word "Populated" should show below
    Note that the word "Populated" does not show between the lines.
    It appears that when the workspace user is different from the application user, the login page process that populates the application item is not effective. Debug output shows that it runs, but the application item remains null.
    For what it's worth, if you log out of the application and log back in as guest2 / public2, it works. It's only the initial session that's a problem.
    Of course, the obvious solution is to access the application as the same user you logged into the workspace as, but I thought I'd point this out, in case it's symptomatic of a larger problem in the underlying OAE engine, and in order to ask that if anyone has an explanation, they might satisfy my curiosity.
    Thanks - Chris.

    My problem is that in my real-world application, I need access to the application item at the top of page 101, before authentication runs, as well as for the duration of the session.
    I've experimented with it a bit more, and I've found that the problem actually occurs if both processes (page 101 and post-authentication) set the item to the same value: the item goes to null. Again, though, it only happens if you're logged into the workspace under a different ID than the one you use to log into the application. If the user ID's match, or the processes set the item to different values, you don't get the behavior.
    Please take a look at "App Items 3", in the same workspace referenced above, for illustration. Thanks for all your help!
    -Chris

  • How would you limit the number of Web App items a user can enter.

    I am creating a web app where people can list objects/items. I want to offer plans that will enable users to enter up to a predefined number of entries and no more than what they paid to enter. They can then come back as often as they wish during their subscription period to update, create, and/or delete entries ( but again, never more than what thier subscription entitles them ).
    Fore sake of illustration.
    User Plan 1 entitles user to enter 1 web app item,
    while
    User Plan 2 entitle user to enter 3 web app items, and
    User Plan 3 entitles user to enter 5 web app items.
    These are annual plans.
    Any ideas?

    Hi,
    As per your query you can not define to any user for schedule selected background jobs. I hope you are clear for this.
    Anil

  • Set Disable or Expiry Date for web app item via Edit form

    I have a user that wants to delete a web app item from a secure zone edit form, but they are not the owner of that web app item.  All items in the web app were imported via a csv file and hence do not have a 'submitted by' user id assigned.
    Is it possible to Disable a web app item using a web app Edit form?  or alternatively, is it possible to set the Expiry Date of a web app item using a web app Edit form?
    Thanks
    Dave

    Sorry Brian, but I'm not sure that answers my question.
    Sure, I can create a single web app item for every single client of my customer, manually.
    Sure, I can create and 'allocate' that single web app item to each customer manually.
    I pray the customer doesn't have hundreds of clients. And I would have to teach my customer how to do this convoluted process for every new client.
    But the one thing this doesn't do is answer the question of updating the value of units held.
    It seems the order module remains the closes to what I am looking for in that it allows an equation, and is automatically customer specific.
    However, I am looking for a way to achieve a single daily update by the customer as to the value of the units held by each client. This can be done via the product module - update price. But this does not update existing orders. Exisitng orders are fixed at the price on the day. The customer wants to update the value once, in one place, and have that amend all existing 'orders' to reflect the new total value of units held by each individual client, and to have this show in each client's member area.
    If you can think of a way of doing this in webapps or via the order module, this is what I am looking for. Anyone?

Maybe you are looking for

  • HT1338 problems with Mac Book 10.7.5 printing wirelessly with HP Photosmart 6510e.  I must turn off then turn back on for Mac to print.

    HP Photosmart prints with PC, Droid phone but will only print wirelessly with MacBook OX 10.7.5 if I turn off printer and turn it back on.  HP has tried, Belkin (router) has opened all ports, the problem persists.

  • Locate another EJB in 8.1.7 db

    I created a couple session EJB's and deployed them to an Oracle 8i db. I can call both of them from a client, but I can't figure out how to use one ejb from the other. One bean has this code but it doen't work: Context ic = new InitialContext( ); Cli

  • Quicktime won't open Mov files

    Hi there, I am trying to get files from work onto my home computer. At work, we use Windows and Edius GrassValley (6?) to edit videos. I can convert the files to a Quicktime before I take them home and I've done this several times before. But now it

  • ProcessDPCommands

    Hi, BOXI3.1 and using SAP as dataprovider I am facing a problem with a report that I need some help please. When I refresh the report, selecting data in a prompt this error sometimes appears but when I press refresh button again this error disappear,

  • Upgrade from JDK 1.2.2 to JDK 1.4.2. Any code changes required?

    Hi, We are in the processes of upgrading the JDK versions on servers to JDK 1.4.2 to support other software upgrades. The JDK versions on each of the servers are at different versions. On one of the servers, the version of JDK is currently at JDK 1.2