Drop target size/orientation with skinned List changed from 4.0 to 4.5

I have a project that we recently moved from Flex/Flash Builder 4 to 4.5.  We have a skinned list with a horizontal orientation with the items in the list skinned with a button skin.  The user is allowed to drag buttons from a list of available items into another list of items they want.  When compiled in 4 with the 4.1 SDK, the drop area was the entire list area on the screen (it will hold about 5 of the buttons).  In 4.5, the drop area is only the width of 1 button, and appears to go down vertically instead of to the right horizontally.  If I extend the size of the list vertically, I can drop in any vertical position below the 'first' position, but cannot go to the right of the first position  to drop.
It appears that whatever is computing the drop target area for the list is not honoring the layout of the list - it appears to always set up the drop area vertically.
Again, all of this worked as expected in 4.1, it is only after compiling in 4.5 that this started.
In addition, I had to add a call to event.stopImmediatePropagation() in the drop event handler, or else the item was added to the 'I want this' list 2x - I'm guessing 1x in my handler, and 1 additional time in a new 'automatic' drop handler for spark lists.
Any idea how to fix the drop area?  It is very annoying for the users.
Mark

Never mind, found the problem.
In our application, we also added a new menu and navigation bar.  The navigation bar has a 'history' panel that when you click on it, it 'swings down' and the user can click prior navigation points to return to.  This history panel, even though hidden with 'visible = false', was still blocking the drop area.  We had to set the history panel 'enabled = false' as well as 'visible = false' when it is not on the screen.  Once this was changed,  it quit blocking the drop area.  I found it when testing a different drag target that also fell under the 'history panel' area.

