[svn] 3832: small change in sample file

Revision: 3832
Author: [email protected]
Date: 2008-10-22 15:33:51 -0700 (Wed, 22 Oct 2008)
Log Message:
small change in sample file
Modified Paths:
flex/sdk/trunk/frameworks/projects/flex4/asdoc/en_US/mx/components/examples/FxListExample .mxml

Revision: 3832
Author: [email protected]
Date: 2008-10-22 15:33:51 -0700 (Wed, 22 Oct 2008)
Log Message:
small change in sample file
Modified Paths:
flex/sdk/trunk/frameworks/projects/flex4/asdoc/en_US/mx/components/examples/FxListExample .mxml

Similar Messages

  • How to put incremental change in a file to the disk??

    Hi,
    I am having my own simple file editor. Now even if I make a small change in a file and want to save those changes I have to write the whole content again.
    I mean it's similar like writing a fresh file.
    Is there a way through which I should write only the incremental changes to the file rather than writing the whole thing .
    Imp: can anyone provide me some good link or material related to NIO for better understanding.
    Thanks,
    Param.

    If the file contains lines* that are all the same length (which can be accomplished by padding each line with the appropriate number of spaces) then you can use an indexed access method, as described by the RandomAccessFile API here:
    http://java.sun.com/javase/6/docs/api/java/io/RandomAccessFile.html
    * You can have all of the data - that is, the entire file - in a single line, if you want; it's not necessary to create multiple lines. In this case you would use a read method after positioning, rather than a readline method.

  • Dealing with small changes to MS Word source file when creating a form

    I have an MS Word 2007 file that I converted to PDF in Acrobat Professional 9.0 and converted the PDF to a fillable form.  I spent several hours yesterday working with the field types and adding submit buttons/radio buttons, etc.  This morning, my supervisor made a few (slight) changes to the source document.  Must I start all over again with adding the fields, changing the field types and the submit buttons, or is there an easy way to place the form field data over the new file? Copy and paste the fields into the new file?
    The small changes related to some placement of text, and not changes that could be made with the touch-up text or typewriter tools.

    The steps:
    1. Create the new PDF of the WORD document.
    2. Open a COPY of the old form.
    3. Use DOCUMENT>Replace pages to replace the page of the old PDF with the new PDF document.
    4. Save the form.
    If you created the form in Designer, this may not work and you may have to look for a solution in Designer (LiveCycle forum). I suspect this may be an issue if you are new to Acrobat and likely ended up making the form in Designer. For a form created with the form tools under TOOLS in Acrobat, the above steps will do the job. Keep in mind that form fields are not a part of the PDF document, but are markup. That is why the replace pages works.

  • Why is the version file smaller than the original file, although I didn't make changes in the file? And why is the keywords don't exporting with original files?

    Hi! Why is the version file smaller than the original file, although I didn't make changes in the file? And why is the keywords don't exporting with original files?

    Wild guess: you're using the the wrong export settings. You'll need to tell us more before we can help you - like the export settings you're usng, the size and format of the originals etc.

  • [svn] 3335: Back out changes to these files that I submitted by accident.

    Revision: 3335
    Author: [email protected]
    Date: 2008-09-24 12:14:52 -0700 (Wed, 24 Sep 2008)
    Log Message:
    Back out changes to these files that I submitted by accident. . .
    Modified Paths:
    blazeds/trunk/apps/samples/WEB-INF/flex/services-config.xml
    blazeds/trunk/apps/team/WEB-INF/flex/messaging-config.xml
    blazeds/trunk/qa/apps/qa-regress/build.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/build.xml
    blazeds/trunk/qa/build.properties
    blazeds/trunk/sampledb/flexdemodb/flexdemodb.properties

    Welcome to the Apple Discussions. Do you have Time Machine setup to backup your hard drive? If so you can use it to recover the files.
    If not you will need to use a file recovery application like SubrosaSoft FileSalvage. It lets you run the application to check the drive for files that can be recovered before having to purchase it. There are other similar applications out there also. You can go to VersionTracker.com and search for "file recovery" to get other possible apps.
    There are recovery services that can do the job for you. They are pretty expensive but if you can't get the recovery application to work they are another option.
    Try to use the computer as little as possible beforehand so you don't run the risk of overwriting the deleted files.
    OT

  • Replace sourcefile small or big change in source file if machines are already received old policy how they behaves

    we have deployed package or task sequence into static or dynamic collection with always re-run or re-occurrence re-run settings . issue is need to replace sourcefile small or big change in source file setps need to perform stop advertisement and replace
    new content update source version (update package) re-enable advertisement. now question is if machines are already received old policy how they behaves and if machines already installed package\task sequence how they behaves.

    Peter is correct, however I think the crux of the question is what will the client do when the source files are updated in relation to existing deployments. The answer is nothing. Source file changes do *not* trigger deployments to be rerun. If the deployment
    has not run yet, as Peter noted, the new files will get downloaded, however, if the deployment has already been enforced, there's nothing to be done as the point of the deployment to run the appropriate command-line. Once that's been done, a source file change
    is meaninglessness.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • [svn:bz-trunk] 14804: Changed securityConstraint samples to use a channel that has login-after-disconnect =true.

    Revision: 14804
    Revision: 14804
    Author:   [email protected]
    Date:     2010-03-17 01:45:39 -0700 (Wed, 17 Mar 2010)
    Log Message:
    Changed securityConstraint samples to use a channel that has login-after-disconnect=true. Login after disconnect does not seem to work right now but at least there's a sample for it now for when it works.
    Modified Paths:
        blazeds/trunk/apps/team/WEB-INF/flex/remoting-config.xml
        blazeds/trunk/apps/team/WEB-INF/flex/services-config.xml
        blazeds/trunk/apps/team/features/security-constraints/securityConstraint_Custom.mxml

    Have you solved your problem? I think I have the same issue.

  • [svn] 4318: A bunch of small changes:

    Revision: 4318
    Author: [email protected]
    Date: 2008-12-15 17:06:12 -0800 (Mon, 15 Dec 2008)
    Log Message:
    A bunch of small changes:
    - Rename from "content" to "mxmlContent"--I missed some places before
    - Remove references from Group to GraphicElement. Change them to use IGraphicElement.
    - Update the IGraphicElement interface for above. Evtim will go in and clean it up more later
    - Group optimization so we don't loop through all visual element children in validateProperties(), validateSize(), and validateDisplayList() if we have no graphic elements. Some further optimizations are possible, but we're not sure if it's worth it. For instance, we could just loop over the graphic elements directly, rather than all elements. Also, we always call assignDisplayObjects() even if we don't need to (all elements are display objects and have layer == 0).
    - Cleanup around setting alpha and blendMode in Group
    - Cleanup around bindable properties in Group
    - Commented a lot of code I didn't understand in Group
    - Cleaned up some code in display object sharing for Group (no need for lastDisplayObject...just need insertIndex)
    - All layouts now call super.measure() and super.updateDisplayList() even though the LayoutBase version of these methods does nothing.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-18065
    Reviewer: Jason
    tests: checkintests, Mustella Group, FxContainer, GraphicTags, and layout
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18065
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/Group.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/IGraphicElement.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Parser.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/GraphicElement.a s
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/BasicLayout.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/HorizontalLayout.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/VerticalLayout.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/states/AddItems.as

    I think you're making life a little tricky for yourself. read up on 'Log and Capture' and 'Batch Capture' as the appropriate way of capturing media.

  • Bad Sample Files or I'm intoxicated

    I believe you guys may have some miss information in your sample files or the beer I have consumed this evening has comprised my comprehensionfaculties.
    I'm trying to test out the TLF sample files in Flex 3.2 and 3.3 however I am getting compiler errors. I may be missing a .swc that the instructions didn't mention or you may have some outdated references in your sample code.
    The sample files I downloaded and readme are here:
    http://opensource.adobe.com/wiki/display/tlf/Text+Layout+Framework
    The readme suggest that the samples are compatible with Flex 3.2 and indeed give instructions for how to get it working. However, after following the instructions (and figuring out a few of the ambiguous steps) I was able to get almost everything working except a few small things like compiling and actually running the sample. =)
    When I try to compile I am getting the following errors from the SimpleEditor example (the only project I am using):
    Unable to find:flashx.textLayout.conversion.TextConverter
    (is this file in another .swc the instructions missed or perhaps it is Flex 4 class and therefore not compatible with Flex 3.2-3?):
    Undefined method:_textFlow.interactionManager.selectRange
    (has this been changed to setSelection I wonder?):
    Undefined event: StatusChangeEvent.INLINE_GRAPHIC_STATUS_CHANGE
    (could be a typo in your sample code *INLINE_GRAPHIC_STATUS_CHANGED* <--- NOTE: The added “D”
    Any help and guidance would be much obliged.
    PS. you have some hardcoded paths in your sample files that make running the samples a tad vexing.
    -erik

    I have tried downloading the samples and I am able to run them without any issues, may be you have an older version of tlf swc. To get the latest swc and the sdk you can download the source of sdk and swc from svn. Visit the following URL to get the instructions on how to get the source, http://opensource.adobe.com/wiki/display/flexsdk/Get+Source+Code.
    Hope this helps.
    Thank You
    Chetan Sachdev
    http://www.riageeks.com

  • Format changing when IDCS3 file exported to PDF

    I am using Acrobat 8 version 8.1.2, and InDesign version 5.0.2.
    I am noticing a very specific problem when exporting some files to PDF from InDesign.
    We often have a format where we have a numbered list of right-aligned number, followed by some text, a leader line, and then another number at the end of the line. This is set up with a left indent and a first line left indent (rather than using the numbered list options, we are required to do it this way where I work), and then the necessary tabs later in the lines.
    I am finding since we switched to IDCS3, that when I export to PDF, lines containing this format change in the PDF. The text that appears after the number in the front of the line is pushed over on top of the leader line, leaving a huge white space. On rarer occasions, it will move things in lines that have no indents, but contain tabs that aren't being used.
    I have been able to get the files to export correctly by removing the left indent and first-line left indent and using tabs instead (or by removing unused tabs). But we have hundreds of files set up in this manner so going in and changing how they are all set up is problematic to say the least. Many of these are also multi-line and not using the indents means we have to manually tab lines over.
    Is this a known issue? Does anyone know why this might happen and how I can prevent it?
    I tried posting in the Acrobat forums and it was suggested since it's an export issue that I might get more help from the InDesign folks.

    Given that the file is being exported to PDF and not going via a driver route, there really is no reason why changing the default printer should make a difference whatsoever in this particular case. Changing default drivers in Microsoft Office applications, yes, but for this situation, no. And since Acrobat doesn't change formatting, the issue sounds like some problem associated with InDesign. Please report this problem directly to Adobe Tech Support and be prepared to send them sample files. Thanks!
    - Dov

  • Opening plug in settings, sample files, loops, effects, etc

    What application do I need to use to open the plug in settings, sample files, loops, etc.? Some open with quicktime, however, most all of them are pst files. I am new to this and have no idea what that is. The files are there, they just won't open, even if I change them to open with quicktime. Any help would be appreciated.
    Garage band v1.1.0 (26)   Mac OS X (10.4.8)  

    I've tried opening them from within garageband, no success. I went through finder just to see what type of file they were compared to the ones that would open. the ones that will open open with quicktime and are .aif files. The other ones won't open even if I select quicktime as the application to open them with. I know I sound stupid, but I'm kinda new to the digital recording. Am I missing an application or driver or something? Thanks for responding.
      Mac OS X (10.4.8)  

  • PDF CMYK TIF Color Changes on "Reduce File Size"

    I run a Mac G4 MDD w/1GB Memory and OSX 10.4.11. Use Acrobat Pro 8.1.2 for PDF viewing, manipulation, forms, making large size files smaller, etc. Recently, I noticed an odd color change on one of 72 ads I am doing for a small 24-page publication. The background image of the ad is a CMYK TIF file placed in a QXP 7.3.1 document. After working on a revision to a previous ad, using the same set-up in QXP, the ad I created, using Output to PDF, opened in AcroPro correctly rendering the ad and background as the other 31 ads I had been working from or on. All the ads are different and have different backgrounds as well. Each ad opened in AcroPro has been made smaller by selecting "Reduce File Size" with no changes to color, drop shadows or text. But, when I selected that (RFS) menu for the 32nd ad, that background color changed completely to a lighter and much more contrasty image. I checked the TIFF background file in PS CS2 to see if it was CMYK or any different than the others. It was like the others, properly rendered and saved, but was much deeper in color. I went back into QXP and noticed the TIFF file in question had a 30% opacity selected to the image. I thought if I saved the original TIFF in PS with a screen tint overtop and flattened to the same look as the intended ad that would solve my problem. I placed that new TIFF background into the ad in QXP and made sure the opacity was 100% and output PDF as I had previously. Unfortunately, the ad turned out exactly the same with the same color shift. There must be something else causing this color change to occur, so if someone else has experienced this and can suggest an answer or posting that may help please advise. Thanks

    Cathy,
    You have posted your question in a forum dedicated to the Final Cut Studio application Color. It is a very specialized program to grade (adjust) the color in video/film images. We know nothing regarding PDFs.
    Have you tried posting this on an Adobe support site?
    Good luck,
    x

  • Small changes to a web gallery slows iPhoto down to a crawl

    I am using iPhoto 7.1.1, the latest update at this time. I have a large number of web galleries published through iPhoto to .Mac. The latest is about 150 photos from Christmas. I originally published without changing the photo titles. I have been correcting that plus adding a few more photos. Any small change in a web gallery seems to be immediately published and that slows iPhoto down to a crawl. I have the fastest connection I can get from ATT's UVerse. Is there any way to turn off this immediate updating so I can make all of my changes then publish after that? I have been searching through the help files, Apple support, and the web and can't find anything. One poster on this site said his updates don't transfer until he hits the publish icon to the right of the gallery name. That's not how mine works. It automatically publishes at the slightest change. Others seem to say it is automatic for them as it is for me. It really is almost impossible to make lots of small changes to a large gallery (like adding descriptive titles) the way it is now.

    This "feature" also makes my nuts. I hate software that does these "automatic" processes, without a way for the user to alter them, or turn them off. I have been trying to change file names in one album that contains a number of images drawn from other albums that have been published to my web gallery. I do not wish the names to be changed in every album, nor in the web galleries published. But it all seems to be automatic. The name change first is applied automatically to the other albums that contain that image, and then automatically changed in every web gallery.
    I have posted these comments here: iPhoto menu -> Provide iPhoto Feedback.
    I suggest everyone that is concerned with these issues do the same. If we are lucky, Apple will soon update the software. These changes seem so easy to achieve one would think, and they would add a lot of control to the use of the program.
    Jim

  • Problem with sample file "SampleShapefileToJGeomFeature"

    I download two zip files shape2sdojava.zip and sdo_java_040319.zip (http://www.oracle.com/technology/software/products/spatial/index.html) , because I want write java aplication that will work with shp files.
    I tried to compile this example file "SampleShapefileToJGeomFeature.java", but i get error message:
    Exception in thread "main" java.lang.Error: Unresolved compilation problems:
         DBFReaderJGeom cannot be resolved to a type
         DBFReaderJGeom cannot be resolved to a type
         The constructor ShapefileReaderJGeom(String) is undefined
         ShapefileFeatureJGeom cannot be resolved to a type
         ShapefileFeatureJGeom cannot be resolved to a type
         The method getShpFileType() is undefined for the type ShapefileReaderJGeom
         The method getMinMeasure() is undefined for the type ShapefileReaderJGeom
         The method getMaxMeasure() is undefined for the type ShapefileReaderJGeom
         The method getMinZ() is undefined for the type ShapefileReaderJGeom
         The method getMaxZ() is undefined for the type ShapefileReaderJGeom
         The method getMinX() is undefined for the type ShapefileReaderJGeom
         The method getMaxX() is undefined for the type ShapefileReaderJGeom
         The method getMinY() is undefined for the type ShapefileReaderJGeom
         The method getMaxY() is undefined for the type ShapefileReaderJGeom
         The method getShpDims(int, double) is undefined for the type ShapefileReaderJGeom
         at SampleShapefileToJGeomFeature.main(SampleShapefileToJGeomFeature.java:303)
    So is this mean that this class DBFReaderJGeom does not exist in java.spatial.util?
    Maybe this sample file is outdated, because class ShapefileFeatureJGeom is changed, now takes two parametars insted of one.
    Message was edited by:
    user547750

    I found similar problem on this thread
    Oracle Spatial Java API Problem
    Is it possible for somebody to send me on mail these jar libraries from oracle database 10gR2?
    And I dont know why this is not fixed yet on the oracle web site?
    mail: konj_p @ yahoo.com
    Thanks

  • IPhone: AudioQueue - is it possible to change the sample rate?

    I've been playing around with the AudioQueue stuff for a few days and it's all working fine.
    I was trying to build a low-latency playback system by making the streaming buffers the same size as the audio file and pre-loading the buffers (which works fine) but I've hit a snag.
    I've been trying to get the streaming to work at different sample rates so that I can play back the same sample at different pitches. I managed to do it by modifying the sample rate in the AudioStreamBasicDescription structure but in order to actually make the stream playback at the new rate it seems you have to create a new output, reload the audio file into the buffers and re-enqueue the output queue before starting playback again, otherwise the sample rate change has no effect.
    There is a method to set queue properties; AudoQueueSetProperty() but unfortunately the sample rate Property (kAudioQueueDeviceProperty_SampleRate) is read-only
    Can anyone suggest a way to achieve this with AudioQueue or do I need to move over to OpenAL?
    Thanks,
    Neil

    Dan,
    there is one point in your understanding, which i am not sure what you think about when talking about it: I understand E-series devices do not support this property change while the VI is running.
    infact, you cannot change the sample clock rate during acquisition. but
    this does not mean that you cannot change it while the VI is running.
    you have only to interrupt the acquisition. since you want to acquire
    continuous, this would have the same effect as stopping the vi, i asume.
    so the best way to accomplish this task is to use an external clock.
    this is e.g. often used for acquistion on rotating shafts. the
    acquistionrate is always e.g. 24 points per revolution regardless of
    the rotational speed of the shaft, except for a maximum frequency of
    course.
    Norbert B.
    NI - Germany
    Message Edited by Norbert B on 09-14-2005 04:16 AM
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

Maybe you are looking for

  • Issue in Block list ALV

    Hi All, I want output in below format ***************************Page Heading**************** List heading 1********************                  LIST 1 List Footer 1********************** List heading 2********************                  LIST 2 Li

  • Org unit structure

    Hi, Is it possible for a person (engineer in this case) to have direct reports but at the same time that person is not a Chief (and not part of a separate org unit)? If that is possible, are there potential implications with something like head-count

  • Help on Pivot Query - 11g

    I am working on Oracle 11g database. I am trying to join two tables having the following data tab1 contact_id full_name email_id tel_no tab2 scr_id org_id (foreign key to org table) contact_id (foreign key to contact_id in tab1) contact_type (will ta

  • When do we get PSCS4 64bit version for MAC?

    I really don't want to run Boot Camp or Fusion in order to run my 64 bit version. Paul

  • TS2481 Calendar on Mac and iPhone won't sync

    I followed all the many many steps on the support page  and now I've got some events about 3-4 times on my iMac, and some of them have disappeared, and none of them have moved over to my iPhone.  I know the problem is with iCloud, which i don't want