Ext tree images

Hello
I'm trying to implement example of tree of Tobias (http://apex.oracle.com/pls/otn/f?p=65555:38) but I'm having a problem get the images folder/sheet is displayed.) I know it's probably something stupid I'm missing, but I can't understand it. I have the following line in my .js file:
Ext.BLANK_IMAGE_URL = '/i/custom/ExtJS/resources/default/tree/blank.gif';
And I made sure the path to the images in the file ext - all.css was correct. When I run the page, the images in the tree are all empty. When I remove the line above my .js file, the pictures in the folder and the leaves appear, but blank.gif image does not (obviously). So I don't think it's a matter of my image path err, but when the Ext.BLANK_IMAGE_URL is set, it's like folder/sheet images do not exist.

Any ideas?
Thank you!
Tammy

Hi Tammy

You get further and further the right answer.

First, you must copy all of the Ext files on your web server, keeping the structure of folders.
The file ext - all.css uses relative paths to reference images, so you have to keep the existing structures of the file.

Second, the solution of Ext.BLANK_IMAGE_URL I have given is correct and must come before the code for your tree

i.e.

Ext.onReady(function() {
   Ext.BLANK_IMAGE_URL = '/i/1px_trans.gif';

   // your tree code
});

Concerning

Mark

Demo: http://apex.oracle.com/pls/otn/f?p=200801
blog: http://oracleinsights.blogspot.com
Book: https://www.packtpub.com/oracle-application-express-4-0-with-ext-js/book

Tags: Database