Similar Messages

  • Syncing with iPod after changing from Windows to Apple

    My Sony Vaio laptop running on MS Windows 7 crashed and I bought an Apple MacBook Pro as a replacement. After downloading iTunes, loading a few of my CDs, and connecting my iPod Nano, iTunes recognised the iPod as being connected but refused to sync. What do I do to get my MacBook and iPod on proper speaking terms.

    You should probably do a Restore.  If the iPod appears in iTunes, select it and go to its Summary tab.  The Restore command is there.  This will erase the iPod (formatting the storage for Mac OS in this case), re-install its software, and set it to default settings.

  • How to schedule job with spool list recipient in CPS ?

    Dear Guru,
    i import job with spool list recipient from r3 to cps and schedule in CPS, job is finished but there is no spool send to the recipient ?
    Please advise ?
    Best regards,
    Supat Jupraphat.

    What job definition did you use? SAP_AbapRun? SAP_AbapRunPrint? SAP_AbapRunPrintExt?
    Do you have XBP 2.0 or 3.0 in the SAP system? (check SE38 > INITXBP2)
    Have you loaded the CPS transport files in the SAP system?
    Note that using spoollist recipients either involves SAP_AbapRunPrintExt in combination with XBP3.0
    OR
    It involves SAP_AbapRun or SAP_AbapRunPrint and XBP 2.0 using transportation files in the SAP System.
    Please check the section of the CPS admin guide called: "Enhanced SAP Interfaces with Redwood Transports"
    Regards,
    David

  • Image as drop target for drag and drop

    was wondering how I can make an image to be a drop target using the dnd api. so far from what i've seen it takes only java components to be target, so if anyone has any ideas it will be great.
    thanks

    I don't know why your DropTarget implementation doesn't work, but an alternative, more high-level way of doing what you want is to use a TransferHandler:
            canvas.setTransferHandler(new TransferHandler() {
                @Override
                public boolean canImport(TransferSupport support) {
                    if (support.isDataFlavorSupported(DataFlavor.stringFlavor)) {
                        support.setDropAction(DnDConstants.ACTION_COPY);
                        return true;
                    return false;
                @Override
                public boolean importData(TransferSupport support) {
                    try {
                        String text = (String) support.getTransferable().getTransferData(DataFlavor.stringFlavor);
                        System.out.println(text);
                        return true;
                    catch (Exception ex) {
                        ex.printStackTrace();
                        return false;
            });

  • Unable to open Adobe Reader with ability to changes PDF to word

    adobe reader with ability to change from pdf to word stopped working I purchased a new year and it does not work?

    John,
    Glad to hear everything is working. I'm surprised, too, though, because these subscriptions are on auto-renewal when you subscribe (unless you cancel before the subscription runs out).
    So....I just double-checked your account.  You had a CreatePDF basic subscription which expired on August 28 (I'm guessing that one wasn't on auto-renewal).
    In any case, I think all is well now!
    Best,
    Sara

  • How do I target a specific frame of an .swf from an HTML document

    I am creating a site half of the site if Flash application and the other half is HTML based, I can link to the HTML pages from by Flash site, but I can't seem to find out how to target a specific withing my Flash site from the HTML, no matter what I do it only links to the 1st frame of the .swf. Can somebody help me please.
    I am using AS2 for the flash portion and Dreamwaver CS3 for the HTML (or CSS).

    Sorry, I don't know what AS2 is .
    If you're using Flash or Swishmax, the workflow would go something like this:
    Copy your original work file.  Delete portions you don't need.  Save as project 1. Export as project1.swf.
    Open original work file. Delete other portions you don't need. Save as project 2. Export as project2.swf, and so on.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • How to increase size of the field say product_code from 40 to 300?

    Hi,
    I have one form, I need to increase the size of the feild from 40 to 300?
    am new to forms, can any one please give me detailed steps on how to do that?
    Thanks in advance.

    Hey this is my clear pblm,
    I have a form say sk_form1.fmb and say a table called sk_tab1(col1 number, col2 varchar2(100)
    In this scenario I got a requirement say, col2 size of sk_tab1 should be changed from 100 to 250.
    I have done below
    alter table sk_tab1 modify col2 varchar2(250); -- from database side,
    now I have opened form using formbuilder in unix
    frmbld.sh sk_form1.fmb
    now my doubt is how to know that what feild is my col2 in db and how to change that?
    may be a basic question but a newbie in forms
    Thanks for your help in advance

  • Drag and Drop Interaction with 50+ Drop Targets

    Hello,
    I'm fairly new to Captivate 7 but very familiar with Flash. I'm tasked with a project that I would like to do with the drag and drop interaction widget from Captivate 7. Basically, we need our learners to identify the locations of our resorts on a map. Select the name of the resort, drag and drop it in the city/state or country where located. My question is can Captivate handle this task? To me, it seems as a large task for Captivate to handle, and so I was thinking of coding it in Flash.
    Here is what I need:
    1.- List of all the properties at bottom with the drop target being a map of the US or world and have the location for each property as the drop target.
    2.- When the resort/property is selected, the name will change to the three letter code. Example: New York City, when clicked = NYC and the map itself to reflect the 3 letter code once dropped on the map if correct.
    3. If incorrect, the listed item will revert to the long name and return to the list.
    4. If this can be graded, it would be best.
    I can break the project into different regions but if I wanted to keep all 300+ properties in one module, will it be an issue? At the very least, I would need to do a minimum of about 50 per module.
    Thanks all! I've found this forum to be extremely helpful and the members seem to be eager to help.

    var matchingTargetName:String =(event.target.name).substring(0, 1);
    Change the name of the target to A and B and the mc A1, A2, A3, A4... and B1, B2,B3...

  • Changing to a paper size that is not listed

    How do I change to a paper size that is not listed in the drop down menu? Thanks /

    What paper size?  There are minimum and maximum paper sizes the printer can handle.  There are additional limits on the sizes that can be printed borderless. To set custom paper sizes in Windows 8.1 do the following:  go to the Devices and Printers folder.  Single click on the HP Photosmart 7520 series.  Near the top of the Devices and Printers folder will be a new item "Print Server Properties".  Click on this , then click Forms, Create a new form, type a Form name, set the proper size and margin size, Save Form, Apply, OK.  Next close any open printer windows, the right click on the photosmart 7520 and select Printing Printing preferences.  The new paper size should now be available.

  • Problem with internet. When i open System preferences, Network, message drops down: 'your network settings have been changed by another application'. I click OK, but it drops a message again and again, preventing me to do anything about the setting.

    Problem with internet. When i open System preferences, Network, message drops down: 'your network settings have been changed by another application'. I click OK, but it dropps the message again and again, preventing me to do anything about the setting.

    A Fix for "Your network preferences have been changed by another application" Error 
    In the Library/Preferences/SystemConfiguration/ folder delete the following:
    com.apple.airport.preferences.plist
    NetworkInterfaces.plist
    preferences.plist
    com.apple.nat.plist
    You will have to re-configure all your network settings since deleting.
    (10.4.10)
    Use Software Update to update your OS to last version of Tiger.  Install all the other updates that goes along w/it.

  • PDF file size grows each time form is saved (with no data changes). Why?

    I have an SAP Adobe form (PDF) and we are seeing a difference in the Save behavior between when it is viewed in Adobe Reader vs. the adobe plug-in(?) for Internet Explorer.
    When the form is viewed in Internet Explorer, every time the user saves the form the file size grows (even with no data changes in the form - i.e., open the form, hit save).  This is not true if the form is opened in Adobe Reader.
    The form in question has multiple pages but the only fields directly bound to the SAP source are a handful of identifiers (e.g., order number) and a dynamic table.  It appears from our testing that the more entries in the table when the form is created, the greater the size increase each time the file is saved.  The table length is not changed after the form is first generated.
    Is there a known difference in the behavior of Adobe Reader vs. the browser plug-in which would account for this difference?  Our users have Adobe Reader X installed on their machines.

    If this is an XFA form, as opposed to an Acroform, you should ask in the LiveCycle Desiger forum or a more relevant LiveCycle forum.

  • I have created a spreadsheet on numbers for ipad with a list of customers as a drop down menu. How can i make their address appear underneath when i select the customer?

    I have created a spreadsheet on numbers for ipad with a list of customers as a drop down menu. How can i make their address appear underneath when I select the customer?
    iselect the customer?

    Hi bazza,
    We won't be able to put the address from a formula into the same cell that you enter the customer's name. We can put the address in the cell under the customers name.
    First let's take James advice and concatenate the address in the address table.
    Here is the formula in G2
    =CONCATENATE(B2&"
    ",C2&"
    ",D2&"
    ",E2)
    It shows this way because after I clicked on B2 and typed [&"] (no brackets) I typed option-return
    This gives you your new line. Then I typed the closing ". I repeated this for the rest of the address.
    Next we want to bring this to your order sheet. I prefer using the two formulas OFFSET and MATCH instead of VLOOKUP.
    base tells OFFSETwhere to start counting from. Click A1.
    row-offset is for the row. we will use MATCH() -1 to give us the row.
    What MATCH does is give you the row number where something is found and you can specify an exact match. I usually construct the MATCH formula first and then cut and paste it into OFFSET. MATCH looks like this: MATCH(A2,Table 1::A,0). A2 is what we are looking for, Table 1A::A is where we are looking (the entire column A), and 0 means we want an exact match. Can you see it inside the OFFSET formula? Notice that we had to subtract 1 from its result.
    column-offset tells OFFSET which column A=0 so we want 6.
    we ignore "rows", "colomns" we don't need them.
    If this seems like too much, just break it down into small pieces.
    quinn

  • Change grid size together with the paths sticking to it

    Hi! This is my first question in the Adobe forums!
    I have made a simple score in my own music notation with the help of the grid in AI CS7. However, I set the wrong page size and now I have to everything over again. My question is: Can I fit thwe whole thing on an art board with a smaller size along with the grid? I want to keep everything but the size of the art board. So how do I change the grid ALONG with the objects and lines that are "stuck" to it? I hope my question is clear. Let me know if it isnt and I will clarify.

    I think I fixed it. I will try later today to set the grid size the same as the width of the page and subdivide it this way. It would solve it if I could SET the artboard width to be anything: 1cm, 30cm, 100000 cm without changing the size of it.
    -Joakim
    Den 9. juni 2014 kl. 23:47 skrev Jacob Bugge <[email protected]>:
    change grid size together with the paths sticking to it
    created by Jacob Bugge in Illustrator - View the full discussion
    Joakim,
    As mentioned, the grid is a rather fluid thing, if it is the one I presume so you cannot rely on it for alignment and the like.
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6445830#6445830
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Illustrator by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • HT4509 The globe button swaps places with the 123 button on iPhone 6 when the phone orientation is changed from upright to landscape or the other way arround. This is very confusing and makes it hard to type fast.

    The globe button swaps places with the 123 button on iPhone 6 when the phone orientation is changed from upright to landscape or the other way arround. This is very confusing and makes it hard to type fast.
    Is there a way to change that?

    iOS 8.1 didn't fix this

  • Change Camera Auto Orientation with Script

    Hello,
    I'm trying to figure out how to change the auto-orient setting for a camera in my script. From page 41 of the AE scripting guide it looks like I should be able to affect auto orient with
    " app.project.item(index).layer(index).autoOrient " this allows me to pull up a numeric value for auto orient, however, I'm not really sure how I could go about setting this to a false, I've tried assigning it to false directly but that doesn't seem to work. The guide says to use "AutoOrientType.NO_AUTO_ORIENT " But this if I try something like this I'm just getting undefined returned:
    var myProj = app.project
    var myComp = myProj.activeItem
    var targetLayer = myComp.selectedLayers[0]
    targetLayer.autoOrient.AutoOrientType.NO_AUTO_ORIENT
    Can anyone point me in the right direction, what am I doing wrong here?
    Thanks!

    Try changing your last line to this:
    targetLayer.autoOrient = AutoOrientType.NO_AUTO_ORIENT;
    Dan

Maybe you are looking for

  • Your search cannot be completed because no search service is available- SP2013

    Hi, We have an application page, in which we need to retrieve the search results in SP2013. However, the query always returns the error "your search cannot be completed because no search service is available". Please find the code below. using (SPSit

  • Contacts disappeared, Can't sign in or out of iCloud

    I upgraded to Mountain Lion, and there are two problems: 1)  My Contacts are all gone.  Totally blank Contacts.  However, when I use Mail, it's clearly still accessing my address book, as my contacts auto-fill when I type (although when I try to go t

  • Iconcertcal will not let you open Itunes through Front Row

    Itunes has not been opening through Front Row. I just got off the phone with tech support, and it was because of an Itunes download called iconcertcal. As soon as I removed it, everything worked fine! I don't see it listed on the Apple website anymor

  • Best way to add additional parent child attribute values.

    I have a parent Child attribute in my dimension.  I am currently displaying the correct ID value as the business wants.  So now they can see the rollup of the ID(intOrgNodeID values.They would also like to see the same rollup of the Name (vcharOrgNod

  • 0 quantity in item category of delivery

    Dear All, I would like to know the definition of "check quanttiy  0" in item category of delivery. There is 4 options    No dialog A Note about the situation B dismiss situation with error message in create / change mode C dismiss situation with erro