Get read of the modules

or at least combine library/develop
I also did not find a user that uses quick-edit - so why keep it?

[email protected] wrote:
> I don't see the issue with the time it takes to switch.
I agree that LR has done well in making changing modules a one-keypress
action. But there's more to it than that - switching modules switches the
behavior of the applicaation. The eyes and brain have become used to a
specific screen layout, and so there's a map in your head of what's where,
and suddenly that changes, so you have to adjust. Your hands may have
become used to how far to move the mouse (and in what direction) to perform
a specific action, so you have to adjust to *that*. Your fingers have
become used to a set of keypresses to perform actions, and now they need to
swap in a different set. All of that takes brainpower and has an effect on
your ability to work smoothly.
There's a term in software engineering called a "context switch" (sorry if
you already know this - I don't know your background). When a computer is
running some task, and it's time let another task have the processor, the
computer saves the state of the current task, loads the other task's state
into the current processing space, and then lets the other task do its
thing. That's the context switch, and it can be intensive. The actual
trigger to swap tasks might be a single instruction (the equivalent of a
single keypress in LR), but it causes a cascade of processing that causes an
overall degradation of performance.
Even though we aren't computers, people have the same basic experience.
When you're deep into some task, and somone interrupts you to ask a simple
question, it can take a few seconds for your mental context switch before
you can understand the question and answer it. Then it can take you
*minutes* to get back into your original task as deeply as you were in it
before the interruption. That's why people perform better when given large
chunks of uninterrupted time.
The module switch in LR introduces a context switch (admittedly to a lesser
degree than I just described), and that's where part of my objection comes
from.
The second part comes from my experience in user interface design (I've been
writing software for all of my adult life, and focusing on user interface
for about the last 9 years). Every conversation I've ever had with a user
has contained (among other things) one basic request: I'd like to be able to
do anything from anywhere. For example, the last app I worked on had
something like LR modules - you were looking at either a "Manage Computers"
area or a "Reports" area. Both areas had a typical 3-panel layout -
navigation tree on the left, list of things on the top right, and details of
the selected thing on the bottom right.
In the case of "Manage Computers", the navigation tree showed groupings of
computers, the list showed computers in the current group, and the detail
area showed the selected computer. In "Reports", it was groups of reports,
reports in the current group, and the selected report.
One request from users was to be able to run reports on the currently
selected computer when in the "Manage Computers" area. And here is where
the app differed from LR: you didn't get switched to the "Reports" area to
do it - the report ran, and its details showed up in the "Manage Computers"
detail area. If we'd taken the LR module approach, we'd have switched you
to the Reports area to run the report. You'd have lost the whole context of
which computer you were looking at, and so on. That was considered jarring
to our users, and I agreed with them.
By analogy, if I'm looking at an image in the Library module Loupe and I
want to crop it, the crop rectangle could be made to show up right there in
the Library module Loupe, instead of switching me to Develop to put it
onscreen. That's much less jarring, even though it's the same number of
keystrokes.
Rob Freundlich
"Males are biologically driven to hunt giraffes" - Newt Gingrich
"Some folks you don't have to satirize - you just quote 'em" - Tom Paxton