Similar Questions

  • [Plugin] Ext.tree.TreePanel

    Hello dear,
    I'm using ExtJS and Ext.tree.TreePanel - v2.0.4 plugin, once I used the theme ExtJS tree disappears, I try to change the view Point of Ext.tree.TreePanel [plugin] but it doesn't help
    example of
    http://41.41.94.126:8080/apex/f? p = 101:1:1082592533859901:
    user / ahmed
    spend / 123

    Thank you

    Hello

    The APEX Ext JS tree plugin includes source Ext JS 3.4.0 on the page when it renders. Including your own source will cause problems because the two scripts will overwrite each other names.

    If you want you can comment it out in the function plugin_ext_tree.plugin_render PLSQL so to include your own external Ext JS source of the plugin say in a page template:
    for example
    /*
    apex_javascript.add_library
    (p_name-online 'ext-base' |) CASE WHEN apex_application.g_debug THEN '-debug' ELSE of END NULL
    p_directory-online l_ext_source_dir | ' adapter/ext /'
    p_version-online NULL
    ) ;
    apex_javascript.add_library
    (p_name-online "ext-all" |) CASE WHEN apex_application.g_debug THEN '-debug' ELSE of END NULL
    p_directory-online l_ext_source_dir
    p_version-online NULL
    ) ;
    */

  • APEX5 missing icons after - jsTree area updated to the new tree

    Request Express 5.0.0.00.31

    Database Oracle 12 c Enterprise Edition Release 12.1.0.1.0 - 64 bit Production

    Blue reagent 25 theme, but it looks like that it is currently "off".

    5 compatibility mode

    Used utility and improved, jsTree regions new tree and custom icons in new tree images are now gone.

    1.) new tree icons support and is it possible to recover?

    rgrds Paavo

    Hi Paavo,

    Yes the new APEX tree supports the icons. It is the same implementation of tree which is used in the designer of the page and you can see that there are a lot of icons in use there. Associated icons, the difference between the new APEX tree and the old jsTree is as jsTree images and it tree APEX uses css icons.

    The best way to get icons appears is to use great fonts icons. If you have created your own custom in the past icons you can convert a CSS Sprite image and add the necessary CSS rules in your own CSS file. There is no need to change the base css file.

    Thank you

    -John

  • Bombs to upload Image

    I'm now working through a book on PHP, MySQL and Web dev. Most of the time I did very well, but when I created a form of image download today, it gives me errors. Here's the url: http://lwrussell.com/phptesting/chapt7/upload_image.htm

    Here is my form:

    < html >
    < head >
    < title > upload your photo on our site! < /title >
    < / head >
    < body >

    < form name = "form1" method = "post" action = "check_image.php"
    enctype = "multipart/form-data" >

    < table border = "0" cellpadding = "5" >
    < b >
    < td > Image title or caption < br >
    < em > example: you Talkin ' me? < /em > < table >
    < td > < input name = "Jerusalem" type = "text" id = "item_caption" size = "55".
    MaxLength = "255" > < table >
    < /tr >
    < b >
    < td > username < table >
    < td > < input name = "image_username" type = "text" id = "image_username" size = "15".
    MaxLength = "255" > < table >
    < /tr >
    < td > Download Image: < table >
    < td > < input name = "image_filename' type = 'file' id = 'image_filename' > < table >
    < /tr >
    < /table >
    < br >
    < em > image formats Acceptable include: GIF, JPG/JPEG, and PNG. < /em >
    < p align = "center" > < input type = "submit" name = "Submit" value = "Submit" >

    < input type is "reset" name is "Submit2" value = "Clear form" >
    < /p >
    < / make >
    < / body >
    < / html >


    Here is my php code:

    <? PHP
    connect to the database
    $link = mysql_connect ("hostomitted", "usernameomitted", "passwordomitted")
    or die ("could not connect:".) mysql_error());
    @mysql_select_db ('moviesite', $link)
    or die (mysql_error ());

    make available variables
    $image_caption = $_POST ["Jerusalem"];
    $image_username = $_POST ['image_username'];
    $image_tempname = $_FILES ['image_filename"] ["name"];
    $today = date("Y-m-d");

    Download image and check for the type of image
    don't forget to change your path to match your images directory
    ' $ImageDir =' http://lwrussell.com/phptesting/chapt7/images/ ';
    $ImageName = $ImageDir. $image_tempname;

    If (move_uploaded_file ($_FILES ['image_filename'] ['tmp_name'],))
    $ImageName)) {}

    info on the image being downloaded
    list ($width, $height, $type $attr) = getimagesize ($ImageName);

    switch ($type) {}
    case 1:
    $ext = ".gif";
    break;
    case 2:
    $ext = ".jpg";
    break;
    case 3:
    $ext = '.png ';
    break;
    by default:
    echo "sorry, but the file you downloaded is not a GIF, JPG, or". "."
    "PNG file. < br / > ';
    ECHO "Please press the"back"button on your browser and try again.";
    }

    Insert info in image table

    $insert = "INSERT INTO images
    (Jerusalem, image_username, image_date)
    VALUES
    ('$image_caption', '$image_username', '$today') « ;
    $insertresults = mysql_query ($insert)
    or die (mysql_error ());

    $lastpicid = mysql_insert_id();

    $newfilename = $ImageDir. $lastpicid. $ext;

    Rename ($ImageName, $newfilename);

    }

    ? >

    < html >
    < head >
    < title > here's your pic! < /title >
    < / head >
    < body >
    < h1 > until it feel to be famous? < / h1 > < br > < br >
    < p > here is the image that you just download on our servers: < /p >
    < img src = "images / <?" PHP echo $lastpicid. $ext;? ' > ' align = "left" >
    < strong > <? PHP echo $image_name;? > < / strong > < br >
    This image is a <? PHP echo $ext;? > image. < br >
    This is <? PHP echo $width;? > pixels wide
    and <? PHP echo $height;? > high pixels. < br >
    He was transferred on <? PHP echo $today;? >.
    < / body >
    < / html >


    Thank you guys! I appreciate it.
    -Luke

    Nevermind, I figured it. The necessary $ImageDir so simply be ' images / '.

  • How can I myself live bookmarks to highlight the visted links?

    In older versions of Firefox (I think version 13 and earlier versions) live bookmarks would have the attention of the links visited by changing the icon displayed next to the bookmark the Favicon of website. It is a basic concept and I am surprised and a little irritated that Mozilla has chosen to get rid of this feature. Anyway is to activate this in the new versions?

    You can use this to restore a default icons.

    Add code to the file userChrome.css below default @namespace.

    Customization files (interface) userChrome.css and userContent.css (Web sites) are located in the chrome folder in the user profile folder.

    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    
    /* default favicon */
    
    #tabbrowser-tabs .tab-icon-image:not(src),
    .sidebar-placesTreechildren::-moz-tree-image(leaf),
    .bookmark-item:not(src):not([container]):not([type]),
    .bookmark-item[container]:not([livemark]):not([query]){
     list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAwCAYAAABwrHhvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABeRJREFUeNrEWE9MXEUY/96fheXvrrBUaaMhrVCJfy724ElDDx6MeMNGEg606kEPJCaEYBODGkMJ54YYqzE1BomnNuLBxiom9dBelPRgbG0toXUFhBX27/s3ft+8N2/n7W4XfDzjJLMzO29mfr/5fd/M+94ojDGg9P6ZL4fjTfHndE0Dy7ahWChCdicPO9tZ/vz33+4s63rs2sWLH1yFCJMuKgQ+Pjb4uvjvMMoM7q7n4fqdLDz+SJvzxsmptwcHJxNfffP1JVb6mfe7+sVL8GB381vZHXPGcZguT64oitPaFjuzls6ffurprirweO/HZQK0ckqMeeBYt2wGTY0A6a0SPPtkSv3os/emXxt5Z/LF51/I4+Mr1D/V1XTwr/Xi9BPHT+qKswHMWvcBmHpAvf79hfHUgaazCHavrgIkuwxOJQMFbPxjIxFNVaC9Oaac/WRq+s2TU5OCgBZTLyc7GhtWf/q8psQPpBpjWNy9dflE1TNNV3/1CZDNyRsEOAdmildn8OmlFf68O9lA3R8W4wp562jvwLugah343HFnYF7mddubFUtmAZ9EYcCMNbj544d9PgFyOAHMS6/OFA2e6YtDrlDibYZpKeiMMV85wwFFawfHvOGCMX8ZwESdyaQYOQcS7gLDYGUTkLf7wEIBzIrWAG3JJDS22mDi/LpjBmQ0DGx0LA/AQFDLJRFQwQNGgoxLoKJ/mGDi2CABWpEHjAvjgAZTwdLjQLCmiiIbhQABiwYQqFNCXMOTmQXAma+C7RGhleXAMiUF8rkC0GJyiEQlZdNxs1+3FWjELCeH49DKS7x0zUDyC3PYZV9wPJWsbXBsd5v7BEzDxJ1QD9wtYyzoyY5FYEWugEtEmMNy/xMp0o+T84ghAWAxJCER4HKy+uDcPBUEXKXxWLALuEA0j41kSA2ugJuZ7At+G+66KgJOfXDKTsVe5qpaW7gLNl0VuAJ20O5M2o5cBQsUp8DHVilQD5zvjgoC3MxWBucueiawA2DButSGfatMEMfd3YLPGh1xEJWz2KJxq0IBbHTMP9Grm9zzHwz+W96GinsmKN6ZoOC5wTR8hCbAg658Ehaz1159+fSe3mDUV9RbWmN/XLnwXbenhwfoSaMowVJV3C5ibJu+pojXMb654lgkSYjd8DFnGHd9Pq4FC3xlQUMZfddEoCRVySfwfyV9vxPsNx7YtwK3vj1xMLNVuo3xQEONeAAwHjDxldxz+PhCzXhg3wTu/PDKL7blHA0zNhAPhE2RxQNhU2TxQNgUWTwQWoGo4oGwKbJ4IDSBKOOBMCnSeCCsCSKLB0IpEGU8EEqBqOKBsCmyeCBsiiwemJubOxyPxx/S8CvZpvuBYhFyuRzs7OxANpuFfD6/bZpm+ty5cxv/zf0Ago+OjnaWnQtti266ubkJq6urcOjQoc75+fnOU6dO3VhcXLyXTqd5v9nZWfAiqb4a8QU5wU3MG+Pj4/UJaP79APMzKaHrOmQyGejv74eRkZH28+fP95LfY16j/khQQ6K9MzMzR/gHjln+dozhN+zExASR2ILqgDpIwOb3AyyQZSVUVYXm5mYYHh5ux0m7BYGOjo7HBgYGHl1eXq65wqGhoSO4gCMLCwtVz1ZWVpalqLhYpYDIRGBpaYnXk8kkyIErtiWOHTsWyv7T09MJnwA5XCUolejl0NPTA4VCwTcLllr5bWjt4xCT7wfQ22VgUZJvJBIJLr9oI3NEQYD8pXxDgltNBqaVikyAwknF/ygIcCf37wfyed5ArGRwIiTXKw8uag8DLM4bXZZDBqsFTiX5RPBt6OwJkOYXypI/pVIpPlavnKweOJV7IUBmkRw2sMWFirTr7kvgfuDiPLgfAQKWTSXGiP+ijfoJxasI1AOXD6hKH6AJBQEZrHKsyIZhBH2AH4t47NLxSQ5Sa0vWIiDaaByZh7IApTopVqkAtQmfkE/C9bGxsT3eDxTXJQUyex1XI/0t3w+QcekGVNvNqUlx5kaaNE7nXxpu/jfxAI9U/xFgAM73frmMqkfaAAAAAElFTkSuQmCC")!important;
     -moz-image-region: rect(0px,16px,16px,0px)!important;
    }
    .bookmark-item[container]:not([livemark]):not([query]){
     -moz-image-region: rect(0,32px,16px,16px)!important;
    }
    
    .sidebar-placesTreechildren::-moz-tree-image(title,container,livemark),
    .bookmark-item[container][livemark]{
     list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAKcSURBVDiNjZPPa1RXFMc/99z74kwtY2KdYjSRKhE0iD+qothYa5G0omMrXegi/QO6TLAgLgSF4iLV1IUrV9WF4E5mUS0FoWIQrRb8LUhERC1Wbco482bee/ceF28Ys/TC5XLgfD/3ew7nmBsjLBIrExq0oqoR73GMITViqsHrqBNnj5dXD+0qf7pFxHXNSFNQRTV/Cb5zQ9KM/r05+e3Lu3+JCz5UPt4wLPxzGTOwG9O7EX39AH19H17dQ6enwOdC9VkOkVnMWzkkL25fqzhUrRQ+QK0S6g1caQnmoxUdH/LkItnVcWi8xKiiAL6JOAeKdQBkKdpskF08RFIdQ8rLkAVrsWu+xw5sw81bRbhyBP/o944bgs8/ANC0hTZq2N7FRJ8MIi5GH1+gdXonybkfMLYLu3Uc6fs8z00TyFozAM2Y0Khhlo9gK79it/6ErPgOW16Iv32G5ol1kLzBfnYQTAFtxZA2ZwBadbRRQ1sJpnsAO7iX6OsTRDtOIj39aPyc5LcfMbPLuC8Oo3E9h7xzUEfrNbILB4gPlYjHl+BvnUUWf4kbPoomCdm1k/iHf2CX78Z82I82G+8AJHEOaTdG/3tE68we/K2z2IFh7NLtEDz+79O5aOFa0JlN1ACAGxqjuP8pbmgs557fD4Bd+hUA4dn1NmAdtDW5A2uhUCTavA9TWkC0eR8Uimj9KdqqIb2roFAk/D8FaQPpWw8unwAHIMUilLpJLx8j2jRKOjmBLXVD8GSXfgYjeew96Z/jgOaaNsDTFVnTMx+9c4p48hfsnLmY7rn5jF05Bgbs/L52fBSM4FZWALwToTp95+o3PYMbDH0Wq9qpDxTpD53FyusPaJYy/eCmilA1N0ZYJMKEBioK77fOkBqhGgKjbwHlyTTB10cEKAAAAABJRU5ErkJggg==")!important;
     -moz-image-region:auto!important;
    }
    .sidebar-placesTreechildren::-moz-tree-image(title,livemarkItem),
    .bookmark-item[container][livemark] .bookmark-item{
      list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAADJklEQVR42q1VW0hUURQNSQQRQSSLWyKEGUqBUp8SQuBP9BdEH/0E1k/1WV9RVFpkqaOmic80H+Uj0xBKEBKzByOkhEEQvlKbO0/PvO6MOqu1B4lqJjX0Y7HP3netOWvvczizA4NHdhK7iMNELpG3AcghVzSiBXZsBWIgBQMHr6Ev9SteaGpTIFc0ot0OAzno3bsYmutaXl3xYDMQrmhEux0GjqFbU0FDh2H4ELCPwwgurwvhika0v/9YRVN3LJHxvwby0Kkpw7eIgGUU6NfCWB09jeBMD/yGAX9g+Q8IVzSi/ctANmFew0Min4jZ2ECHpnzeBfjcOoKTxVj5eJ4mDgA9NPIqF37rBLxG8BeES000A4lEAVFU3tg1XN7QaTY1dHYzpq9voFVTXvc8PB4PfNYv8PgC8CobgmO3gHYNoZ4s+CwTUg9DuNREMxBLpMm6rO5pQmltx8WS2nYz4xDz9H8baNaU2/0d3vmRcNeh54cQ+HAD7iUH/BP1wGNOoudoOFdeA8KlJuoRmNh1aV3H4IOatsvFj57EF1e3nGI0M3/Jenx0A42aUmoOS85F+D/dx8rACaCBm7bnsqYjMHgpnPvHq+Hy+CFcaiIMcOyJ7PQcN2u4V9VsvlvZ1H2nojGB8brkrJ+JbqBOUy7XLBzKB6fTAYdrCZ7PnUCFBuP1VbgsMwjV7cdK7/EwR7jURBgQcNxx7DiWm+YXmurNt8tqrzAmM3/Lelt0AzWacjpn4dSnEOrKwmpHDhx2GwJ9BQhVZMHuciPQf1a6JmcGwqUmwgDHn8IzH+LYB9h5PDcvullSM8QYw7yEdTO/J0caqNKU3TEDu5WjfZaGUGs6bNYfcI+1ACYNjrlJeEeKwnfBNfUGwqUmwgBvexIn8I6dDrPjBHZ+kpubGVOZX2BdLmR25ENUqSmrfRoWpwdWyyys+nx4reuLsH97D91mY30e9mmuORnhUhPxEK3d/iSedaKsxQQ7z2SM4x1IZD2T3+Min+LKfQuu8dZl3TaFzUC4otmup3g3WjMKYeLbXqqpTYFc0Yh2OwzEEnukGxnpxn/H5JArGtFu1cBPC6/HN/27sdEAAAAASUVORK5CYII=")!important;
     -moz-image-region: rect(0px,16px,16px,0px)!important;
    }
    .sidebar-placesTreechildren::-moz-tree-image(title,livemarkItem,visited),
    .bookmark-item[container][livemark] .bookmark-item[visited]{
     -moz-image-region: rect(0px,32px,16px,16px)!important;
    }
    
  • weird square favicon

    Hello. I have Firefox 8 and some pages contain weird square favicon, because they do not have their own. For example: http://www.metro.sk/public/76866
    You can solve this problem? Thank you.

    You are welcome.

    I had noticed this transparent block as well and this question has been a good opportunity to see if there's a possible solution. A quick comparison and verification revealed that the old folder icon is still present.

    This code adds to the bookmarks in the bookmarks toolbar.

    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    
    /* default favicon */
    #tabbrowser-tabs .tab-icon-image:not(src),
    .sidebar-placesTreechildren::-moz-tree-image(leaf),
    .bookmark-item:not(src):not([container]):not([type]){
     list-style-image: url("chrome://global/skin/icons/folder-item.png")!important;
     -moz-image-region: rect(0px,16px,16px,0px)!important;
    }
    .bookmark-item[container]:not([livemark]):not([query]){
     list-style-image: url("chrome://global/skin/icons/folder-item.png")!important;
     -moz-image-region: rect(0,32px,16px,16px)!important;
    }
    
    .sidebar-placesTreechildren::-moz-tree-image(title,container,livemark),
    .bookmark-item[container][livemark]{
     list-style-image: url("chrome://browser/skin/feeds/feedIcon16.png")!important;
     -moz-image-region:auto!important;
    }
    .sidebar-placesTreechildren::-moz-tree-image(title,livemarkItem),
    .bookmark-item[container][livemark] .bookmark-item{
      list-style-image: url("chrome://browser/skin/places/livemark-item.png")!important;
     -moz-image-region: rect(0px,16px,16px,0px)!important;
    }
    .sidebar-placesTreechildren::-moz-tree-image(title,livemarkItem,visited),
    .bookmark-item[container][livemark] .bookmark-item[visited]{
     -moz-image-region: rect(0px,32px,16px,16px)!important;
    }
    
  • BB10 WW Extension Native events

    I wrote an extension of virtual keyboard that works well as it goes.

    I wanted to add virtual keyboard in the extension events, so when the system does something with the VK I know about it and also to follow the height of the VK correctly, then virtualkeyboard_get_height is useless

    BB10-WebWorks-frame includes only a single API with a whole and loop which is BBM (what is exaggerated wide as an example for my little simple event)

    Anyway - I cobbled together something that should just about the work (I think), and it kills my extension

    Although the hooks to start and stop the event handler are commented he dies (it goes up to load the extension then say it can't find it - probably due to it crashing)

    I need really just an example of loop simple event

    If you want to watch the event broken stuff and point out my stupid mistake don't hesitate

    It's all on https://github.com/peardox/bb10webworks-ext/tree/master/VKeyboard

    I have two extensions more that I want to write after I get a job and they both also require the event loops

    I applied for a GitHub access then when I get these sussed they will end up in the API community

    Hello

    Your c ++ is not complete - your (most likely) crashing due to a lack of work; a problem with the writing of an extension, it's that the missing functions are not identified (it's a library! some other library could have this code!)

    You have not defined:

    webworks::TemplateNDK::SendEndEvent();
    

    but you called it.

    You must add the name of the class here have implemented each feature;

    static void SendEndEvent(){
        virtualkeyboard_request_events(0);
    }
    

    I highly recommend you try to compile your extension as/in a project of waterfalls - missing functions are identified immediately at the binding stage – and you get richer debugging...

    Can't be that Cascades even if can be any stand alone executable C++, made with the tools of your choice...

    I hope this helps!

  • What files can I save items v13 so that I don't have rebuild my photos and associated keywords.

    Elements v13 8.1 on windows using.  I reinstall windows 8.1 on a new hard drive.  What files can I save items v13 so that I don't have rebuild my photos and associated keywords.

    dueker1 wrote:

    to clarify-> method recommend you will save the keyword structure.  For example, my keyword structure is 6 deep layers.  My concern is that this method will maintain this depth of information.  I don't want to rebuild.  Thank you, Jimbo.

    The backup process in the Organizer stores your image files as your current catalog in a backup folder. The restore process is able to recreate your tree image files as well as your catalog either on the original on a new location. All the information in your catalog are kept including your hierarchies of tags or albums. Just choose the location for the restore, the restore process is to restore the tree of photo files as well as the creation of a new, updated, with the same catalog structure.

  • Designer / workflow ideal photographer

    Hello

    I'm moving from Aperture to Lightroom and I can't find the answers to my problems anywhere.

    My problems spring from the fact that I have some requirements as a photographer, with a library of 320 and the need to keyword and sort my photos; but also the needs of a designer I want to combine Adobe illustrator, photoshop, PDF and jpg and sometimes word documents all together in the project files. I like to see these files/projects design in Adobe Bridge, because it's great for the visualization of all types of files and sometimes I like to load different images in a single photoshop file in different layers, a great feature of bridge. However, I don't have round using many other features of Bridge. My design files also include loads of inspiration/moodboard images that are often in the internet (registered on my desk) or my own photos (so in Aperture/Lightroom).

    I can't just import everything in Lightroom because it can't see the PDF and AI files. In addition, the irritation of having to import and re-import all time is a nightmare.

    So, I have to achieve a kind of mid-term review - which I've tried to do it with an opening, but it was not entirely successful. (if you ask me there's a niche for a professional software for people like me).

    I also have the additional issue that my hard drive on my Mac (current Yosemite) fills up very fast (900 GB on the disk of 1 TB) so I want to spend all my photos on a 1 TB external drive. I have studied how to do this and know intelligent previews.

    SO:

    How can I get my Lightroom put in place so that the bridge can read image files I want it, which are stored in Lightroom? For example, photography, I took to the purpose of inspire inspire my design projects.

    Have I not a whole separate files system lightroom can point to, or what I have to import them into LR - г bridge case do not see? In this situation, what would you do?

    EG - I could have pictures of trees that I caught the Internet. And I have pictures of my own tree located in Lightroom. How can I get pictures of these trees in one place? And ensure that these trees can be found next to my design files in Bridge?

    I think I can leave pictures in the place I want to with Lightroom?

    That is to say, in my folder of design TEXTILE of the TREE, I also see inspiring pictures of trees in total in Bridge as well as the design Adobe Illustrator files.  I also want these inspiring pix of the trees being too inside Lightroom. I can't Lightroom to point to these tree images Fortunately? And what happens if I add more photos of trees in the file later, it would be a nightmare to do not forget to import so that lightroom can see them?

    Another question:

    I use photostream with opening which is a quick way to get my pictures from my devices on my computer to work with. LR can use photostream too?

    And another:

    When importing is it important to create a smart collection or a collection for all the images in this import, because it seems to me that they otherwise just floating around inside the main parent folder and nowhere to be found - unlike in Aperture where they who get a project name and order by date or iphoto where an event is created automatically? I'm wrong about this? I have not played with LR that much yet.

    Thank you very much!

    Maybe you should watch plugin AnyFile of John Ellis, which allows you to import any file in LR. It would change the basis of your questions, as you may significantly reduce your use of the bridge. If you want to see an individual file in Bridge, you can drag LR and drop it on the bridge in the dock.

    How to fix my Lightroom put in place so the bridge can read the image files I want it, which are stored in Lightroom? -nothing special to do

    have I not a whole separate files system lightroom can point to, or what I have to import them into LR - г bridge case do not see? What would you do in this case? -Forget how open does things. With LR, photos remain in standard folders. Importing is more "registration" or "cataloguing", do not suck them in a package or a vault.

    I can get pictures of trees that I caught the Internet. And I have pictures of my own tree located in Lightroom. How can I get pictures of these trees in one place? -You add keywords.

    And ensure that these trees can be found next to my design files in Bridge? -You would find them in LR.

    I think I can leave pictures in the place I want to with Lightroom? -Yes

    I use photostream with opening which is a quick way to get my pictures from my devices on my computer to work with. Can use LR photostream too? -Not directly, but it is not the only way to get from A to B pictures.

    John

  • I can not download the Flash Player.

    On the automatic download of Flash Player page, when I click 'Download', the download bar appears at the bottom of my window for a very short time and disappears.  Immediately after, I see this:Flash Download Fail.png

    After a few seconds, this screen will appear:Flash Download Fail2.png

    Of course, I have 'click here '.Flash Download Fail3.png

    That's what is offered as a response to questions of download?  You got to be kidding me.  If I saw something that looked like this, I would not have a problem!  * exasperated *.


    In a (probably) related note: I downloaded the package offline and installed, but it was problematic.  I could not watch a lot of videos.  As far as I could tell, I was not able to view HTML5 video (audio only), although I COULD watch videos non-HTML5 at least a few occasions.


    When I came back to your pages with this facility, your 'auditor of Flash Player"could immediately tell me that it has been installed, but the page that tells you what the latest versions was not his usual"you have the latest version of Flash Player installed."  An I'm pretty sure that the test with the clouds and trees image would not go.


    I scoured ever word of each troubleshooting list that I can find.  Flash is enabled in the browser, Active X, filtering of persons with reduced mobility.  Off hardware rendering (which took me forever to find a video that I could actually play to see this option!  (lol).  Everything lists told me to do.  Clear cookies, cleared cache and cache of Flash.  I also made sure Adobe cookies are enabled and disabled my antivirus and firewall when installing offline.  Still unable to view the video.


    Everything worked great until I uninstalled the old version of Adobe for the upgrade.   I was hoping somehow that it wasn't something rare, but I have browsed this forum for about 36 hours and have yet to see a screenshot as mine, to this blue non-progres bar, anywhere on this site.


    I am about 4 days in a complete recovery and don't want not all over again...   For what it's worth, the wave of shock, player and AIR all apparently normally installed.  Same thing with Java, x 32 and x 64.


    Puzzled in Tallahassee.
    HP Pavilion dv7, Windows7 (x 64), Internet Explorer 11

    Maria,

    Hey, I finally have solved this problem.  I posted the reply in the forum 'Use': Flash Player does not work.  I probably will never know what was causing the normal to not work, download page but if it happens again, I have more knowledge now and it will probably be able to find what I've changed that fixed.  I did, however, solve the problem of Flash Player does not properly after installation.

    Please do not take my attitude in this post personally. you are the only person who does NOT.  You happen be the only person who has actually responded on 2 different posts for more than a week each, and I appreciate it.  Also, you have done what I suggested in this answer and tried to escalate the problem.  I guess I can't anything if you get ignored, too, in that is supposed to help you.

    Thanks again,

    Brett

  • My copy of RH7 went crazy...

    Hi all-
    I had been using a trial version of RH7, and it worked FINE. I bought a license, then when I entered my new serial number, he began to behave badly. Two things I found to date are the following:

    (1) A newly created project will not open. In RH7, I created a new HTML help project. I saw the status messages as new files have been generated, but when he got to the point of actually opening the project, Hung RH7. The title bar went "Not responding" and I had to kill the program. All files seem to have been created. Subsequent attempts to open this project repeat this hanging of behavior i.e. HR and will does not.

    However... While in trial mode (before I got my serial number), create a new project worked perfectly. Also, after you have entered the serial number, I went back to this same project to continue to work, and it opens fine. The problem area seems to be only a newly created project after entering a serial number cannot open.

    (2) cannot insert a picture by using the Insert Picture dialog box. I click the icon insert an Image, follow the dialog box to browse and select the image, click OK and return to the dialog box and insert an Image - there is NO image selected, and "(aucun aperçu)" present in the image preview area. "

    I tried several times, with different images and different themes. You can manually enter the IMG tag very well in the HTML code. Also, if the image has already been used elsewhere in the draft, I can successfully select the nav tree "Images in project files. What seems to be broken is to select an image from the Browse button next to the field of Image name at the top of the dialog box.

    Issues related to the:
    These issues have been seen by someone else, in a new copy of RH7 or a trial version that got a serial number?
    I checked for patches; Nothing found.
    I have not yet tried to uninstall, and then reinstall the download file I had with my purchase (purchase of the company got a new copy of the software) - but will do so after checking the answers here.
    My PC has Windows XP SP2, if that matters.

    Thank you for advice or an overview...
    ~ Kathy.

    Today received a follow-up message from Adobe on my support case:
    "In setting up projects, we always recommend that you modify the project locally, unless you are using Version control software. It's the best practice because there are known problems when editing projects from a mapped drive.
    About the #Select Image lead # dialog box, I was able to reproduce the problem on my end... I checked in the application and it allows up to 65 characters for the file name.
    You mentioned in your last email that you could not create a new project by using the new version. If this is the problem and it happens in all the projects you are trying to open, then you must reinstall RoboHelp by following the steps I sent last time. »

    While install us the software locally (on our own desktop computers) store projects on a common server. We have been using RoboHelp since almost day 1 (the first version we ever had was WinHelp Office95 of BS), have had pretty much every update since (except 1, I think), got the training along the way of some of the best (Darling Zubak, Joe Welinske) - and honestly it is the first time I have encountered problems with a drive mapped or was advised not to have projects on a server.

    Time to change I guess, our software and our practices. I'll roll with it...

  • Where are the glyphs of image (trees, flowers etc) that used to be in the glyphs Panel?

    In Photoshop CC I see more glyphs image of trees, flowers and others. Anyone know if they still exist somewhere?

    It depends on what font you are viewing glyphs for... Try Adobe Caslon Pro.

  • Windows 10 - LR 6 files in my windows to the account tree (such as images, documents and downloads) may not be open, show empty subfolders .as and empty files. Folder of drive D especially show and act properly (not all)

    Capture1.PNG

    I think that if I use 'public' rather than 'charlotte', I'd be OK, but until now I just used a subfolder on D; drive for my photos from this week. 13 items view all files correctly. The problem is that LR, after that I have upgraded to windows 10. I would get my LR works entirely new. Soon.

    I finally found the problem and the solution - somewhere in windows 8 time, a few each of my dirs & pix out marked as hidden. I didn't know that was the problem, all I saw was greyed out icons. I have not had any problems of access, in LightRoom or any other application. After that I upgraded to w10, suddenly records were not showing the presence of content, all the files in the tree view of the photos my personal account showed greyed icons, and everything I copied to another location were also gray. LightRoom 6 import file did not see in any of these files, so I could not access any of the images in them. Somehow my poking around I discovered that all records in the tree of my personal have been marked read only and hidden. After that I removed the 2 attributes of all files and folders, LightRoom returns to see & access to all.

  • Best way to display a tree expansion text / image?

    Hello world!  I create my 2nd flash interface.  Displays the chart below:

    When someone clicks on a phase of the cycle, with bland graphics out and a new window will appear.

    I know how to do that in flash.  What I don't know is how best to organize the text in the pop-up window.  Specifically, when someone clicks the sign more (look closely in the 2nd image to see an example of an extended section), I want the space below the text to expand, showing more text or image.  When the user is finished, they click the 'X' to close the enlarged section.

    It is a format of menu tree.  However, instead of simply to develop a little phrase, it spread to show images or an entire paragraph.


    Issues related to the:

    1. Should what code I use to do this?  I guess I can't insert just CSS / Javascript in flash, lol.
    2. I make my window flash player big enough to fit all the elements, in which case the user extends to all sections and wants to see it all enjoy a view? Or is there a way to dynamically increase the vertical size of the flash drive to accommodate the expanded text?  I like how HTML allows you to dynamically extend the height of vertical cell, as more text is added.

    My due date is September 24.  If I can't have the ability to develop / hide sections, I'll show just the window with everything already extended... or I'll just post it in a separate window within the player.

    Yes these are basic effects supported by jQuery. Here is a sample API with these effects and demos page. Just click on an effect and scroll down on the page and it will demonstrate the effect.

    http://API.jQuery.com/category/effects/

    Here's a random example of a batch of expand/retract that I made earlier. In the content area, you can see chart and keys to enlarge / reduce. If you change the model to iVentrilo, you will see a bunch of additional specific controls model drag down. These sub controls have more enlarge / reduce jQuery on them as the change of details on "Customize." Those under the options that you choose to hide the collapse, etc etc. Just an example of nested expand collapse, although not terribly optimized performance, it was a fast job...

    With the CSS absolute positioning and z-index, you can put graphics on other charts, use JS/jQuery to animate the movement, visibility and other properties of any object and easily do what you want (even spinning wheels).

  • How to modify the eml file ext. any other extension so I can make the image smaller?

    I got 2 photos by e-mail that ends in eml.
    These p [ictures are very large. I would like to make them smaller to change how the file ext?
    My Windows Vista operating system.

    J Davies

    EML is the format of the e-mail file.

    Save the photos to a folder on your hard drive and the photo
    extension will probably be .jpg. See the following articles:

    Open or save an attachment in Windows Mail
    http://Windows.Microsoft.com/en-us/Windows-Vista/open-or-save-an-attachment-in-Windows-Mail

    Parts attached email Windows Live Mail - open and save
    http://www.webdevelopersnotes.com/tips/windows_live_mail/windows_live_mail_attachments_open_save.php

    Once saved to your hard drive you can view photos with
    Windows Live Photo Gallery or any player of your choice.

Maybe you are looking for