Transparency layer with embedded R

I probably badly misunderstand the ORE transparency layer - as demonstrated on the following example.
I have a table X, that can be accessed from R client.
> summary(X)
       X                Y       
Min.   :  1.00   Min.   :0.000 
1st Qu.: 25.75   1st Qu.:4.686 
Median : 50.50   Median :5.658 
Mean   : 50.50   Mean   :5.248 
3rd Qu.: 75.25   3rd Qu.:6.234 
Max.   :100.00   Max.   :6.644
However using ore.doEval leads to Error: object 'X' not found
Note that the language setting is only to get message in English and has no other effect.
> ore.doEval(function() {Sys.setenv(LANG = "en"); summary(X)}, ore.connect= TRUE)
Error in .oci.GetQuery(conn, statement, data = data, prefetch = prefetch,  :
  ORA-20000: RQuery error
Error in summary(X) :
  error in evaluating the argument 'object' in selecting a method for function 'summary': Error: object 'X' not found
ORA-06512: in "RQSYS.RQEVALIMPL", Zeile 104
ORA-06512: in "RQSYS.RQEVALIMPL", Zeile 101
How can I access data from a table in embedded function? Do I have to use ore.tableApply()?
any help appreciated.
thx,
Jaromir D.B. Nemec

To access a table directory, use ore.tableApply.  Although ore.doEval does not explicitly accept data from a dedicated input argument, it's possible to retrieve data from the database using ore.sync and ore.pull within the function:
ore.doEval(function() {
library(ORE)
ore.sync(table = "X")
dat <- ore.pull(ore.get("X"))
summary(dat)}, ore.connect = TRUE)
Another approach is to pass the data (table) as an argument to the ore.doEval function:
ore.doEval(function(dat) {
library(ORE)
summary(dat)}, dat = X, ore.connect = TRUE)
Check out this blog post for more information and best practices on the use of ore.doEval and ore.tableApply.
Sherry

Similar Messages

  • Photoshop opens dialog box when trying to fill a layer with transparent pixels locked

    This script should set the layer to lock transparent pixels, and then fill the layer with a color. It does that, except when it gets to the fill stage, it opens the fill dialog box, and you have to hit okay.
    If you omit the transparent pixel line, it runs as expected, no dialog box.
    Is there a way to suppress the box? Or am I doing something wrong that's causing the box to open?
    #target photoshop
    app.bringToFront();
    doc = app.activeDocument;
    doc.artLayers[0].isBackgroundLayer = false;
    doc.artLayers[0].transparentPixelsLocked = true;
    app.activeDocument.selection.fill(app.foregroundColor);

    Not sure why that happens.
    But I would recommend foregoing the locking and using the AM code for a Fill that honours the transparency.
    #target photoshop 
    app.bringToFront(); 
    doc = app.activeDocument; 
    doc.artLayers[0].isBackgroundLayer = false; 
    doc.activeLayer = doc.artLayers[0];
    // =======================================================
    var idFl = charIDToTypeID( "Fl  " );
        var desc18 = new ActionDescriptor();
        var idUsng = charIDToTypeID( "Usng" );
        var idFlCn = charIDToTypeID( "FlCn" );
        var idFrgC = charIDToTypeID( "FrgC" );
        desc18.putEnumerated( idUsng, idFlCn, idFrgC );
        var idOpct = charIDToTypeID( "Opct" );
        var idPrc = charIDToTypeID( "#Prc" );
        desc18.putUnitDouble( idOpct, idPrc, 100.000000 );
        var idMd = charIDToTypeID( "Md  " );
        var idBlnM = charIDToTypeID( "BlnM" );
        var idNrml = charIDToTypeID( "Nrml" );
        desc18.putEnumerated( idMd, idBlnM, idNrml );
        var idPrsT = charIDToTypeID( "PrsT" );
        desc18.putBoolean( idPrsT, true );
    executeAction( idFl, desc18, DialogModes.NO );

  • How do i take one layer with multiple selections...

    how do i take one layer with multiple selections and make those selections their own layer?

    Yes sir. It w was really hard to explain. It is discontiguous segments that are separated by transparent areas. And I want those non transparent areas to be on their own layer. I have a photo shop file that has a bunch of buttons on them and they are on a transparent background. It is one layer. I want to select all the buttons and put them on their own layers. I can do this manually by selecting a button and cmd Just to a new layer, but when I have 200 buttons it is a daunting task.
    Sent by MailWise<http://www.mail-wise.com/installation/4> – Your emails, with style.

  • Transparency Issues with PSD files in FCP 7

    I'm having some weird file layer transparency issues with FCP 7. I'm working on a project that's made up entirely of graphics drawn in Photoshop CS5. They Photoshop settings were done to match an HDTV 1080i (16:9) sequence in FCP. In FCP, the pixels were set to square, field dominance to none, frame rate to 29.97 and compressor is Apple ProRes 422.
    I exported my PSD files out of Photoshop, with each layer being exported to its own file. In general, things were fine, but there were a few files where you could see the outline of the character against the background, but mind you that this is only visible once the video is rendered out in the FCP timeline. Nothing is visible in Photoshop, nor is it visible while viewing from the Browser in FCP. I told this to the artist and he went back and made corrections, making sure everything was on a transparent background, but the result was still the same - once I rendered the graphics out in FCP, these edge lines were visible.
    I then went back into Photoshop, opened all the files that were giving me trouble, clicked on the "foreground color" and changed it to a color other than white, then back to white and hit ok. That seemed to work - even when rendered out, I was getting no artifacts, until I tried enlarging the graphics over 100%.
    Also, with some of the same graphics, I was trying to layer them so that a guy was in the foreground with other people and a van behind him in the background. Once again, no problem in Photoshop, but once brought into FCP, the background people were actually being displayed over the main foreground character.
    I'm pretty baffled - what to do? I'll attach a photo of the weird lines around the characters. It might be hard to see at this size, but if you download and enlarge it to 300% or so, you'll see what I mean.

    Just saw that Adam's original post was an older one.  Will keep this here anyway to maybe help the most recent poster.
    Sharon
    Adam, did you try what David said about pointing to the root folder?  Did that work?
    When I copy the SD card, I name a new folder on my hard drive something specific, like Smith Wedding.  Then I copy everything inside the SD card to that new folder.  The first level inside my new folder now has folders for
    AVF_INFO
    PRIVATE
    and on down from there.  When you open Log and Transfer, point it to the Smith Wedding folder (of course whatever you have named yours).
    ClipWrap2 also works great to convert the files beforehand if you want.
    What camera are you using?  I have the Sony NX30 and it was giving me fits because the .mts files don't ingest if the clips are longer than 11 min. My problem is that I'm still on FCP 6.0.6.  I think 7.0.3 fixed that.  But I did find enough work-arounds to keep the camera. 
    This is a link to the full discussion if you are interested.
    https://discussions.apple.com/message/19085158#19085158
    Sharon
    Message was edited by: SSteele

  • Problem with Gradient Layer and second layer with opaque object

    I opened a new document with a white background. I then used the gradient tool under the paint bucket to make a blue sky fading to white. I then created a second layer to put a sun in with diffuse edges, so as to not have just a round yellow ball. Problem is, the yellow sun comes out fine on its' transparent layer, but when I turn on the gradient layer, it gets a blue tinge from the sky and is really only half visible. An example is below. Please help. Thanks in advance.

    I'd guess, without seeing your layers palette, that your sun image is partially transparent and as such some of the blue sky is mixing with it, yielding the green color you see.
    It really boils down to what you want it to look like.  If you're shooting for more or less a "child's" style drawing of a big yellow ball, make the brush you draw the sun with have a harder edge, and paint it in so that the central pixels are opaque.  Make sure the sun's above other layers that could influence the result.
    It might be good if you screen grabbed your layers palette and posted it.
    -Noel

  • Grouping Adjustment layer with Gradient Fill layer

    Page 151 of "The Missing Manual" suggests that one should be able to group a Levels Adjustment layer with a Gradient Fill layer so that the levels adjustment fades out to one side.
    If I understand this correctly, the setup would be:
    Levels Adjustment Layer (grouped with layer below)
    Gradient Fill layer (with a gradient from Opaque to Transparent)
    Photo in Background layer
    but I cannot get the desired effect of original picture on one side blending through to adjusted levels on the other.
    I can get the desired effect if I dispense with the Gradient Fill layer and simply manually create the gradient on the mask of the Levels Adjustment layer but this loses the advantage of easy adjustment of the gradient.
    [Thanks to those who answered my question about linking a mask to a layer. As this is a separate query, I thought it best to start a new topic]

    Sanders1,
    I thought I'd try it, myself, and got results that I did not expect...
    http://www.pixentral.com/show.php?picture=1OVdT0C7oX46DsPm6TrfT5xxrm3h
    1 - The background image.
    2 - I created a Gradient Fill layer using color (red) to transparent.
    3 - I created a Levels Adjustment layer, set to reduce red and green,
    leaving a blue image.
    4 - I grouped the Levels Adjustment layer with the Gradient Fill layer.
    Is this the type of result you are seeing? I wonder what is the logic.
    Byron

  • How to make the eyedropper sample non-transparent color of a transparant layer?

    I have an image of a flower I am trying to paint.
    I put the flower as the top layer at 50% opacity to use as a guide.
    Then I am trying to paint on a layer below that.
    I would like to be able to use the eyedropper on the original image but for it to pick up the full color and not the %50 opacity version of the color.
    I saw this done in a demo but can't seem to figure it out.
    I tried setting the eyedropper options to "All layers no adjustments" but it's still only picking up the lighter version of the color.
    Any suggestions?

    Another option might be to make a fully transparent layer on top to paint on, and get your color from a fully opaque layer below.  I have painted with the Mixer Brush quite effectively this way, though it's not incredibly speedy.
    -Noel

  • Transparent layer over something opaque

    Hi I'm trying to put an image over a webcam video. Is it possible to put a transparent layer over the video so it makes the video form into a shape.
    Like here's the webcam ->
    |                    |  
    |                    |
    Can I put a image layer over it that is transparent, that will show the background through? Like this ->
    |              |___ <- this is an image layered over the webcam with the background visible.
    |                    |
    Thanks if anyone can lend me a hand.

    Hi...
    Looks like we are trying to do the same thing - unfortunately we don't know much about coding, so we don't quit understand what to do.
    we would like to place an image on top of the webcamera
    so that the image of whats is being recorded is behind this image.
    is it possible?

  • Transparent layer 2 tunneling through EoMPLS on Nexus 7K

    Hello,
    Does anyone know if the N7K supports transparent layer 2 tunneling of control traffic (CDP, STP and VTP) over EoMPLS? I'm unable to find exact info about this in Cisco's documentation.
    Here's the problem I'm having:
    I have an EoMPLS virtual connect configured between a ME3600X switch and a Nexus 7K switch to extend layer 2 domain across two different sites. The virtual connect is up and running and passing traffic successfully between the CEs. However, I'm having problem with tunneling CDP traffic from the N7K end to the ME3600X end. CDP tunneling in the other way is working fine. i.e. CE1 connected to the N7K is able to see the other CE (CE2) in its CDP table; however, CE2 connected to the ME3600X is unable to see CE1 in its CDP table, which I believe is caused by the N7K not tunneling the CDP traffic through the EoMPLS VC properly.
    Below is the config:
    ! CE1 is connected to N7K port e3/28.
    ! CE2 is connected to ME3600X port g0/24.
    ! N7K:
    feature mpls l2vpn
    l2vpn
    interface loopback100
      ip address 10.255.255.200/32
      ip router ospf 185 area 0.0.0.0
    port-profile type pseudowire MPLS
      encapsulation mpls
      state enabled
    l2vpn xconnect context TestToME
      member Ethernet3/28 service-instance 1
      member pseudowire185
    interface pseudowire185
      inherit port-profile MPLS
      neighbor 10.255.255.150 102
      encapsulation mpls
      vc type ethernet
      mtu 9216
    interface Ethernet3/28
      no cdp enable
      no shutdown
      service instance 1 ethernet
        encapsulation default
        no shutdown
    ! ME3600X
    interface Loopback100
     ip address 10.255.255.150 255.255.255.255
    interface GigabitEthernet0/24
     switchport trunk allowed vlan none
     switchport mode trunk
     service instance 1 ethernet
      encapsulation default
      l2protocol forward cdp
      bridge-domain 102
    interface Vlan102
     mtu 9216
     no ip address
     xconnect 10.255.255.200 102 encapsulation mpls

    Folks,
    I have this issue resolved.
    There were reported bugs in earlier version of code for the ME3600X which dropped MSTP and RSTP BPDU's.
    Also there are 2 different use cases for using the L2protocol command:
    1, When creating a service instance between 2 devices that supports the L2protocol command use L2protocol tunnel (ME3600 to ME3600)
    2, When creating a service instance between a deice that supports the L2protcol command and another device that does not support the L2protocol command use L2protocol forward (ME3600 - 2911 or ME3600 to non Cisco device)
    I upgraded the s/w on the ME3600 to 15.3-2
    Here is the working configuration between the ME3600 and the 2911
    PE1 (ME 3600X)
    int g0/1
    port-type nni
    switchport trunk allowed vlan none
    switchport mode tunk
    service instance 2 ethernet
    encapsulation dot1q 2
    rewrite ingress tag pop 1 symmetric
    l2protocol forward stp
    xconnect 10.11.1.4 encapsulation mpls
    PE 2 (2911)
    int g0/2.2
    xconnect 10.11.1.16 encapsulation mpls
    CE 1 and CE 2
    int g0/1
    switchport mode trunk
    Thanks for your help.
    Colm

  • Web Intelligence: Save Report as PDF and with embedded HTML code

    Hi all.
    Sorry but I'm not able to find any post about this matter, please feel free to provide links if you know existing topics about this problem.
    We created a beautiful report with HTML5 code embedded into a blank cell and we are now trying to export it in a printable format (e.g.: PDF or HTML).
    As you know (as per manual information) it is not possible to export a report with embedded HTML code and keeping it in the output (cell with embedded HTML code is rendered blank).
    My question is: is there a known workaround or an alternative solution to export the report and keep its content?
    Print screen is not a valid option :-P
    Thanks for the support or any suggestions
    Stecas

    Product limitation; vote for change on ideaplace, etc. I don't believe there is an *easy* workaround, but see:
    https://scn.sap.com/thread/3149287
    HTH
    NMG

  • Why a pdf document with embedded fonts can be copied but is not searchable in pdf reader

    I am writing a pdf files with embedded subset fonts. As required, I am including the ToUnicode and CIDSet objects. To test, I created a simple PDF with two Hebrew characters. I can select the two characters and copy to the clipboard, and paste it properly into another application such as Word. But I am not able to search for a word containing these two characters. Adobe Reader (or Acrobat) displays the message that the word was not found. So in essence, I have created a PDF document which can be copied properly, but is not searchable. Any idea what I might be missing when creating the document?
    Additional information: 1. The file in question is a minimal file with just two characters. I have tested with many such files in many different languages including English. None of the files are searchable. 2. Curiously, if I search for the letter 'e', Adobe reader highlights an incorrect word, even if the letter 'e' does not exists in the file. 3. Adobe acrobat is also not able to search within this file, however when I save the file to another disk file, the saved file now is searchable. I confirmed that the major objects such as the font-file, ToUnicode object, CID object, and the font description objects are the same in the saved file. However, one of the font object is brought up closer to the top of the file. 4. FoxIt is able to search these files properly.
    5 0 obj
      <</Filter /FlateDecode /Length 115>>
      stream
            q 0.750000 0 0 0.750000 0.000000 792.000000 cm
            q q q 0.160000 0.000000 0.000000 0.160000 0.000000 0.000000 cm
            BT /F0 100.000000 Tf 0 g 750.000000 -690 Td[<02B0>] TJ 35.000000 0 Td[<02B9>] TJ ET Q
            Q
            Q
            Q
    endstream
    endobj
    10 0 obj
    <</FontName/AAAAAA+ArialUnicode/CIDSet 9 0 R /Ascent 905/CapHeight 905/Descent -212/FontFamily(Arial)/Flags 32/FontBBox [0 -212 1000 905]/ItalicAngle 0/StemV 0/FontFile2 7 0 R/Type/FontDescriptor>>
    endobj
    11 0 obj
    <</BaseFont/AAAAAA+ArialUnicode/CIDToGIDMap/Identity/CIDSystemInfo <</Ordering(Identity)/Registry(Adobe) /Supplement 0>> /FontDescriptor 10 0 R/Subtype/CIDFontType2/Type/Font>>
    endobj
    12 0 obj
    <</Subtype/Type0/BaseFont/AAAAAA+ArialUnicode/Encoding/Identity-H/DescendantFonts [11 0 R]/ToUnicode 8 0 R/Type/Font>>
    endobj
    8 0 obj
      <</Filter /FlateDecode /Length 252>>
      stream
            /CIDInit /ProcSet findresource begin
            12 dict begin
            begincmap
            /CIDSystemInfo
            << /Registry (Adobe)
            /Ordering (UCS) /Supplement 0 >> def
            /CMapName /Adobe-Identity-UCS def
            /CMapType 2 def
            1 begincodespacerange
            <0000> <FFFF>
            endcodespacerange
            3 beginbfchar
            <0000> <0000>
            <02B0> <05E0>
            <02B9> <05E9>
            endbfchar
            endcmap
            CMapName currentdict /CMap defineresource pop
            end
            end
    endstream
    endobj

    I figured the app might have that ability - considering you can add text, highlight, add a signature, annotate and draw - so my thought was why not delete a page, or rearrange for that matter?.. That should be an option, this way we don't have to export to one of the other apps to delete or rearrange..
    Thanks for the help, Bernd.
    BTW if anyone is looking - PDF Max can do all of the above and delete and rearrange. With PDF Splicer you can delete and rearrange as well, but it has no other features.
    And as for Steve Werner whose comment was deleted after it got to my inbox, it is much more than a Reader, as you can plainly see from the amount of tasks the Reader app can do above.

  • When I forward an HTML email with embedded graphics to someone, it forwards it as plain text.. this is driving me batty.. how do I forward such mails INTACT??

    I have the latest Thunderbird installed on a new 64-bit Winblows Eight netbook.. fantastic program, but one problem is driving me absolutely batty, and after using the latest Thunderbird for weeks, I simply can't figure out how to fix it..
    I'm on a lot of mfr. and other kinds of mailing lists, like eBay watch list alerts, and so on.. these are not s p a m (although I get plenty of that.. who doesn't).. but lists I WANT to be on..
    Many such emails from those mailing lists are in HTML format with embedded graphics.. I'm not talking about graphic file attachments, but embedded graphics which are coming from the senders' servers, and appear AS a graphic in the email.. sometimes such emails are one huge graphic with hardly any text.. all well and good..
    However, here's the problem.. when I want to forward such an email to a friend, Thunderbird ALWAYS formats it as plain ASCII text.. I know this because I look in the "sent mail" folder, and can see that it has turned an HTML email with embedded graphics into plain ASCII text..
    I absolutely can't figure out how to get it to forward an HTML email with embedded graphics INTACT, so the sender receives it looking the way it looks when I receive it from a mailing list, or an advertiser, or eBay, or whoever..
    Is Thunderbird capable of forwarding an HTML email with embedded graphics INTACT?.. If so, how / where do I turn on that capability?..
    If the capability to do this isn't built into the program, is there an add-on I can install that will give it that ability?..
    I am not new to computers.. but this really has me stumped.. I want to put Thunderbird on my 32-bit Vista laptop and stop using its horrible "Windoze Mail" program, which I've been using for years, and is slower than snot, and has all kinds of other problems..
    So, assuming whoever reads this FULLY understands my question, PLEASE tell me how to get Thunderbird to have the ability to forward an HTML email with embedded graphics AS-IS, so the receiver(s) I forward it to see it exactly the way I see it when I receive it.. if that ability is built in, please tell me how to turn it on.. if that ability is not built-in, please tell me what add-on I need to install to give Thunderbird this capability.. if Thunderbird absolutely can't forward an HTML email with embedded graphics at all, please also tell me that..
    A virtual box of candy and a dozen long-stemmed roses to anyone who can give me a solution that works..
    Thanks..

    Dear Mr. Toad (my all-time favorite ride at Disneyland ;-) ..
    Thanks so much for your detailed reply.. my netbook is in the bedroom, turned off.. I (so far) only use it in the evening, in the bedroom.. I've saved your response, and will try your suggestions, and let you know if they solve the problem I described. I really appreciate you taking the time to post such a detailed reply..
    I can't answer your Thunderbird "configuration" questions, because I'm in the living room, using the crap Vista laptop, on which I plan to install Thunderbird, and then take Windoze Mail out in the street and drive over it a few times.. I'll get back to you one way or the other, and let you know if your instructions solved the problem, or not..
    I don't understand why Thunderbird "out of the box", so to speak, simply doesn't forward HTML emails with embedded graphics, (like Outlook Excess, and Winblows Mail do).. without having to go through those steps. I personally HATE HTML email, but over the years, it's become more and more prevelant.. so it's a problem I must fix..
    Thanks again..
    Harv..

  • Possible to view presentations with embedded clips  on the ipad from an external wifi  drive?

    Hello,
    first of all I am happy to have joined this community, my name is Chris from Germany.
    I am wondering if this setting is possible:
    I have bought an external wifi drive (Seagate Satellite Goflex) as well as the iPad4.
    I am giving lectures (powerpoint and keynote presentations containing lots of embedded video clips).
    Now I would like to show these presentations with my iPad connected to the Wifi drive.
    You have to download a special Seagate App on the iPad to be able to see the data on the external wifi drive - I have managed to open the powerpoint files in the App (unfortunately keynote files are not supported by the Seagate App) but when I open them with keynote or goodreader the embedded media will always be removed.
    Is this the end of the story or are there any solutions (i.e. with other hardware devices or software)?
    Have a nice New Years Eve and thanks in advance,
    Chris

    yes and no ...
    I have figured that out:
    First of all: you can`t just view presentations on an external device without importing them into your iPad (at least when you plan to show slides with embedded clips) - goodreader, filebrowser, dropbox ... just show you "static" slides.
    When you import a ppt-presentation into keynote all the hyperlinks, embedded clips ... are gone - no chance.
    But ... in keynote you are able to "embed" video clips when you drag and drop them directly into the slide alowing "copy video into the document" as well (that is "vital") - the files are getting larger but you don`t have to add a clip when you transfer it to another device (i.e. the iPad) - they are "fixed" in the document..
    Now seagate goflex has the problem that you just can`t open/view keynote presentations - but there is a solution:
    hacksatellite firmware. When you install that you can go into keynote, activate WebDav, import a keynote file from the external drive, edit it and send it back to the external drive - so: import (can`t live without that), show or edit the presentation, copy it again to the external device and delete the presentation in the iPad (to save storage) is the way you can get the optimum from the iPad at the moment.
    Correct me if there is any other more comfortable solution.
    Thanks for your reply Daniel,
    Christian

  • Install windows 8 on virtual machine with embedded licence key.

    Hello,
    I bought a laptop with windows 8 Pro with embedded(in bios) licence key.
    I want to install Linux on my PC and use windows 8 by a virtual machine.
    Where can I download windows iso file ? Is my licence key proper to use on virtual machine?
    Best,
    Bumbam.

    Hello,
    I bought a laptop with windows 8 Pro with embedded(in bios) licence key.
    I want to install Linux on my PC and use windows 8 by a virtual machine.
    Where can I download windows iso file ? Is my licence key proper to use on virtual machine?
    Best,
    Bumbam.
    Hi,
    I am afraid that this is a forum for development issues about windows form application, for issue about windows, I would suggest you consider posting it in the following site.
    http://answers.microsoft.com/en-us/windows
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Word files with embedded pdf's

    How does one convert a word doc with embedded pdf's to pdf and preserve the embedded files as active files using Acorbat 8 Pro?

    Cannot be done.