Similar Messages

  • How to get information about the modules used in the RT system from host pc.

    hi all,
    i am trying to  read the modules of the RT tragets from my host pc without deploying the program.
    i have 2 or more than 2 rt systems from which i am trying to get the information about the modules used in that particular system.
    Regards,
    Santhosh M

    hi, you can use the sys_context function, like this:
    select sys_context('userenv','current_user'),
         sys_context('userenv','os_user'),
         sys_context('userenv','host'),
         sys_context('userenv','ip_address'),
         sys_context('userenv','instance'),
         sys_context('userenv','sessionid'),
         sys_context('userenv','terminal')
    from dual;
    Is this what you 're looking for?

  • Work_item id not getting read in the web dynpro application

    Giving Error like 'Parameter WI_ID contains an invalid value' while calling Work Item ID in Webdyn Pro ABAP Application. I followed the documentation that I got from SDN. We are trying to display a Webdynpro Application with data of Requtester when a user clicks work Item In UWL.
    Can you please tell me what i might be missing here.
    Thanks,
    Rajat

    Hi rajtg,
    The details you have described is not enough to analyse the error. I would debug the error in any case to see the window inbound plug , probably you are passing some data which is not matching the type of the data expected in WDA.

  • How can i get frequency of the modulated signal

    All my questions are showed in the picture.
    Attachments:
    xxxx.jpg ‏39 KB

    "Well, since it is for a "friend"...
    An FFT (or Power Spectrum) will tell you all of the fundamental frequencies of your signal. This is pretty easy and there are functions in LabVIEW to do this. However, since you are only trying to determine the frequency of one square wave mixed with many sine waves, you can just look at the first dirivitive of the signal (dS/dt) and look for discontinuities (dS/dt = +/- Inf). This discontinuity is only due to the square wave signal component. Find the frequency of the discontinuities of the first dirivitive and you have your answer.
    -Jim"

  • Ipod not getting read on the computer

    i have a nano that alwaysed worked fine but then i pluged it in and itues is not reading it i have the latest update of ituenes and i just cant figure out why its not reading my ipod

    I recently had the problem where my computer wasn't recognising my ipod. The thing that fixed it, was to..
    1. Turn off computer
    2. Plug ipod in
    3. Reset ipod (turn the lock on the top on then off, and then press the middle and top button on the dial until the apple logo showed up)
    4. Turn on computer
    ..and then it worked.
    To avoid this problem, I now not only click the eject icon on itunes when I want to disconnect my ipod, but I also click the windows "safely disconnect hardware" system tray icon. Has worked fine since.

  • How do i query the module object for the interface of the module-specific interface I require

    Hi there.
    Currently using LabVIEW 2012/TestStand 2012.
    I am attempting to edit the LabVIEW Text Sequence Translator, and in the CreateStep.vi I am trying to create a step that is of type WIS_Sequence_Call (a custom version of NI_Types.ini-->SequenceCall).
    I need to set the file pathname, sequence name and parameter values in the step.  I believe I need to get access to the SequenceCallModule class to do this.
    This help file SequenceCallModule states in the description: "To access the properties and methods of a specific module class, query the Module object for the interface of the module-specific interface you want to acquire.".
    What exactly is meant by "query" here?  It looks like "Specify" might be what I am after, but I want this done programmatically, ie no dialog boxes.
    See my snippet below.
    Thanks.

    Thanks for the reply Charles.
    I have been using the 2012 version of the poster.
    I can get access to the Module class from the Step Class as shown in the snippet above, but I can't see how to get to SequenceCallModule? The "To more specific class" VI doesn't seem to work for TS refs. Is there no way to derive the SequenceCallModule from this?
    Also I can use the TSAdp.SequenceCallModule reference, but I need to link this to the relevant step that I've just created.  Can NI please provide me with a link to any examples on this?
    Thanks

  • How do i query the module object for the interface of the module-spe​cific interface I require

    Hi there.
    Currently using LabVIEW 2012/TestStand 2012.
    I am attempting to edit the LabVIEW Text Sequence Translator, and in the CreateStep.vi I am trying to create a step that is of type WIS_Sequence_Call (a custom version of NI_Types.ini-->SequenceCall).
    I need to set the file pathname, sequence name and parameter values in the step.  I believe I need to get access to the SequenceCallModule class to do this.
    This help file SequenceCallModule states in the description: "To access the properties and methods of a specific module class, query the Module object for the interface of the module-specific interface you want to acquire.".
    What exactly is meant by "query" here?  It looks like "Specify" might be what I am after, but I want this done programmatically, ie no dialog boxes.
    See my snippet below.
    Thanks.
    Christopher Farmer
    Certified LabVIEW Architect
    Certified TestStand Developer
    http://wiredinsoftware.com.au
    Solved!
    Go to Solution.

    Thanks for the reply Charles.
    I have been using the 2012 version of the poster.
    I can get access to the Module class from the Step Class as shown in the snippet above, but I can't see how to get to SequenceCallModule? The "To more specific class" VI doesn't seem to work for TS refs. Is there no way to derive the SequenceCallModule from this?
    Also I can use the TSAdp.SequenceCallModule reference, but I need to link this to the relevant step that I've just created.  Can NI please provide me with a link to any examples on this?
    Thanks
    Christopher Farmer
    Certified LabVIEW Architect
    Certified TestStand Developer
    http://wiredinsoftware.com.au

  • I use a Mac, new to lightroom, I purchased the software, and now I cannot get into my develop module because it is telling me that I need to renew my membership ?  Lost !!!  lost in a dark cold cave of lightroom someone please help me !!

    I cannot get into my develop module on lightroom, it is telling me to "please renew my membershipto reactivate the develop module"  I do not understand.  I bought the software must I pay a membership as well ?  Also I do not want to use lightroom mobile and it is trying to sync my photos.  I use a MAC

    Did you purchased the Full Perpetual License from Adobe for $149.00?, if so then what has happened is that you probably downloaded the Creative Cloud trial version which has now expired.
    The license key for the perpetual version will not be accepted to activate the CC version.
    Uninstall the existing Lightroom and then download the one available from the link below. The uninstall process will not affect your Catalog, Preferences or personal files but will just remove the application. Install the new download and you license key will be accepted.
    Adobe - Lightroom : For Macintosh : Adobe Photoshop Lightroom 5.6
    If this is not the situation you face then provide some more details.

  • Any function module to read all the values in Tcode-PPQD?

    Hi all
    Is there any function module to read all the values in Tcode-PPQD (Display Qualifiaction Catalog).
    and any idea what tables are involved to get these values like parent and child relationship?
    Thanks in advance.
    Murali.

    Murali,
    you can use the following..
    data: w_sobid type sobid, "Qualification ID
          w_objid type objid. "Qualification Catalog
    select objid  into w_objid
                  up to 1 rows
                  from HRP1001
                 where otype = 'QK'
                   and plvar = '01'
                   and istat = 1
                   and risgn = 'B'
                   and relat = '030'
                   and endda ge sy-datum
                   and begda le sy-datum
                   and sclas = 'Q'
                   and sobid = w_sobid.
    endselect.
    if sy-subrc eq 0.
    write: / w_objid,w_sobid.
    endif.
    Regards,
    Suresh Datti

  • Hi When going from Develop module to print module a white boarder appears on screen which also prints via my epson r3000 printer. I can get round this by exporting photo to Elements and printing from there but can i get rid of the boarder and print from l

    Hi When going from Develop module to print module a white boarder appears on screen which also prints via my epson r3000 printer. I can get round this by exporting photo to Elements and printing from there but can i get rid of the boarder and print from lightroom?

    In the printer driver (accessed through the Page Setup button) set the Advanced tab to borderless. Then in the right hand panel under Layout set all the margins to zero.

  • Who worked with ICS' Model 4896 GPIB? I can not count the data from the module. Can prompt as it to make. It is desirable with examples (data read-out from the module and data transmission between channels. It is in advance grateful.

    I can not count the data from the module. Can prompt as it to make. It is desirable with examples (data read-out from the module and data transmission between channels. It is in advance grateful.

    Hello. Most of the engineers in developer exchange are more familiar
    with NI products. Contacting ICS for technical support is a better
    course of action.

  • Why is it that when I am trying to install an adobe product, I get 33% of the way through and then it gives me an error "unable to load metafile"??  It happened with Reader and now with Flashplayer.  With the Reader, I was able to find a different install

    Why is it that when I am trying to install an adobe product, I get 33% of the way through and then it gives me an error "unable to load metafile"??  It happened with Reader and now with Flash player.  With the Reader, I was able to find a different installation link using the troubleshooting guide.  I cannot find the same with flash player.  Please tell me how to install Flash player because there is a website that I cannot even view without it.  BTW That is annoying that I cannot even see the website without flash player
    my system is XP

    Use these installers:
    Flash Player for ActiveX (Internet Explorer)
    Flash Player Plug-in (All other browsers)
    Flash Player for Mac OS X
    For Adobe Reader go to http://get.adobe.com/reader/enterprise/

  • I am getting messages that I can't download and read .pdf files since I have the wrong Adobe reader. I know about their security disasters of course, but I downloaded the latest version of Adobe Reader from the Adobe web site and I have other ,pdf file re

    I am getting messages that I can't download and read .pdf files since I have the wrong Adobe reader. I know about their security disasters of course, but I downloaded the latest version of Adobe Reader from the Adobe web site and I have other ,pdf file readers as well, and for some reason they won't work either. I have 5 computers running top end processors and RAM. By this I mean I have one, this one which I am using that has an AMD Phenom Black 3.2 Quad-core with 8 GBs of Corsair top DDR2 RAM, my other two AMD have either an Athlon II triple core with 4 GBs of DDR2 Corsair RAM, one with the Phenom X4 965 3.4 GHz Quad-core with 8 GBs of their best DDR2 RAM, and two Intels with the i7 920 Processors using the triple channel 1366 socket processors and one with 8 GBs of low latency DDR3 RAM and the other with 4 GBs of the same RAM. I am getting the message on this one, which has a fresh install of XP Pro X64 operating system, as do the other 4 as well. I have run Avast Business Pro Anti-virus on this one, which I am getting the message on with a single result which I deleted, and also both Spybot Search and Destroy, which came back clean as well as Malwarebytes Antimalware, which got a lot of tracing cookies now removed, and SuperAntiSpware which also found a few cookies also now deleted. Can you tell me what I need to do to get these files to show as .pdf files rather than as a clean blank page. One other issue is that I wish to know how to turn off my downloads so they are saved and Mozilla will give me the option of returning them instead of me losing them all together as it does now. Thanks for your assistance. If there is another Adobe reader I should download and install, could you provide me with the link to it? I appreciate your assistance here
    == When I download and try to read a .pdf file and when I am asked to turn off all Firefox files and if I do, I lose them since I need to know how to save them without rebooting my computer.

    Brilliant! Problem solved! Thanks so much.

  • I am trying to burn a music cd on iTunes, but I am getting an error that reads that the cd burner is being used by another application.  I know that I am not using the cd burner for anything else.  I have restarted the Mac and nothing.  Any ideas?

    I am trying to burn a music cd on iTunes, but I am getting an error that reads that the cd burner is being used by another application.  I know that I am not using the cd burner for anything else.  I have restarted the Mac and nothing.  Any ideas?

    One other thread said it was fixed by waiting till prompted by iTunes to insert the blank disk, instead of putting it in first. Does that work? Found a number of hits on this Googling.

  • I am getting "a network error occurred while attempting to read from the file c:\windows\installer\itunes.msi" when I attempt to download itunes, can someone help me with this?

    I am getting "a network error occurred while attempting to read from the file c:\windows\installer\itunes.msi" when I attempt to install itunes.  Can anybody help me to resolve this issue?

    You can try disabling the computer's antivirus and firewall during the download the iTunes installation
    Also try posting in the iTunes forum since it is not an iPod touch problem.

Maybe you are looking for

  • Payment Summary Report

    Hi Guys, Appreciate if any one has idea about payment summary report for which F110 details can be used Like Run date, Identification, Payment Method, Company Code, House Bank etc.... I think the program is RFFOM100 Does anyone knows of SAP standard

  • What is static used for?

    May i know what is the meaning of "static" in java term? when should i use them and whjy should i use them?

  • JAXM: SOAP evelope format

    My web service requests a soap envelope like the one below: <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.or

  • DW MX2004 & Fireworks CS3

    Hi: I'm using Dreamweaver MX 2004 (on PC) to do (very) basic html website development/design. In the past, I used the trial version of Fireworks 8 for creating or tweaking graphics and was very happy with it. I'm finally able to purchase Fireworks, b

  • Com/bea/xml/XmlException in wls9.2

    I'm migrating the application from wls8.1 to wls9.2 and to jdk1.5 maven build is being successful with wls8.1's weblogic.jar. But I'm getting following build error when i replaced it with wls9.2's weblogic.jar. [java] <Jan 4, 2007 5:20:15 PM MST> <Er