DataGrid or AdvancedDataGrid to implement this ?? Image Attached

Hi ,
Please see the Image attached with this Thread .
I need to implement this kind of Feature in my Application .
I need to show Employee Image , Emp Name , Email Address and Linked link if avialable .
I would be getting all this data in XML Format with the help of HttpService from a Servlet .
Please suggest whether i should use DataGrid or AdvancedDataGrid to implement this Feature ??
I am using FLEX 3 for my development .

Thanks for the reply .
Currently we are using DataGrid to just show the Name on to DataGrid Column .
Now we want to extend this fuctionality to show all these above  features on to the DataGrid Column , so please guide .
Thanks .

Similar Messages

  • How to design simple person like this image(attached) using illustrator ??

    hi ,
    i want any one help me and tell me steps to design simple person like this using illustrator :

    hello,
    thanks ,

  • DataGrid when set variableRowHeight=true, the Image in the itemRenderer can't show up

    http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Live Docs_Book_Parts&file=cellrenderer_072_28.html
    the above is the flex example. I did my code almost same as
    this example. But I do different way in renderer code.
    The example:
    <?xml version="1.0"?>
    <mx:HBox xmlns:mx="
    http://www.adobe.com/2006/mxml"
    horizontalAlign="center" >
    <mx:Image id="albumImage" height="175"
    source="{data.Cover}"/>
    </mx:HBox>
    My code:
    <?xml version="1.0"?>
    <mx:VBox xmlns:mx="
    http://www.adobe.com/2006/mxml"
    dataChange="init();">
    <mx:Script>
    <![CDATA[
    public function init():void{
    releasedBox.removeAllChildren();
    if(data.releasedImage){
    var hbox:HBox = new HBox();
    var img:Image = new Image();
    var lbl:Label = new Label();
    img..source = data.Image;
    lbl.text = data.Revision;
    hbox.addChild(img);
    hbox.addChild(lbl);
    releasedBox.addChild(hbox);
    ]]>
    </mx:Script>
    <mx:HBox id="releasedBox">
    </mx:HBox>
    </mx:VBox>
    The different is I add my image in AS code but not in mxml
    code. And the problem is when I set variableRowHeight=true, the
    datagrid can display my label, but image can’t display. And
    when mouse over, the data line is blinking. When you click one
    line, there can show the image for 1 sec.
    If I set variableRowHeight=false. It works fine.
    Anyone knows what’s this problem? Thanks

    Check in the Store menu at the top of your iTunes application on the computer rather than visiting the iTunes Store..

  • Turning off image attachment previews in emails

    How do you turn off in Apple Mail 4 the ability to not preview attached imgaes in Apple Mail?
    I have lots of emails coming through to me with images attached and it just slows thinks down having to preview them inside the email very time.

    I assume you mean that you are accessing your Gmail as IMAP, but since it can be either, please confirm which? If as IMAP, then what are your selections in Mail Preferences/Accounts/Advanced regarding keeping copies of messages and their attachments for Offline viewing? This would have an impact on how much response time is needed to read a message with large attachments. Otherwise, it should not take any time to display a message, even with many photo files?
    There is not a way to turn off View In Place before displaying the message.
    Ernie

  • Image attachment quality in Mail

    When I drag an image into a new message, and resize it using the "Image Size" option in the lower right corner of the window, the quality is very poor. No anti-aliasing is being performed, so the resized image looks very pixelated.
    To reproduce this yourself, create a new message and drag in a large image. Resize it to small using the Image Size drop-down. You should then see what I'm talking about.
    I first assumed this was a preview of some sort and that Mail would use a better method to resize the image when then email was actually sent. So I tested this by sending an image to myself, and it was still pixelated.
    I've browsed and searched through the FAQs and Discussions and can't find an answer to this problem. I can't find any preferences in Mail or in the New Message window regarding 'image quality' either.
    So, my question is, is there an option to increase the quality of image attachment resizing? I realize I can resize it in an outside application, but that's an extra step I'd rather not have to do...especially since the option is right there in Mail, which is genius.
    Any help or insight is most appreciated. Thanks!
    -Kurt
    p.s. This is Mail 2.1 (752/752.2)
    Powermac G5   Mac OS X (10.4.8)  

    The appearance will vary depending on the picture content, but if you start of with a big picture (3000x2000 pixels) and reduce it to 320x240 you are throwing out a lot of pixels. I would suggest going for the medium (640x480) or even the large (1280x960) if you want to preserve any picture quality.
    When I am sending a picture I generally use scaling in GraphicConverter first.
    AK

  • "UFL 'u2ltdate' that implements this function is missing."

    I am working through migrating older reports from a very outdated version of Crystal into a newer version and trialing Crystal Server 2013 with Crystal Reports for Enterprise.  The only problem I am running into is that I have many reports using the NumberToDate function to pull a number string and form it into a date for the report.  I really need this function to work because we rely on it quite heavily.  When I pull reports that use it into my new environment I am given the following error:
    "UFL 'u2ltdate' that implements this function is missing."
    I have found the u2ltdate.dll on the web and transferred it into the following folders: windows/system32 and program files(x86)/SAP BusinessObjects/SAP BusinessObjects Enterprise XI 4.0/win32_x86 and the win64_x64 as well just to be sure.  But to no avail I am still unable to use the NumberToDate function.  I have even tried copying the u2ltdate.dll from our older server, and this doesn't work either.  I really need to get this working as soon as possible.    I don't know if I need a 64 bit dll because it is windows server 2008 or if I don't have it in the right places.  Please help!

    Hi Warre,
    Don't put the ufl into the \windows\system32 folder. Nothing should go there now.
    I doubt this will ever work in CR for Enterprise. It's a Java Designer so the only way to make it work is to create a Java UFL.
    Search for this KBA:
    1803967 - How to make a Java UFL available in Crystal Reports 2011 Designer?
    Same for CR for Ent., you need a Java UFL.
    Only way to make this work is to convert the UFL to Java or use Crystal Reports 2011 or 2013.
    See this MS Forum post I responded to also:
    Custom Crystal DLLs with Crystal Reports 2008 for Visual Studio Run Time
    And this one:
    http://scn.sap.com/docs/DOC-35036
    And this one:
    Java UFL and VB UFL
    Try searching, there is a kbase article with a sample attached.
    And you will need a 64 bit version because some of the report processing servers may be 64 bit only but I believe the Crystal Report Processing Server is 32 bit only. It will need the UFL copied into it's \win32_x86 folder.
    Only issue you should have is using CR for Ent. to design/update/create the reports with that function. Use CR 2011 or 2013 and it should work.
    Problem is we no longer have the source code for that UFL and others, quite often they were written by Support people and therefore not saved into our code source system.
    Don

  • Could not resolve mx:DataGrid to a component implementation

    I'm very new at this. Building a mobile app. Running the latest Flex/FlashBuilder (4.6). When I compile I get this error: "could not resolve <mx:DataGrid> to a component implementation". Here is my code:
    <?xml version="1.0" encoding="utf-8"?>
    <!-- dpcontrols/DataGridPassData.mxml -->
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
                        xmlns:s="library://ns.adobe.com/flex/spark"
                        xmlns:mx="library://ns.adobe.com/flex/mx"
                        title="Jobs List">
              <fx:Script>
                        <![CDATA[
                                  import mx.collections.*;
                                  private var DGArray:Array = [
                                            {Lease:'Bagby Heirs', Well:'1', Location:'Quitman', Customer:'Fair Oil Company', ScheduleDate:'2/23/2012', ServiceDate:'5/16/2012'},
                                            {Lease:'ITU', Well:'301', Location:'Ingram Trinity', Customer:'Southwest Operating, Inc.', ScheduleDate:'3/19/2012', ServiceDate:'4/25/2012'},
                                            {Lease:'ITU', Well:'81', Location:'ITU', Customer:'Southwest Operating, Inc.', ScheduleDate:'3/19/2012', ServiceDate:'4/25/2012'},
                                            {Lease:'Tolliver A', Well:'5', Location:'Turner Town', Customer:'SEDI', ScheduleDate:'4/16/2012', ServiceDate:'5/11/2012'},
                                            {Lease:'W R Cady', Well:'1', Location:'Coffield', Customer:'Green River Resource', ScheduleDate:'5/9/2012', ServiceDate:'4/10/2012'},
                                            {Lease:'Royal National Bar', Well:'2', Location:'Coffield', Customer:'Green River Resource', ScheduleDate:'5/9/2012', ServiceDate:'4/10/2012'},
                                            {Lease:'Pan American L', Well:'1', Location:'Chandler', Customer:'East Texas Oil & Gas', ScheduleDate:'5/14/2012', ServiceDate:'6/8/2012'},
                                            {Lease:'Paluxy B Sand', Well:'5', Location:'West Tyler', Customer:'Culver & Cain', ScheduleDate:'6/1/2012', ServiceDate:'5/25/2012'},
                                            {Lease:'Wh Pittman Hei', Well:'2', Location:'Quitman', Customer:'Southwest Operating, Inc.', ScheduleDate:'7/10/2012', ServiceDate:'6/18/2012'},
                                            {Lease:'Vivian Pruitt', Well:'1', Location:'Crow - Hwy 80M', Customer:'Buffco Productions, Inc.', ScheduleDate:'8/7/2012', ServiceDate:'8/29/2012'}
                                  [Bindable]
                                  public var initDG:ArrayList;
                                  //Initialize initDG ArrayList variable from the Array.
                                  //If you use this technique to process an HTTPService,
                                  //WebService, or RemoteObject result, use an ArrayCollection
                                  //rather than an ArrayList.
                                  public function initData():void {
                                            initDG=new ArrayList(DGArray);
                        ]]>
              </fx:Script>
              <!--s:states>
              <s:State name="loginState"/>
              <s:State name="State1"/>
              </s:states-->
              <fx:Declarations>
                        <!-- Place non-visual elements (e.g., services, value objects) here -->
                          <fx:Component className="AlertMsgDay">
                                  <s:SkinnablePopUpContainer x="70" y="300">
                                            <s:TitleWindow title="Filtering" close="close()">
                                                      <s:VGroup horizontalAlign="center" paddingTop="8" paddingBottom="8" paddingLeft="8" paddingRight="8" gap="5" width="100%">
                                                                <s:Label text="This button will filter jobs to show only TODAY."/>
                                                                <s:Button label="OK" click="close()"/>
                                                      </s:VGroup>
                                            </s:TitleWindow>
                                  </s:SkinnablePopUpContainer>
                        </fx:Component>
                        <fx:Component className="AlertMsgWeek">
                                  <s:SkinnablePopUpContainer x="70" y="300">
                                            <s:TitleWindow title="Filtering" close="close()">
                                                      <s:VGroup horizontalAlign="center" paddingTop="8" paddingBottom="8" paddingLeft="8" paddingRight="8" gap="5" width="100%">
                                                                <s:Label text="This button will filter jobs to show only THIS WEEK."/>
                                                                <s:Button label="OK" click="close()"/>
                                                      </s:VGroup>
                                            </s:TitleWindow>
                                  </s:SkinnablePopUpContainer>
                        </fx:Component>
              </fx:Declarations>
              <s:BorderContainer x="10"  y="111" borderColor="#808080" cornerRadius="5" borderWeight="2" width="98%" height="369">
                        <s:Scroller width="100%" height="363" verticalScrollPolicy="on">
                                  <s:Group width="100%" height="100%">
                                            <mx:DataGrid id="myGrid" width="900" height="350" dataProvider="{initDG}" >  <<<< THE ERROR IS HERE
                                                      <mx:columns>
                                                                <mx:DataGridColumn dataField="Lease" />
                                                                <mx:DataGridColumn dataField="Well" />
                                                                <mx:DataGridColumn dataField="Location" />
                                                                <mx:DataGridColumn dataField="Customer" />
                                                                <mx:DataGridColumn dataField="ScheduleDate" headerText="Schedule Date" />
                                                                <mx:DataGridColumn dataField="ServiceDate" headerText="Service Date" />
                                                      </mx:columns>
                                            </mx:DataGrid>
                                  </s:Group>
                        </s:Scroller>
              </s:BorderContainer>
              <s:Label x="10" y="10" width="96" height="53" fontSize="24" text="Sort by:"
                                   verticalAlign="middle"/>
              <s:Button id="btn_show_today" x="104" y="11" width="105" height="53" label="Today"
                                    fontSize="13" fontWeight="bold" click="(new AlertMsgDay()).open(this, false);"/>
              <s:Button id="btn_show_week" x="216" y="11" width="105" height="53" label="Week"
                                    fontSize="13" fontWeight="bold" click="(new AlertMsgWeek()).open(this, false);"/>
              <s:Button x="348" y="10" width="184" height="53" label="Edit this Job" fontSize="18" click="navigator.pushView(views.JobFormView);"/>
    </s:View>

    I'm very new at this. Building a mobile app. Running the latest Flex/FlashBuilder (4.6). When I compile I get this error: "could not resolve <mx:DataGrid> to a component implementation". Here is my code:
    <?xml version="1.0" encoding="utf-8"?>
    <!-- dpcontrols/DataGridPassData.mxml -->
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
                        xmlns:s="library://ns.adobe.com/flex/spark"
                        xmlns:mx="library://ns.adobe.com/flex/mx"
                        title="Jobs List">
              <fx:Script>
                        <![CDATA[
                                  import mx.collections.*;
                                  private var DGArray:Array = [
                                            {Lease:'Bagby Heirs', Well:'1', Location:'Quitman', Customer:'Fair Oil Company', ScheduleDate:'2/23/2012', ServiceDate:'5/16/2012'},
                                            {Lease:'ITU', Well:'301', Location:'Ingram Trinity', Customer:'Southwest Operating, Inc.', ScheduleDate:'3/19/2012', ServiceDate:'4/25/2012'},
                                            {Lease:'ITU', Well:'81', Location:'ITU', Customer:'Southwest Operating, Inc.', ScheduleDate:'3/19/2012', ServiceDate:'4/25/2012'},
                                            {Lease:'Tolliver A', Well:'5', Location:'Turner Town', Customer:'SEDI', ScheduleDate:'4/16/2012', ServiceDate:'5/11/2012'},
                                            {Lease:'W R Cady', Well:'1', Location:'Coffield', Customer:'Green River Resource', ScheduleDate:'5/9/2012', ServiceDate:'4/10/2012'},
                                            {Lease:'Royal National Bar', Well:'2', Location:'Coffield', Customer:'Green River Resource', ScheduleDate:'5/9/2012', ServiceDate:'4/10/2012'},
                                            {Lease:'Pan American L', Well:'1', Location:'Chandler', Customer:'East Texas Oil & Gas', ScheduleDate:'5/14/2012', ServiceDate:'6/8/2012'},
                                            {Lease:'Paluxy B Sand', Well:'5', Location:'West Tyler', Customer:'Culver & Cain', ScheduleDate:'6/1/2012', ServiceDate:'5/25/2012'},
                                            {Lease:'Wh Pittman Hei', Well:'2', Location:'Quitman', Customer:'Southwest Operating, Inc.', ScheduleDate:'7/10/2012', ServiceDate:'6/18/2012'},
                                            {Lease:'Vivian Pruitt', Well:'1', Location:'Crow - Hwy 80M', Customer:'Buffco Productions, Inc.', ScheduleDate:'8/7/2012', ServiceDate:'8/29/2012'}
                                  [Bindable]
                                  public var initDG:ArrayList;
                                  //Initialize initDG ArrayList variable from the Array.
                                  //If you use this technique to process an HTTPService,
                                  //WebService, or RemoteObject result, use an ArrayCollection
                                  //rather than an ArrayList.
                                  public function initData():void {
                                            initDG=new ArrayList(DGArray);
                        ]]>
              </fx:Script>
              <!--s:states>
              <s:State name="loginState"/>
              <s:State name="State1"/>
              </s:states-->
              <fx:Declarations>
                        <!-- Place non-visual elements (e.g., services, value objects) here -->
                          <fx:Component className="AlertMsgDay">
                                  <s:SkinnablePopUpContainer x="70" y="300">
                                            <s:TitleWindow title="Filtering" close="close()">
                                                      <s:VGroup horizontalAlign="center" paddingTop="8" paddingBottom="8" paddingLeft="8" paddingRight="8" gap="5" width="100%">
                                                                <s:Label text="This button will filter jobs to show only TODAY."/>
                                                                <s:Button label="OK" click="close()"/>
                                                      </s:VGroup>
                                            </s:TitleWindow>
                                  </s:SkinnablePopUpContainer>
                        </fx:Component>
                        <fx:Component className="AlertMsgWeek">
                                  <s:SkinnablePopUpContainer x="70" y="300">
                                            <s:TitleWindow title="Filtering" close="close()">
                                                      <s:VGroup horizontalAlign="center" paddingTop="8" paddingBottom="8" paddingLeft="8" paddingRight="8" gap="5" width="100%">
                                                                <s:Label text="This button will filter jobs to show only THIS WEEK."/>
                                                                <s:Button label="OK" click="close()"/>
                                                      </s:VGroup>
                                            </s:TitleWindow>
                                  </s:SkinnablePopUpContainer>
                        </fx:Component>
              </fx:Declarations>
              <s:BorderContainer x="10"  y="111" borderColor="#808080" cornerRadius="5" borderWeight="2" width="98%" height="369">
                        <s:Scroller width="100%" height="363" verticalScrollPolicy="on">
                                  <s:Group width="100%" height="100%">
                                            <mx:DataGrid id="myGrid" width="900" height="350" dataProvider="{initDG}" >  <<<< THE ERROR IS HERE
                                                      <mx:columns>
                                                                <mx:DataGridColumn dataField="Lease" />
                                                                <mx:DataGridColumn dataField="Well" />
                                                                <mx:DataGridColumn dataField="Location" />
                                                                <mx:DataGridColumn dataField="Customer" />
                                                                <mx:DataGridColumn dataField="ScheduleDate" headerText="Schedule Date" />
                                                                <mx:DataGridColumn dataField="ServiceDate" headerText="Service Date" />
                                                      </mx:columns>
                                            </mx:DataGrid>
                                  </s:Group>
                        </s:Scroller>
              </s:BorderContainer>
              <s:Label x="10" y="10" width="96" height="53" fontSize="24" text="Sort by:"
                                   verticalAlign="middle"/>
              <s:Button id="btn_show_today" x="104" y="11" width="105" height="53" label="Today"
                                    fontSize="13" fontWeight="bold" click="(new AlertMsgDay()).open(this, false);"/>
              <s:Button id="btn_show_week" x="216" y="11" width="105" height="53" label="Week"
                                    fontSize="13" fontWeight="bold" click="(new AlertMsgWeek()).open(this, false);"/>
              <s:Button x="348" y="10" width="184" height="53" label="Edit this Job" fontSize="18" click="navigator.pushView(views.JobFormView);"/>
    </s:View>

  • "This file attachment is too large to be viewed." What?

    I created a 15.6MB m4v for iPhone using compressor to test being able to email clips to a client for review on his iphone. A couple of strange things. First, when the message is received, the attachment now reads that it is 20.6MB in size. Second, when I attempt to open it on my iPhone... it gives me the message "This file attachment is too large to be viewed."
    Is there a limitation with the iPhone here that I didn't know about?

    Yes this is a public board, which shouldn't exclude common courtesy.
    This is a user to user help forum only and fellow users that post answers to questions or provide suggestions here volunteer their time to do so.
    I don't have a problem with you providing what you think is a shortcoming, but there is nothing wrong with me providing a reasons or reasons why it isn't a shortcoming for the most part. If that is being "needlessly defensive", then you are needlessly interested only in thoughts that agree with your own.
    What does that mean exactly? I wasn't suggesting they would, they usually use their own dedicated mail servers... which they can set to unlimited if they wish... which is why putting the limitation on the iphone pulls the rug out from under them if they want to use the iPhone AND send/receive large files via email. Pretty simple equation really.
    What it means exactly is, you were talking about business use and you mentioned Gmail having a 20MB overall message size limit. Yes many businesses use their own dedicated server, which they can set to unlimited if they wish, but this will only work internally and with other businesses that do the same.
    I'll bet you dollars to donuts the overwhelming majority of businesses with or without their own dedicated email server do not have an unlimited overall message size limit. Some may have a larger overall message size limit than 10MB, but 10MB is a very common limit.
    So any way in which the iPhone can become more useful as a business device is a good thing... isn't it?
    Certainly, but what you consider as being more useful may or many not match what I or someone else may consider as being more useful and there is nothing wrong with that.
    Perhaps you will never need or otherwise enjoy landscape email, full screen attached video playback, or attachments greater than 10MB... but to not see the obvious improvement as a business device had these features been implemented in 2.0.2 just doesn't make any sense to me.
    I have been discussing overall message size limits only. I haven't mentioned anything about these other items.

  • Toggling an Image attached to an Item using Javascript

    Hi,
    Hoping someone can assist, I have the following html in the Post Element section of a page item, i.e:
    NOTE: I have had to remove angle brackets - can't seem to get the formatting right.
    td colspan="1" rowspan="1" align="top" onClick="getMAGDets();" img
    src="#WORKSPACE_IMAGES#go_arrow.gif" border="0" alt="Retrieve
    applicant details" height="14" width="14" style="cursor:hand"
    td colspan="1" rowspan="1" align="left"
    onClick="resetAppDets();" img src="#WORKSPACE_IMAGES#icon_err.gif"
    border="0" alt="Clear applicant details" style="cursor:hand"
    img src="#WORKSPACE_IMAGES#btn_nuid.png"
    onClick="toggleNUImage(this);" align="top" border="0" alt="Supply a
    Non-User ID" style="cursor:hand"
    Now I am able to toggle the bottom image as follows:
    function toggleNUImage(x)
    if (x.src = (x.src.indexOf("#WORKSPACE_IMAGES#btn_nuid.png") > -1))
       x.src = "#WORKSPACE_IMAGES#btn_hide_nuid.png";
       x.alt= "Hide Non-User ID details.";
    }My problem is, when I load the record I have just created, on the onload event, it defaults to the btn_nuid.png image, I actually would like it to default to the btn_hide_nuid.png.
    How would I go about doing this and how would I also go about actually not showing this image at all that I have attached to an item within it's post element property?
    Thanks.
    Tony.

    Hi Rana,
    FYI, it's actually part of my post element field within an item - it's not a separate button. Only way to achieve what I would like to do, is via javasript. Cannot use the conditional display section.
    Just not familiar with the syntax.
    Tony.

  • How to implement this algorithm ?

    Hello all,
    can u help me in implementing the following algorithm in java?
    1.suppose we start with a single pixel p and wish to expand from that seed pixel to fill a coherent region. lets define a similarity measure s(i,j) such that it produces a high result if pixels i and j are similar and a low one otherwise.
    first, consider a pixel q adjacent to pixel p. we can add pixel q to pixel p's region if S(p,q)>T for some threshold T. we can the proceed to the othr neighbors of p and do likewise.The process will continue till all the pixels in the image are labelled or belong to one region or the other.

    You may want to look at the various Connected components algorithms out
    there. These (tend to) recursively search the neighbours of the seed
    pixel and check for similarity. If the neighbours are similar to the
    seed they are marked as being in the same region. These algorithms can in general be made to run using a stack and while loop rather then using recursion (which on large images can get you into memory trouble very rapidly).
    A basic algorithm does the following
    create a second image containing ints. This image is the output from the algorithm. different regions have different integer numbers assigned to them. Ensure all pixels have -1 as their value.
    from your seed pixel check each of its neighbours in turn
    // the output image of integers
    private Image output;
    // the input image to process
    private Image input;
    // origin of the image is in the top left
    // assuming input image is greyscale and getPixel() / setPixel()
    // return Pixel objects. regionvalue should be greater then 0
    public void processPixel(int x, int y, Pixel compareTo, int regionValue)
       // am I similar to the pixel passed in
       // if so set my corresponding pixel in the output image
       if(isSimilar(input.getPixel(x,y),compareTo))
          output.getPixel(x,y).setGreyValue(regionValue);
       } else
          // i am not similar so bail out at let the caller check its
          // other neighbours
          return;
       //check north
       if( output.getPixel(x,y-1).greyValue() == -1)  // -1 means that its not been processed
          // this compares new pixel to this pixel
          processPixel(x,y-1,input.getPixel(x,y), regionValue);
       //check north east
      if( output.getPixel(x+1,y-1).greyValue() == -1)  // -1 means that its not been processed
          // this compares new pixel to the seed pixel
          // achives a different goal then the search for north given above
          // choose which goal suits you best
          processPixel(x+!,y-1,compareTo, regionValue);
       // check east
       //check south east
        //check north west
    // nope you are not mistaken all 8 neighbours may need to be checked if
    //  processing a greyscale image.
        return;
    }matfud

  • How do I implement this?

    Hi,
    I need to use a sort of animated jpg in my website (for a client). I found a site that tells me how to do this: http://www.webdevelopersnotes.com/tips/html/animated_jpgs.php3
    Unfortunately I don't know anything about Java, so I have know idea how to implement this into my html website
    Could sombody prepare the necessary source code in such a way that I can put it right into my html website? The picture URL's don't matter, I'll change them myself.
    It would help me a lot to get my website done. Thanks in advance!

    My English is not very good, but is sais:
    "The jpg image format has no provision for animation, however, with a little JavaScript and a dash of creativity, we can easily make an "animated" jpg."
    So I thought the code is Java.
    I'm not good at html either, I always use Frontpage for creating websites, so this code is html?
    var c = 1;
    /* Preloading images */
    var image1 = new Image();
    image1.src = "a1.jpg";
    var image2 = new Image();
    image2.src = "a2.jpg";
    var image3 = new Image();
    image3.src = "a3.jpg";
    var image4 = new Image();
    image4.src = "a4.jpg";
    var image5 = new Image();
    image5.src = "a5.jpg";
    function disp_img(w)
    if (c == 6)
    c = 1;
    var img_src = "a" + c + ".jpg";
    document.ani.src = img_src;
    c++;
    t = setInterval("disp_img(c)", 1000);
    When I implement this code in my html body or head it doesn't work at all. Could you maybe give me a html solution then?
    Thanks.

  • Sending Image attachment Using Mail 7.3 and OS X 10.9.3.

    For some reason sending an email with an image attached and when I select the large image size drop down menu it does not change the actual size of the image attachment. Instead it stays the same as the medium image size. In fact the message size remains the same. However I can chafe to small, medium, and actual size but not large! Can anybody help?
    Thanks in advance,
    Michael

    That's what I thought you might have meant, but wasn't quite sure. I think in this case that Mail simply can't make a "large" and "medium" image different sizes. I don't know what Mail's mechanism is for doing this, but I often find the same thing occurring with images I attach. Sometimes there is no choice that works. The image size is just what it was when attached.
    I wish I had a better answer for you than, "it is what it is." But I don't think there's a problem you can solve. Mail is functioning as it "normally" functions, at least from my experience.

  • Viewing images attached to songs

    Some of my music library have multiple images attached to each song. For example, the latest Nine Inch Nails album "The Slip" has a 'cover' image, plus an image for each track. When viewing tracks on the iPod I can see the cover image on the album browser, and when Im listening to tracks 2-10 I can view the image associated with the track; but when listening to track 1, I cna only see the album cover, not the other image that is attached to it.
    Any idea who you can view multiple images that are attached to music files? I assume there is a way, as if not why would Apple include the option to store multiple images and have them synced to an iPod!

    have wondered this for a while, haven't seen a way to do it though.

  • PC Users cannot read the JPG images attached to my emails

    Several users of PC's, running Vista or Win 7, have difficulties to read the JPG images attached to my emails. All they see is an endless list of numbers and signs (in fact the binary data of the image).
    The problem can only be solved by zipping the images.
    is this due to a setup option in MAIL, or do you know how to solve this issue?
    Patrick

    If I had to guess, I would bet that your images do not have a ".jpg" or ".jpeg" extension on the end. This is how PCs identify the file - and Macs, too, these days, unfortunately. You also should make sure that Edit -> Attachments -> Always Send Windows-Friendly Attachments is checked.

  • How to make this image compatible as a laser cut file by changing stroke colour?

    My final aim with this image is to make it compatible as a laser cut raster engrave design, so the laser cutter will fill the black areas or white (either would be fine). If this is not possible then even as a laser cut outline would be suitable
    This is how the image will look when in Illustrator. however when I use the preview screen (ctrl+y) it creates an outline. This is how the laser cutter will read the image which is why it is very important the preview image is is what i would expect the final outcome to be.
    As a raster the laser cutter requires the stroke line to be blue r:0 g:0 B:255. Currently I cannot edit the colour, yet I can change the stroke weight. Also how I would I fill the engraved areas as a stroke? At the moment when I try converting the stroke to blue it turns grey.
    I am also unsure as to how I would make this feasible even to be cut out when I cannot change the stroke colour to red. This is required for laser cut designs as the laser cutter reads red lines to be cut.
    I can usually change stroke colours easily so I assume this is due to the fact that I have brought this file through from Photoshop so it is not yet fullu editable. I have used the live trace and live paint function in illustrator so far.
    Any help would be appreciated

    You need to expand the artwork and convert the strokes to genuine outlines to in turn be able to apply anotehr thin stroke to them again...
    Mylenium

Maybe you are looking for

  • Why does animated .gif not work with windows?

    I have created an animated .gif to place in a powerpoint presentation, but when I sent it to my client who used a windows computer, it does not work. When I try to open the .gif in my windows 98 virtual machine, it says it has errors. I created it in

  • Airport problem after 10.4.8 update, again!

    I tried every suggestion posted on this forum, but I can't still find a solution for the problem caused by the 10.4.8 update: airport can't connect automatically to the network, because of the wep password that disappears every time I reboot (and som

  • Accessing Java Classes from Forms

    Is is possible to access a Java class from Forms? I have been creating an Active X control that returns a Java object, and from that I can call methods on that object, but I would really like to do that without having and Active X control in the mix.

  • IMac to view live cable?

    I'm a smoker so I spend a great deal of time in my garage with my late 2012 21" iMac, puffing away while my Theater Room 110" projection screen goes unwatched.  I have cable, a strong WiFi network,  two AppleTV devices (one original model with the ha

  • RADIUS authentication on IAS server

    I have a 1200 AP configured for RADIUS authentication on Microsoft IAS server but I am experiencing a problem getting clients authenticated. (Association is working fine.) The 1200 is connected to the IAS Server via an 837 router (no switch involved)