Auto Focus in List Tile View in iPad : AGENTRY

Hi All,
I am facing a critical problem. I have a screen with two List tile view. The object assigned to the screen is MainObject and the two List tile views display Collection1 and Collection2.
Now the requirement is user should select an object from either Collection1 or Collection2 and press on continue button.
I am using an iPad as device. The problem is when the screen is displayed, the first object from each List tile view is automatically focused. I can't change the Initial focus setting at all. Whatever entry is given in the Focus field, the first objects of both the List Tile views kept on selected.
Is there any resolution so that I can atleast define the initial focus??

In terms of setting the selected item in a tile list you can use the List Selection action step.
So in your action that displays the screen, after the navigates step add a List Selection step (or two in your case) to set the initially selected item in each list.
You will specify the Screen Set / Screen and List Control that the step will act against and then define how you want rows selected (By Rule, First Row, Last Row, Next Row, None).  In my example about I am using a rule to select the first row where my rule returns true.
While I have done this for a single list successfully I have not tried with two lists but don't see any reason it shouldn't work.
--Bill

Similar Messages

  • List Tile View not working with include rule on iOS?

    hi Expert,
    I used the List Tile View with include rule in Agentry 6.0 on WinCE before to generate "selected" object list upon different conditions, e.g., assigning tasks based on scenarios.
    Currently, I am experimenting the same function on iOS tablet.
    On the start screen which is a detailed screen for main object, there is a List Tile View and an include rule. However, the objects in the tile list are not updated correctly when the output of the rule changes. Note that the same include rule works perfectly with a List View for the same collection.
    To my observation, the problem seems to associated with "update" of the tiles when result of include rule changes. For example, in scenario 1, there are 5 objects in the list; switching to scenario 2, there are 10 objects. From the No.6 to No.10, the objects are correct. The No.1 to No.5 are still the original 5 objects for scenario 1.
    When the user clicks on tiles, it makes the situation worse. Normally, a single object's tile will always be shown in the selected tile regardless which tile is selected from the list.
    My development environment is 6.0.40 and the client is 6.0.40 on iPad (iOS 7.1). I would like to know whether this is a known issue before I provide more details.
    Thanks.
    -Yang

    hi experts,
    When I asked the question on this list tile view refreshing issue, my dev environment is Agentry 6.0.38.
    In Agentry 6.0.40.1's release note, there is a fixed
    AG-25821  iOS 7 refresh issue with iPad tile list
    However, I currently have Agentry 6.0.42.1 on iPad (iOS 7.1.2). And my editor/server is 6.0.42.0. I still have the list tile view refreshing issue. The same rule can be used on list without any problem. But the list tile still has trouble on display the right set of objects.
    My question is is that fix related to the problem I saw?
    Thx.
    -Yang

  • Highlighting a List Tile view by default

    Hi Experts,
    I have a screen with list tile view having list of objects. When I navigate to that screen I want that the first object on the list be selected by default.
    I created a style for the selected row but each time I have to click on the first element to get it highlighted.
    Is there a way to get the first element in the list highlighted without clicking on the list?
    Can this be accomplished by List view or any other element in agentry? 
    I am using Agentry version 6.1.4.1004  and SMP 2.3.
    Thanks in advance !!
    Regards
    Amitoj Singh

    Hi Amitoj,
    For this you can use List Selection Step in Action
    1)Go to Action which navigates to this list tile view screen.
    After navigation step just add List Selection Step in action stpes as shown below.
    2)Configure Its Details as shown below.
    Also you may write a rule to select a particular tile from that list tile view instead of SelectRows->First Row.
    Hope this helps,
    Regards,
    AK

  • Agentry - List Tile View Single Action AND Button?

    Hi experts,
    we are using a List Tile View with a Single Click Action, which works fine.
    But now we want to add a button (or something else you can click on) to the List Tile View with a different action.
    So, if you click on this button, action A should be executed. And if you click somewhere else into the tile, action B should be started.
    Is this somehow possible? Thanks!
    Best regards
    Christian

    Not with Single Click Action.  That is if you click on the tile it will call that action, anywhere on that tile. What you could do is have two buttons on the tile (for selected) they they can push.  But then the users would have to select the tile, then click on a button.

  • No list view in iPad Air calendar?

    In Calendar on the iPad Air, there doesn't seem to be any way to view all your calendar events as a chronological list of events (I.e., "list view"). Can this be true? I've been trying to find it for hours.

    Madhuri,
         I have tried the way you mentioned by using non-sap(MSSQL) bakend with ipad platform.It is working fine for me when i have tested the app in ATE.
    Once try to cross check with my procedure once.
    1.I have three objects Customer,orders,products.Orders object is collection to customer,Product Object is collection to orders.
    2.I have defined 'show order tile' screen set for order object with one detail screen that contains order id and customer id.
    3.Defined another screen set 'show order tile selected' for order object This details screen  contains all the fields in the order object.Now i have defined as mentioned by you a field with edit type as 'list view'-->check whether all the settings are done correctly in this field->height(20),collection(In my example Products),List view columns(Product Name)->that means the list view will display all the product names of the selected order object.
    4.Go to 'show customer details screen set' ,define a detail screen,add a field with edit type as 'list tile view'->set the collection to orders,list tile view settings->screensets->row ->show order tile screen set
    selected ->show order tile selected screen set
    5.Publish and test in ATE.For your understanding iam inserting the screen shot that i have done.
    Please try to map the screen sets and objects in my example.....Hope this may be a bit helpful for you.
    Regards,
    Sravanthi Polu

  • List View in iPad Platform in Agentry

    Hi,
    In EquipmentView Screen Set there is a MeasuringPointsView_iPad Detail Screen. This screen has a List Tile View. The properties for this view has Selected screen set as MeasuringPointTileSelected. I created a field of List View in MeasuringPointTileSelected_iPad screen.
    When im trying to view the screen in iPad its throwing an error: “Invalid Control Type for a list tile”. I created the same field in Windows platform screen and it was working fine.
    Can someone guide me in resolving this issue.
    Thanks

    Madhuri,
         I have tried the way you mentioned by using non-sap(MSSQL) bakend with ipad platform.It is working fine for me when i have tested the app in ATE.
    Once try to cross check with my procedure once.
    1.I have three objects Customer,orders,products.Orders object is collection to customer,Product Object is collection to orders.
    2.I have defined 'show order tile' screen set for order object with one detail screen that contains order id and customer id.
    3.Defined another screen set 'show order tile selected' for order object This details screen  contains all the fields in the order object.Now i have defined as mentioned by you a field with edit type as 'list view'-->check whether all the settings are done correctly in this field->height(20),collection(In my example Products),List view columns(Product Name)->that means the list view will display all the product names of the selected order object.
    4.Go to 'show customer details screen set' ,define a detail screen,add a field with edit type as 'list tile view'->set the collection to orders,list tile view settings->screensets->row ->show order tile screen set
    selected ->show order tile selected screen set
    5.Publish and test in ATE.For your understanding iam inserting the screen shot that i have done.
    Please try to map the screen sets and objects in my example.....Hope this may be a bit helpful for you.
    Regards,
    Sravanthi Polu

  • Can you create two separate tile views for a Promoted Links List

    I have lots of pages on my site where i want the effect of the promoted links list tile view. However, i don't want the same links to show up on every spot i use it. Is there not a way to create separate tile views so you can create filtering conditions?
    Right now i am stuck having 5 separate lists with 5 items in each because of this limitation. Am i missing something? 
    I look forward to your responses.
    ~Zach

    There is an easy way to do this.
    Add columns to the Promoted Links list.
    Add a column named Page.
    Type in name of the page on which you would like this link to appear.
    Add a column named Row.
    Create a view filtered by page name and Row. Example: Show only when Page = HomePage AND Row = 1
    Create another view filtered by page name and another Row. Example: Show only when Page = HomePage AND Row = 2.
    Go the page you would like the links to appear. Edit the Page.
    Add Promoted Links app part (still not used to the app thing) and select your view for Row 1
    Add another Promoted Links app part and select the view for Row 2.
    Lather, Rinse and Repeat.
    Tamara Bredemus SharePoint Minion...working up to Maven

  • How to add SharePoint 2013 Promoted link list view web part in page programatically with Tiles view using CSOM.

    How to add SharePoint 2013 Promoted link list view web part in page programatically with Tiles view using CSOM. I found that it can be
    done by using XsltListViewWebPart class but how can I use this one by using shraepoint client api.
    shiv

    Nice, can you point me to the solution please ?
    I'm  trying to do this but I get an error : 
    Web Part Error: Cannot complete this action. Please try again. Correlation ID: blablabla
    StackTrace:    at Microsoft.SharePoint.SPViewCollection.EnsureViewSchema(Boolean fullBlownSchema, Boolean bNeedInitallViews)     at Microsoft.SharePoint.SPList.GetView(Guid viewGuid)   
    All help really appreciated.

  • I thought I would be able to scan barcodes with my iPad 2 but it won't because it does not have an auto-focus camera. Can the camera be upgraded? can a peripheral cam be plugged in?

    I thought I would be able to scan bar codes with my iPad 2 but cannot because it only has a fixed-lens camera. Bar code scanning apps require auto-focus cameras. Can I upgrade the camera within the iPad2 to auto-focus? If not, can I add a peripheral auto-focus camera and plug it in the the usb port?

    Your not able to upgrade the  camera, it's not really there for photos . Also there is no USB port on the iPad just a cable that connects to you computer.

  • Cannot open Language settings from Tile view, and unable to install Language packs from WSUS.

    Hi all,
    I have a bunch of Windows 2012 R2 servers that have been deployed from a syspreped image where the language has been defaulted to "en-GB", rather than the default "en-US".
    I also have a WSUS 3 server running on a Windows 2008r2 machine. This tells me that a number of language packs are required by these 2102r2 machine, namely:
    KB2839636 - English (United Kingdom) Language Pack
    KB2839636 - English (United States) Language Pack
    KB3012997 - English (United Kingdom) Language Pack
    KB3012997 - English (United States) Language Pack
    These have been approved to be installed on the 2012r2 machine, however, running Window Update on the machines shows nothing. Opening the Control panel, then navigating to "Add Language", then "options", shows no additional updates.
    The I tried to search and run the languages control panel directly from the Windows Tile view by simply typing "language" and clicking the 'Language' option in the search results, but then get the following error dialogue box:
    [Window Title]
    C:\Users\Administrator\AppData\Local\Packages\windows.immersivecontrolpanel_cw5n1h2txyewy\LocalState\Indexed\Settings\en-GB\Classic_{bf782cc9-5a52-4a17-806c-2a894ffeeac5}.settingcontent-ms
    [Content]
    Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to access the item.
    The issue I have here is that I am logged on with the Domain Admin profile, but the path above refers to the local admin profile - however the file listed has full permissions for all 'Administrators'.
    So I have two questions:
    How should the Language pack updates get installed from WSUS?
    How do I fix the problem with trying to open the Language option direct from the tile search view?
    Many thanks
    Chris

    Might try these ones.
    http://www.urtech.ca/2014/09/solved-windows-cannot-access-the-specified-device-path-or-file-appdatalocalpackageswindows-immersivecontrolpanel/
    http://www.reddit.com/r/techsupport/comments/27hbal/cannot_access_immersivecontrolpanel/
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Need to add more Fields to "List" Tile of MSA Opportunity Search Tileset.

    Hi Experts !
    We are trying to add more fields to the "List" Tile on the Opportunity Search Tileset to view additional information on the search result screen.Ex: Company Name, Product Description, Person Responsible & Channel Partner on Opportunity transaction should be displayed on the Search result screen.
    So far, with the help of Anchor modeling we tried adding the Opportunity BP (BOOPPBusinessPartner) Segment and (BOOPPProduct) Segment to the BOOpportunity Parent segment in the Opportunity_Write Bdoc.And, we added fields from BP & Product segment to the List tile by drag & drop.
    Upon Generating the changes, the system did NOT populate the data for the new fields.
    Please advise us where we are going wrong.
    Thanks & Regards,
    Jagan.

    Hi,
    the way you tried to add some more fields in a list tile is not working.
    In lists the data is not retrieved from Business objects/collections but from record sets which are fetched from the main segment of the underlying query BDoc (I guess sth like OPP_blabla_QUERY).
    Therefore what you could do is to enhance this query BDoc and add these tables by joining them to the opportunity header table. In this case you also need to specify exactly these segment field names in the property of the new list column fields.
    Much faster (but a little bit dirty) would be to use the row loaded2 event where you can calculate the values you want to display. In this case the controls would have to be unbound.
    The second version would cost a little bit more performance, but this depends from the data volume.
    Regards,
    Wolfhard

  • I like the idea of auto back-up for my new iMac, Ipad and PC Netbook, particularly if I can access all files and data stored on any device.  But I have a Conceptronic router.  Will Time Capsule work with this and how?

    I like the idea of auto back-up for my new iMac, Ipad and PC Netbook, particularly if I can access all files and data stored on any device.  But I have a Conceptronic router.
    1. Will Time Capsule work with this and how?
    2. Can my printer USB be plugged in and then shared between the devices?
    3. Can I create a network and how?
    4.  What happend when a visitor logs onto my existing wireless router?
    I'm new to Macs (well a returning user having started with Mac Plus!!) and not very technical.  Any help / advice will be much appreciated.
    Ray

    The key to what you seem to want to do is to be able to get Apple's Time Capsule router to "join" the network that your Conceptronic router.  I believe that works with some third-party routers, but I've never seen a list of those that work in such a configuration and I have no experience with Conceptronic equipment.
    You might be better off with a Network-Attached Storage (NAS) device instead of a Time Capsule.

  • Can anyone tell me if you can select to view your podcasts in  TILE VIEW like before. thanks

    can anyone tell me if you can select to view your podcasts in  TILE VIEW like before. thanks

    I am having the same problems.  Firstly found out that I had a duplicate email address on two apple ids so I fixed that but now it wont let me verify the email address.  When I click on "verify email address" nothing happens.  So frustrating cos cant set up Facetime or iMessage on my iPad.

  • Having trouble auto-focusing using the digital display.

    My Rebel T3 seems to have problem auto-focusing indoors when using the digital display .  Seems to work fine using the viewfinder.

    Live View focusing is always going to be very slow.  It is not just your camera.
    Scott
    Canon 6D, Canon T3i, EF 70-200mm L f/2.8 IS mk2; EF 24-105 f/4 L; EF-S 17-55mm f/2.8 IS; EF 85mm f/1.8; Sigma 35mm f/1.4 "Art"; EF 1.4x extender mk. 3; 3x Phottix Mitros+ speedlites
    Why do so many people say "fer-tographer"? Do they take "fertographs"?

  • Sx10 auto focus not working

    I have an SX10 I am evaluating for rollout but the unit I purchased does not focus properly. When auto focus is enabled, it tries to focus for several seconds, then stops before completing the focus. I tried setting it to manual focus but there is no obvious manual focus mechanism on the device.
    Is the SX10 I have faulty or is there some trick to getting the auto focus feature to completely focus instead of the current half focus it does.

    Hello Dave -
    I have an SX10 in my office and I haven't seen anything wrong with it not focusing correctly on me.  Is there anything, even the littlest thing between the camera and yourself that is in the view of the camera that it could be focusing on instead?  For instance, mine is sitting on top of a table, and if I have the camera pointed down far enough to where it sees the table top, it will pick up and focus in on the edge of the table and not me that is farther away in the image.

Maybe you are looking for

  • How to get the return values from a web page

    Hi all :    how to get the return values from a web page ?  I mean how pass values betwen webflow and web page ? thank you very much Edited by: jingying Sony on Apr 15, 2010 6:15 AM Edited by: jingying Sony on Apr 15, 2010 6:18 AM

  • Headphone Output Not Working - Does Anyone Else Have This Problem?

    I bought my Macbook brand new 2 weeks ago and have taken it out twice in a padded case. I tried to use my headphones with my mac and the sound is only coming out of the left headphone... The right headphone makes a popping sound when i press play in

  • Relay access denied (state 14).

    I'm running a OS X Server (10.4) with some domains. It's been working fine untill now. I've added a new domain and pointed it to the server. When I'm trying to mail someone on the domain, from outside the server it just jumps back with an error messa

  • JSP   vs.    XML/XSLT

    Hi all! I'm in a bit of a dilema. As the least knowledgable member of our small development group (3 people incl. me) I'm caught in the middle of a pretty fierce debate over whether or not to we should implement JSP. Currently to seperate business lo

  • Restore production from standby database

    Hi, I would like to make a standby database for my production database. But, I have a basic question to restore my production database from standby database. There is a method to make it ? If I lost all files from production database, how to restore