Repositioning, grouping and align-to-grid of tilelist items

I am working on a shopping cart application, where as user can drag products from tree and drop in a TileList. But now I want to know, how to reposition, group and grid-align the TileList items. User can drag and drop the items wherever he wants in the tilelist and group them color-wise or price-wise. Is this possible with TileList component or do I need to use any other component. Please help me. Below is the TileList example..
          TileList
               |
               |
-----Red Color-----
product1     product2    product3
product9   product10
product11
------Green Color-----
product3     product5
product12  
product13  product14
------Blue Color------
product4     product7    product8     product6
and so on....

Why not just put the text in the frame instead of having one text frame on top of another? That way you only have one object instead of two. Right click that and choose text frame options to set the inset for that frame and then apply the text wrap to that frame.
You set the baseline grid in your preferences. With that setting it's document wide, but you can also set a separate baseline grid for individual text frames.
If I'm not understanding exactly what you're looking to do, please post a screenshot.
BTW, do yourself a favor a try to think in InDesign terms. You'll find it much find help.
Bob

Similar Messages

  • Ungroup a group and keep the scriptlabel for each item of the group

    Hi
    does someone know how to ungroup a group of rectangles with a certain label (example groupA) an give each rectangle a own label (the same text groupA)
    I can find the group and ungroup it but I can't label the rectangles...
    var oPageItems = app.activeDocument.allPageItems;
    for (var j = oPageItems.length-1;  j >= 0; j--) {if (oPageItems[j].label==("groupA")) {oPageItems[j].ungroup();)
    Please help

    Hi,
    before
    oPageItems[j].ungroup();
    go into the loop and set proper label to each item inside group:
    for (var k; k < oPageItems[j].length; k++)
    oPageItems[j][k].label = "groupA";
    assuming your oPageItems[j] is a group indeed.
    hope...

  • Re: Java Applet w/ Checkbox Group and Alignment Probs

    Bad idea:if( e.getActionCommand() == "Calculate")
    if( e.getActionCommand() == "Clear")
    ...Good idea:if( "Calculate".equals(e.getActionCommand()) )
    if( "Clear".equals(e.getActionCommand()) )
    ...Search the forum/web/API docs for an explanation ...

    But why won't the checkbuttons reset to false when I tell them to??
    Thanks

  • Material Groups and assocaited valuation class and cost element.

    Hi  Gurus
    Please help
    I can see in the config the material group and associated valuation class is for Items without a materisl master,  however where is the cost element derived,  as I cannot see this data anywhere. 
    Regards

    Hi
    For some POs on cost center, (account assignment category K for example), you should have to enter a material group.
    In configuration, you will assign a valuation class to these material groups (in spro, tcode OMQW). SAP will derive the cost element by reading table T030 (tcode OBYC) for the given valuation class.

  • Dashboards PowerShell Grid Widgets - Grouping and Sorting?

    First of all, to those who made Dashboard PowerShell Grid Widgets possible - Thank you, Thank you, Thank you.  Love it!  So much more power except for the output......
    Is there a way to group and sort my results or is it my system?  Clicking the column header doesn't seem to work, no personalize option, nor does sorting in the script seem to work. 
    Thank you. 
    BTW, it looks like the dashboard is sorting by ID no matter what one does.

    Tried it, doesn't work. Moreover, the example in the link uses CreateInstance
    whereas I'm using CreateFromObject.  Below is my code.  If I run the first two lines from the SCOM PS command prompt, I receive a nicely sorted results.  Not so in the PowerShell Grid Widget (PsGW).  If I change
    my sort property to Id, then the output order matches the PsGW.  So is this a result of using
    CreateFromObject?
    Editorial Feedback for the SCOM Team:  From all the examples I've seen on the web, and most seem to be derivative of two or three MS examples, the trend appears to be that CreateInstance
    is used for the PowerShell Web Browser Widget and everyone seems to be enamored by its capabilities.  It sure is pretty, but for my environment doesn't offer a great deal.  I feel the real meat and potatoes is PsGW - being
    able to create one's own output.  I'd love to see more examples of the methods in ScritpContextObject (who's link I'm unable to add) that have nothing to do with the web. 
    $class = Get-SCOMClass -Name Microsoft.Windows.Cluster.Group
    $clstrGrpRes = Get-SCOMClassInstance -Class $class | ? { $_.HealthState -ne "Uninitialized" } | sort-object -property Name -Descending
    foreach ($gRes in $clstrGrpRes)
    $dataObject = $ScriptContext.CreateFromObject($gRes,"Id=Id,Health=HealthState", $null)
    $dataObject["Cluster"] = $gRes.Name.Split(".")[0]
    $dataObject["Group Resource"] = $gRes.Name.Split(".")[1]
    $dataObject["Hosting Node"] = ($gRes | % { $_.values } | ? { $_.Type.ToString() -eq 'GroupActiveOnNodeDuringDiscovery' } ).value
      $ScriptContext.ReturnCollection.Add($dataObject)
    

  • EA1 - SQL Formatter issues (JOINs and GROUPs and ORDER BY oh my ;)

    Great job with improving the SQL Formatter, but it still has some bugs that need to be worked out.
    The key words JOIN and it's modifiers INNER, LEFT, RIGHT and FULL OUTER are not recognized as master key words. As such they end up flush against the left margin Also when GROUP BY and/or ORDER BY key words are present in an outer most select statement the other key words are not indented far enough to be right aligned with the end of the word BY and are indented too far to be right aligned with the word GROUP or ORDER. In sub queries, GROUP and ORDER BY are correctly right aligned with their respective SELECT statements.

    We're picking up and collating the Formatter issues. I'll add these.
    Specific bug for these #7013462
    Sue

  • How to remove Disk Group after deinstall of Grid Infrastructure

    Hello,
    I deinstalled an Oracle Grid Infrastructure for a standalone server. I made the mistake of telling OUI not to drop the Disks/Disk Group. Now when I try to do a new install it shows the disks as members of a Disk Group already on the page 'Create Disk Groups'. How can I get those disks out of the disk group? I tried oracleasm but it does not see any Disk Groups.

    OS is CentOS 5.6
    I am using formatted (ext3) logical volumes. Let me explain a bit why I am doing this. This is a system I lease for my own personal use. I am leasing it so that I can learn Oracle High Availability. Unfortunately due to how each VM is provisioned only a single virtual disk (raw disk) is allocated per instance. I have not leased a dedicated server due to the cost and so do not have/cannot get multiple raw disks. The logical volumes aren’t setup with any RAID on my virtual machine as there are just additional LVM’s assign internally to my server. The underlying host server uses RAID-10.
    When I set up the Disk Group "DATA" for ASM I used the following:
    [root@remarkable:/dev/mapper]pwd
    /dev/mapper
    [root@remarkable:/dev/mapper]ls -l
    total 0
    crw-rw-rw- 1 root root 10, 63 Jul 2 12:55 control
    brw-rw-rw- 1 root disk 253, 0 Jul 2 12:55 VolGroup00-LogVol00
    brw-rw-rw- 1 root disk 253, 2 Aug 10 18:07 VolGroup00-LogVol001
    brw-rw-rw- 1 root disk 253, 3 Aug 10 18:07 VolGroup00-LogVol002
    brw-rw-rw- 1 root disk 253, 4 Aug 10 18:07 VolGroup00-LogVol003
    brw-rw-rw- 1 root disk 253, 1 Jul 2 12:55 VolGroup00-LogVol01
    That worked fine when I set it up initially. But then I realized the groups were not set correctly for the oracle user or the ASM home after I did the install. So I uninstalled the ASM and then set the groups correctly for the Oracle user. However, when I uninstalled the ASM I mistakenly chose not to blow away the disk group. So now when I try to install the Grid Infrastructure using OUI it shows the 3 disks I want to use as already being members of a Disk Group and I don't know how to change that. I tried the oracleasm deletedisk command but oracleasm does not think any disk groups exist.
    [root@remarkable:/dev/mapper]oracleasm listdisks
    [root@remarkable:/dev/mapper]oracleasm deletedisk Disk1
    Disk "DISK1" does not exist or is not instantiated
    So I am not sure where to go from here.

  • Whats the functional difference between dbconole and using the Grid control.

    I know this may seem like a strange question, but I was wondering if I only have one instance on my server, would benefit would i gain if I installed and configured the grid control
    over the dbconsole that comes with the 11gr2?
    I know the Grid control can discover many databases, but what else can it do that the dbconsole cannot?
    thanks!

    Hi,
    Indeed good question.
    It depends on installation type you selected. But are responsible for user administration in terms of creating, deleting, updating and role assignment tasks to users and groups.
    --CUA is meant for ABAP Installation. CUA is responsible for entire landscape user administration works with RFC connection talking to all ABAP systems
    --UME is meant for Java installations, plus UME is responsible for handling communication between ABAP users and java users.
    UME
    For more details see below links all advantages and disadvantages of both systems and comparisons deliberately.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/d2/3e3842b23d690de10000000a155106/frameset.htm
    Thanks,
    Amit Lal
    P.S Please don't forget to reward pts.

  • Grouping and Decimal characters in rtf templates.

    Hi guys and girls,
    I’m really struggling with a problem here regarding the decimal characters for the prices in my output.
    I'm using XML Publisher 5.6.3.
    My goal is to control the grouping and decimal character from my template.
    The numbers in the XML data file can either be 10.000,00 or 10,000.00. The format is handled by the users nls_numeric_characters profile option.
    The output of the template shall be based on the locale and not the data generated by Oracle Reports. For example: Reports to US customers shall show the numbers in the following format 10,000.00. Reports to our European customers shall show the numbers in this format 10.000,00.
    How can I achieve this in my templates? Can it be achieved at all?
    Thank you in advance.
    Kenneth Kristoffersen
    Edited by: Kenneth_ on May 19, 2009 1:30 AM

    Hi,
    Thank you for your reply.
    The problem is that the report is generating the output based on the users profile option nls_numeric_characters.
    I have tried to override the users profile option in the before report trigger without any luck. I can alter selects so the query gets the numbers in the right format but then I would have to go through all queryes and reports which seem a bit wrong? Especially for the standard Oracle reports.
    BR Kenneth

  • Sum of LineCount Including Groups and Detail Data On Each Page Used To Generate New Page If TotalPageLineCount 28

    Post Author: tadj188#
    CA Forum: Formula
    Needed: Sum of LineCount Including Groups and Detail Data On Each Page Used To Generate New Page If TotalPageLineCount > 28
    Background:
    1) Report SQL is created with unions to have detail lines continue on a page, until it reaches page footer or report footer, rather than using  subreports.    A subreport report is now essentially a group1a, group1b, etc. (containing column headers and other data within the the report    with their respective detail lines).  I had multiple subreports and each subreport became one union.
    Created and tested, already:
    1) I have calculated @TotalLineForEachOfTheSameGroup, now I need to sum of the individual same group totals to get the total line count on a page.
    Issue:
    1) I need this to create break on a certain line before, it dribbles in to a pre-printed area.
    Other Ideas Appreciated:
    1) Groups/detail lines break inconveniently(dribble) into the pre-printed area, looking for alternatives for above situation.
    Thank you.
    Tadj

    export all image of each page try like this
    var myDoc = app.activeDocument;
    var myFolder = myDoc.filePath;
    var myImage = myDoc.allGraphics;
    for (var i=0; myImage.length>i; i++){
        app.select(myImage[i]);
        var MyImageNmae  = myImage[i].itemLink.name;
        app.jpegExportPreferences.jpegQuality = JPEGOptionsQuality.high;
        app.jpegExportPreferences.exportResolution = 300;
           app.selection[0].exportFile(ExportFormat.JPG, File(myFolder+"/"+MyImageNmae+".JPEG"), false);
        alert(myImage[i].itemLink.name)

  • What  is difference between user group and reference user group?

    hi
    guys,
            what  is difference between user group and reference user group? 
    your regards
      p.suresh

    Hi ,
    Chk the link below for your clarifiacation.
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/5c/c1c81c445f11d189f00000e81ddfac/frameset.htm
    Hope it helps.
    Regards,
    Amit
    Edited by: Amit Kotwani on Sep 2, 2008 2:15 PM

  • PO Change according to material group and G/L Account no.

    Hi Expert,
    I have a requirement of "PO Change according to material group and G/L Account no.". I am using BAPI_PO_CHANGE.
    But it is giving error.
    "I 06 684 Releases already effected are liable to be reset
    E BA 003 Instance 4500010532 of object type PurchaseOrder could not be changed
    E ME 046 Purchase order item 00010 still contains faulty account assignments
    W ME 039 Goods receipt posted unvaluated due to multiple account assignment
    E ME 083 Enter G/L account no."
    Can any body tell me how to fill this BAPI.......
    Even i am trying to debug standard tocde of PO but it is not calling bapi BAPI_PO_CHANGE.
    Could you please help me on this.
    Regards
    Sanjay Kumar

    Hello,
    To assign material group to G/l account you have to matain valuation class for Material group
    SPRO >> Materials Managment >> Purchasing >> Material Master >> Entry aids for items with out material master.
    Assign this valaution class to G/l in OBYC.
    Regards,
    Shailesh

  • Would Like to Get Report of Daily Emails In and Out from Members to a DL Exchange version : 2007 I am the supervisor for the group and want to quantify this information. I do not need to see the content, just quantity is it possible ?

    Would Like to Get Report of Daily Emails In and Out from Members to a DL
    Exchange version : 2007
    I am the supervisor for the group and want to quantify this information. I do not need to see the content, just quantity
    is it possible ?

    Well, distribution groups don't really have a concept of "in" or "out". They only serve to distribute messages sent to them -- unless you're asking to know who was a member of the distribution group at the time a message was sent to the DL.
    Message tracking logs hold the information you want, though. You'd have to look for EXPAND events that reference the distribution group and take the sender's e-mail address from that event. If the DL is a simple one that's not a member of any other groups
    you could also look for RECEIVE events sent to the e-mail address of the group and get the sender's name from that event.
    You can use Powershell extract the rows of data from the logs, but you'll have to write the code to get the data out of those rows and into a format you want. Perhaps LogParser could be useful in place of Powershell?
    --- Rich Matheisen MCSE&I, Exchange MVP

  • Update showing up in "Compliance 5 - Specific Computer" Report even after removing the update from the Software Update before creating Group and Package

    So I've created a Software Update Group and I did NOT want anything in there dealing with Internet Explorer 11 since the organization is currently stuck at using 10 as the highest. So I made sure that Internet Explorer was NOT in the list and then I deployed
    the package. 
    After running my Overall Compliance report it shows that the systems are compliant, but when I view the "Compliance 5 - Specific Computer" I see that "Internet Explorer 11 for Windows 7 for x64-based Systems" is listed in the report. 
    This is just a testing phase right now and I have not created a WSUS like Domain level GPO. I understand that the SCCM client creates a local policy on the clients for the location of the Software Update Point (Specify
    Intranet Microsoft update service location), but the "Configure Automatic Updates" policy is set to Not Configured, which it looks like when this
    is set, the "Install updates automatically (recommended)" at 3AM is the default. 
    Is the reason why the "Internet Explorer 11 for Windows 7 for x64-based Systems" update is showing up in the list due to the fact that the "Configure
    Automatic Updates" policy is set to Not Configured
    and therefore it is still reaching out to check Windows Update online? 
    So, if I do create a Domain level GPO to Disable the "Configure
    Automatic Updates" policy, then the "Internet Explorer 11 for Windows 7 for x64-based Systems" update would not show up in the "Compliance 5 - Specific Computer" report?
    By the way, I have a Software Update Maintenance Window configured for the hours of 1AM-4AM so the 3AM default time falls within this time frame, therefore, I am assuming the SCCM 2012 client will not allow the Windows Update Agent to install the "Internet
    Explorer 11 for Windows 7 for x64-based Systems" update, even though it has detected it is "Required". 
    Thanks

    But, don't you need a Deployment Package in order to deploy the Software Update Group? The Software Update Group uses the downloaded updates contained in the Deployment Package located in, wherever the Package Source is, right?
    One more quick question that you will know right off hand, because, well, you just will I'm sure.
    No. The software update group really has nothing to do with any update packages. The update group assigns updates to clients and in turn clients use update packages to download assign and applicable updates from. There is no connection between the two though
    as the client can download an update from any available update package. Thus, it's more than possible to updates in an update package that are not in any update groups and it is also possible for an update to be in an update group without being in any update
    package.
    If the "Configure Automatic Updates" policy is set to "Not Configured" and since this keeps the 3AM Automatic Updates default, if I was to remove the Software Update Maintenance Window from being between 1AM-4AM, will the WUA agent install updates
    at 3AM, or no because the SCCM 2012 client still manages and oversees it and basically blocks that from occurring?
    No, ConfigMgr does not in any way block the WUA; however, the WUA can only autonomously install updates it downloads directly from WSUS. Thus, since there are no updates approved or downloaded in your WSUS instance, there's nothing for it to download and
    install. If you happen to actually be going into WSUS and approving updates (which you should not be doing as its unsupported), then yes, it actually would install updates -- this is outside of ConfigMgr's control though. Generally, disabling the WUA via a
    GPO is the recommended to prevent any accidental installations or reboots (as the WUA wil also check for initiate pending reboots outside of ConfigMgr).
    Lots more info in these two blog posts:
    - http://blog.configmgrftw.com/software-update-management-and-group-policy-for-configmgr-what-else/
    - http://blog.configmgrftw.com/software-updates-management-and-group-policy-for-configmgr-cont/
    Jason | http://blog.configmgrftw.com

  • Restriction on division, material group and material.

    Hi friends,
    current model,
    infocube details as below,
    0division, 0matl_group, 0material, currency, Base_unit, amount, quantity
    Bex PLAN Query as below,
    variables on 0division, 0matl_group
    rows - 0material
    columns - amount and keyfigure
    now when the user selects a perticular division from the variable then he should be able to select only those material groups which are allowed under that selected division and similarly material, only those materials allowed selected division and selected matl_group.
    I am talking about selecting from the variable (F4).
    currently all material groups and all materials are allowed to select after selecting a division..
    thanks in advance.

    thanks, i solved it

Maybe you are looking for

  • 3D Tween Image Quality Issues

    Hi all, I'm using 3D tweens for  animations on my site.  Problem is, that at the end of the tween, the  image quality of the movieclip I'm tweening is pretty bad.  For example,  I have seom text in the movie clip that I'm tweening, and it's kind of 

  • Running out of application memory - AVCHD MultiCam edit

    I need help badly. I'm editing a MultiCam sequence, consisting of (3) AVCHD video tracks.  I'm getting a constant error message: "Your system has run out of application memory", then pauses, or is not responsive. Basic setup: Premiere Pro CC 2014 iMa

  • How do I Export iPhotos from '06 to "08

    I exported iPhotos in '06 in JPEG why did I get all of the iPhoto junk on my disc. Now it won't let me import them into iPhoto '08. What kind of nosence is this?

  • Is it possible to catch 400 rows exceeded message( system generated )

    Hi all, I want to catch the exception throw by the system when the no of rows in VO exceeds the profile value say 400, and want to display a custom message or a popup window. Thanks Babu

  • ASSIGN COMPONENT x OF STRUCTURE not assigning !

    Hello, the problem is that the component PAKET is not getting assigned to my field symbol (<l_str_applparam> type any) and i don't understand why. The PAKET field is type INT4 and the value is 1111.  The importing structure i_str_applparam is also ty