Anyone have a custom "revolving" data grid?

Rather than the plain scroll-up, scroll-down datagrid, I'm
looking for one that revolves like the tread of a tank. Kinda like
each end of the datagrid is attached to a roller and scrolling up
or down rolls the datagrid out. Just curious if anyone has seen
different, custom datagrids.

I've used the distortion effects in a recent project of mine.
However it's not what I'm looking for. I don't need any state
changes or transitions. The effect I'm looking for is a conveyor
belt-type datagrid.
Imagine a datagrid, but instead of it being confined to a
window, the top and bottom of the data grid either slightly fade or
slightly "bend" around the top or bottom.
Here is my desired "effect" for the datagrid except instead
of the horizontal rotation of this example, I'd want my datagrid to
rotate vertically
http://www.actionscript.org/showMovie.php?id=1284
As you can see, the ends seem to "bend" as they approach one
side or another.
maybe it's just not possible but figured I would ask here
anyway.

Similar Messages

  • Custom System Data Grid

    Hi!
    I need a custom data grid, explaining:
    I need to made custom list of specific files, in the System data grid I can use the drag and drop files to desktop, but how I made the drag and drop work in the custom data grid of list of files?
    I tried to show in the data grid the path of the file, and drag this, but the error is:
    "Data for file list format must be an array of Files"
    But, how I made a "array of files"?
    Sorry to my bad english =)
    Thanks a lot! =)

    Hello chhavs,
    If you listen to the DataGrid's headerRelease event, the event has a property columnIndex to let you know which column the user wanted to sort. So you don't need 10 functions, just one with a switch statement, which is reasonable.
    private function handleHeaderRelease(event:DataGridEvent):void
    var sort:Sort = new Sort();
    var field:SortField;
    switch (event.columnIndex)
    case 0:
    field = new SortField("fieldA");
    break;
    case 1:
    field = new SortField("fieldB");
    break;
    case ...
    sort.fields = [field];
    masterRecords.sort = sort;
    masterRecords.refresh();
    Thanks,
    Philip

  • Anyone have a customer services number to call?

    $$ being taken out of my account monthly for CC but now told my "trial" is over??  Need to talk to someone as the help online is not sufficient. Need to get this fixed

    orders, returns http://helpx.adobe.com/x-productkb/global/phone-support-orders.html

  • Anyone have a customer support phone number for Adobe??

    Want to cancel my subscription

    No need to call. Just go here---> Cancel your membership or subscription | Acrobat, Document Cloud PDF services

  • Check boxes in Data grid

    Hi,
    I have check boxes in data grid, using action script how do i get the values of check boxes that were selected ?
    Can anybody guide me here.
    <mx:DataGrid id="targetBaseAdd" width="100%" height="100%" dataProvider="
    {Application.application.ccModel.initializeBusinessUnitData.initializeBusinessUnit.baseArra y}">
     <mx:columns>
     <mx:DataGridColumn headerText="" width="20">
     <mx:itemRenderer>
     <mx:Component>
     <mx:HBox width="100%">
                    <mx:CheckBox horizontalCenter="0"/>  </mx:HBox>
     </mx:Component>
     </mx:itemRenderer>
     </mx:DataGridColumn>
     <mx:DataGridColumn headerText="Base" labelFunction="baseTargetList"/>
     </mx:columns>  
    </mx:DataGrid>
    Thank You,
    Anu.
    </mx:HBox>
     </mx:Component>
     </mx:itemRenderer>
     </mx:DataGridColumn>
     <mx:DataGridColumn headerText="Base" labelFunction="baseTargetList"/>
     </mx:columns>  
    </mx:DataGrid>
    Thank You,
    Anu.

    refer following examples:
    http://blog.flexmonkeypatches.com/2007/11/06/datagrid-checkbox-itemeditor/
    http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Flex/Q_23237167.ht ml

  • Since the debut of iCloud, I cannot add spouse, child etc... data to the address book.  Anyone have a clue how to get it back??

    Ever since iCloud went live, I cannot add any spouse, child etc... info to the address book.  Anyone have an idea how to get this back.  I tried to reset the template, looks like it has been removed.  I also de-selected the iCloud and selected on my local Mac in the accounts area in preferences. Still no luck. My address book entries prior to iCloud still have all the data and I'm able to modifiy if desired.  Any ideas??

    I copied this from an extremely knowledgable iTunes for Windows user in another discussion. Maybe this will help.
    In Windows, you can restore much of the look & feel of iTunes 10.7 with these shortcuts:
    ALT to temporarily display the menu bar
    CTRL+B to show or hide the menu bar
    CTRL+S to show or hide the sidebar
    CTRL+/ to show or hide the status bar (won't hide for me on Win XP)
    Click the magnifying glass top right and untick Search Entire Library to restore the old search behaviour
    Use View > Hide <Media Kind> in the cloud or Edit (iTunes) > Preferences > Store anduntick Show iTunes in the cloud purchases to hide the cloud items. The second method eliminates the cloud status column (and may let iTunes start up more quickly)
    If you don't like having different coloured background & text in the Album (Grid) view use Edit(iTunes) > Preferences > General and untick Use custom colours for open albums, movies, etc.
    With iTunes 11.0.3 you can enable artwork in the Songs and playlist views from View > Show View Options (CTRL+J) making it more like the old Album List view.
    If you are a Mac user, all you have to do is start navigating through the menu items at the top of the screen to find just about everything that is mentioned here.

  • My custom Tool tip on spark data Grid don't work ?

    I want to add panel component as my tooltip for each row in my Spark DataGrid. So when mouse rollover the user can see the information for each the ship. I want a panel as my tooltip for dataGrid cause I want to organize my data neatly and also place a image in the panel.
    I came across :http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf60d65-7ff6.html  where they show an example of "Implementing the IToolTip interface" using the panel.I tried manipulating the codes but it didt work for my spark dataGrid.
    So my question :
    Can some one pls show me how I can use the Panel as my tool tip for each row in spark data grid.
    I have been struggling for quite some time.If possible pls Give me an example.
    This is my codes below (I tried to follow the example from :http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf60d65-7ff6.html#WS2d b454920e96a9e51e63e3d11c0bf60d65-7ff4 -"Implementing the IToolTip interface")
    My MXML Application codes :
        <fx:Script>
        <![CDATA[
            import DesignItemRenderer.PanelToolTip;
            import mx.events.ToolTipEvent;
            import mx.collections.ArrayCollection;         
            import mx.controls.Alert;  
            import spark.events.GridEvent; 
            [Bindable]
            private var myArrivalShips:ArrayCollection = new ArrayCollection([
                {arrivalShipsName:"Ship A", ETD:"12 March"},
                {arrivalShipsName:"Ship B", ETD:"25 March"}            
            private function createCustomTip(event:ToolTipEvent):void {
                var ptt:PanelToolTip = new PanelToolTip();
                ptt.title = "my Ship Info";
                ptt.bodyText = "my data for the ship";
                event.toolTip = ptt;
        ]]>
    </fx:Script>
    <s:BorderContainer x="267" y="11" width="331" height="586">
        <s:DataGrid id="arrivalTable" x="10" y="326" width="302" height="205" requestedRowCount="4" dataProvider="{myArrivalShips}" toolTipCreate="createCustomTip(event)">
            <s:columns>
                <s:ArrayList>
                    <s:GridColumn dataField="arrivalShipsName" headerText="Arrival Ships" ></s:GridColumn>
                    <s:GridColumn dataField="ETD" headerText="ETD"></s:GridColumn>             
                </s:ArrayList>
            </s:columns>           
        </s:DataGrid>
        <s:BorderContainer x="10" y="19" width="302" height="285">
        </s:BorderContainer>
    </s:BorderContainer>
    My Custom Panel codes :
    <s:Panel xmlns:fx="http://ns.adobe.com/mxml/2009"
         xmlns:s="library://ns.adobe.com/flex/spark"
         xmlns:mx="library://ns.adobe.com/flex/mx" width="400" height="300"
         implements="mx.core.IToolTip" >
    <fx:Declarations>
        <!-- Place non-visual elements (e.g., services, value objects) here -->
    </fx:Declarations>
    <fx:Script>
        <![CDATA[
            [Bindable]
            public var bodyText:String = "";
            //  Implement required methods of the IToolTip interface; these
            //  methods are not used in this example, though.
            public var _text:String;
            public function get text():String {
                return _text;
            public function set text(value:String):void {
        ]]>
    </fx:Script>
    <s:RichText text="{bodyText}" percentWidth="100"/>
    </s:Panel>

    Ok I was getting ready to post the renderer code and then found the problem. I had copied this code from another renderer which had contentBackgroundAlpha=0 in the MXAdvancedDataGridItemRenderer tag. When I removed it, the style of the TextArea worked as intended. Your comment helped me to take a closer look at the renderer code, so thank you.

  • Anyone have on opinion on the usage of SECUREFILE LOBs for spatial data?

    Hi folks,
    From everything I read the usage of SECUREFILE LOBs over BASICFILE LOBs appears to be a nobrainer.
    http://www.oracle.com/technetwork/database/options/compression/overview/securefiles-131281.pdf
    Yet the default table creation remains set to create BASICFILE LOBs so my 11g spatial data is still sitting in BASICFILE LOBs (also I need to push it to and from 10g for the moment).
    Should we all be changing over to SECUREFILE LOB storage as a matter of course on 11g? Is there a big payoff for VARRAY storage beyond compression? A little payoff?
    Oracle says SECUREFILE LOBs "dramatically improve performance". Hey, I want some of that!
    http://www.oracle.com/newsletters/sap/products/database/oradb11g-features.html
    But yet there just has not been much traffic on the topic.
    Pro Oracle Spatial mentions weakly on page 250 that
    "Secure File LOBs are expected to be faster than BASIC LOBs".
    but seems to only be referring to the spatial index.
    Here Godfrind says to use them with points clouds but only trumpets the compression aspect.
    http://www.ncg.knaw.nl/Studiedagen/09PointClouds/presentations/PointCloud_14_AlbertGodfrind.pdf
    For those of us using ArcSDE, its pretty easy to add the SECUREFILE LOB keyword to the dbtune keyword that governs creation of the spatial column. But not a peep on the topic from the ESRI folks that I can find.
    Anyone have any experiences or opinions to share? I am hoping to finally leave 10g behind one day this year and putting together a migration plan. Should converting the LOBs be a first day bullet item or just something to consider sometime down the road?
    Thanks!
    Paul

    I have been writing on the benefits of rounding ordinates on storage and performance.
    That series has not yet been finished and fully published but my main finding (backed by stats/graphs) is that rounding ordinates does have an effect on performance as average coordinates per feature increases.
    As part of the work I also looked at SECUREFILE LOB storage in the hope that some sort of zlib/rle etc compression of the sdo_ordinates would substantially reduce storage size and thus increase performance.
    The reason I looked at this is because a customer has migrated from SDEBINARY to SDO_GEOMETRY (though most others are going from SDEBINARY to SDE.ST_GEOMETRY) and saw a substantial increase in storage costs. They also have taken a performance hit in some aspects of their operations but that may be due to ArcSDE programmer SDO_GEOMETRY access issues rather than any real issues with Oracle performance (though the perception is very much that Oracle is to blame). SDEBINARY was always a compressed storage format and with SDE.ST_GEOMETRY being WKB (of some description) also has a low storage footprint.
    The result of my work on LOB storage, though not published, is that I agree with Paul: there is little benefit for a lot of pain.
    However, I do still the whole question of storage size as being an area of benefit if reductions could be made as this is a necessary precursor for spatial being able to reap benefits if column-oriented storage ever migrates down to standard Oracle database.
    regards
    Simon

  • I have an estimated ship date of 10/14/2014, for 2 iphone 6 16GB in Silver.  Like others I have not received any new details since receiving the order confirmation.  Can anyone tell me if my order will ship tomorrow?

    I have an estimated ship date of 10/14/2014, for 2 iphone 6(not the plus) 16GB in Silver.  Like others I have not received any new details since receiving the order confirmation.  Can anyone tell me if my order will ship tomorrow?

    I dont mean to rude. but I have seen the same response to others over the past month.  I have been keeping up w/ check status from the link provided in my order confirmation.  At this point your depts management should be demanding more detailed info on order status.  They have you customer service folks answering these question blindly, wasting your time and mine and ultimately costing verizon money which they will pass along to me and the other millions of customers out there.  If you cannot give me a more detailed answer please escalate this to someone who can.  Thank you. 

  • I have just updated to Yosemite, but now I can't get the custom shortkeys to work. In Mavericks I had no problem whatsoever, but now even after googeling and restart no solution. Does anyone have the problem? All the other shortcuts work!

    I have just updated to Yosemite, but now I can't get the custom short-keys to work.
    In Mavericks I had no problem whatsoever, but now even after googeling and restart no solution.
    Does anyone have the problem? All the other shortcuts work!

    Hi Thomas,
    I can confirm the problem you are hitting. The XML test trace does not get recognized at all, and it defaults to Eclipse's basic Open File behaviour. I am not sure if it's because the format definition is missing, or if it's because something prevents the trace type from being recognized. I will open a bug about it.
    Thanks for identifying this issue!
    In the meantime, if you'd like to experiment with XML analyses, you can also take a look at the example at https://github.com/tracecompass/xml-analysis-example .
    Cheers,
    Alex

  • I cant seem to download and install the latest iphone software update. I have tried since the release and have been unsuccessful on more than 7 occasions and lost all the data on the process. Anyone have that problem an how do I fix this problem?

    I cant seem to download and install the latest iphone software update. I have tried since the release and have been unsuccessful on more than 7 occasions and lost all the data on the process. Anyone have that problem an how do I fix this problem?

    Hi
    Thanks but I have tried doing the above - when I said 7 times I was modest, its more like 15 times.
    And I am referring to the 5.1 software update. I dont have wifi so I guess I will have to try that seeing that my husband also has the same problem - he has also tried downloading several times. It always times out en says that the connection is lost but yet there are always an internet connection and a decent signal once it stopped. Think it said error 32052 or something!
    I am disappointed because the update includes inprovement on the battery life - did you guys notice any difference?

  • I have installed a trial of Adobe illustrator on my macbook pro. I want to trace an image using the custom trace button but can't. Does anyone have any ideas how I could custom trace?

    I have installed a trial of Adobe illustrator on my macbook pro. It is the 2014 release of adobe illustrator. I want to trace an image using the custom trace button.
    I start a new document. Then I place my scanned pencil/colored pencil drawing, in to the document. I have tried scanning and then placing it as a jpeg, bitmap, and tiff file. I have tried scanning and then placing it, in color and in black and white. The scan mode I use is flatbed. Adobe illustrator allows me to select the default button and one of eleven preset buttons (e.g high fidelity photo), but it does not allow me to click the custom trace button. The custom trace button is grey while all the other buttons are white.
    Does anyone have any ideas how I could custom trace?

    It seems pointless to adjust it afterwards because it is then only a couple a pencil lines rather then a full drawing. And how do I adjust it afterwards? Would I do this using the different buttons under the window button?

  • Does anyone know how to view the amount of songs you have and how much data it takes up in the new iTunes?

    i have downloaded the new itunes on to my computer, but cant find where it says how many songs you have and how much data they will take up on my phone. thanks

    Just a comment that the playlist size only shows in List View (not Grid or Artist view).
    varjak paw wrote:
    If I understand correctly what you're referring to, View menu -> Show Status Bar.
    For some peculiar reason this option does not show up for me (11.0.1).  I do see the "status bar" (i.e. size) of playlists at the bottom of each, and I know that I've seen this setting, but this View option seems to have vanished!

  • I have lost my calendar data and am having a hard time retrieving it from Time Capsule. Can anyone help? I am using Mountain lion OS

    I have lost my iCal data and am having a hard time retrieving it from Time Capsule. I am using Mountain Lion OS om iMac. Can anyone help?

    You cannot see it because it is hidden.. one of those great things apple does.. if it is hidden in your Mac then it will be hidden in the Time Machine Backup.
    You will need to restore the entire folder to a different location.. and unhide it.
    There is some info here about restoring particular files or folders.
    http://pondini.org/TM/16.html
    And some info from Lion which should also relate to Mountain Lion.
    https://discussions.apple.com/thread/3231381?start=0&tstart=0
    There is stuff about recovery near the end.
    One wonders sometimes when Apple make these decisions if they ever think about what happens when something goes wrong. Hiding files..???

  • I have huge amount of data on a windows external drive and want to transfer to a Mac drive.  Does anyone know an easy way to do this?  I have almost 2TB of data to transfer.  Thanks.

    I have huge amount of data 2TB on a windows Fantom external drive and want to transfer to a Mac drive.  Does anyone know an easy way to do this?  Thanks.  I have an IMac 3.5 GHz Intel Core i7.  I haven't bought a Mac external yet. 

    Move your data to a new Mac - Apple Support

Maybe you are looking for

  • Apple ID removed on device but still linked

    hello I bought iPhone 4 from my university guy. It was fuly erased and there was no Apple ID. now I am using my apple ID on it but when I connect my iP4 to iTunes, it is still unlocked Previous Owner's ID. I asked his Apple ID from him, but he doesn'

  • Airline adapter/ trucks

    so i got the airline adapter to use on a flight that i'm taking next week. but just curious. will this adapter work in the standard cigarette plug in my truck w/o frying anything or will i need a power inverter?

  • Show in Columns values (import) depend of the combination of characteristic

    Hi All I have a requirement about Query Let me try to explain the details: The user want to give  me in excel file (or text file )  the combination of some characteristics that the report need to filter in reports, he say, for example If I specify co

  • Custom Functions with SDK

    After some success designing custom visual components using the SDK, I have attempted to create a custom excel function added in SDK SP1 and am a little confused by the minimal documentation. The documentation alludes to adding custom functions that

  • Muse edit live sites. Selected areas only.

    In Muse turning on this ability seems to allow the client to edit everything on the page. can this be controlled so that they can only edit selected ares as in business catalyst or dreamweaver?