How to use a picture more than once in the light table?

when i drag a picture from my browser to the light table i get the number 1 in the thumbnail. the book suggests that we can drag more than once the same picture in the light table but i have not yet figured out how to do it? any ideas?

Indeed it do, I have that book, and you and I have both proven, beyond any doubt, the authors are incorrect.
I tried all weekend to build a light table display that would print on half of a piece of paper. I figured I'd just select all, duplicate or copy and paste and set up another display just like it. That way, I'd print one sheet, trim it in half and have two nice assemblies of the same images. Took me many hours of dicking around to arrive at my lame non-solution.
Hope someone else gives us both better advice.
bogiesan

Similar Messages

  • Is it problematic to use Microphone.getEnhancedMicrophone() more than once on the same device?

    Here's an interesting little experiment:
         Alert.show((Microphone.getEnhancedMicrophone() == Microphone.getEnhancedMicrophone()).toString());
         Alert.show((Microphone.getMicrophone() == Microphone.getMicrophone()).toString());
    They both show "false", even though the calls to getMicrophone() and getEnhancedMicrophone() always point to the same device.
    I'm making an R&D app right now, and this is a potential problem for me.  I've designed the app around it being able to refresh the list of available mics, and for the user to be able to go back and forth between different mics and be able to hear themselves, among other things.
    If they turn on loop back for a mic, then re-select the same mic, it'll create a different object for that same exact device, and after turning off loop back for the previous instance (and removing all references to that instance), it'll turn on loop back for the new instance.  The problem?  It's hard to tell for sure, but there appears to possibly be some sort of issue with the Flash Player taking a minute to garbage collect the old instance, and during that time, the Flash Player trying to read audio out of that device and loop it back twice, as opposed to once.
    It's hard to tell whether this is really happening, or whether the distortion I'm hearing is purely two-second transition from one instance to the other, but there are also questions in my mind about the viability of just trying to track each individual device in a Dictionary; if multiple devices have the same name and keep getting pulled out of one port and plugged into another, there seem to be problems in being able to keep track of indivdual devices very well in that case.
    So is this a really big issue for an app that's designed to let people keep switching mics back and forth, as well as letting them refresh the list of available mics over and over?  Or as long as setLoopBack(false); and setSilenceLevel(100); are called on every instance before its references are removed, will there not be any sort of disturbance in future instances' audio (or any other issue, aside from late GC)?  Thanks!

    You're creating a reference. The constructor that runs factorizes some other classes into your object such as flash.media.SoundTransform. Due to instantiating a "new" SoundTransform, it differs from the other mic references SoundTransform. Thus the object is not identical. The debug panel shows you easier:
    If you really just want to see if it's attached to the same device, simply compare the index value.
    if (mic1.index == mic2.index) {
         // same audio recording device

  • CRS Install hostname being used by more than once for the same node.

    Hi, we're installing The Oracle Clusterware and on the Cluster Configuration screen of the universal Installer (the one were you specify the clustername and clusternodes) we get the following error message in a dialog box when the next button is clicked:
    "You must enter unique values for the public node name, the private node name and the virtual hostname for all nodes in the cluster. The name, node1, that you entered is being used by more than once for the same node."
    Has anyone experienced this error message before and know what the cause is?
    Could it be a problem with the /etc/hosts file?
    Thanks in advance,
    M

    Make sure you allocate separate IP addresses on your network for the VIP addresses on each RAC node (this is not the same as the machine IP already configured on the OS).
    Also, the installer may complain if your private and public IPs are configured under the same subnet.
    Finally, as mentioned before, check that name resolution for all the IPs to be used. On all RAC nodes, your /etc/hosts file should be configured with:
    - public name and IP addresses of ALL nodes
    - private name and IP addresses of ALL nodes
    - VIP name and IP addresses of ALL nodes
    Hope that helps
    B.

  • Why does 1 cd appear more than once on the ipod

    Hi
    I have a Classic ipod and use Windows 7; I have a couple of items which are appearing more than once on the ipod but only once on the laptop

    Hi rhduff,
    Welcome to the Support Communities!
    The following article will help you with this.
    Follow the instructions to manually sync your iPad, and remove any songs that you don't want.
    iTunes 11 for Mac: Set up syncing for iPod, iPhone, or iPad
    http://support.apple.com/kb/PH12113?viewlocale=en_US
    I hope this information helps ....
    Have a great day!
    - Judy

  • Facebook is showing more than once in the HUB !

    Dear All,
    I noticed that my Facebook is showing more than once in the HUB ! and everything instance of it is displaying something different than the other. Old instances are displaying old notifications that I have deleted a long time ago!
    Each time a login and logout of the Facebook app, a new instance is created inside the HUB ! it seems that there is a serious bug in either the HUB or Facebook !!
    How can I fix this ?
    Yasser Youssef
    Solved!
    Go to Solution.

    found the solution here:
    http://forums.crackberry.com/blackberry-z10-f254/two-facebook-accounts-showing-hub-834878/
    thanks FB developers !!! 
    Yasser Youssef

  • Error: An attribute cannot appear more than once in the same start tag

    Hi Everyone,
    when i run the page sometimes it works fine but sometimes it throws Compilation Error as below.
    "Error(502,1224): file:/C:/Jdeveloper/jdevhome/jdev/myhtml/OA_HTML/fwk/t/Session_2055663493/region1.uix<Line 502, Column 1224>: XML-20124: (Fatal Error) An attribute cannot appear more than once in the same start tag."
    And i delete the particular file from the path and run the page so this time it works fine.
    But later after sometime i get the same error but the session number will be changed, then again i need to delete it and run.
    What can be the permanent solution for this issue?
    Plz let me know any suggetions.
    Thanks.

    Seems like the mdl file is corrupted or was not generated correctly.
    Can you try to create the mdl file again and then try the import ?
    If it doesn't work then try contacting Oracle Support.

  • How to use beans in more than one page

    hello members,
    can somebody tell me how to make beans availabe to more than one page ,i used scope variable as "application"
    in which i set the value of java bean and in that page it show all values of that bean even it modified
    but when redirect to another jsp page it does not show modifided value,it shows its default value
    what shld i use tell me
    following thing that i use in forwarded jsp page
    <jsp:useBean="same id in previous jsp page", class="same class", scope="application"/>
    and then i am using boolean variable which set false default ,but i set it manually though
    setfuction (assume) in original jsp page,but in redirected page it showing it value fasle
    i don't know why
    can somebody (Bean Bond) help me in this problem
    i will very thankfull to you
    plz..................

    My dear friend,
    your scope is wrong. Since you run a JSP page and you want it available everywhere, the only thing that all pages have common is session. So changing your bean scope to session will keep the bean variables and the rest you have on it.
    Try it and let me know.

  • How to use iCloud on more than 5 devices without constant de-authorizing/authorizing devices

    I have more than 5 Apple devices, laptops, and PCs. How do I use my iTunes and iCloud on all of them without constant authorizing/de-authorizing them? It is very annoying.

    I have iPods, iPads, iPhones, iTVs, MacBook > than 10 iDevices, I have PCs and laptops with multiple OSes > 10. I subscribed to iTunes Match, can't fully benefit from the convenience of iCloud with these limits. Is there a way to increase these limits?

  • HOW TO IMPORT DATA MORE THAN ONCE FROM THE SAME EXPORT DUMP FILE?

    before asking my question i'd like to mention that i'm a french spoke...
    so my english is a little bit bad. sorry for that.
    my problem is : IMPORT
    how to import data a SECOND TIME from an export dump file within oracle?
    My Export dump file was made successfully (Full Export) and then i
    tried to import datas for the first time.
    I got this following message in my logfile: I ADDED SOME COMMENTS
    Warning: the objects were exported by L1, not by you
    . importing SYSTEM's objects into SYSTEM
    REM ************** CREATING TABLESPACES *****
    REM *********************************************
    IMP-00015: following statement failed because the object already exists:
    "CREATE TABLESPACE "USER_DATA" DATAFILE 'E:\ORANT\DATABASE\USR1ORCL.ORA' SI"
    "ZE 3145728 DEFAULT STORAGE (INITIAL 10240 NEXT 10240 MINEXTENTS 1 MAX"
    "EXTENTS 121 PCTINCREASE 50) ONLINE PERMANENT"
    IMP-00015: following statement failed because the object already exists:
    "CREATE TABLESPACE "ROLLBACK_DATA" DATAFILE 'E:\ORANT\DATABASE\RBS1ORCL.ORA"
    "' SIZE 10485760 DEFAULT STORAGE (INITIAL 10240 NEXT 10240 MINEXTENTS "
    "1 MAXEXTENTS 121 PCTINCREASE 50) ONLINE PERMANENT"
    etc........
    IMP-00017: following statement failed with ORACLE error 1119:
    "CREATE TABLESPACE "L1" DATAFILE 'E:\ORADATA\L1.DBF' SIZE 1048576000 "
    "DEFAULT STORAGE (INITIAL 10240 NEXT 10240 MINEXTENTS 1 MAXEXTENTS 121 PCTIN"
    "CREASE 50) ONLINE PERMANENT"
    IMP-00003: ORACLE error 1119 encountered
    ORA-01119: error in creating database file 'E:\ORADATA\L1.DBF'
    ORA-09200: sfccf: error creating file
    OSD-04002: unable to open file
    O/S-Error: (OS 3) The system cannot find the path specified
    --->etc..........
    the drive E: with the folder E:\ORADATA didn't exist, but after
    all that i created it.
    see below, before my IMPORT statement
    REM ********************* CREATING USER *********
    REM ********************************************
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "L1" IDENTIFIED BY VALUES 'A6E0DAA6865E7627' DEFAULT TABLESPACE"
    " "L1" TEMPORARY TABLESPACE "TEMPORARY_DATA""
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'L1' does not exist
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "MLCO" IDENTIFIED BY VALUES '56AC6447B7D50467' DEFAULT TABLESPA"
    "CE "MLCO" TEMPORARY TABLESPACE "TEMPORARY_DATA""
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'MLCO' does not exist
    ETC.......
    REM ********************* GRANTING ROLES ***********
    REM ************************************************
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT ALTER ANY TABLE to "L1" "
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'L1' does not exist
    ETC.........
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "L1" DEFAULT ROLE ALL"
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'L1' does not exist
    -- that is normal, since the creation of the
    tablespace failed !!
    REM******************************
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLLBACK SEGMENT RB_TEMP STORAGE (INITIAL 10240 NEXT 10240 MINEXTENT"
    "S 2 MAXEXTENTS 121) TABLESPACE "SYSTEM""
    IMP-00015: following statement failed because
    . importing SCOTT's objects into SCOTT
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "EVT_PROFILE_SEQ" MINVALUE 1 MAXVALUE 999999999999999999999"
    "999999 INCREMENT BY 1 START WITH 21 CACHE 20 NOORDER NOCYCLE"
    ETC............
    importing L1's objects into L1
    IMP-00017: following statement failed with ORACLE error 1435:
    "ALTER SCHEMA = "L1""
    IMP-00003: ORACLE error 1435 encountered
    ORA-01435: user does not exist
    REM *************** IMPORTING TABLES *******************
    REM ****************************************************
    . importing SYSTEM's objects into SYSTEM
    . . importing table "AN1999_BDAT" 243 rows imported
    . . importing table "BOPD" 112 rows imported
    . . importing table "BOINFO_AP" 49
    ETC................
    . . importing table "BO_WHF" 2 rows imported
    IMP-00015: following statement failed because the object already exists:
    "CREATE TABLE "DEF$_CALL" ("DEFERRED_TRAN_DB" VARCHAR2(128),
    IMP-00015: following statement failed because the object already exists:
    "CREATE SYNONYM "DBA_ROLES" FOR "SYS"."DBA_ROLES""
    IMP-00015: following statement failed because the object already exists:
    "CREATE SYNONYM "DBA_ERRORS" FOR "SYS"."DBA_ERRORS""
    IMP-00008: unrecognized statement in the export file:
    . importing L1's objects into L1
    IMP-00017: following statement failed with ORACLE error 1435:
    "ALTER SCHEMA = "L1""
    IMP-00008: unrecognized statement in the export file:
    J
    Import terminated successfully with warnings.
    -------------------------------------b]
    So after analysing this log file, i created
    the appropriate drives and folders... as the
    import statement doesn't see them.
    E:\ORADATA G:\ORDATA etc...
    And i started to [b]IMPORT ONE MORE TIME. with:
    $ IMP73 sys/pssw Full=Y FILE=c:\temp\FOLD_1\data_1.dmp BUFFER=64000
    COMMIT=Y INDEXFILE=c:\temp\FOLD_1\BOO_idx.sql
    LOG=c:\temp\FOLD_1\BOO_log.LOG DESTROY=Y IGNORE=Y;
    after that i could not see the users nor the
    tables created.
    and the following message appeared in the log file:
    Warning: the objects were exported by L1, not by you
    . . skipping table "AN1999_BDAT"
    . . skipping table "ANPK"
    . . skipping table "BOAP"
    . . skipping table "BOO_D"
    ETC.....skipping all the tables
    . . skipping table "THIN_PER0"
    . . skipping table "UPDATE_TEMP"
    Import terminated successfully without warnings.
    and only 2 new tablespaces (originally 3) were
    created without any data in ( i check that in
    the Oracle Storage manager : the tablespaces exit
    with 0.002 used space; originally 60 M for each !!)
    so,
    How to import data (with full import option) succefully
    MORE THAN ONE TIME from an exported dump file ?
    Even if we have to overwrite tablespaces , tables and users.
    thank you very much

    The Member Feedback forum is for suggestions and feedback for OTN Developer Services. This forum is not monitored by Oracle support or product teams and so Oracle product and technology related questions will not be answered. We recommend that you post this thread to the appropriate Database forum.
    The main URL is:
    http://forums.oracle.com/forums/index.jsp?cat=18

  • How to use ipod w/ more than one computer

    I am new to ipod. I set it up on my laptop, and have all uploaded my cds to my ipod from there. I do nat have internet at home, so tried using my parents computer. How do you use the ipod with another computer that doesn't have all your songs on it? When I go to sync it, it ask if i want to delete all my ipod songa and replace with the ones on the other computer. I am trying to get album artwork. What am I not doing right?

    If you want to connect and use an iPod on more than one computer or with more than one library you need to change the update preference in the iPod Summary tab to "Manually manage music and videos" and click Apply. The content of iTunes and the iPod are not syncronised in this mode so the two can be different. You can directly access the content of the iPod and play it through iTunes and you can drag and drop whatever you want to the iPod from either library. Even when manually managing an iPhone, you can only add content from one iTunes library.
    Using iPod with Multiple computers
    Managing content manually on iPod and iPhone
    Syncing Music to iPod
    Something else to be aware of when using an iPod in manual mode is that the "Do Not Disconnect" message will remain on the display until you physically eject the device: Safely Disconnect IPod
    You can use a keyboard command to prevent your iPod auto-syncing with iTunes. While connecting the iPod to the computer on Windows hold down the Shift + Ctrl keys together. This will stop the iPod from auto-syncing with iTunes and the iPod will appear in the source list. Wait until you are sure the iPod has mounted, and that it will not auto sync and then you can let the keys go. This may take between 20 to 30 seconds depending on your computer: iTunes - Keyboard Shortcuts for Windows
    When your iPod appears in the iTunes source list change the update setting to manual, that way you can continue to use your iPod without the risk of accidentally erasing it.

  • How to use iTunes with more than one Ipod

    I would like to know whether is possible to use iTunes with more that one ipod, because I need to have 2 differents libraries, one for my 30GB ipod and my son's ipod nano.
    Thanks, Felipe

    Try this http://docs.info.apple.com/article.html?artnum=300432

  • Unable to insert more than once into an Oracle table  through ODI

    Hi,
    The scenario is I need to load a table which stores the contact informations (Phones).
    The source data is such that the different types of phones come from different source tables (Home phone, Work Phone, Fax etc)
    I have developed different interfaces in ODI based on the types of phones.
    The issue is for the first time, if I run any of the interfaces it runs properly & the data gets inserted properly. Then if I run any of the other interfaces, it is unable to insert into the intermediate I$ table (I$_Phones) and is stuck there forever :-)
    Is it an ODI issue or an issue with the database? I have manually copied the query and tried to load it into the intermediate table, but it didn't work.
    Have any of you faced this type of issues in ODI ever? If so, are there any work arounds?
    PS - I have checked whether I am dropping the intermediate flow tables after inserting the records.

    Thanks Ankit,
    I was using IKM Oracle Incremental Update. The volume of data is around 300,000.
    It didn't fail, It just took forever. It got stuck in the step "Insert flow in I$ table". (FYI, I have disabled the Flow control in the IKM).
    Almost the same query ran properly and got the data loaded when its used in the initial interface. I have pasted the query below.
    /* DETECTION_STRATEGY = NOT_EXISTS */
    insert /*+ APPEND */ into PROD_ODI_WORK.I$_PHONES
         SRC_CLIENT_ID,
         PHONE_NO,
         PHONE_TYPE_ID,
         IND_UPDATE
    select      
         C1_SRC_CLIENT_ID     SRC_CLIENT_ID,
         C2_PHONE_NO     PHONE_NO,
         1     PHONE_TYPE_ID,
         'I' IND_UPDATE
    from     PROD_ODI_WORK.C$_0PHONES
    where     (1=1)
    and not exists (
         select     'X'
         from     CIF_STG.PHONES T
         where     T.SRC_CLIENT_ID     = C1_SRC_CLIENT_ID
         and     T.SRC_SYSTEM_ID     = 'BARS'
              and     ((C2_PHONE_NO = T.PHONE_NO) or (C2_PHONE_NO IS NULL and T.PHONE_NO IS NULL))
              and     ((1 = T.PHONE_TYPE_ID) or (1 IS NULL and T.PHONE_TYPE_ID IS NULL))
         )

  • My modem works just fine, but my airport extreme refuses to connect to the internet.  I even reset it more than once, changed the DNS servers and still nothing.  Help

    Ok so recently we were having problems with our phone.  We had to disconnect our modem in order to fix the phone lines and when that happened, our airpot extreme disconnected itself from the internet.  No matter what I did i could not get it to connect back.  I would power down the modem, I would reset the AE and nothing would happen.
    I tried changing the DNS server and nothing happened.  I always get the same messages in the airport utility app: No internet connection and no DNS server
    Nothing I seem to do works.  I do know for a fact though, that the problem is not the modem.  I have connected it through ethernet to other devices and the internet has worked just fine. 
    Please please please if anybody sees this help me out!!

    Since you feel good about having internet access up to your Airport, I would suggest as a next step checking your Airport's status light to see if it is giving any clues as to what may be going on. Below is some info on what the light can indicate
    AirPort Express Status light sequences and what they indicate.
    No light (Off) - AirPort Express is unplugged
    Solid green - AirPort Express is on and working properly.
    Flashing amber - AirPort Express is not set up or cannot establish a connection to the network or
    the Internet. Use AirPort Utility to find out the cause. See “If Your AirPort Express
    Status Light Flashes Amber” on page 20.
    Solid amber - AirPort Express is starting up.
    Flashing amber and green - There may be a problem starting up. AirPort Express will restart

  • How can i prevent a user to login more than once at the same time ?

    Supose there are a user , D .
    and i am using thread and socket in the application.
    once a user logined in , it will open a new socket .
    Well , but D is trying to login twice at the same time ... and my thread is opening two socket for him .... , how can i prevent that ?
    *thanks for help and sorry for my poor english                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Thanks for reply
    ya ~ i've got a solution ~
    actually i am doing a server for mobile phone to get data. Sometime 1 single ID will send twice a message (usually nokXX mobile phones) .. i use milli sec to check those message ....
    n it seems working ....

  • How to handle the more than once from the same jsp files

    Hi,
    i have a one jsp file with three buttons.each one having for different functionalities. like one for cancel, second for edit the values and third for save the values in databse. so i want to handle all these 3 buttons. how can test that which button is coming for action..
    Is there any validation necessary for buttons....
    give me the suggestion to do this.......
    help meeeeeeee
    thanks
    123

    Hint: Its something you need to handle using javascript by setting the hidden variables during submit.
    I would expect you to think on this and reply the simple solution.

Maybe you are looking for

  • Syncing Voice Memos in 11.4

    The very last thing that used to happen during a sync between my iPhone 5S and iTunes 11.4 on my MacBook Pro was a prompt asking me if I wanted to import new voice memos on my device into my iTunes library.  At some point in the last month or so I st

  • How to I get an iPhoto slideshow onto a DVD?

    I have made a slideshow for my brother's memorial service.  I have exported it out of iPhoto (.mov file).  I cannot seem to get it into iDVD correctly to get to my final product which is a DVD that will play on a "regular" DVD player at the funeral h

  • Cannot Sync with Outlook

    I am getting the following error when trying to sync my calendar: "iTunes could not sync calendars to the iPhone (xxx) because the iPhone disconnected. I have added the COM addin - and it is syncing everything else (contacts, pics, tunes etc...) Any

  • Why does my phone say it is still restoring since yesterday

    Why does iTunes say that it is still restoring my phone after the update done on it yesterday?

  • Adding custom buttons to UITableViewCell - iphone

    Hello all. I have a question for the iphone developers, I want to add several buttons to a UITableViewCell in a grouped TableView I have set up. The requirements are this: 1) Place two buttons together in a view. 2) Add up to 4 of these views to a UI