Maybe you are looking for

  • Reverse Asset Depreciation for Closed FY

    Hi Asset Gurus... Need your expert advice...on the following Asset issue.... PROBLEM : We have done the Year end closing for FY 2009 for our assets in Jan 2010. But we have already reported out Balance sheet in Dec 2009 for FY 2009. Now, when we have

  • How does one apply adjustments such as Rubber Stamp and Sharpening to Video in Photoshop CS6?

    I'm trying to apply a rubber stamp to my entire clip but it will only last one frame. Same if I sharpen. I though I was supposed to convert the layer to a Smart Object but once I do that I can no longer use the Rubber Stamp. And if I Rasterize the la

  • ITunes Bug - iTunes changed video dimensions

    I can't seem to figure this out: Used Handrake 0.9.1 to create m4v movie file at 853 x 478 H.264, AAC Finder shows the dimensions at 853 x 478 Quicktime shows the dimensions at 853 x 478 However, iTunes has the dimensions at 1011 x 478. What is going

  • Enabling button mode on Accordion item

    I have an Accordion with an AccordionHeader skin, and at runtime I add a navigatorContent component a number of times to dynamically create my accordion. What I need to do is have the cursor change to a hand when rolling over each accordion header (s

  • Minor_init failed for module... & unable to configure nics

    Hello, following the instructions of: "Sun Two-Node Cluster How to Guide" I successfully installed the "Sun Cluster 3.1U4" on my sun ultra 5 workstations (on the two nodes and on the administrative console), which are all running solaris 10 1/06. Dur