Browser transparancy?

Hi
my Muse dont show for the browser background the oportunity for opacity
I would like to have tranparancy
I can not copy the inside of desktop to tablet or mobile form
thanks for help
werner

docws You can't make the browser fill transparen as the browser window needs to stay opaque.
You can copy the site's page layout to the mobile versions but not the content. This is because the different formats are designed to be customised to suit the devices. You can use the new Content panel to set up text frames that replicate your content across the mobile version.
David

Similar Messages

  • IE Browser + Transparency Layer = Strange Results

    IE Browser discrepancy (shocking, I know): A transparency element (white box, 75% opacity) in the body container bleeds into the  footer and blocks some sidebar nav. Sizing/positioning of all elements is really, really precise. I've double checked everything. Any ideas?

    Here is an example of what happens to transparent boxes created in iWeb when using internet exploror:
    And here is the same design/layout using tranparant boxes made in Photoshop:

  • Scroll bar colour

    Does anyone know the clever trick to turn the scroll bar down
    the left of the persons web browser transparent or the same colour
    as there background, or better still rid of it. Basically i have a
    block of text under my main home page icon, there only for google
    ranking and i dont want people to scroll down as it doesn't read to
    well iut's just stacks of cool buzz words that google likes.
    Any help would be greatly appreciated.
    Matt

    Matthew Seed wrote:
    > Does anyone know the clever trick to turn the scroll bar
    down the left of the
    > persons web browser transparent or the same colour as
    there background, or
    > better still rid of it. Basically i have a block of text
    under my main home
    > page icon, there only for google ranking and i dont want
    people to scroll down
    > as it doesn't read to well iut's just stacks of cool
    buzz words that google
    > likes.
    >
    > Any help would be greatly appreciated.
    > Matt
    >
    1. Trying to fool Google is not a good idea.
    2. You can't get rid of the browser scroll bar.
    3. Then, there are many ways to have text in your code (that
    will be indexed by Google), without
    showing that text on your page.
    For example:
    <div style="display:none;">all the text you want here
    for search engines</div>
    This will be invisible to the user, but visible to search
    engines.
    You can also place your text in a div that will show in the
    page, but NOT expand to accomodate the
    text size:
    <div style="height:200px;overflow:hidden">all the text
    you want here for search engines</div>
    This won't create a scroll bar, and the text will desapppear
    below the specified height of the div.
    4. Google is of course trying its best to detect any attempt
    at fooling its fair and objective
    ranking system, and nobody kknows exactly how far they will
    go into such detection. You can bet that
    if they do detect your attempts to fool them, your siite will
    be banned from Google results, or
    thrown all the way down the list.
    seb ( [email protected])
    http://webtrans1.com | high-end web
    design
    Downloads: Slide Show, Directory Browser, Mailing List

  • Tyrs - NCurses Twitter and Identica client

    Hello,
    I'm a french archer, I haven't post often in this forum, but I'm more active on the french one.
    I wish to introduce to you, as it might interest some archers, a small program that I wrote recently, Tyrs.
    Tyrs is a Twitter client based on ncurses, writen in Python. I know there is some command line, like TTYter, but most of them miss one thing (to me at least) a ncurses support, and that what I tried to do. As lots of ncurses programs, it allow lots of customisation, as keybinding, colors, and more.
    Here some features,
    Oauth
    Tweet/Retweet/Reply
    UTF-8 (even chinese if wanted)
    Navigable timeline
    Follow/Unfollow
    Mentions timeline, Direct message support, Search
    Open URL in browser
    Transparency, 256 colors support
    Customisation (colors, keybinding, params)
    On-line documentation
    Github development, GPLv3
    As I still coding it, new features will come quickly, and I realy wish bring for exemple StatusNet support.
    The installation on arch is easy, you'll find tyrs and tyrs-git on AUR.
    To finish this post, two link:
    Home page, with more screenshot, full documentation, changelog, quickstart guide.
    Latest development aviable on Github.
    Any feedback is always much apreciates, thanks.
    Last edited by Nic0 (2011-06-05 15:17:23)

    r6 wrote:Yep, python2-distribute worked. Probably should add that dependency.
    I probably missed something, Tyrs depends of python-twitter, who depends on oauth-python2, who depends on setuptools which is the python2-distribute package, so it should have installed it? I will add it on dependency anyway, can't go wrong to add it.
    r6 wrote:- I think you should include a default config file to make it easier on the user to start with.
    I did start with a commented configuration file, and I change my mind for a single documentation, easier to maintain, but i could put back all defaults params in a config file, it won't be to hard to maintain.
    r6 wrote:- The interface feels a bit crowded. I have a small terminal open so the border around the edge seems unnecessary for me and feels cramped. Also gaps between tweets vary, be easier to read if there was one or no lines between every tweet.
    You're right, I'm not realy happy about how it's done, i better have a closer look, the main thing about theses tweets box, it's a wanted a height depending to the length of the tweet. I'll try to work this out for sure.
    r6 wrote:- "about 8 minutes ago" is too verbose, maybe just say "8m"
    Those are handle directly by the twitter api, but i should be able to short them, and leave choice with an option. I don't realy use them, and I think there are not realy kept up to date on refresh...
    r6 wrote:- I have some crashes starting up. ValueError: No JSON object could be decoded. -- only sometimes
    This came from the api again, my gess would be some network timeout? Certenly possible to catch it, and try to identify one more time, just in case.
    Thanks a lot anyway for all those comments r6, I still have a lot to do with Tyrs.
    @nosami, glad you like it. (TTYtter is a very nice client, with much more possibilities than Tyrs)

  • JDIC vs JEditorPane

    Hi All, I am developing a project that we display some media content in a JFrame, we put html embed in a JDIC WebBrowser in my frame, but JDIC WebBrowser always displays a vertical scroll bar, and WebBrowser is a Component, so I cannot make it transparent to display the background.
    My question is "Is there any solution to hide the vertical scroll bar of WebBrowser, and make it transparent?"
    OR "Can I use JEditorPane or JTextPane to display these html embeds?"
    Note: of course my media displayed as html embed can be embeded flash played, embede media player or embeded real player.
    Thank you for Concern.
    Ahmad Elsafty

    Hi !
    First to mention I don't know your HTML skills, and I have no ones with JDIC. It is known that IE allways displays even disabled scrollbar on the right side of the page until is said not to do that. Try opening this in jdic, it could remove the scrollbar:
    <html>
    <body style="overflow:auto">
    Some text...
    </body>
    </html>I don't know about any way of making embedded web browser transparent.
    If the code above does not solve, try using DJ Native Swing WebBrowser component, it performs similar as jdic, maybe without scrollbar...
    If you would not like to be dependent on browser embedding, you can use JEditorPane and embed some Swing component displaying your media content. I have no experiences with this, but you can find good tutorial about embedding swing component in JEditorPane here: [Embedding Swing components in a JEditorPane|http://weblogs.java.net/blog/2007/07/19/embedding-swing-components-jeditorpane] and embed your component instead of JButton...
    If you still didn't solve you problems, consider using JavaFX instead of embedding html. JavaFX includes media player capability and many other features maybe interresting for you. Look at [http://javafx.com/] or [http://www.sun.com/software/javafx/].
    JavaFX can also be geared with Java, you can embed JavaFX in your Swing application, read for example here about details or you could write application in JavaFX and use your Java classes from it - you are possibly interrested in reading this .
    Hope I helped you.
    Enjoy coding and have a nice day,
    Pavel Tomasko

  • Can I make the browser in iWeb transparent?

    Can I make my browser image in the iWeb transparent somehow? I do my photo editing in Aperture, and can't find a transparency there.  Using the graphics inspector transparency in iWeb does not seem to work on the uploaded browser image. I like the look of transparency, I'm not doing this to add another colour layer behind the image.... I have logged many hours on Aperature, but have never come up with the look of varying transparency against a white ground. Would I need a white ground if I ever get my image transparent?
    Thanks ahead for any thoughts.
    mak

    No.  The browser background image can't be a transparent background image.  It needs to be a solid color or an image. Using an image with a transparent background just causes the transparent background to display as white.
    An image with a transparent background can be used for the page background.
    OT

  • Transparent bg w/ png and no show in browser

    Hi,
    Trying this out. However, the PNG file does not display at all when I test in the browser, after placed on my site.
    I even tried to remove the instances of 'transparent' in the CSS and replaced with a regular hex code, just to see if the controls would display.
    All I get is the player in a solid color, can see the name of track and artist... but no controls, and no icons for the drop down to reveal more tracks, etc.
    When I mouse over the player, I do get the pointer so can get tracks to actually play. It's working, but controls are invisible as is the PNG artwork for the player itself.
    Any idea why that would be?
    Thank you!
    HTML5 Audio player with playlist | Script Tutorials

    GIFS contain a maximum of 216 colors (web safe palette)
    PNG and JPG can contain 16 million colors (true color palette),
    When you say the colors are  "way off"  we don't know what you mean.
    Can you post a link to your web page?
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Transparent Browser background

    Hello,
    I'd like to know if there is someway to make the browser background transparent as iWeb only has options for a picture or colour for this aspect of a page. (ie a way to change/hack the template...or from within program or something)
    I have tried a transparent pic...but that doesn't work...
    The iWeb page is in an iframe, and needs to be transparent to look right.
    I can do this by manually changing the final .html file...but this is annoying, especially as it has to be done every time the site is updated...
    Thanks

    Changing the HTML file is the only way, I think. But you wouldn't have to change the HTML file every time if you "Publish Site Changes" instead of "Publish Entire Site"

  • Muse cc 2014 - browser fill can't set back to transparent

    in muse cc 2014 i can set my browser fill to any solid color, but then when I try and set it back to "transparent/none" it doesn't work...
    not sure why, is this a bug?..
    -thanks

    It's not currently supported by Muse, but there is a case where it's useful. Using an <iframe> one web page can appear within another. In that context you sometimes want the child web page to have a transparent background so the content of the web page it's appearing within is visible.

  • Transparent child window on web-browser

    Hi All,
    I wanted to create some overlay animation on webbrowser actually.
    but before that i just check the overlay with glut library.
    but i got some problem when i run the program as follow.
    Problem is :
    when i run my java program it gives me
    Sorry, no whizzy zoomdino overlay usage!
    as it is because of
    overlaySupport = glutLayerGet(GLUT_OVERLAY_POSSIBLE);
    if (overlaySupport) {
    else
    printf("Sorry, no whizzy zoomdino overlay usage!\n");
    so how can i solve this as i have to change any display mode or what ?
    my source file are...
    File Name : nativtest.h
    Code:
    /* DO NOT EDIT THIS FILE - it is machine generated */
    #include "jni.h"
    /* Header for class nativetest */
    #ifndef _Included_nativetest
    #define _Included_nativetest
    #ifdef __cplusplus
    extern "C" {
    #endif
    * Class:     nativetest
    * Method:    sayHello
    * Signature: (Ljava/lang/String;)Ljava/lang/String;
    JNIEXPORT jstring JNICALL Java_nativetest_sayHello
      (JNIEnv *, jobject, jstring);
    #ifdef __cplusplus
    #endif
    #endif
    File Name :  nativtest.c
    #include "nativetest.h"     /*double quotes tells it to search current directory*/
    #include <stdio.h>
    #include "glut.h"
    #include <stdlib.h>
    #include <string.h>
    #include <math.h>      
    #include <GL/glut.h>
    JNIEXPORT jstring JNICALL Java_nativetest_sayHello(JNIEnv *env, jobject thisobject, jstring js){
         main(0, NULL);
         return js;
    typedef enum {
      RESERVED, BODY_SIDE, BODY_EDGE, BODY_WHOLE, ARM_SIDE, ARM_EDGE, ARM_WHOLE,
      LEG_SIDE, LEG_EDGE, LEG_WHOLE, EYE_SIDE, EYE_EDGE, EYE_WHOLE, DINOSAUR
    } displayLists;
    GLfloat angle = -150;  
    int moving, begin;
    int W = 300, H = 300;
    GLdouble bodyWidth = 3.0;
    int newModel = 1;
    GLfloat body[][2] = { {0, 3}, {1, 1}, {5, 1}, {8, 4}, {10, 4}, {11, 5},
      {11, 11.5}, {13, 12}, {13, 13}, {10, 13.5}, {13, 14}, {13, 15}, {11, 16},
      {8, 16}, {7, 15}, {7, 13}, {8, 12}, {7, 11}, {6, 6}, {4, 3}, {3, 2},
      {1, 2} };
    GLfloat arm[][2] = { {8, 10}, {9, 9}, {10, 9}, {13, 8}, {14, 9}, {16, 9},
      {15, 9.5}, {16, 10}, {15, 10}, {15.5, 11}, {14.5, 10}, {14, 11}, {14, 10},
      {13, 9}, {11, 11}, {9, 11} };
    GLfloat leg[][2] = { {8, 6}, {8, 4}, {9, 3}, {9, 2}, {8, 1}, {8, 0.5}, {9, 0},
      {12, 0}, {10, 1}, {10, 2}, {12, 4}, {11, 6}, {10, 7}, {9, 7} };
    GLfloat eye[][2] = { {8.75, 15}, {9, 14.7}, {9.6, 14.7}, {10.1, 15},
      {9.6, 15.25}, {9, 15.25} };
    GLfloat lightZeroPosition[] = {10.0, 4.0, 10.0, 1.0};
    GLfloat lightZeroColor[] = {0.8, 1.0, 0.8, 1.0};
    GLfloat lightOnePosition[] = {-1.0, -2.0, 1.0, 0.0};
    GLfloat lightOneColor[] = {0.6, 0.3, 0.2, 1.0};
    GLfloat skinColor[] = {0.1, 1.0, 0.1, 1.0}, eyeColor[] = {1.0, 0.2, 0.2, 1.0};
    int overlaySupport, red, white, transparent, rubberbanding;
    int anchorx, anchory, stretchx, stretchy, pstretchx, pstretchy;
    float vx, vy, vx2, vy2, vw, vh;
    float wx, wy, wx2, wy2, ww, wh;
    int fancy, wasFancy, help, clearHelp;
    void
    extrudeSolidFromPolygon(GLfloat data[][2], unsigned int dataSize,
      GLdouble thickness, GLuint side, GLuint edge, GLuint whole)
      static GLUtriangulatorObj *tobj = NULL;
      GLdouble vertex[3], dx, dy, len;
      int i;
      int count = dataSize / (int) (2 * sizeof(GLfloat));
      if (tobj == NULL) {
        tobj = gluNewTess(); 
        gluTessCallback(tobj, GLU_BEGIN, glBegin);
        gluTessCallback(tobj, GLU_VERTEX, glVertex2fv); 
        gluTessCallback(tobj, GLU_END, glEnd);
      glNewList(side, GL_COMPILE);
      glShadeModel(GL_SMOOTH);  /* smooth minimizes seeing
                                   tessellation */
      gluBeginPolygon(tobj);
      for (i = 0; i < count; i++) {
        vertex[0] = data[0];
    vertex[1] = data[i][1];
    vertex[2] = 0;
    gluTessVertex(tobj, vertex, data[i]);
    gluEndPolygon(tobj);
    glEndList();
    glNewList(edge, GL_COMPILE);
    glShadeModel(GL_FLAT);
    glBegin(GL_QUAD_STRIP);
    for (i = 0; i <= count; i++) {
    glVertex3f(data[i % count][0], data[i % count][1], 0.0);
    glVertex3f(data[i % count][0], data[i % count][1], thickness);
    dx = data[(i + 1) % count][1] - data[i % count][1];
    dy = data[i % count][0] - data[(i + 1) % count][0];
    len = sqrt(dx * dx + dy * dy);
    glNormal3f(dx / len, dy / len, 0.0);
    glEnd();
    glEndList();
    glNewList(whole, GL_COMPILE);
    glFrontFace(GL_CW);
    glCallList(edge);
    glNormal3f(0.0, 0.0, -1.0);
    glCallList(side);
    glPushMatrix();
    glTranslatef(0.0, 0.0, thickness);
    glFrontFace(GL_CCW);
    glNormal3f(0.0, 0.0, 1.0);
    glCallList(side);
    glPopMatrix();
    glEndList();
    void
    makeDinosaur(void)
    extrudeSolidFromPolygon(body, sizeof(body), bodyWidth,
    BODY_SIDE, BODY_EDGE, BODY_WHOLE);
    extrudeSolidFromPolygon(arm, sizeof(arm), bodyWidth / 4,
    ARM_SIDE, ARM_EDGE, ARM_WHOLE);
    extrudeSolidFromPolygon(leg, sizeof(leg), bodyWidth / 2,
    LEG_SIDE, LEG_EDGE, LEG_WHOLE);
    extrudeSolidFromPolygon(eye, sizeof(eye), bodyWidth + 0.2,
    EYE_SIDE, EYE_EDGE, EYE_WHOLE);
    glNewList(DINOSAUR, GL_COMPILE);
    glMaterialfv(GL_FRONT, GL_DIFFUSE, skinColor);
    glCallList(BODY_WHOLE);
    glPushMatrix();
    glTranslatef(0.0, 0.0, bodyWidth);
    glCallList(ARM_WHOLE);
    glCallList(LEG_WHOLE);
    glTranslatef(0.0, 0.0, -bodyWidth - bodyWidth / 4);
    glCallList(ARM_WHOLE);
    glTranslatef(0.0, 0.0, -bodyWidth / 4);
    glCallList(LEG_WHOLE);
    glTranslatef(0.0, 0.0, bodyWidth / 2 - 0.1);
    glMaterialfv(GL_FRONT, GL_DIFFUSE, eyeColor);
    glCallList(EYE_WHOLE);
    glPopMatrix();
    glEndList();
    void
    recalcModelView(void)
    glPopMatrix();
    glPushMatrix();
    glRotatef(angle, 0.0, 1.0, 0.0);
    glTranslatef(-8, -8, -bodyWidth / 2);
    newModel = 0;
    void
    redraw(void)
    if (newModel)
    recalcModelView();
    glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
    glCallList(DINOSAUR);
    glutSwapBuffers();
    void
    output(int x, int y, char *string)
    int len, i;
    glRasterPos2f(x, y);
    len = (int) strlen(string);
    for (i = 0; i < len; i++) {
    glutBitmapCharacter(GLUT_BITMAP_HELVETICA_18, string[i]);
    char *helpMsg[] =
    "Welcome to zoomdino!",
    " Left mouse button rotates",
    " the dinosaur.",
    " Middle mouse button zooms",
    " via overlay rubber-banding.",
    " Right mouse button shows",
    " pop-up menu.",
    " To reset view, use \"Reset",
    " Projection\".",
    "(This message is in the overlays.)",
    NULL
    void
    redrawOverlay(void)
    if (help) {
    int i;
    glClear(GL_COLOR_BUFFER_BIT);
    glIndexi(white);
    for (i = 0; helpMsg[i]; i++) {
    output(15, 24 + i * 18, helpMsg[i]);
    return;
    if (glutLayerGet(GLUT_OVERLAY_DAMAGED) || clearHelp) {
    glClear(GL_COLOR_BUFFER_BIT);
    clearHelp = 0;
    wasFancy = 0;
    } else {
    if (fancy || wasFancy) {
    glLineWidth(3.0);
    glIndexi(transparent);
    glBegin(GL_LINE_LOOP);
    glVertex2i(anchorx, anchory);
    glVertex2i(anchorx, pstretchy);
    glVertex2i(pstretchx, pstretchy);
    glVertex2i(pstretchx, anchory);
    glEnd();
    if (wasFancy) {
    glLineWidth(1.0);
    wasFancy = 0;
    if (fancy)
    glLineWidth(3.0);
    glIndexi(red);
    glBegin(GL_LINE_LOOP);
    glVertex2i(anchorx, anchory);
    glVertex2i(anchorx, stretchy);
    glVertex2i(stretchx, stretchy);
    glVertex2i(stretchx, anchory);
    glEnd();
    if (fancy) {
    glLineWidth(1.0);
    glIndexi(white);
    glBegin(GL_LINE_LOOP);
    glVertex2i(anchorx, anchory);
    glVertex2i(anchorx, stretchy);
    glVertex2i(stretchx, stretchy);
    glVertex2i(stretchx, anchory);
    glEnd();
    glFlush();
    pstretchx = stretchx;
    pstretchy = stretchy;
    void
    defaultProjection(void)
    glMatrixMode(GL_PROJECTION);
    glLoadIdentity();
    vx = -1.0;
    vw = 2.0;
    vy = -1.0;
    vh = 2.0;
    glFrustum(vx, vx + vw, vy, vy + vh, 1.0, 40);
    glMatrixMode(GL_MODELVIEW);
    void
    mouse(int button, int state, int x, int y)
    if (button == GLUT_LEFT_BUTTON) {
    if (state == GLUT_DOWN) {
    glutSetCursor(GLUT_CURSOR_LEFT_RIGHT);
    moving = 1;
    begin = x;
    } else if (state == GLUT_UP) {
    glutSetCursor(GLUT_CURSOR_INHERIT);
    moving = 0;
    if (overlaySupport && button == GLUT_MIDDLE_BUTTON) {
    if (state == GLUT_DOWN) {
    help = 0;
    clearHelp = 1;
    rubberbanding = 1;
    anchorx = x;
    anchory = y;
    stretchx = x;
    stretchy = y;
    glutShowOverlay();
    } else if (state == GLUT_UP) {
    rubberbanding = 0;
    glutHideOverlay();
    glutUseLayer(GLUT_NORMAL);
    glMatrixMode(GL_PROJECTION);
    glLoadIdentity();
    #undef max
    #undef min
    #define max(a,b) ((a) > (b) ? (a) : (b))
    #define min(a,b) ((a) < (b) ? (a) : (b))
    wx = min(anchorx, stretchx);
    wy = min(H - anchory, H - stretchy);
    wx2 = max(anchorx, stretchx);
    wy2 = max(H - anchory, H - stretchy);
    ww = wx2 - wx;
    wh = wy2 - wy;
    if (ww == 0 || wh == 0) {
    glutUseLayer(GLUT_NORMAL);
    defaultProjection();
    } else {
    vx2 = wx2 / W * vw + vx;
    vx = wx / W * vw + vx;
    vy2 = wy2 / H * vh + vy;
    vy = wy / H * vh + vy;
    vw = vx2 - vx;
    vh = vy2 - vy;
    glFrustum(vx, vx + vw, vy, vy + vh, 1.0, 40);
    glutPostRedisplay();
    glMatrixMode(GL_MODELVIEW);
    void
    motion(int x, int y)
    if (moving) {
    angle = angle + (x - begin);
    begin = x;
    newModel = 1;
    glutPostRedisplay();
    if (rubberbanding) {
    stretchx = x;
    stretchy = y;
    glutPostOverlayRedisplay();
    void
    reshape(int w, int h)
    if (overlaySupport) {
    glutUseLayer(GLUT_OVERLAY);
    glViewport(0, 0, w, h);
    glMatrixMode(GL_PROJECTION);
    glLoadIdentity();
    gluOrtho2D(0, w, 0, h);
    glScalef(1, -1, 1);
    glTranslatef(0, -h, 0);
    glMatrixMode(GL_MODELVIEW);
    glutUseLayer(GLUT_NORMAL);
    glViewport(0, 0, w, h);
    W = w;
    H = h;
    GLboolean lightZeroSwitch = GL_TRUE, lightOneSwitch = GL_TRUE;
    void
    controlLights(int value)
    glutUseLayer(GLUT_NORMAL);
    switch (value) {
    case 1:
    lightZeroSwitch = !lightZeroSwitch;
    if (lightZeroSwitch) {
    glEnable(GL_LIGHT0);
    } else {
    glDisable(GL_LIGHT0);
    break;
    case 2:
    lightOneSwitch = !lightOneSwitch;
    if (lightOneSwitch) {
    glEnable(GL_LIGHT1);
    } else {
    glDisable(GL_LIGHT1);
    break;
    case 3:
    defaultProjection();
    break;
    case 4:
    fancy = 1;
    break;
    case 5:
    fancy = 0;
    wasFancy = 1;
    break;
    case 6:
    if (!rubberbanding)
    help = 1;
    glutShowOverlay();
    glutPostOverlayRedisplay();
    break;
    glutPostRedisplay();
    int
    main(int argc, char **argv)
    //glutInit(&argc, argv);
    glutInitDisplayMode(GLUT_RGB | GLUT_DOUBLE | GLUT_DEPTH);
    glutCreateWindow("zoomdino");
    glutDisplayFunc(redraw);
    glutMouseFunc(mouse);
    glutMotionFunc(motion);
    glutCreateMenu(controlLights);
    glutAddMenuEntry("Toggle right light", 1);
    glutAddMenuEntry("Toggle left light", 2);
    glutAttachMenu(GLUT_RIGHT_BUTTON);
    makeDinosaur();
    glEnable(GL_CULL_FACE);
    glEnable(GL_DEPTH_TEST);
    glEnable(GL_LIGHTING);
    defaultProjection();
    gluLookAt(0.0, 0.0, 30.0, /* eye is at (0,0,30) */
    0.0, 0.0, 0.0, /* center is at (0,0,0) */
    0.0, 1.0, 0.); /* up is in postivie Y direction */
    glPushMatrix(); /* dummy push so we can pop on model
    recalc */
    glLightModeli(GL_LIGHT_MODEL_LOCAL_VIEWER, 1);
    glLightfv(GL_LIGHT0, GL_POSITION, lightZeroPosition);
    glLightfv(GL_LIGHT0, GL_DIFFUSE, lightZeroColor);
    glLightf(GL_LIGHT0, GL_CONSTANT_ATTENUATION, 0.1);
    glLightf(GL_LIGHT0, GL_LINEAR_ATTENUATION, 0.05);
    glLightfv(GL_LIGHT1, GL_POSITION, lightOnePosition);
    glLightfv(GL_LIGHT1, GL_DIFFUSE, lightOneColor);
    glEnable(GL_LIGHT0);
    glEnable(GL_LIGHT1);
    glutInitDisplayMode(GLUT_SINGLE | GLUT_INDEX);
    overlaySupport = glutLayerGet(GLUT_OVERLAY_POSSIBLE);
    if (overlaySupport) {
    glutEstablishOverlay();
    glutHideOverlay();
    transparent = glutLayerGet(GLUT_TRANSPARENT_INDEX);
    glClearIndex(transparent);
    red = (transparent + 1) % glutGet(GLUT_WINDOW_COLORMAP_SIZE);
    white = (transparent + 2) % glutGet(GLUT_WINDOW_COLORMAP_SIZE);
    glutSetColor(red, 1.0, 0.0, 0.0); /* Red. */
    glutSetColor(white, 1.0, 1.0, 1.0); /* White. */
    glutOverlayDisplayFunc(redrawOverlay);
    glutReshapeFunc(reshape);
    glutSetWindowTitle("zoomdino with rubber-banding");
    glutAddMenuEntry("------------------", 0);
    glutAddMenuEntry("Reset projection", 3);
    glutAddMenuEntry("------------------", 0);
    glutAddMenuEntry("Fancy rubber-banding", 4);
    glutAddMenuEntry("Simple rubber-banding", 5);
    glutAddMenuEntry("------------------", 0);
    glutAddMenuEntry("Show help", 6);
    } else {
    printf("Sorry, no whizzy zoomdino overlay usage!\n");
    glutMainLoop();
    return 0;
    File Name : nativtest.java
    public class nativetest
         static
              System.loadLibrary("nativetest");
         public native String sayHello(String s);
         public static void main(String[] argv)
              String retval = null;
              nativetest nt = new nativetest();
              retval = nt.sayHello("Beavis");
              System.out.println("Invocation returned " + retval);
    }So can anyone help me about this.
    or if anyone have any kind of information realted to overlay on webbrowser then also can tell me...so it will helpfull 2 me.
    Regards,
    Ajay Patel                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    cgicmd.dat is not right place. let me put the whole code here. What I was referring was you need to have front page where you can display the reports links or if you are calling reports from forms you can use this.
    A From Forms
    1 formsweb.cfg
    HTMLbeforeForm=<script>var windowHandle;function openWindowURL(URLString){windowHandle =window.open(URLString,"Forms","location=false,toolbar
    =false,resizable,scrollbars");windowHandle.focus();}function closeWindow(){if (windowHandle && !windowHandle.closed){windowHandle.close();}el
    se{}}</script>
    2 from form use
    web.show_document('javascript:window.openWindowURL("'||http://reports url ||'");','_self');
    B From Home page /HTML page to call reports/any link
    1. Replace ... with <
    ...html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <script>var windowHandle;function openWindowURL(URLString){windowHandle =window.open(URLString,"Forms","location=false,toolbar=false,resizable,scrollbars");windowHandle.focus();}function closeWindow(){if (windowHandle && !windowHandle.closed){windowHandle.close();}else{}}</script>
    </head>
    <body>
    <p align=center>
    ... a href="javascript:void(0)" onclick="openWindowURL('http://www.oracle.com')">Oracle</a>
    <br><br><br><br><br>...a href="javascript:void(0)" onclick="openWindowURL('http://www.alexyscorp.com')">Alexys</a>
    <br>
    </p>
    </body>
    ... html>
    Message was edited by:
    RajeshAlex
    Message was edited by:
    RajeshAlex
    Message was edited by:
    RajeshAlex
    Message was edited by:
    RajeshAlex
    Message was edited by:
    RajeshAlex

  • I get a partially transparent checkerboard pattern when I open some pdf documents in the Firefox browser..

    If the document is saved and reopened with a pdf reader, pattern is absent. How can I get rid of this annoyance ?

    Which viewer do you use to display the PDF file in Firefox?
    Is that the PDF viewer extension ([https://addons.mozilla.org/firefox/addon/pdfjs/]) or the Abode Reader plugin or another extension?
    Try to disable hardware acceleration in Firefox.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *https://hacks.mozilla.org/2010/09/hardware-acceleration/

  • My browser won't fill up my screen. There is a semi-transparent section at the bottom quarter all the time.

    I recently updated my Firefox on this computer and for some reason, there is a giant space on the bottom of my browser. It looks like this: http://imgur.com/56ZdwhF
    I have no issues on my other computers and also no issue with Google Chrome on this computer, it's just Firefox.
    Any help would be appreciated, thanks!

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • .pdf documents displaying transparent in browser

    I am having a strange display glitch when I attempt to view a .pdf in Firefox 6. I believe this started happening around the time I upgraded Firefox, but I have updated the Adobe Reader plugin. I am using Windows 7.
    Here is an example of what a .pdf should look like in Adobe Reader:
    Here is what displays:
    I have a black and white desktop background that is subtly leaking through. What is the problem here?

    I'm having the exact same issue. Can't find an answer anywhere yet.

  • Urxvt in the background is not transparent

    Hello everyone,
    I'm using Openbox and urxvt terminal and I was experimenting with running one urxvt pseudo-transparent in the background like in http://wiki.archlinux.org/index.php/Ope … background. So I created new name "RootURxvt" in my .Xdefaults file:
    RootURxvt.scrollBar: false
    RootURxvt.transparent: true
    RootURxvt.geometry: 80x24
    the rest of my .Xdefaults reagarding urxvt:
    URxvt.buffered: true
    URxvt.geometry: 85x24
    URxvt.transparent: false
    URxvt.background: black
    URxvt.foreground: gray90
    URxvt.cursorColor: green
    URxvt.underlineColor: yellow
    URxvt.scrollstyle: plain
    URxvt.secondaryScroll: true
    URxvt.font: -*-fixed-medium-*-*-*-18-*-*-*-*-*-iso8859-2
    URxvt.boldFont: -*-fixed-bold-*-*-*-18-*-*-*-*-*-iso8859-2
    URxvt.perl-ext-common: default,tabbed
    Then I put the appropriate entry to the .config/openbox/rc.xml
    <application name="RootURxvt">
    <decor>no</decor>
    <focus>yes</focus>
    <position>
    <x>0</x>
    <y>0</y>
    </position>
    <desktop>all</desktop>
    <maximized>false</maximized>
    <skip_taskbar>true</skip_taskbar>
    <layer>below</layer>
    </application>
    This is the rest of my rc.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- Do not edit this file, it will be overwritten on install.
    Copy the file to $HOME/.config/openbox/ instead. -->
    <openbox_config xmlns="http://openbox.org/3.4/rc">
    <resistance>
    <strength>10</strength>
    <screen_edge_strength>20</screen_edge_strength>
    </resistance>
    <focus>
    <focusNew>no</focusNew>
    <!-- always try to focus new windows when they appear. other rules do
    apply -->
    <followMouse>no</followMouse>
    <!-- move focus to a window when you move the mouse into it -->
    <focusLast>yes</focusLast>
    <!-- focus the last used window when changing desktops, instead of the one
    under the mouse pointer. when followMouse is enabled -->
    <underMouse>no</underMouse>
    <!-- move focus under the mouse, even when the mouse is not moving -->
    <focusDelay>200</focusDelay>
    <!-- when followMouse is enabled, the mouse must be inside the window for
    this many milliseconds (1000 = 1 sec) before moving focus to it -->
    <raiseOnFocus>no</raiseOnFocus>
    <!-- when followMouse is enabled, and a window is given focus by moving the
    mouse into it, also raise the window -->
    </focus>
    <placement>
    <policy>Smart</policy>
    <!-- 'Smart' or 'UnderMouse' -->
    <center>yes</center>
    <!-- whether to place windows in the center of the free area found or
    the top left corner -->
    <monitor>Active</monitor>
    <!-- with Smart placement on a multi-monitor system, try to place new windows
    on: 'Any' - any monitor, 'Mouse' - where the mouse is, 'Active' - where
    the active window is -->
    </placement>
    <theme>
    <name>Carbon</name>
    <titleLayout>NLIMC</titleLayout>
    <!--
    available characters are NDSLIMC, each can occur at most once.
    N: window icon
    L: window label (AKA title).
    I: iconify
    M: maximize
    C: close
    S: shade (roll up/down)
    D: omnipresent (on all desktops).
    -->
    <keepBorder>no</keepBorder>
    <animateIconify>no</animateIconify>
    <font place="ActiveWindow">
    <name>sans</name>
    <size>8</size>
    <!-- font size in points -->
    <weight>bold</weight>
    <!-- 'bold' or 'normal' -->
    <slant>normal</slant>
    <!-- 'italic' or 'normal' -->
    </font>
    <font place="InactiveWindow">
    <name>sans</name>
    <size>8</size>
    <!-- font size in points -->
    <weight>bold</weight>
    <!-- 'bold' or 'normal' -->
    <slant>normal</slant>
    <!-- 'italic' or 'normal' -->
    </font>
    <font place="MenuHeader">
    <name>sans</name>
    <size>9</size>
    <!-- font size in points -->
    <weight>normal</weight>
    <!-- 'bold' or 'normal' -->
    <slant>normal</slant>
    <!-- 'italic' or 'normal' -->
    </font>
    <font place="MenuItem">
    <name>sans</name>
    <size>9</size>
    <!-- font size in points -->
    <weight>normal</weight>
    <!-- 'bold' or 'normal' -->
    <slant>normal</slant>
    <!-- 'italic' or 'normal' -->
    </font>
    <font place="OnScreenDisplay">
    <name>sans</name>
    <size>9</size>
    <!-- font size in points -->
    <weight>bold</weight>
    <!-- 'bold' or 'normal' -->
    <slant>normal</slant>
    <!-- 'italic' or 'normal' -->
    </font>
    </theme>
    <desktops>
    <!-- this stuff is only used at startup, pagers allow you to change them
    during a session
    these are default values to use when other ones are not already set
    by other applications, or saved in your session
    use obconf if you want to change these without having to log out
    and back in -->
    <number>4</number>
    <firstdesk>1</firstdesk>
    <names>
    <name>1</name>
    <name>2</name>
    <name>3</name>
    <name>4</name>
    </names>
    <popupTime>875</popupTime>
    <!-- The number of milliseconds to show the popup for when switching
    desktops. Set this to 0 to disable the popup. -->
    </desktops>
    <resize>
    <drawContents>yes</drawContents>
    <popupShow>Always</popupShow>
    <!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
    <popupPosition>Center</popupPosition>
    <!-- 'Center', 'Top', or 'Fixed' -->
    <popupFixedPosition>
    <!-- these are used if popupPosition is set to 'Fixed' -->
    <x>10</x>
    <!-- positive number for distance from left edge, negative number for
    distance from right edge, or 'Center' -->
    <y>10</y>
    <!-- positive number for distance from top edge, negative number for
    distance from bottom edge, or 'Center' -->
    </popupFixedPosition>
    </resize>
    <!-- You can reserve a portion of your screen where windows will not cover when
    they are maximized, or when they are initially placed.
    Many programs reserve space automatically, but you can use this in other
    cases. -->
    <margins>
    <top>0</top>
    <bottom>0</bottom>
    <left>0</left>
    <right>0</right>
    </margins>
    <dock>
    <position>TopRight</position>
    <!-- (Top|Bottom)(Left|Right|)|Top|Bottom|Left|Right|Floating -->
    <floatingX>0</floatingX>
    <floatingY>0</floatingY>
    <noStrut>yes</noStrut>
    <stacking>Above</stacking>
    <!-- 'Above', 'Normal', or 'Below' -->
    <direction>Vertical</direction>
    <!-- 'Vertical' or 'Horizontal' -->
    <autoHide>no</autoHide>
    <hideDelay>300</hideDelay>
    <!-- in milliseconds (1000 = 1 second) -->
    <showDelay>300</showDelay>
    <!-- in milliseconds (1000 = 1 second) -->
    <moveButton>Middle</moveButton>
    <!-- 'Left', 'Middle', 'Right' -->
    </dock>
    <keyboard>
    <chainQuitKey>C-g</chainQuitKey>
    <!-- Keybindings for desktop switching -->
    <keybind key="C-W-Left">
    <action name="DesktopLeft">
    <dialog>no</dialog>
    <wrap>no</wrap>
    </action>
    </keybind>
    <keybind key="C-W-Right">
    <action name="DesktopRight">
    <dialog>no</dialog>
    <wrap>no</wrap>
    </action>
    </keybind>
    <keybind key="C-W-Up">
    <action name="DesktopUp">
    <dialog>no</dialog>
    <wrap>no</wrap>
    </action>
    </keybind>
    <keybind key="C-W-Down">
    <action name="DesktopDown">
    <dialog>no</dialog>
    <wrap>no</wrap>
    </action>
    </keybind>
    <keybind key="S-W-Left">
    <action name="SendToDesktopLeft">
    <dialog>no</dialog>
    <wrap>no</wrap>
    </action>
    </keybind>
    <keybind key="S-W-Right">
    <action name="SendToDesktopRight">
    <dialog>no</dialog>
    <wrap>no</wrap>
    </action>
    </keybind>
    <keybind key="S-W-Up">
    <action name="SendToDesktopUp">
    <dialog>no</dialog>
    <wrap>no</wrap>
    </action>
    </keybind>
    <keybind key="S-W-Down">
    <action name="SendToDesktopDown">
    <dialog>no</dialog>
    <wrap>no</wrap>
    </action>
    </keybind>
    <keybind key="W-F1">
    <action name="Desktop">
    <desktop>1</desktop>
    </action>
    </keybind>
    <keybind key="W-F2">
    <action name="Desktop">
    <desktop>2</desktop>
    </action>
    </keybind>
    <keybind key="W-F3">
    <action name="Desktop">
    <desktop>3</desktop>
    </action>
    </keybind>
    <keybind key="W-F4">
    <action name="Desktop">
    <desktop>4</desktop>
    </action>
    </keybind>
    <keybind key="W-d">
    <action name="ToggleShowDesktop"/>
    </keybind>
    <!-- Keybindings for windows -->
    <keybind key="W-c">
    <action name="Close"/>
    </keybind>
    <keybind key="A-Escape">
    <action name="Lower"/>
    <action name="FocusToBottom"/>
    <action name="Unfocus"/>
    </keybind>
    <keybind key="W-space">
    <action name="ShowMenu">
    <menu>client-menu</menu>
    </action>
    </keybind>
    <!-- Keybindings for window switching -->
    <keybind key="A-Tab">
    <action name="NextWindow"/>
    </keybind>
    <keybind key="A-S-Tab">
    <action name="PreviousWindow"/>
    </keybind>
    <keybind key="C-A-Tab">
    <action name="NextWindow">
    <panels>yes</panels>
    <desktop>yes</desktop>
    </action>
    </keybind>
    <!-- Keybindings for running applications -->
    <keybind key="W-u">
    <action name="Execute">
    <startupnotify>
    <enabled>true</enabled>
    <name>urxvt</name>
    </startupnotify>
    <command>urxvt</command>
    </action>
    </keybind>
    <keybind key="W-o">
    <action name="Execute">
    <startupnotify>
    <enabled>true</enabled>
    <name>opera</name>
    </startupnotify>
    <command>opera</command>
    </action>
    </keybind>
    <keybind key="C-W-l">
    <action name="Execute">
    <startupnotify>
    <enabled>true</enabled>
    <name>lock</name>
    </startupnotify>
    <command>xscreensaver-command -lock</command>
    </action>
    </keybind>
    </keyboard>
    <mouse>
    <dragThreshold>8</dragThreshold>
    <!-- number of pixels the mouse must move before a drag begins -->
    <doubleClickTime>200</doubleClickTime>
    <!-- in milliseconds (1000 = 1 second) -->
    <screenEdgeWarpTime>400</screenEdgeWarpTime>
    <!-- Time before changing desktops when the pointer touches the edge of the
    screen while moving a window, in milliseconds (1000 = 1 second).
    Set this to 0 to disable warping -->
    <context name="Frame">
    <mousebind button="A-Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    </mousebind>
    <mousebind button="A-Left" action="Click">
    <action name="Unshade"/>
    </mousebind>
    <mousebind button="A-Left" action="Drag">
    <action name="Move"/>
    </mousebind>
    <mousebind button="A-Right" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    <action name="Unshade"/>
    </mousebind>
    <mousebind button="A-Right" action="Drag">
    <action name="Resize"/>
    </mousebind>
    <mousebind button="A-Middle" action="Press">
    <action name="Lower"/>
    <action name="FocusToBottom"/>
    <action name="Unfocus"/>
    </mousebind>
    <mousebind button="A-Up" action="Click">
    <action name="DesktopPrevious"/>
    </mousebind>
    <mousebind button="A-Down" action="Click">
    <action name="DesktopNext"/>
    </mousebind>
    <mousebind button="C-A-Up" action="Click">
    <action name="DesktopPrevious"/>
    </mousebind>
    <mousebind button="C-A-Down" action="Click">
    <action name="DesktopNext"/>
    </mousebind>
    <mousebind button="A-S-Up" action="Click">
    <action name="SendToDesktopPrevious"/>
    </mousebind>
    <mousebind button="A-S-Down" action="Click">
    <action name="SendToDesktopNext"/>
    </mousebind>
    </context>
    <context name="Titlebar">
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    </mousebind>
    <mousebind button="Left" action="Drag">
    <action name="Move"/>
    </mousebind>
    <mousebind button="Left" action="DoubleClick">
    <action name="ToggleMaximizeFull"/>
    </mousebind>
    <mousebind button="Middle" action="Press">
    <action name="Lower"/>
    <action name="FocusToBottom"/>
    <action name="Unfocus"/>
    </mousebind>
    <mousebind button="Up" action="Click">
    <action name="Shade"/>
    <action name="FocusToBottom"/>
    <action name="Unfocus"/>
    <action name="Lower"/>
    </mousebind>
    <mousebind button="Down" action="Click">
    <action name="Unshade"/>
    <action name="Raise"/>
    </mousebind>
    <mousebind button="Right" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    <action name="ShowMenu">
    <menu>client-menu</menu>
    </action>
    </mousebind>
    </context>
    <context name="Top">
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    <action name="Unshade"/>
    </mousebind>
    <mousebind button="Left" action="Drag">
    <action name="Resize">
    <edge>top</edge>
    </action>
    </mousebind>
    </context>
    <context name="Left">
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    </mousebind>
    <mousebind button="Left" action="Drag">
    <action name="Resize">
    <edge>left</edge>
    </action>
    </mousebind>
    </context>
    <context name="Right">
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    </mousebind>
    <mousebind button="Left" action="Drag">
    <action name="Resize">
    <edge>right</edge>
    </action>
    </mousebind>
    </context>
    <context name="Bottom">
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    </mousebind>
    <mousebind button="Left" action="Drag">
    <action name="Resize">
    <edge>bottom</edge>
    </action>
    </mousebind>
    <mousebind button="Middle" action="Press">
    <action name="Lower"/>
    <action name="FocusToBottom"/>
    <action name="Unfocus"/>
    </mousebind>
    <mousebind button="Right" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    <action name="ShowMenu">
    <menu>client-menu</menu>
    </action>
    </mousebind>
    </context>
    <context name="BLCorner">
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    </mousebind>
    <mousebind button="Left" action="Drag">
    <action name="Resize"/>
    </mousebind>
    </context>
    <context name="BRCorner">
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    </mousebind>
    <mousebind button="Left" action="Drag">
    <action name="Resize"/>
    </mousebind>
    </context>
    <context name="TLCorner">
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    <action name="Unshade"/>
    </mousebind>
    <mousebind button="Left" action="Drag">
    <action name="Resize"/>
    </mousebind>
    </context>
    <context name="TRCorner">
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    <action name="Unshade"/>
    </mousebind>
    <mousebind button="Left" action="Drag">
    <action name="Resize"/>
    </mousebind>
    </context>
    <context name="Client">
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    </mousebind>
    <mousebind button="Middle" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    </mousebind>
    <mousebind button="Right" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    </mousebind>
    </context>
    <context name="Icon">
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    <action name="Unshade"/>
    <action name="ShowMenu">
    <menu>client-menu</menu>
    </action>
    </mousebind>
    <mousebind button="Right" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    <action name="ShowMenu">
    <menu>client-menu</menu>
    </action>
    </mousebind>
    </context>
    <context name="AllDesktops">
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    <action name="Unshade"/>
    </mousebind>
    <mousebind button="Left" action="Click">
    <action name="ToggleOmnipresent"/>
    </mousebind>
    </context>
    <context name="Shade">
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    </mousebind>
    <mousebind button="Left" action="Click">
    <action name="ToggleShade"/>
    </mousebind>
    </context>
    <context name="Iconify">
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    </mousebind>
    <mousebind button="Left" action="Click">
    <action name="Iconify"/>
    </mousebind>
    </context>
    <context name="Maximize">
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    <action name="Unshade"/>
    </mousebind>
    <mousebind button="Middle" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    <action name="Unshade"/>
    </mousebind>
    <mousebind button="Right" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    <action name="Unshade"/>
    </mousebind>
    <mousebind button="Left" action="Click">
    <action name="ToggleMaximizeFull"/>
    </mousebind>
    <mousebind button="Middle" action="Click">
    <action name="ToggleMaximizeVert"/>
    </mousebind>
    <mousebind button="Right" action="Click">
    <action name="ToggleMaximizeHorz"/>
    </mousebind>
    </context>
    <context name="Close">
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    <action name="Unshade"/>
    </mousebind>
    <mousebind button="Left" action="Click">
    <action name="Close"/>
    </mousebind>
    </context>
    <context name="Desktop">
    <mousebind button="Up" action="Click">
    <action name="DesktopPrevious"/>
    </mousebind>
    <mousebind button="Down" action="Click">
    <action name="DesktopNext"/>
    </mousebind>
    <mousebind button="A-Up" action="Click">
    <action name="DesktopPrevious"/>
    </mousebind>
    <mousebind button="A-Down" action="Click">
    <action name="DesktopNext"/>
    </mousebind>
    <mousebind button="C-A-Up" action="Click">
    <action name="DesktopPrevious"/>
    </mousebind>
    <mousebind button="C-A-Down" action="Click">
    <action name="DesktopNext"/>
    </mousebind>
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    </mousebind>
    <mousebind button="Right" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    </mousebind>
    </context>
    <context name="Root">
    <!-- Menus -->
    <mousebind button="Middle" action="Press">
    <action name="ShowMenu">
    <menu>client-list-combined-menu</menu>
    </action>
    </mousebind>
    <mousebind button="Right" action="Press">
    <action name="ShowMenu">
    <menu>root-menu</menu>
    </action>
    </mousebind>
    </context>
    <context name="MoveResize">
    <mousebind button="Up" action="Click">
    <action name="DesktopPrevious"/>
    </mousebind>
    <mousebind button="Down" action="Click">
    <action name="DesktopNext"/>
    </mousebind>
    <mousebind button="A-Up" action="Click">
    <action name="DesktopPrevious"/>
    </mousebind>
    <mousebind button="A-Down" action="Click">
    <action name="DesktopNext"/>
    </mousebind>
    </context>
    </mouse>
    <menu>
    <!-- You can specify more than one menu file in here and they are all loaded,
    just don't make menu ids clash or, well, it'll be kind of pointless -->
    <!-- default menu file (or custom one in $HOME/.config/openbox/) -->
    <file>menu.xml</file>
    <hideDelay>200</hideDelay>
    <!-- if a press-release lasts longer than this setting (in milliseconds), the
    menu is hidden again -->
    <middle>no</middle>
    <!-- center submenus vertically about the parent entry -->
    <submenuShowDelay>100</submenuShowDelay>
    <!-- this one is easy, time to delay before showing a submenu after hovering
    over the parent entry -->
    <applicationIcons>yes</applicationIcons>
    <!-- controls if icons appear in the client-list-(combined-)menu -->
    <manageDesktops>yes</manageDesktops>
    <!-- show the manage desktops section in the client-list-(combined-)menu -->
    </menu>
    <applications>
    <application name="RootURxvt">
    <decor>no</decor>
    <focus>yes</focus>
    <position>
    <x>0</x>
    <y>0</y>
    </position>
    <desktop>all</desktop>
    <maximized>false</maximized>
    <skip_taskbar>true</skip_taskbar>
    <layer>below</layer>
    </application>
    </applications>
    </openbox_config>
    Finally I added this to the .config/openbox/autostart.sh:
    urxvt -name RootURxvt &
    and hoped that on restart I will have nice pseudo-transparent urxvt on the background...It worked for a while but after another fiddling with rc.xml and .Xdefaults and restarting X it simply stopped working and the "RootURxvt" simply looks like normal urxvt without decor. I browsed the forums, tried "xrdb -merge" and restaring X and looked on the .Xdefaults and rc.xml files million times but I can't find what's wrong.
    I could appreciate any help, I'm new to all this X resource stuff, maybe I just made some braindead mistake
    Thanks in advance!
    Last edited by martbab (2009-10-03 17:09:36)

    Well, I didn't consider it, because I thought that for my application (borderless urxvt terminal embedded in background below all other app windows) the pseudo-transparency aka. "Inherit Pixmap" function implemented in urxvt (I hope I got that right ) could be sufficient.
    I also thought that creating a new name "RootURxvt" in the class "URxvt" in the .Xdefaults file would allow me to have two types of urxvt terms running (terminal in the root window and normal "opaque" windowed terminals).
    the similar thing is in the post #12 of this thread http://bbs.archlinux.org/viewtopic.php?id=45382 but only with geometry settings.

  • Problem with Icon in App Store Browse Screen

    Hi folks,
    My app just got approved and I can search for and install it fine.  However, when I browse for it on the App Store, I get a black box where my logo should be:
    <image not shown but it's self-explanatory>
    Now it's possible that this is because my logo is black on transparent, but other boxes here show other colors (like white, light blue, etc.)  How do I set that so my icon shows up?  Also, do I need to go through another approval process to make
    this change? 
    The icon looks correct in the search screen, so this is a bit irritating.
    Bill

    Hi Bill,
    I would suggest you resubmit the app again, and make notes to the testers that you are only updating the app icon. If the issue persists, go ahead and open
    support ticket so this can be looked into further.
    Thanks,
    Jonathan
    Windows and Windows Phone Dev Center Support
    Office Store Developer Support
    Send us your feedback about the Windows Platform

Maybe you are looking for

  • Report folder security issue

    Hi, We are struggling with this issue, I have various report folders in Explore within Workspace. I would like my users to view (and run) reports in the folders for which permissions have been granted. Even after granting permissions, my users are ab

  • Sender SOAP Axis adapter

    Hello Experts, my scenario is to pick the data from web service and pass it to ECC side. as i need to pick XML file from web service i used SOAP Axis adapter. configured as given in michal's blog. the channel in running no errors in RWB, still its no

  • Message expired during sync call from BPM to ECC

    Hi guys, I'm doing a sync call to ECC during my BPM processing and it takes approx 2 minutes to the function module there to process the data. And since it takes so long I'm getting following exception for the message in SXMB MONI com.sap.aii.af.ra.m

  • Using Mac as local wireless webserver (without internet connection)

    I want to use a freestanding Mac as a wireless webserver. The mac couldn't be connected to the internet but would hold all its content locally, which would be accessible to other devices on a wireless network. I feel sure this should be possible some

  • Remittance advice to vendors

    I want to know how i can see the remittance advice form layout what is the procedure for issue of of remittance advice to the vendors. I have checked it by using F110 transation for automatic payment but the output is in the report form but i want th