Decimal clipping

I am using Crystal Report 10.
In the Cross Tab object, summarized fields, I am using the Distinct Count of a field value and also using the option "show as percentage". The field format takes on the form of Decimal 1 and Rounding 1 by default and does NOT round to the next integer value, the decimal gets clipped.
I cannot change the default rounding property from the field format option, to show the correct value. Anyone familiar with the problem? Any known solutions?

I have the same problem on my centro (verizon).  The bluetooth is especially bad.  I have a plantronics voyager 520 (one of the recommended devices as per this website) and it seemed to work for a week.  I paired my wife's headset and it had the same problem.  I don't think it's the headset, the problem seems to lie in the phone.  Any suggestions?
Thanks
Post relates to: Centro (Verizon)

Similar Messages

  • Setting Duration of Photos (still clips) in iMovie '11 Does Not Work

    Howdy -
    I realize there are already similar posts to this one, but so far as I could tell, most of them involve (& focus on) transitions, whereas my issue is strictly with setting the duration for which a photo is held in iMovie.
    Effectively, I am trying to get a 'stop motion' feel from iMovie. I deselected the auto-apply 'Ken Burns' to all photo imports in the project preferences and figured I would edit the photo duration afterwards, given that the shortest possible duration in the project preferences is 1s, which is much too long. That is where I run into trouble: the "duration" field is acting up a great deal - sometimes it won't even respond to my entering different numbers, other times it will. Sometimes when it does respond to my typing numbers, it won't let me type anything in the decimal position. When it does let me type something in the decimal position, e.g. 0.2s, when I hit enter, it re-sets the time to 2.0s. I've tried different formats for entering time (0:00:2; 0:00:02; 0,2; with & w/out 's' etc) - all to no avail.
    I'm very curious to know if anyone else has reported this problem, & if so what the solution is.
    In case anyone else is having this problem, I did find a workaround:
         1. Import your photos as necessary
         2. Select one photo and manually crop to desired time scale (e.g. 0.3s)
         3. "Trim to selection"
         4. Select that same clip & bring up the window for editing the duration, check the "apply to all stills" box.
         5. voila - amazingly this works.
    Although this is a perfectly easy workaround, I'm a little disconcerted by the fact that iMovie won't repond properly & would be very interested to understand why.
    Thank you in advance for your help.
    Kind regards,
    Rax.

    Hi Rax,
    This may not help, but in iMovie Preferences there is an option to display time down to the frame level. So, rather than entering time as a decimal, you enter each time component separated by a colon. So, 2.5 seconds would be entered as 2:15 - that's 2 seconds and 15 frames (for NTSC or 30 fps formatted video).
    See this screenshot:
    As I mentioned, this may not help. At times I've also had trouble adjusting the duration of stills, even though I have my preferences set to display time at the frame level. Transitions can cause issues with stills duration. In most cases, a transition can be no longer than half the duration of the shortest clip on either side.
    Notwithstanding the transition methodology, my feeling is that there is a bug in iMovie that causes problems with stills duration in certain circumstances. This applies to both iMovie '09 and iMovie '11 (also possibly '08).
    John

  • Unloading a movie clip from a for statement

    Hi,
    I have this code:
    //create empty movie clips to place bin top, flame and bin
    bottom in that order
    this.createEmptyMovieClip("holder_mc2",this.getNextHighestDepth());
    this.createEmptyMovieClip("holder_mc",this.getNextHighestDepth());
    this.createEmptyMovieClip("holder_mc1",this.getNextHighestDepth());
    //attach movie clip/variables
    var dsfInstance:DropShadowFilter = new DropShadowFilter(5,
    45, 0x000000, 1, 10, 10);
    var b:MovieClip =
    holder_mc2.attachMovie("binTop_mc","binTop_mc",holder_mc2.getNextHighestDepth());
    var a:MovieClip =
    holder_mc1.attachMovie("binBottom_mc","binBottom_mc",holder_mc1.getNextHighestDepth());
    //property values
    a._x = 419;
    a._y = 244;
    a._width = 112.0
    a._height = 140.0
    b._x = 419;
    b._y = 175;
    b._width = 112.8;
    b._height = 10.1;
    a.filters = [dsfInstance];
    //create for loop to place the flame particle on the stage
    many times
    for(i=0;i<200;i++){
    //places in temporary movieclip t
    var t:MovieClip =
    holder_mc.attachMovie("flame","flame"+i,holder_mc.getNextHighestDepth());
    // position the movieclip on the stage for y co-ordinates
    t._y = 190;
    t._x = Math.random()*80+(Stage.width/2+115);
    //give the flame random sizes no larger than 80 pixels and no
    smaller than 20
    t._xscale = t._yscale = Math.random()*80 + 20;
    //randomize the frame the movieclip is going to start in the
    flame movie clip is 16 frame long so it will pick number between
    that
    //because math.random produces decimal values we round the
    number using math.ceil to the high whole number
    t.gotoAndPlay(Math.ceil(Math.random()*16));
    what i want to do is remove the movieclip in the for loop off
    the stage when i click on a button. i can manage to remove the
    movie clips with the variables a and b but i cant do it with the
    one in the for loop.
    i put this code in the button:
    on(release){
    play();
    stopAllSounds();
    a.removeMovieClip();
    b.removeMovieClip();
    t.removeMovieClip();
    Is there a way to do this?

    im so dumb! i figured it out.
    i used the "holder_mc" the name of the empty movie clip.
    holder_mc.removeMovieClip();

  • Near clipping plane cuts small objects

    Small objects loaded into Acrobat3D are hidden behind view near clipping plane.
    The 3D annotation rendering in Acrobat3D, Acrobat Pro and Adobe Reader at versions 7.0.9, 8.1, 8.1.1, all show that the near clipping plane is set so that small objects may not be correctly rendered.
    If the extent of an object is less than approximatly 0.001, it is likely to be hidden behind the front (near) clipping plane in the 3D viewport. It appears that specification of the near clipping plane numerical value which may be present in the U3D data structures are ignored, and a fixed near clip value is used.
    A further sympton of this is that when the bounding box size of an object is below 0.001 in each of X,Y,Z, The bounds reported in the Part Tree panel shows zero, as values are only printed at 2 decimal digits of precision.
    I would like to have near clip value be controllable from U3D 3D annotations, appropriate for small objects.
    Platform:
    Acrobat3D 8.1, Windows XP 32-bit
    Test Case:
    Take sample object (below) as ASCII VRML files (.wrl) with small
    coordinate values.
    Load into Acrobat3D. The object is invisible, hidden behind view near clip plane. Then sweep the right mouse slowly downwards 3 or 4 times, to "zoom out". At some point the small object will appear in the center of the window, as it is revealed on the other side of the near clip plane.
    #VRML V2.0 utf8
    Viewpoint { description "Initial view" position 0 0 9 }
    NavigationInfo { type "EXAMINE" }
    #  A tetrahedron, with 4 vertices and 4 faces and a color at each vertex.
    Transform {
      translation 1.5 -1.5 0.0
      children Shape {
        appearance DEF A Appearance { material Material { } }
        geometry IndexedFaceSet {
          coord Coordinate {
            point [
               1.0e-5  1.0e-5  1.0e-5,
               1.0e-5 -1.0e-5 -1.0e-5,
              -1.0e-5  1.0e-5 -1.0e-5,
              -1.0e-5 -1.0e-5  1.0e-5,
          coordIndex [
            3, 2, 1, -1,
            2, 3, 0, -1,
            1, 0, 3, -1,
            0, 1, 2, -1,
          color Color {
            color [
              0.0 1.0 0.0,
              1.0 1.0 1.0,
              0.0 0.0 1.0,
              1.0 0.0 0.0
          colorPerVertex TRUE

    IanC,
    Have you tried using Javascript to set the clipping plane? Here's a hunk of code to set it and then move it with the Keyboard x,y,z or Shift+ x,y,z. Let me know if this helps...
    //code snippet ================================
    clippingPlane = scene.createClippingPlane();
    //create vectors
    xDir = new Vector3(3, 0, 0);
    yDir = new Vector3(0, 3, 0);
    zDir = new Vector3(0, 0, 3);
    nxDir = new Vector3(-3, 0, 0);
    nyDir = new Vector3(0, -3, 0);
    nzDir = new Vector3(0, 0, -3);
    //transform clippingPlane
    myKeyHandler = new KeyEventHandler();
    myKeyHandler.onEvent = function(event)
    if (event.characterCode == 120) //x
    clippingPlane.transform.translateInPlace(xDir);
    console.println("move x+");
    else if (event.characterCode == 121) //y
    clippingPlane.transform.translateInPlace(yDir);
    console.println("move y+");
    else if (event.characterCode == 122) //z
    clippingPlane.transform.translateInPlace(zDir);
    console.println("move z+");
    else if (event.characterCode == 88) //shift + x
    clippingPlane.transform.translateInPlace(nxDir);
    console.println("move x-");
    else if (event.characterCode == 89) //shift + y
    clippingPlane.transform.translateInPlace(nyDir);
    console.println("move y-");
    else if (event.characterCode == 90) //shift + z
    clippingPlane.transform.translateInPlace(nzDir);
    console.println("move z-");
    else if (event.characterCode == 114) //r
    clippingPlane.transform.rotateAboutYInPlace(Math.PI / 30);
    //register and process
    runtime.addEventHandler(myKeyHandler);

  • Data clipping when using SGL file write

    Hi all,
    I am using buffered data acquisition with Binary save. I have done buffered data acqusition but when i try to record data in Binary format and view it later with my software axoscope or clampex. The data is clipped. I use the vi write to SGL file. I have also attached my VI. Please look at it and tell me if i have to make any changes.
    Thanks,
    Srikanth
    Attachments:
    cded.vi ‏73 KB

    It is not clear to me why you multiply your data by 2^32 before saving! SGL has only about 6 decimal digits of resolution so your data is probably truncated.
    Just remove the multiplication by 2^32 and you will save exactly the same data as you see on your indicators.
    (It is also possible that your data looks "distorted" because your other software packages expects the binary data to be in little-endian format. Remember, LabVIEW is big endian on all platforms. There are many simple solutions to this issue, but let's first see if this is even the problem. What OS are you using?).Message Edited by altenbach on 02-26-2005 02:29 PM
    LabVIEW Champion . Do more with less code and in less time .

  • 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

  • Partner application and web clipping.

    Hi All,
    I am trying to add an external application (say my.yahoo.com) to a webclipping and its throwing the below error in the application log.
    WC-517 : SSL handshake failed with the url ...
    I have checked the file ca-bundle.crt and the certificates are in place. Does anybody know how to go about debugging this problem as I am quite new to portals and at my wits end to solve it.
    Also I would be greatful if anybody can suggest me the steps on adding an Apex application configured as partner application with SSO authentication to a web clipping.There seems to be little or no-documentation at all in this regard(as far as my search goes).
    Thanks in advance
    -Venkat

    I finally got it working by VERY CAREFULLY reading the instructions in the install.txt document in the SSO SDK package. You have to set up the partner application with a new schema in the login server database, and run the regapp.sql script AFTER editing it to insert data from the Login Server Partner Application admin screen. After you register the partner app in Portal, it gives you some info (site token, listener token, encryption key, etc). You have to MANUALLY copy these and paste them into the regapp.sql script, then run the script in the partner app schema. Make sure you don't confuse capital I with numeral 1 (like I did, since Oracle so nicely uses a non-serif font where you can not tell the difference).
    Also make sure you copy the exact values for these parameters into your code when you use the SSOEnabler class. The listener token was very confusing since different documents appear to disagree on whether it should include the partner app name or not. It does require the partner app name:
    app-name:hostname:port
    hostname and port are for the web server that is handling http requests for the login server (usually your main portal web server).
    John H.

  • Loading sound clips in my swing application

    I have searched all the forums, din't find what i want.
    I have many small sound files to be played in my application. Even on mouse Pressed, Drage etc etc....
    Now I was looking for a better way of Loading the Sound files in memory as the application starts.....
    If I use the Clip Interface of javax.sound and initilize them and open a stream, invoke the open() method, and store it in hashmap. So that when ever i need that file i will lookup for that clip and trigger the start() method which actually plays the sound. IS the approach the right approach, will not the Cip object keep the IO handle open, I have nearly 40 Clips to be loaded.
    Can any one suggest me the better way of implementing this.
    TIA
    Zoha

    As far as I know,there is no facility for detecting mouse scrolling wheel in JDK 1.3.
    Check it in the later releases of JDK.

  • Problem with clipping and concerned objects (or rather their color)

    Greeting everyone,
    I hope i don't bother you with things that are already known or, in the end, are a product of my own stupidity ;P
    My problem is the following:
    I was working on a neat design for a list. The first version (without clipping) looked like this:
    [http://www.7pics.info/?image=GHApp-Gradient-Mobile-HowItShouldBe_2c5.jpg]
    As you can see on the bottom, the list was on top of all graphical elements.
    And because this looks stupid, i decide to simply clip the list via "clip: Rectangle{...}".
    Well... turns out it's not as easy as i hoped it would be; all of a sudden the list looks like this:
    [http://www.7pics.info/?image=GHApp-GradientProblem-Mobile-1_fb7.jpg]
    From the left to the right you see the following: first picture is what you'd see initially, from the second to the last i scrolled down one entry each (respectively moved the list up 30 pixels).
    Further scrolling down doesn't change the look, it stays like in the last picture.
    Scrolling up again delivers the same image, but in reverse order.
    The clipping seems to change something in the style of the list elements.
    To be more specific, the gradient of a single element is now applied to the whole list.
    here is a Listing
    //the group which contains the list and the clipping
    Group{
         clip: Rectangle {
              x: 0, y: 70
              width: PublicVars.screenWidth, height: 210
              fill: Color.BLACK        //which color i use doesn't change the look
         content:[
              createChoicesList()
    //create a box for each entry and add text from a string sequence "results"
    createChoicesList():Node[]{
          for(result in results){
                           singleField = Group{
                   Rectangle {
                        fill:  LinearGradient {
                             startX : 0.0
                             startY : 0.0
                             endX : 0.250
                             endY : 0.250
                             stops: [
                                  Stop {
                                       color : Color.LIGHTBLUE
                                       offset: 0.0
                                  Stop {
                                       color : PublicVars.coolGradientBlueTransparent
                                       offset: 0.5
    }I have no clue why this happens. I tried to shift some things around, thinking it had to do something with the order of some elements but... it didn't change anything.
    Another thing i noticed afterwards:
    If i run the App as a desktop program, the gradient effect is all messed up. but this time it doesn't matter if I clip the list or not:
    [http://www.7pics.info/?image=GHApp-GradientProblem-Desktop-1_d5e.jpg]
    The gradients are totally misplaced and if I scroll down they move and appear/disappear randomly across the list entries. sometimes the highlighted elements even look like this:
    [http://www.7pics.info/?image=GHApp-GradientProblem-Desktop-2_89f.jpg]
    Any Ideas?
    P.s.:
    Could it be that retrieving the resolution of a mobile device via
    "var screenWidth = java.lang.Integer.parseInt(FX.getProperty("javafx.screen.width"));"
    isn't very accurate?
    If i use the values i get from this method for the desktop application, the screen will be smaller than in the emulated mobile phone
    Edited by: Mr._Moe on 04.09.2009 21:31

    Not sure about your problem, but I can answer your last question: you can now use the [javafx.stage.Screen|http://java.sun.com/javafx/1.2/docs/api/javafx.stage/javafx.stage.Screen.html] class to get screen dimensions.

  • How can I display & split the audio & video from the same digitized clip?

    I digitized a scene into iMovie that I edited on a professional system which I don't have access to anymore. The whole scene is 1 clip. Now I see a few tweaks that I want to make, so I was hoping to do them in iMovie.
    I want to "pull up" the audio in one section - meaning I want to take cut about 20 frames of audio from the end of a shot, and then move all the other audio up to fill the hole. To compensate for the missing 20 frames, I'll cut video off the head of the next shot. Some call this prelapping. Some call it an L-cut. Some call it asymmetrical trimming. Either way, I can't figure out how to do it in iMovie.
    My clip appears in the timeline as one track - a single track that contains the video and 2 audio tracks. How can I display the audio that's tied to the video on its own track? Then I think I could split audio & video wherever I wanted and trim things up - but I can't figure out how to do it.
    Am I asking too much of this software?
    BTW, I never see the option to "Split audio clip at playhead". I'm not displaying clip volume or waveforms. Choosing to display waveforms doesn't show me anything. Maybe iMovie thinks I'd only want to see waveforms of audio that isn't tied to my video-and-audio clips?
    Thanks in advance for any help...

    Jordon,
    "Am I asking too much of this software?"
    No, you're not.
    You first want to select your clip(s) and choose Advanced>Extract Audio.
    This will copy the audio from the video clip and place it on one of the two separate audio tracks while lowering the audio level to zero in the original video track.
    You can now edit and move the audio independently of the video.
    With the audio clip selected, you'll find you now have access to Edit>Split Selected Audio Clip at Playhead.
    Matt

  • How can I move clips from one library to another? Clips are still in original drive and not in new drive.

    I am using iMovie 10.0.7 on a 1-week old iMac 27" running Yosemite 10.10.2. I migrated from iMovie 9 on a 2008 iMac running Snow Leopard and updated the libraries and events, etc.
    I have two external drives connected via USB. I want to move / consolidate the library and clips from one of the external drives to the new iMac's 3TB fusion drive. This is to make room on the external drive to run Time Machine backups.
    Apple's instructions on managing libraries and moving/copying clips/events tell me to drag to move between libraries and to Option-drag to copy. However, simply dragging only copies. I find that if I Command-drag the events/clips, I can "move" them. But when I look outside iMovie in the Mac OS X Finder, the event folders and clip files themselves are still sitting in the original drive.
    I'm very perplexed as to how to really move the clips and event structure. Should I manually copy the clips and event folder structure outside of iMovie? I worry I will mess up iMovie's internal record keeping and folder structure information.
    Thanks in advance.

    Ahh, Ok. I actually had to go to Lynda.com to watch a training video of this highly bassackwards maneuver, but now I have it. In other words, while the intuitive thing is to make a new event to hold the clip you want and then open the old event and drag the clip into it's new event, the only way to accomplish this maneuver is to NOT create a new event, but rather, go to the clip AFTER the one you want to move, select it and then Right-Click on it and select SPLIT EVENT BEFORE SELECTED CLIP (or go to FILE>SPLIT EVENT BEFORE SELECTED CLIP). Then you wait a few seconds while the program thinks a bit (no feedback it is doing this - just a pause) and then it automatically creates a new event with the clip you wanted. Now just double-click the new event and name it something meaningful.
    Thanks for your help!

  • How to play one clip multiple times at the same time?

    I am writing a little game where a certain sound has to be played quite frequently. I load it as a Clip and play it with
    myClip.setFramePosition(0);
    myClip.loop(0);If the sound has to be played again but is still being played by another event, the setFramePosition() method resets the sound and the first playing instance is cut off.
    A workaround would be that each object that needs to play this sound would get its own copy, but that is not feasible due to heavy memory consumption.
    So here it goes: How can I play a single sound multiple times at the same time? Is that possible?
    Edited by: andrasz on Feb 27, 2009 12:37 AM

    If the sound has to be played again but is still being played by another event, the setFramePosition() method resets the sound and the first playing instance is cut off.
    A workaround would be that each object that needs to play this sound would get its own copy, but that is not feasible due to heavy memory consumption.
    So here it goes: How can I play a single sound multiple times at the same time? Is that possible?Ummmm, if you're using a clip, you'll have to maintain one copy per object that needs to play the sound concurrently. You could keep one master copy, and then create copies of the clip as necessary to play them, and then just dump the copies to decrease memory consumption.
    A second idea would be to write your own Clip class. Esentially, all you would need to do is dump some sound data onto a TargetDataline to play it. It'll handle the buffering and playing at the correct speed itself. If that's all you did, you should be able to dump multiple times from the same instance and play it multiple times.
    Obviously, that's just a theory. In practice, it may not work that way...

  • How can I create a video clip that has multiple copies of the same subject playing at the same time?  Basically like one person became 50 backup dancers!

    Hello Everyone,
    I am trying to create a single video clip where my original subject (dancer) is multiplied on the screen many times.  Basically I am trying to create a background video for a dance team and want to make it look like an army of the same person dancing behind them.  Amy guidance would be great!
    Thanks
    Madisonman 2013

    Motion ($50) can do this with a replicator.
    Russ

  • Managing Family Clips on a Mac - Help - New Mac User

    I am new to the Mac and am looking for the most efficient way to manage my media. I have 300+ files that are in the later stages of being converted to Mp4. All of the files will reside in /Movies/imported.
    What should I do next?
    Should I import everything into iMovie using the "move" option?
    Should I import into Itunes and only import Movies I want to edit or post online. I am assuming this option will give me duplicates.
    I think iPhoto can manage movies thoughts ?
    My goal is to have only one local copy of the files (30+ gig), have access through iTunes, and finally iMovie access to edit and post online without importing and duplicating data.
    Does any of this make sense ? I think I am OCD...
    What would you do with 30gig of family clips?
    null

    Hello Richard,
    I would place all the MPEG4 clips into iPhoto, where you could sort them to subject, year, etc. Then you could make a copy by dragging a clip to your desktop, leaving your original in iPhoto. Work with that copy in iMovie.

  • How do I move multiple clips at once in the project rather than one a time?

    I know how to cut and then paste to move one clip within the project to a new place within the project, but how do I move a group all at once rather than one at a time?

    This did not help and that did not work.  I had already tried that   Holding down either the command key does "highlight" multiple items but then you cannot move those items to a new spot.

Maybe you are looking for