How to change a symbol or a group (like a layout for the browser)?

Hope you can help with this. I'm new on Edge animate and set up a Web site.

I have three items I want to evolve in the layout as the browser changes size. Problem is they stop lining up once they are put on the scale.

I have change the percent to adjust to the small scale and it does not have the large and vice versa.

So, I wanted to put in a group or a symbol and then put the available predefined scale. But as soon as I did this, the option of scaling

(background, etc.) goes.

What I am doing wrong?

Hi, claursen-

In order to get the scale to work for your symbol instance, you must set the stage of your symbol to 100% 100%.  Then you will be able to choose the % of your X, Y.

-Elaine

Tags: Edge Animate

Similar Questions

  • I would like to know how to change a negative image of a positive on PhotoElements for Mac

    I would like to know how to change a negative image of a positive on PhotoElements for Mac

    Start by being in the Expert mode and cmd + I or filter > adjustments > invert

    It might take longer reversal to make good image if it is in color.

    http://www.computer-darkroom.com/tutorials/tutorial_6_1.htm

  • When I click on a drop down menu, my options open to the left.  They used to open to the right, how to change this back to be able to open them to the right?

    When I click on a drop down menu, my options open to the left.  They used to open to the right, how to change this back to be able to open them to the right?

    Which is caused by a windows setting.

    http://timsneath.com/Windows-10-menu-alignment/

  • How to change folder name by default when you use save for Web in java script?

    Hello everyone, hope you can help me.


    Photoshop has a folder name by default of images When you export using slices Save for Web . I need to change this folder name.

    How to change folder name by default when you use save for Web in java script?

    Thanks in advance!


    1325ACD7-9C89-4D20-A6BF-E9EE8B7A1D27.png

    QQ20150923-1@2x.png


    JJMack Chuck Uebele Nicolas Ribot SuperMerlin

    You can try with scriptlistener to record the code. Change to the last line of the NO to ALL dialog boxes, so that the dialog - if you wish. There are two places in the code to save the files: one where is actually saved the file, and the other where the default value is file. I have seen it changed something with it. So, you can simply use the first listing of a path in the code below.

    #target photoshop
    
    var idExpr = charIDToTypeID( "Expr" );
        var desc19 = new ActionDescriptor();
        var idUsng = charIDToTypeID( "Usng" );
            var desc20 = new ActionDescriptor();
            var idOp = charIDToTypeID( "Op  " );
            var idSWOp = charIDToTypeID( "SWOp" );
            var idOpSa = charIDToTypeID( "OpSa" );
            desc20.putEnumerated( idOp, idSWOp, idOpSa );
            var idDIDr = charIDToTypeID( "DIDr" );
            desc20.putBoolean( idDIDr, true );
            var idIn = charIDToTypeID( "In  " );
            desc20.putPath( idIn, new File( "C:\\Users\\csuebele\\Pictures\\LR shortcuts" ) );//Here's where it actually saves
            var idFmt = charIDToTypeID( "Fmt " );
            var idIRFm = charIDToTypeID( "IRFm" );
            var idPNtwofour = charIDToTypeID( "PN24" );
            desc20.putEnumerated( idFmt, idIRFm, idPNtwofour );
            var idIntr = charIDToTypeID( "Intr" );
            desc20.putBoolean( idIntr, false );
            var idTrns = charIDToTypeID( "Trns" );
            desc20.putBoolean( idTrns, true );
            var idMtt = charIDToTypeID( "Mtt " );
            desc20.putBoolean( idMtt, true );
            var idEICC = charIDToTypeID( "EICC" );
            desc20.putBoolean( idEICC, false );
            var idMttR = charIDToTypeID( "MttR" );
            desc20.putInteger( idMttR, 255 );
            var idMttG = charIDToTypeID( "MttG" );
            desc20.putInteger( idMttG, 255 );
            var idMttB = charIDToTypeID( "MttB" );
            desc20.putInteger( idMttB, 255 );
            var idSHTM = charIDToTypeID( "SHTM" );
            desc20.putBoolean( idSHTM, false );
            var idSImg = charIDToTypeID( "SImg" );
            desc20.putBoolean( idSImg, true );
            var idSWsl = charIDToTypeID( "SWsl" );
            var idSTsl = charIDToTypeID( "STsl" );
            var idSLAl = charIDToTypeID( "SLAl" );
            desc20.putEnumerated( idSWsl, idSTsl, idSLAl );
            var idSWch = charIDToTypeID( "SWch" );
            var idSTch = charIDToTypeID( "STch" );
            var idCHsR = charIDToTypeID( "CHsR" );
            desc20.putEnumerated( idSWch, idSTch, idCHsR );
            var idSWmd = charIDToTypeID( "SWmd" );
            var idSTmd = charIDToTypeID( "STmd" );
            var idMDCC = charIDToTypeID( "MDCC" );
            desc20.putEnumerated( idSWmd, idSTmd, idMDCC );
            var idohXH = charIDToTypeID( "ohXH" );
            desc20.putBoolean( idohXH, false );
            var idohIC = charIDToTypeID( "ohIC" );
            desc20.putBoolean( idohIC, true );
            var idohAA = charIDToTypeID( "ohAA" );
            desc20.putBoolean( idohAA, true );
            var idohQA = charIDToTypeID( "ohQA" );
            desc20.putBoolean( idohQA, true );
            var idohCA = charIDToTypeID( "ohCA" );
            desc20.putBoolean( idohCA, false );
            var idohIZ = charIDToTypeID( "ohIZ" );
            desc20.putBoolean( idohIZ, true );
            var idohTC = charIDToTypeID( "ohTC" );
            var idSToc = charIDToTypeID( "SToc" );
            var idOCzerothree = charIDToTypeID( "OC03" );
            desc20.putEnumerated( idohTC, idSToc, idOCzerothree );
            var idohAC = charIDToTypeID( "ohAC" );
            var idSToc = charIDToTypeID( "SToc" );
            var idOCzerothree = charIDToTypeID( "OC03" );
            desc20.putEnumerated( idohAC, idSToc, idOCzerothree );
            var idohIn = charIDToTypeID( "ohIn" );
            desc20.putInteger( idohIn, -1 );
            var idohLE = charIDToTypeID( "ohLE" );
            var idSTle = charIDToTypeID( "STle" );
            var idLEzerothree = charIDToTypeID( "LE03" );
            desc20.putEnumerated( idohLE, idSTle, idLEzerothree );
            var idohEn = charIDToTypeID( "ohEn" );
            var idSTen = charIDToTypeID( "STen" );
            var idENzerozero = charIDToTypeID( "EN00" );
            desc20.putEnumerated( idohEn, idSTen, idENzerozero );
            var idolCS = charIDToTypeID( "olCS" );
            desc20.putBoolean( idolCS, false );
            var idolEC = charIDToTypeID( "olEC" );
            var idSTst = charIDToTypeID( "STst" );
            var idSTzerozero = charIDToTypeID( "ST00" );
            desc20.putEnumerated( idolEC, idSTst, idSTzerozero );
            var idolWH = charIDToTypeID( "olWH" );
            var idSTwh = charIDToTypeID( "STwh" );
            var idWHzeroone = charIDToTypeID( "WH01" );
            desc20.putEnumerated( idolWH, idSTwh, idWHzeroone );
            var idolSV = charIDToTypeID( "olSV" );
            var idSTsp = charIDToTypeID( "STsp" );
            var idSPzerofour = charIDToTypeID( "SP04" );
            desc20.putEnumerated( idolSV, idSTsp, idSPzerofour );
            var idolSH = charIDToTypeID( "olSH" );
            var idSTsp = charIDToTypeID( "STsp" );
            var idSPzerofour = charIDToTypeID( "SP04" );
            desc20.putEnumerated( idolSH, idSTsp, idSPzerofour );
            var idolNC = charIDToTypeID( "olNC" );
                var list4 = new ActionList();
                    var desc21 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzerozero = charIDToTypeID( "NC00" );
                    desc21.putEnumerated( idncTp, idSTnc, idNCzerozero );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc21 );
                    var desc22 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNConenine = charIDToTypeID( "NC19" );
                    desc22.putEnumerated( idncTp, idSTnc, idNConenine );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc22 );
                    var desc23 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwoeight = charIDToTypeID( "NC28" );
                    desc23.putEnumerated( idncTp, idSTnc, idNCtwoeight );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc23 );
                    var desc24 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc24.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc24 );
                    var desc25 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc25.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc25 );
                    var desc26 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc26.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc26 );
            desc20.putList( idolNC, list4 );
            var idobIA = charIDToTypeID( "obIA" );
            desc20.putBoolean( idobIA, false );
            var idobIP = charIDToTypeID( "obIP" );
            desc20.putString( idobIP, """""" );
            var idobCS = charIDToTypeID( "obCS" );
            var idSTcs = charIDToTypeID( "STcs" );
            var idCSzeroone = charIDToTypeID( "CS01" );
            desc20.putEnumerated( idobCS, idSTcs, idCSzeroone );
            var idovNC = charIDToTypeID( "ovNC" );
                var list5 = new ActionList();
                    var desc27 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzeroone = charIDToTypeID( "NC01" );
                    desc27.putEnumerated( idncTp, idSTnc, idNCzeroone );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc27 );
                    var desc28 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwozero = charIDToTypeID( "NC20" );
                    desc28.putEnumerated( idncTp, idSTnc, idNCtwozero );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc28 );
                    var desc29 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzerotwo = charIDToTypeID( "NC02" );
                    desc29.putEnumerated( idncTp, idSTnc, idNCzerotwo );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc29 );
                    var desc30 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNConenine = charIDToTypeID( "NC19" );
                    desc30.putEnumerated( idncTp, idSTnc, idNConenine );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc30 );
                    var desc31 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzerosix = charIDToTypeID( "NC06" );
                    desc31.putEnumerated( idncTp, idSTnc, idNCzerosix );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc31 );
                    var desc32 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc32.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc32 );
                    var desc33 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc33.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc33 );
                    var desc34 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc34.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc34 );
                    var desc35 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwotwo = charIDToTypeID( "NC22" );
                    desc35.putEnumerated( idncTp, idSTnc, idNCtwotwo );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc35 );
            desc20.putList( idovNC, list5 );
            var idovCM = charIDToTypeID( "ovCM" );
            desc20.putBoolean( idovCM, false );
            var idovCW = charIDToTypeID( "ovCW" );
            desc20.putBoolean( idovCW, true );
            var idovCU = charIDToTypeID( "ovCU" );
            desc20.putBoolean( idovCU, true );
            var idovSF = charIDToTypeID( "ovSF" );
            desc20.putBoolean( idovSF, true );
            var idovCB = charIDToTypeID( "ovCB" );
            desc20.putBoolean( idovCB, true );
            var idovSN = charIDToTypeID( "ovSN" );
            desc20.putString( idovSN, """c:\photos""" );//Here's where the default folder is suppose to go.
        var idSaveForWeb = stringIDToTypeID( "SaveForWeb" );
        desc19.putObject( idUsng, idSaveForWeb, desc20 );
    executeAction( idExpr, desc19, DialogModes.ALL );
    
  • How can I get a list of jobs that are planned for the days of the future

    How can I get a list of jobs that are planned for the days of the future?

    In a previous article, I found a query that lists the scheduled tasks that are already running. Can I get a similar request for the future days which is compiled?

    Hi sreedevir,

    SELECT jobmst.jobmst_prntname, jobmst.jobmst_name, jobrun.*

    FROM jobrun JOIN jobmst ON jobmst.jobmst_id = jobrun.jobmst_id -joining tables jobmst and jobrun

    WHERE jobrun_proddt > = dateadd (dd, 1, datediff (dd, getdate())) 0, -future dates

    AND jobmst.jobmst_type = 2 -given jobs (and not groups)

    ORDER BY 1, 2 -Sort by name of the parent, then by task name

    Feel free to make any changes to your reporting needs

    ARO

    The Derrick

  • How to set remote spaced further icon to display more text for the name below?

    Windows 7 desktop has many icons with similar names. I want that name under the icon. How to set remote spaced further icon to display more text for the name below?

    Right-click on the desktop and select Personalize.

    Select the color of the window

    Select the appearance settings advanced.

    Select the drop down next to the element

    Go down and select icon spacing (Vertical)

    change spacing next to size according to the needs.

  • How to convert an apple store gift card to buy apps for the iphone?

    How to convert an apple store gift card to buy apps for the iphone?

    Try to buy a gift card iTunes Store with her. Apart from that, you can't.

    (140402)

  • How can I use internal clock case OR USB - 6259 BNC for the acquisition of digital data in my own big software?

    I want to integrate the ANSI C sample program ReadDigPort - ExtClk.c in my own big package.

    I want to use the internal clock of the BNC NI USB-6259 (.. 80 kHz 120 kHz).

    In the document:
    High speed M: Series Multifunction DAQ for USB - 16-bit, up to 1.25 MECH built-in BNC connectivity. / s,.
    is written:
    Or sample DI source clock: Any PFI, RTSI, HAVE sample or convert clock, AO, Ctr n out internal and many other signals sample clock
    The digital subsystem doesn't have its own dedicated internal synchronization engine. Therefore, a sample clock must be provided another subsystem on the device or from an external source.

    How can I use internal clock case OR USB - 6259 BNC for the acquisition of digital data in my own big software?
    With what other subsystem on the device can generate a source of the clock? How?

    It is possible to set a clock on an internal counter (for example ' Dev1/ctr0"):
    Creates channels to generate digital impulses that define the freq and dutyCycle and adds the channel of the task that you specify with taskHandle.
    DAQmxCreateCOPulseChanFreq (taskHandle, "Dev1/ctr0" units, clockName, idleState,
    initialDelay, freq, the duty cycle); works

    But it is not possible to drive this internal clock to a terminal (for example "/ PFI0/Dev1"):
    DAQmxErrChk (DAQmxCreateCOPulseChanFreq (taskHandle, "/ PFI0/Dev1", clockName, units, idleState, '))
    initialDelay, freq, the duty cycle); does not work: error DAQmx: measurements: type I/O of the physical channel does not match the type of I/O required for the virtual channel you create. Name of the physical channel: PFI0. Name of the virtual channel: clock

    The sample clock source can be derived from an external terminal (for example "/ PFI0/Dev1"):
    Sets the source of the sample clock, the sample clock rate and the number of samples to acquire or generate.
    DAQmxCfgSampClkTiming (taskHandle, "/ PFI0/Dev1", maximumExpectedSamplingRate, DAQmx_Val_Rising, ")
    DAQmx_Val_ContSamps, bufferSize); works. Acquire or generate samples until you stop the task

    But it is not possible to derive the internal counter of the clock (for example ' Dev1/ctr0"):
    DAQmxCfgSampClkTiming (taskHandle, "Dev1/ctr0", maximumExpectedSamplingRate, DAQmx_Val_Rising,
    DAQmx_Val_ContSamps, bufferSize); does not work. Error: Acquire or generate samples until you stop the task: make sure that the name of the terminal is valid for the specified device. See Measurement & Automation explore valid names of terminals. Property: Property of DAQmx_SampClk_Src: DAQmx_SampClk_ActiveEdgeSource device: Terminal Source Dev1: Dev1/ctr0

    Hi datafriend,

    using what it says is correct:

    Or sample DI source clock: Any PFI, RTSI, HAVE sample or convert clock, AO, Ctr n out internal and many other signals sample clock
    The digital subsystem doesn't have its own dedicated internal synchronization engine. Therefore, a sample clock must be provided another subsystem on the device or from an external source.

    This means that if you do not use an external signal as clock you can use the sample clock to HAVE it on board or at the output of the internal counter.

    There are also 2 ANSI C examples in this regard:

    http://zone.NI.com/DevZone/CDA/EPD/p/ID/4485

    http://zone.NI.com/DevZone/CDA/EPD/p/ID/4488

    So in both cases you have to use a fictitious task you need only for the generation of the internal clock (HAVE or CTR)

  • Unable to save changes to the sounds. When registered and then double checked, change moved not. This applies specifically to sound for the navigation to start windows Explorer. I'm putting it to zero. »

    Unable to save changes to the sounds. When registered and then double checked, change moved not. This applies specifically to sound for the navigation to start windows Explorer. I'm putting it to zero.

    Unable to save changes to the sounds. When registered and then double checked, change moved not. This applies specifically to sound for the navigation to start windows Explorer. I'm putting it to zero.

    ====================================
    After making your change did you left click... Apply / OK?
    John Inzer - MS - MVP - digital media experience

  • Hi can someone help me... I try to open my photos of microscope and all of them are just empty black screen while the merged file shows the image. I can't change grayscale in RGB color space (like my single images the info on them is

    Hi can someone help me... I try to open my microscope fluorescnece images and they are all just empty black screen while the merged file shows the image. I can't change grayscale in RGB color space (like my single images the info on them is gray and the merged image color space is RGB)

    Try to update your video card driver to exclude

    Then reset your preferences - with Photoshop CC you can do it in the preferences. Earlier versions require that you press the modifier keys that you launch Photoshop. Ctrl alt shift on Windows or cmd opt shift on Mac.

  • I have 5 Lightroom, how to switch to Lightroom 6? Is there a price for the upgrade or do I have to buy all of the 6 Lightroom? What are the links?

    I have 5 Lightroom, how to switch to Lightroom 6? Is there a price for the upgrade or do I have to buy all of the 6 Lightroom? What are the links?

    Lightroom 6 updates can be purchased directly from Adobe, for a price of $79.  A link to the corresponding page on their website is less than

    https://www.Adobe.com/products/catalog/software._sl_id-contentfilter_sl_catalog_sl_softwar e_sl_mostpopular.html? promoid = KLXMI

    Lightroom is also available as part of the "Creative cloud photography Plan" for a monthly subscription of $9.99.  This includes Lightroom CC, Mobile with Lightroom and Photoshop CC.

    https://www.Adobe.com/creativecloud/photography.html

  • How to select the photos I want to import in the import Windows 7 Wizard, and how to change their name to a group of the name custom when importing?

    Has features missing from Windows XP in Windows 7?

    I'm doing a simple import of photos using the option 'Import pictures and videos using Windows' native Autoplay.

    In Windows XP, I could choose what images to import and give them all the basic name custom during the import process, with each photo added later with a "001", "002" etc using the scanner and Camera Wizard.  It is very convenient because it could have been hundreds of photos on some of my cards from a long period of shots, I could run the tool more than once for different groups of photos that I would choose Import, and the pictures would be get named sequentially and stored in their files you want immediately.  I imported thousands of photos in this way.

    This new tool for Windows 7 allows me to add tags to all of the photos on the cards and devices and name photos after their date, or on the label, or other combinations of that... but why doesn't this new tool in Windows 7 suppose I want to import every single photo on the card device / I just connect and more that I want them all to have the same tag assigned to them?  It's stupid and useless - there, makes only has pictures of a theme on their card at any time that they connect to import their photos and always wants to import everything each time?

    To illustrate this point, let's look at my current situation.  I'm just on vacation in Europe and took pictures to more than one place, I visited, of course and now I would like to mark photos with the location of the names individually... or even more, I would like to actually name photos when importing with the name of the place in the picture.  Scanner and digital camera Assistant & would do that, no problem - you just had to run the tool once for each different group name, then select the appropriate images to import with the same group name.  It has been easy.  This type of naming is far superior to the addition of tags to images named simple-list or date-wise because you can tell what the image file in your library that you want to open just by going to (or get) the group name.  Want to see pictures of St. Peter's Basilica?  If you named the photos with that (added with 001, 002 etc), then simply browse to that name in your folder of photos «The Italy, holiday 2010»  Without trying to find photos Tags into the sea by the name of "IMG20100324005" - soup and no program Photo Gallery Windows Live Photos or necessary Picasa.

    This new program in Windows 7 for the import of images does not appear to be able to handle the very handy feature of its predecessor Windows XP.  It's very frustrating to have opted for the version of Windows newer and supposed to be 'better' but find several programs that have been very useful for XP have valuable features removed or are no longer present at all (like how Windows 7 is no longer a Clipboard Viewer - that has great idea that is?).

    So is it possible to recover the image import feature I apparently lost by 'redevelopment' of Windows Windows 7?  I could of course go and buy an image import and edition program (Smart Photo Import very nice for the price, a quick search I just do), but as this feature was native in Windows XP it is still stupid to have to buy a 3rd party simply program now because Microsoft does not understand the idea of keeping popular features in their software and seems rather "he dumb down.

    Any help to select the pictures I want to import and naming them when importing with a custom group name using the import wizard would be greatly appreciated... + 10 GB of photos and videos of this trip is sitting & waiting for a solution!

    Has features missing from Windows XP in Windows 7?

    I'm doing a simple import of photos using the option 'Import pictures and videos using Windows' native Autoplay.

    In Windows XP, I could choose what images to import and give them all the basic name custom during the import process, with each photo added later with a "001", "002" etc using the scanner and Camera Wizard.  It is very convenient because it could have been hundreds of photos on some of my cards from a long period of shots, I could run the tool more than once for different groups of photos that I would choose Import, and the pictures would be get named sequentially and stored in their files you want immediately.  I imported thousands of photos in this way.

    This new tool for Windows 7 allows me to add tags to all of the photos on the cards and devices and name photos after their date, or on the label, or other combinations of that... but why doesn't this new tool in Windows 7 suppose I want to import every single photo on the card device / I just connect and more that I want them all to have the same tag assigned to them?  It's stupid and useless - there, makes only has pictures of a theme on their card at any time that they connect to import their photos and always wants to import everything each time?

    To illustrate this point, let's look at my current situation.  I'm just on vacation in Europe and took pictures to more than one place, I visited, of course and now I would like to mark photos with the location of the names individually... or even more, I would like to actually name photos when importing with the name of the place in the picture.  Scanner and digital camera Assistant & would do that, no problem - you just had to run the tool once for each different group name, then select the appropriate images to import with the same group name.  It has been easy.  This type of naming is far superior to the addition of tags to images named simple-list or date-wise because you can tell what the image file in your library that you want to open just by going to (or get) the group name.  Want to see pictures of St. Peter's Basilica?  If you named the photos with that (added with 001, 002 etc), then simply browse to that name in your folder of photos «The Italy, holiday 2010»  Without trying to find photos Tags into the sea by the name of "IMG20100324005" - soup and no program Photo Gallery Windows Live Photos or necessary Picasa.

    This new program in Windows 7 for the import of images does not appear to be able to handle the very handy feature of its predecessor Windows XP.  It's very frustrating to have opted for the version of Windows newer and supposed to be 'better' but find several programs that have been very useful for XP have valuable features removed or are no longer present at all (like how Windows 7 is no longer a Clipboard Viewer - that has great idea that is?).

    So is it possible to recover the image import feature I apparently lost by 'redevelopment' of Windows Windows 7?  I could of course go and buy an image import and edition program (Smart Photo Import very nice for the price, a quick search I just do), but as this feature was native in Windows XP it is still stupid to have to buy a 3rd party simply program now because Microsoft does not understand the idea of keeping popular features in their software and seems rather "he dumb down.

    Any help to select the pictures I want to import and naming them when importing with a custom group name using the import wizard would be greatly appreciated... + 10 GB of photos and videos of this trip is sitting & waiting for a solution!

    ===========================================
    Perhaps the following links will propose a few ideas:

    Windows 7 - change settings for importing pictures and videos
    http://Windows.Microsoft.com/en-us/Windows7/change-settings-for-importing-pictures-and-videos
    (don't forget to extend "Import in the view settings" at the bottom of the page)

    Windows 7 - How to make photos from my camera to my computer?
    http://Windows.Microsoft.com/en-us/Windows7/how-do-I-get-pictures-from-my-camera-to-my-computer

    You might find the free Picasa software or Windows Live Photo Gallery
    to be useful:

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    Download Windows live Photo Gallery
    http://explore.live.com/Windows-Live-Photo-Gallery
    (There are other applications included in the download...
    Uncheck the ones you don't want)

    Picasa
    http://Picasa.Google.com/

    Volunteer - MS - MVP - Digital Media Experience J - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - * proceed at your own risk *.

  • How to upgrade the Client installation from the Admin 12.1.0.2 to the most recent Group of patches available for the installation of the database.

    Hello

    We have sql client version 12.1.0.2 which has some issues in terms of sqlloader does not. This has been fixed by the patches oracle 20315685 group. Can someone help us understand how to install this group of patches on the installation of the Client. How to get on the client only the upgrade from group fixes provided by oracle.20315685 in this case.

    Concerning

    Patch 20315685 is WINDOWS BUNDLE PATCH 12.1DB. 0.2.2

    It is a bundle patch is developed to fix bugs related to 12.1.0.2.0 version on windows platform.

    This patch is common for the database server and Client.

    To apply the patch

    (1) services the customer stop like sqlplus, sqlloader

    (2) unzip the downloaded patch

    (3) cd

    (4) set as % ORACLE_HOME %path% environment variable

    (5) %ORACLE_HOME%/OPatch/opatch apply

    It will apply the necessary corrections.

  • How to group by field derived for the field value below?

    Hi all

    I class field with the name of CLASS_FLD data item, I want to group by on left(CLASS_FLD,2).

    How to write him group by for the left(class_FLD,2) of expression above?

    I used earlier messages based on the syntax below but I am unable to make the Group

    <? for-each - group: row; xdoxslt:left(./CLASS_FLD,2)? > <? type: xdoxslt:left (current-group () / CLASS_FLD, 2); ' ascending '; data-type = "text"? >

    Thank you and best regards,

    1157496 wrote:

    Give me the syntax for the first group of lines BY expression counts.

    and also how the syntax would be if he is Businessunit group then group by expression (left(account,2)

    Mean you nested groups, first group BUSINESSUNIT and then other group ACCOUNT

    If yes then the internal group based on the ACCOUNT, we could watch as below

    for-each - Group: Current - Group (); xdoxslt:Left(./Account,2)? >

    For example

    . . . .

  • How to change default layout for the implementation model?

    The new layout model is great, but how can we use it to create a new default layout?

    At this point, the new "beta" model of implementation system and is parallel to the existing system of maps & Layouts.

    You can duplicate the drawings in the new system, but the old designs are still available.

    New models of provision system has it's own card by default, select and modify as you wish. Change the name of this card if you like-, but note that when you look at the map, the map background has a special icon, much like a box with blocks just fall into it. The 'catch all' icon indicates the card used if no mapping rule applies.

    The new system of models of provision is not having a card of "Default" truly sitting silently behind the mapping rules of how the old maps & Layout don't.

    The last mapping rule is and displays the icon 'catch all '.

    You can drag rules up/down to change the order of application, and there is a "catch all" icon at the top of the column mapping that you can drag and drop on a rule to force it to the bottom of the rules and set it as the capture all the rules.

    The new system has a couple of new approaches, we are all learning.

    HTH - Colin

Maybe you are looking for

  • no duplicates

    I have a spreadsheet using numbers for the books that I read, I created. When I put entry (title of the book) I would that he warn me if this book has already been noted in my list, so I create a duplicate entry. Is this possible?

  • Windows Update does not

    my windows update does not work. whenever I try to update says internet explore cannot display the Web page. and say what you can try: diagnose connection problems. my connection is good. What's wrong!

  • frame missing in flah drive while recording a video

  • Upgrade Windows 7 Home Basic Edition to professional Windows on laptop Dell Inspiron

    Hai can I switch my laptop dell inspiron WINDOWS 7 HOME BASIC in WINDOWS 7 PROFESSIONAL or ULTIMATE edition. because im a sftware Professional. I can't install many programs important to work. PLEASE Help me. is there another way

  • Export, besides a few sound effects

    HelloAn export that I did does not include some of the sound effects for the film, I added.  Some are, some aren't I slowed down some of them and tried to export only the audio but same problem is still there.Any help as to what is happening and how