Dreamweaver Relative Image and Link Issue

Hi there
I have just created a website in Dreamweaver. It previews
fine in Firefox but when previewing it in IE neither the images are
loading or the internal links working.
I think it has something to do with roots or relative linking
as links are all coming up with
http://home.html in front of them and
images
http://home.html/Assets (assets
being where images are stored). I hope this isnt too difficult to
fix.
Thank you in advance

LOL. Just so....
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"Ken Binney" <[email protected]> wrote
in message
news:g9me63$hql$[email protected]..
> Lose this:
> <base href="home.html" />
>
> "B10000" <[email protected]> wrote in
message
> news:g9m260$553$[email protected]..
>> Hi there
>>
>> I have just created a website in Dreamweaver. It
previews fine in Firefox
>> but
>> when previewing it in IE neither the images or
loading, or the internal
>> links
>> working.
>>
>> I think it has something to do with roots or
relative linking as links
>> are all
>> coming up with
http://home.html in front of them and
images
>>
http://home.html/Assets (assets
being where images are stored). I hope
>> this
>> isnt too difficult to fix.
>>
>> Thank you in advance
>>
>
>

Similar Messages

  • Question regarding image and links tag

    Hi. Im new to podcasting and have just had my first podcast excepted on itunes.
    Im using garageband.com to store my audio file and copy & pasting the address into itunes to submit it. (http://www.garageband.com/user/wabel/podcast/main.xml)
    What i dont understand is adding an cd cover image and links to a web site.
    I asume its sumular to html, where you type the code with link or image, but where? I cant edit within the above link!
    Please help.

    The "code" for images and links goes into the xml file.
    <?xml version="1.0" encoding="UTF-8"?>
    <rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
    <channel>
    <ttl>60</ttl>
    <title></title>
    <link></link>
    <language></language>
    <copyright></copyright>
    <itunes:subtitle></itunes:subtitle>
    <itunes:author></itunes:author>
    <itunes:summary></itunes:summary>
    <itunes:owner>
    <itunes:name>John Doe</itunes:name>
    <itunes:email>[email protected]</itunes:email>
    </itunes:owner>
    <itunes:image href="http://example.com/podcasts/everything/AllAboutEverything.jpg" />
    <itunes:category text=" ">
    <itunes:category text=" "/>
    </itunes:category>
    <item>
    <title></title>
    <itunes:author></itunes:author>
    <itunes:subtitle></itunes:subtitle>
    <itunes:summary></itunes:summary>
    <enclosure url=" " length=" " type=" " />
    <guid></guid>
    <pubDate></pubDate>
    <itunes:duration></itunes:duration>
    <itunes:keywords></itunes:keywords>
    </item>
    </channel
    </rss>

  • HTML content with images and links blocked

    Hello,
    I very much need some help here because my company needs to send out newsletters to our clients in HTML format soon and so far the email with HTML content is being blocked as spam while text content works fine. Specifically, whenever I add a link or an image in HTML content, the email doesn't go through. I tried sending in multipart format but it is also not sending HTML with images and links. Here is my attempt:
                                    props.setProperty("mail.transport.protocol", "smtp");
                                     props.setProperty("mail.host", "mail.server.com");
                                     props.setProperty("mail.user", "joeuser");
                                     Session mailSession = Session.getDefaultInstance(props, null);
                                     mailSession.setDebug(true);
                                     Transport transport = mailSession.getTransport();
                                     MimeMultipart mp = new MimeMultipart("alternative");
                                     MimeBodyPart htmlPart = new MimeBodyPart();
                                     MimeBodyPart textPart = new MimeBodyPart();
                                     textPart.setText("Just to make it multipart");
                                     htmlPart.setHeader("MIME-Version", "1.0");
                                     htmlPart.setHeader("Content-Type", htmlPart.getContentType());
                                     htmlPart.setContent(strHtmlMessage, "text/html");
                                     mp.addBodyPart(textPart);
                                     mp.addBodyPart(htmlPart);
                                     MimeMessage message = new MimeMessage(mailSession);
                                     message.setHeader("MIME-Version", "1.0");
                                     message.setHeader("Content-Type", mp.getContentType());
                                     message.setHeader("X-Mailer", "Recommend-It Mailer V2.03c02");
                                     message.setContent(mp);
                                     message.setSubject(strSubject);
                                     message.setFrom(new InternetAddress("[email protected]"));
                                     message.addRecipient(Message.RecipientType.TO,
                                             new InternetAddress("[email protected]"));
                                             transport.connect();
                                             transport.sendMessage(message,
                                             message.getRecipients(Message.RecipientType.TO));
                                     transport.close();This code is one of my numerous attempts to make HTML send images and links. Please, let me know if there is a workaround way to make JavaMail send HTML with links and images in the message body. Your help will be greatly appreciated.

    The JavaMail FAQ has information on creating HTML messages, including
    messages with both plain text and HTML. Did you find it?
    BTW, your code has many unnecessary statements, such as setting
    the Mime-Version header, which JavaMail will do for you, and setting
    the Content-Type header, which JavaMail does as a side-effect of the
    setContent or setText calls.
    Other than that, it looks like your code should be correctly creating a
    multipart/alternative message. If the recipient is still rejecting it you
    need to figure out what it is about the message that makes the recipient
    think it's spam. Can you send a similar message using another mailer?
    Can you send the message to a different recipient?

  • Windows.ApplicationModel.DataTransfer. How share image and link in same post ?

    How share image and link in same post  ?

    You can
    share a link and share an image (as an image or
    as a file), but logically speaking all of the data types shared are considered different views of the same thing. The share target will pull out the best format for its target and leave the rest. The share source cannot tell the target how to interpret
    the data.
    See
    Choosing data formats and file types.
    If you want to combine multiple data types in one view then you can combine them in an HTML page. See
    How to share HTML

  • Keep track of images and links in a datafile

    Hi,
    I have set up replication between my source and destination server. How do images and contents linked in a webpage section replicate?
    I think images and content reffred should be replicated seperately, as a datafile doesnot have a refrence telling images reffered should be moved.
    Now the question is how to move Images and contents that are linked in the webpage along with datafiles.
    One solution is to use SiteStudio section replication. If we use that how to make sure this goes through a work flow and then gets replicated?
    your inputs willl be usefull

    This seems somewhat like an architecture question. Let's assume you have two servers (I'll call them staging and production). You have set the Site Studio Migration Utility to automatically replicate content associated with your site from staging to production. Now in our example, on staging there is a datafile with various images and links to native content that users regularly update. You have a workflow layer applied to all datafiles of your site so that content isn't migrated into production until it has been workflow approved. I'm assuming this is how you are set up (since this is a commonly recommended architecture).
    Now back to the datafile. I'm assuming the images in the datafile (as well as any linked native content) have site specific metadata applied to them, so that the Site Studio Migration utility replicates them into production just like migrates other areas of your site. If that is the case, then it is the responsibility of the workflow approver to verify that all images (and document links) look right before approving the content for auto migration.
    Unfortunately, you may run into a situation like the following... You have a page that lists sales figures every month, and uses an image to visualize those sales figures. You already have a datafile in production for February as well as the associated February graphic. You create an updated sales figure datafile for March, as well as an updated associated image for March. The image migrates into production automatically, before the updated datafile referencing the updated image clears workflow. Your February sales figure page could potentially have the March sales image inside of it. This is a potential problem since there is no concept of a "group approval" for all elements that make up the contents within a datafile. You could add a layer of workflow to all native content and images, but then you'd have to be fairly certain that you were synched up properly. You could also manually migrate, but I can see where this would not be ideal either. Unfortunately, there is no easy answer.

  • Adding image and link at bom matrix.

    Hello Friends,
                         I have added two user defined fields in the matrix at bom form as.
    1.For storing image
    2.For storing link
    Now I want to add image and link through coding but this is giving me error as "This is not user defined item."
    Thanks.

    Mithun,
    Did u make sure that the Columns are Active and Editable..? are they visible..??
    To set the value try the following..
    objEdit = objMatrix.Columns.Item("V_12").Cells.Item(pVal.Row).Specific
    objEdit.String = "www.yahoo.com"
    where objEdit is a Edit text.
    Regards,
    Vasu Natari.

  • Autocomplete and linking issues with gchat on apple messages

    So I'm having a couple related(ish) problems with apple messages and gchat/hangouts/whatever it's called these days and imessage on my laptop:
    1) Gchat contacts sometimes do and sometimes don't autocomplete when i cmd+n for a new message and then start typing in the 'send to' field. this occurs irrespective of whether i try to start a jabber conversation via typing their email or via typing their name. I've noticed a couple of semi-consistent factors that seem to be impacting it, at least sometimes, but can't pinpoint anything entirely consistent:
         -It seems to be more problematic with contacts that I have their (google) email address on their contacts card in my icloud account on my actual computer/iphone (as opposed to not having them linked to a contact, and them being merely listed on my gchat friends list by virtue of being imported when i created the account)
         -It seems to be more problematic with buddies that i have had more recent contact with, so that their existing conversation is closer to the top of the messages window (and plus, even this isn't entirely consistent - sometimes it lets me type and find their jabber account even if i chatted yesterday and it's second or third on the list, other times it just returns no results in the address field, and other times (when they're a contact with email address as well as phone number) it only gives me their imessage account but their jabber doesn't show up and i have to go to my buddy list to find them)
    Any thoughts? It's sometimes easier to just do cmd+n and type a friend's name even if i have an existing conversation with them relatively top to the close of the list, than manually finding them in the list or looking at the buddy list or using the search bar. cmd+n typically works at least with imessage conversations, and sometimes even with jabber accounts/gchat, so it doesn't seem like this is merely a feature that doesn't exist.
    2) This might be less of a bug and more of a feature, but i'm wondering if there's a way to deactivate it. A lot of my friends have both imessages and gchat, and i have their google email and phone number on their contact card. in this case, apple messages, seemingly arbitrarily, alternates back and forth betweeen gchatting them and imessaging them in the same conversation. it doesn't always correspond to their away/available status on gchat, and even when it does correspond, i'd still prefer to be able to manually override to send an imessage even if they are available on gchat, I'd prefer to just have separate conversations going for imessage and gchat (because a lot of my friends just never look at one or the other depending on whether they are or arent near their computer, so i need to be able to control where the message goes). I do have a separate jabber conversation with John Smith from their imessage, but within the imessage conversation it still sometimes switches to jabber. It seems like this only happens for contacts that have both email and imessaage on their vcard, but i'd prefer not to delete the email address from their vcard just to resolve this issue, since the email address on contact comes in handy for purposes other than gchat. is there any workaround/way to disable this auto-switching between imessage and gchat accounts in the same conversation, while keeping contacts' email and phone number linked on their vcard?
    3) Some, but not all, of my android friends show up as having imessage when i type their name to contact via gchat. sometimes it says imessages for their phone number, and sometimes instead for their gmail (or both). With respect to the issue when it happens in phone number form: i've checked their contact cards and their phone number is just listed as mobile (not iphone or anything, though i'm unsure if the category of phone number actually tells the phone whether they have imessage, or if it recognizes (in this case, incorrectly) on its own). Of course the imessage won't actually send, but it's pretty annoying (especially in light of the problem from #1). Is their any way to tell messages that this person doesn't have imessage so it stops saying they do?
    Couldn't decide whether to post these separately or together, but since they may or may not be related i opted for the latter. sorry for the length. searched for all 3 and didn't find anything quite on point.
    macbook pro, mid-2010, 15"
    Mavericks 10.9.2
    messages v8.0

    Hi,
    Re 1)
    If a Buddy  (Google, AIM or Yahoo) is in the Buddy list as just the ID or Screen Name then broadly speaking they are not in your Contacts list.
    As such they will not show a "Real Name".
    However any Buddy can be added to the Contacts List even if you don't add a "Real Name"
    This in itself can also cause issues as the Contacts app does not create what it sees as Duplicate cards.
    i.e. you cannot create two cards with the name John Smith.
    It is easier if the ID/Screen Name becomes the "Real Name".
    I have three Macs
    On each the My Card  for myself reflects the Computer it is from and those Cards are synced on my iMac.
    Some of the various Jabber and AIM Screen Names are linked to the particular computers.
    That means if I type "ra" as the start of my Name in the "to" spot I get this:-
    First is a national breakdown service for helping out with cars (as opposed to any other breakdown)
    The next is a Buddy that I have hidden.
    It lists Apple ID and telephone numbers that it thinks are iMessages compatible (it thinks all numbers are valid)  liked to be G4 tower's card.
    It continues listing AIM, Jabber, Yahoo and other iMessages accounts as well as the Bonjour contact details.
    As you can see some at the bottom are IDs and Screen Names that are not associated with any of the Address Cards.
    In these cases my name from part of the ID so "ra" picks then up.
    As you can see you should get AIM, Jabber (Google), iMessages and Yahoo account indicated.
    That should then lead to 2)
    Once in the conversation you can use the "To" spot to change which ID you are calling and therefore effectively change which service you are using.
    In this Pic I have chosen to call Myself (easy with multiple accounts)
    My iMac My Card has no jabber account listed so you only see iMessages and  AIM option listed.
    I can "call" my main AIM name (ralphjohnsr) from the other three Accounts linked to this Card.
    From your end it may look like a random switch but in fact is most likely from an incoming change by the Buddy/Contact.
    You can make the change by using the "To" spot and a drop down
    The centralised messages in the chat should tell you of Changes as will the ID in the text field before typing
    Re 3)
    It will depend on what their Apple ID is.
    Some have had @mac.com names for a long time and linked them to MobileMe than more recently iCloud.
    Some linked their @me.com names form MobileMe to iCloud at the Change.
    Most recently iCloud IDs have been given @iCloud.com emails from the start.
    However any email can be used as an Apple ID.
    The pic above has my Apple ID partially hidden for that lower  iMessages info across the center.
    You may find that some people are using their Google ID as their Apple ID AND also using it as both the iMessages registered name and the Google ID  in the Messages app.
    Lets explain this another way.
    When iChat 1 came out Apple joined the AIM service with it (it did AIM and Bonjour  which was then called Rendezvous)
    At that time Apple entered in to an agreement with AIM that any Apple Issued ID would be a valid AIM Screen Name.
    At that time the Apple Service was .Mac and @mac.com IDs were being issued as paid for accounts, Trial Accounts and after while Lapsed paid for accounts.
    These all worked as iChat/AIM Screen Names.
    Then Apple changed to MobileMe and issued @me.com IDs
    The trials only lated until you ended them and the IDs no longer worked in iChat after that as valid AIM Screen Names and nor did lapsed Paid For accounts.
    More recently Apple have stopped a paid for Service and moved to iCloud.
    At the change you could link Any Apple ID to iCloud and you got an @me.com ID from the iCloud server (it could be the same as the on MobileMe but did seem to be "separate").
    Later these became @iCloud.com IDs  (Some people have both under iCloud and in some cases linking @mac.com names to MobileMe @me.com accounts for email still continues).
    To be clear you could link Any existing email ID to iCloud such as  Google ID.
    But broadly I am speaking of gaining various Apple Issued IDs over time that may or may not be linked to one account.
    These Apple Issued IDs works as Valid AIM Screen Names in Messages. (the iCloud issued ones don't work in iChat 5 or earlier though).
    I linked an external to Apple dial-up Email that has been my long time Apple ID to iCloud and got an @me.com ID at first and later an @icloud.com one as well.
    I can use these two separately in Messages as Valid AIM names.
    Someone using their Google ID as their Apple ID could use it as the iMessages registered Name AND as the GoogleTalk/Jabber entry as well.
    This might explain why it looks like they are swapping about.
    There can be one other explanation and that is dependent on where they are logged in.
    Obviously a GoogleTalk user can log in to the Google web Mail page and use Talk there.
    Although I don't use Google+ I presume there is a similar web page to chat from there.
    This would limit them to being "On Google" rather than iMessages when they sent a messages to you.
    Re GoogleTalk
    Obviously Android is Google.
    The Account settings at Google incudes the "products" you can link and use from your Account.
    Previously with a Google Mail Account that included enabling "Talk" which then allowed you to chat from the Web Mail Page login (or your chosen Jabber able app)
    Now Google use Google+ and this seems to give you automatic access to "Talk"  to the extent it is no longer something you have to Activate.
    I am wondering if using a Android phone is linked to having a Google+ account and that the phone number can be part of that ID set up (similar to iMessages and iPhone Numbers).
    If it does it would then depend if the phone is linked to both the Number and the Google ID as to what they can login as in certain situations.
    I am not sure I have covered everything but I think I have covered most things.
    From what you post I am not sure that there is an issue or not although I have posted what is normal and expected I think there are some fringe things that are an issue.
    9:46 pm      Tuesday; April 15, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • Project related tables and link for services in Network Activity

    Dear Experts,
        My requirement is I need a table for services in Network activity before release of Network and link for services to another table(Project related before PR).
    Ex : Network             Activity           Service         
            XXX                     XX                   12345
          So I need Service  field, which is updating in ESLL was unable to link with another table to get the Project Number. So please help me .
    Regards,
    Srikanth.

    Dear sushrut sheth,
    thank for the reply
    I looked in AFVC before to post the Issue but in this table the Activity is only updating but not the individual service items
    I required the table which is updating the individual service line items

  • Root relative images and design view

    I have many sites that have root relative image paths
    (src="\images\sample.gif") that I've coded by hand in DW8.
    I don't use design view that much, buy one of our designers
    does. The problem is none of the images with root-relative paths
    will appear in design view.
    I have specified valid paths in my site definitions, so
    what's the issue?

    > I have specified valid paths in my site definitions, so
    what's the issue?
    Hard to say - perhaps the developer's site is not properly
    defined. There
    should be no issue displaying root relative linked images in
    DW's Design
    view, since DW knows where the root of the site is. What is
    in the HTTP
    address field of the local site definition?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Diodeus" <[email protected]> wrote in
    message
    news:g91jhj$imv$[email protected]..
    >I have many sites that have root relative image paths
    > (src="\images\sample.gif") that I've coded by hand in
    DW8.
    >
    > I don't use design view that much, buy one of our
    designers does. The
    > problem
    > is none of the images with root-relative paths will
    appear in design view.
    >
    > I have specified valid paths in my site definitions, so
    what's the issue?
    >

  • Rotating images and links

    I have a website that uses include commands to insert shtml files into different sections of my home page. I would like to have rotating images and text links in one of the include sections. For example, image one shows up with link to URL #1, then image two shows up with link to URL#2. Any thoughts on how to easily accomplish this? Would I use Flash, javascript?
    Thanks,
    Elliott

    This one uses JavaScript.
    http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • BW Related books and Links

    Hi everybody,
    I'm new to this Forum and new to SAP BW as well.Can you guys please suggest me some good books and links to go through SAP BW.Can you send me some books related to SAP BW if possible ?
    Thanks in advance.
    My Id : [email protected]

    BW Books
    Mastering the SAP Business Information Warehouse
    by Kevin McDonald, Andreas Wilmsmeier, David C. Dixon
    http://www.amazon.com/gp/product/0471219711/ref=pd_bxgy_text_b/102-7679650-5957713?%5Fencoding=UTF8
    “Business Information Warehouse for SAP” Naeem Hasmi
    http://www.amazon.com/gp/product/0471236349/102-7679650-5957713?v=glance&n=283155
    sample chapter
    http://infoframeworks.com/BW/SAP_BW_3rd_Party_Access_ETL_Tools.htm
    others
    SAP BW Data Retrieval
    Mastering the ETL process
    N. Egger, J.-M.R. Fiechter, R. Salzmann, R.P. Sawicki, T. Thielen
    http://www.sap-press.de/katalog/buecher/titel/gp/titelID-981
    SAP BW Data Modeling
    by Norbert Egger, Jean-Marie Fiechter, and Jens Rohlf
    http://www.sappress.com/product.cfm?account=&product=H989
    SAP BW Professional by Norbert Egger
    http://www.amazon.com/gp/product/1592290175/ref=pd_sim_b_2/102-7679650-5957713?%5Fencoding=UTF8&v=glance&n=283155
    SAP BW: A Step by Step Guide for BW 2.0 (Paperback)
    by Biao Fu, Henry Fu
    http://www.amazon.com/gp/product/0201703661/ref=pd_sim_b_3/102-7679650-5957713?%5Fencoding=UTF8&v=glance&n=283155
    SAP and BW Data Warehousing by Arshad Khan
    http://www.amazon.com/exec/obidos/tg/detail/-/B0007MYREQ/ref=pd_sim_b_5/102-7679650-5957713?%5Fencoding=UTF8&v=glance
    BW overview ppt
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/2d019990-0201-0010-b89a-96b0a0ff3a18

  • Relink Mutiple Images and Link filename to artboard

    Hello everyone! I have been looking for a solution to help automate a printing and ordering process. I have a design template with 2 pages both 8.5x11 in size. One page represents the front and other the back for double sided printing. I have 6 different images per sheet so in my links panel I have 12 total links, 2 of each. I was wondering if there is a script to update all the links with the same filename with other image? Currently I have to search through all the images and update each one.
    I have 6 artboards dividing the 8.5x11 sheet proportionatly. Each artboard represents a different order. Is there a script to write the linked filename to the bottom corner of each artboard?
    Sorry if any of this is confusing. Any help would be much appreciated.
    Thanks!

    Welcome to the forum.
    ahendrick1983 wrote:
    script to update all the links
    CarlosCanto, wrote a great script a while back that should assist with this task:
    ahendrick1983 wrote:
    script to write the linked filename on each artboard?
    I provided a basic example in your newer thread "Add image link filename to each artboard":
    http://forums.adobe.com/message/6049438#6049438
    Hope something proves useful to your efforts.

  • @see and @link issues with generics

    Hi,
    Is there any documentation on how to write @see and @link tags that refer to generic classes or methods?
    Here's an example:
    public interface MyInterface<T>
        public void doSomething(T param);
    }Now, when I write an implementation of this interface, e.g.:
    public MyImplementation implements MyInterface<String>
       * Some comment.
       * @param param antoher comment
       * @see MyInterface#doSomething(T)
       public void doSomething(String param)
           // ... whatever ...
    }The javadoc tool gives me a warning:
    MyImplementation.java:xx: warning - Tag @see: can't find doSomething(T) in MyInterface
    How should I write the reference so that it doesn't generate a warning?

    FYI, I actually found a way:
       * Some comment.
       * @param param anoher comment
       * @see MyInterface#doSomething
      */In this case, I guess it works because there's only one method with that name in the interface, but I still don't know for the general case.

  • Relate image and data

    Hi there,
    I am still learning to program in LabView, and I need to create a program that will acquire data from 2 cameras and a spectrophotometer. 
    1. Using a simple GRAB VI i am not being able to save a new image, just overwrite existing ones. Why is that? 
    2. How should I program it so that the 3 datas will be acquired at the same time? Does it has something to do with sequencial/parallel programming?
    3. The cameras should be triggered together and with the same interval as the spectrophotometer`s readings, and the datas need to be indexed in a way they are related. (For example each image from camera 1 is related to an image from camera 2 and to the respective reading of the spectrophotometer)
    Which method is good for synchronizing the datas?
    I need to save data at 3 times per second. I don`t know if that matters.
    Please someone give me a light here, or some related example that I could modify to fit the requeriments of my project.
    Thanks in advance,
    Liepo
    PS:I`m sending the GRAB VI I if you can find out why it is not working the way I expected.
    Attachments:
    GRABv1.vi ‏47 KB

    Hi Oscar,
    The VI you had attech on the first post was done using IMAQ for USB Cameras, but this driver is to use with LabVIEW 8.6 or previous. Since LabVIEW 2009 We can use USB cameras with IMAQdx functions.
    The following link show some ceveats about use multiple USB cameras with LabVIEW.
    http://digital.ni.com/public.nsf/allkb/D13527D8471​D5FC5862576A4006BD081?OpenDocument
    This other link have an example using multiple USB Cameras
    https://decibel.ni.com/content/docs/DOC-11641
    And a tutorial about comunicating with any USB device
    http://www.ni.com/tutorial/4478/en/
    If need a big precision on start time to acquire at the sime time on all cameras and spectrophotometer is a good idea use an external trigger, but if you don´t need much precision you can do trigger by software.
    PS: achei melhor responder em inglês pois assim o fórum pode ser útil a outras pessoas do mundo inteiro que possam ter uma dúvida parecida.
    Atenciosamente,
    Abel Souza
    Engenheiro de Aplicações
    National Instruments Brasil

  • PhongMaterial Image and 3D issue

    I've been working with Box and trying to get an image set up.
    According to the API http://docs.oracle.com/javafx/2/api/javafx/scene/image/Image.html there are a few ways to do it.
    I tried to set it as a file, in the source, or another project, and no luck. Then I tried using the direct link to the JavaFX icon found in the tutorial; however that was for basic images, not for Phong Materials.
    Now there is setDiffuseMap, setSpecularMap, and setBumpMap. When doing each individually it yields a gray box, but when doing all 3 I get a crappy gray version of the JavaFX Logo.
    Now looking up the definitions of each I got that Diffuse is the main color, specular is for shiny objects, and bumps are for bumps :P. The thing is are they supposed to be 3 different images layered together to form 1 image, or what's the deal? Why am I having issues with crappy color, and is there an easier way to do this? What if I want to set each side's image? It seem slike it knew the FX Logo was 2D, so it just mapped it to all 6 sides.
    I should also mention I am using NEtbeansLambda8, with JDK/JRE 8 build 78.
    Edited by: KonradZuse on Mar 5, 2013 4:15 PM
    Edited by: KonradZuse on Mar 7, 2013 1:30 PM

    Okay so I got it to work only when the link was correct THE FIRST TIME. For some reason it was f-xdocuments instead of fx-documents, so when I changed it back, it worked; however only the first time. If I ran the code again it would turn into a normal non-image box. If I switch the image path to and from fx- to f-x and back to fx- it would work again, only once...
    import javafx.application.Application;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.scene.Group;
    import javafx.scene.PerspectiveCamera;
    import javafx.scene.PointLight;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.image.Image;
    import javafx.scene.layout.StackPane;
    import javafx.scene.paint.Color;
    import javafx.scene.paint.PhongMaterial;
    import javafx.scene.shape.Box;
    import javafx.scene.shape.Sphere;
    import javafx.scene.transform.Rotate;
    import javafx.stage.Stage;
    * @author Konrad
    public class draw extends Application
        Box f = new Box(100,100,100);
        Image image = new Image("http://docs.oracle.com/javafx/javafx/images/javafx-documentation.png");
            private PerspectiveCamera addCamera(Scene scene)
            PerspectiveCamera perspectiveCamera = new PerspectiveCamera(false);
            scene.setCamera(perspectiveCamera);
            return perspectiveCamera;
        @Override
        public void start(Stage primaryStage) {
            primaryStage.setTitle("SphereAndBox");
            final PhongMaterial red = new PhongMaterial();
          //  redMaterial.setSpecularColor(Color.ORANGE);
            red.setDiffuseColor(Color.RED);
           red.setDiffuseMap(image);
            // red.setSpecularMap(image);
           red.setBumpMap(image);
           f.setMaterial(red);
            final Group parent = new Group(f);
            parent.setTranslateZ(500);
            final Group root = new Group(parent);
            final Scene scene = new Scene(root, 500, 500, true);
            PointLight light = new PointLight();
            light.setTranslateX(scene.getWidth()/2);
            light.setTranslateY(scene.getHeight()/2);
            root.getChildren().add(light);
            addCamera(scene);
            primaryStage.setScene(scene);
            primaryStage.show();
         * The main() method is ignored in correctly deployed JavaFX application.
         * main() serves only as fallback in case the application can not be
         * launched through deployment artifacts, e.g., in IDEs with limited FX
         * support. NetBeans ignores main().
         * @param args the command line arguments
        public static void main(String[] args) {
            System.setProperty("prism.dirtyopts", "false");
            launch(args);
    }Also now that I look at it netbeans say sit ignores main which is where the system property dirtyops is. Apparently that is used for Graphical issues, maybe this has something to do with that?
    Is this something I should report to Jira or what would be recommended?
    Edited by: KonradZuse on Mar 7, 2013 1:29 PM
    Edited by: KonradZuse on Mar 7, 2013 1:31 PM
    Edited by: KonradZuse on Mar 27, 2013 2:33 PM

Maybe you are looking for

  • Windows 7 - which version needed for Palm to work?

    I think perhaps I understand the answers, but please tell me if I have this worked out correctly. I have a Palm M515, so no bluetooth or wifi. 1. I want a 32 bit system on one machine. I think I can simply install Windows 7 Home Premium, install Palm

  • DTP in BW7.0

    Hi guys With discussion with one of my colleagues...we came upon question--Whats the benefit or thought of using DTP in BI7.0 when compared to Infopackage in BW3.X.... I said...DTP in BI7.0 gives many options like...Direct Acess DTP..Error stack DTP.

  • Display Content of Page

    Hello, How can make the content of the page in the middle? I'm using Jdev 10.1.3.0.4 Thanks

  • Switch Step Problem

    I have a Switch Step that receives a message base on a Message Type without Namespace, despite evaluation path is good and the Switch Step recieves a correct message the Step is not working, the xPath for evaluation does not include Namespace, Is the

  • Item pictures not appear does not appear when I sync

    Item pictures not appear does not appear when I sync