Problem with a purple item

I have a server with purple point and I do not change that color.

can anyone help

No, you must enable ActivateLog with GUI configuration editor. A BB. LOG file will be generated in folder or %tmp%. Do a search to find

Make sure you start and stop the client.

Tags: Dell Tech

Similar Questions

  • Problem with the list item

    Hi all
    I am facing a problem with the list item in my form. In my form, I have a list item (tmd_stat) with 3 list of values as the item complete, incomplete and null.this lies in the control block.

    I have a block (Detail) which is the database block.status_disp [point List] is one of the .an article on the value of list tmd_stat is filling with different values.

    an alert message (you want to change the status? Yes/No) will appear when we change the list item. If I click YES then the list works and retail block point status_disp is filled with a different list of values. If I click on 'No' the list value will be set to changed value.i.e suppose that I'm changing the Complete incomplete list item, alert message will be displayed. If I click on 'No' the cursor is placed on incomplete but incomplete. How can I place the cursor on the full value.

    Can you please give me the solution.

    Thank you

    Hello

    Save the old value in a variable and then if the user clicks on No. then reassign this value to the list item.

    Kind regards

    Manu.

  • Problem with the group items

    Hello world. Thank you for taking the time to look over my examples.

    I can't group items with XSL.

    Entry XML code:
    < country >
    < info enum = "CTRY" name = 'United States' States-total = "50" / >
    < enum info = 'ST' name = 'New York' population = "8 244 910" / >
    < enum info = 'ST' name = 'Chicago' population = "2 707 120" / >
    < info enum = "CTRY" name = 'Germany' States-total = "16" / >
    < enum info = 'ST' name = 'Berlin' population = "3 469 910" / >
    < enum info = 'ST' name = 'Brandenburg' population = "2 500 000" / >
    < / country >
    ------------------------------------------------------------------------------------------
    My XSL:
    < xsl: template match = "/" >
    < country >
    < xsl: for-each select = "Country/info" >
    "< xsl: if test="@enum='CTRY "" > "
    < CountryInfo >
    < name > country: < xsl: value-of select="@name"/ > < / name >
    "districts of <>< xsl: value-of select="@total-states "> < / xsl: value-of > < / districts >
    < xsl: for-each select = "info/country /" >
    "< xsl: if test="@enum='ST "" > "
    < State >
    < stateName > state name: < xsl: value-of select="@name"/ > < / stateName >
    < statePop > State Population: < xsl: value-of select="@population"/ > < / statePop >
    < / state >
    < / xsl: if >
    < / xsl: foreach >
    < / CountryInfo >
    < / xsl: if >
    < / xsl: foreach >
    < / country >
    < / xsl: template >

    My unwanted result:
    < country >
    < CountryInfo >
    < name > country: United States of America < / name >
    < > 50 districts < / districts >
    < State >
    < stateName > name of the State: New York < / stateName >
    < statePop > State Population: 8 244 910 < / statePop >
    < / state >
    < State >
    < stateName > name of the State: Chicago < / stateName >
    < statePop > State Population: 2 707 120 < / statePop >
    < / state >
    < State >
    < stateName > name of the State: Berlin < / stateName >
    < statePop > State Population: 3 469 910 < / statePop >
    < / state >
    < State >
    < stateName > name of the State: Brandenburg < / stateName >
    < statePop > State Population: 2 500 000 < / statePop >
    < / state >
    < / CountryInfo >
    < CountryInfo >
    < name > country: Germany < / name >
    < > 16 districts < / districts >
    < State >
    < stateName > name of the State: New York < / stateName >
    < statePop > State Population: 8 244 910 < / statePop >
    < / state >
    < State >
    < stateName > name of the State: Chicago < / stateName >
    < statePop > State Population: 2 707 120 < / statePop >
    < / state >
    < State >
    < stateName > name of the State: Berlin < / stateName >
    < statePop > State Population: 3 469 910 < / statePop >
    < / state >
    < State >
    < stateName > name of the State: Brandenburg < / stateName >
    < statePop > State Population: 2 500 000 < / statePop >
    < / state >
    < / CountryInfo >
    < / country >
    ---------------------------------------------------------------------------------------
    ++++++++++++++++++++++++++++++++++++++++++++
    My other XSL:
    < xsl: template match = "/" >
    "< xsl: for each group-select =" Country/info"group-by="@enum ">
    < xsl: for each group-select = "current - group ()" group-by="@name" >
    "< xsl: if test="@enum='CTRY "" > "
    < country >
    < CountryInfo >
    < name > country: < xsl: value-of select="@name"/ > < / name >
    "districts of <>< xsl: value-of select="@total-states "> < / xsl: value-of > < / districts >
    "< xsl: for each group-select =" info/country / "group-by="@enum ">
    "< xsl: if test="@enum='ST "" > "
    < State >
    < stateName > state name: < xsl: value-of select="@name"/ > < / stateName >
    < statePop > State Population: < xsl: value-of select="@population"/ > < / statePop >
    < / state >
    < / xsl: if >
    < / xsl: for each group->
    < / CountryInfo >
    < / country >
    < / xsl: if >
    < / xsl: for each group->
    < / xsl: for each group->
    < / xsl: template >

    Other undesirable results:
    < country >
    < CountryInfo >
    < name > country: United States of America < / name >
    < > 50 districts < / districts >
    < State >
    < stateName > name of the State: New York < / stateName >
    < statePop > State Population: 8 244 910 < / statePop >
    < / state >
    < / CountryInfo >
    < / country >
    < country >
    < CountryInfo >
    < name > country: Germany < / name >
    < > 16 districts < / districts >
    < State >
    < stateName > name of the State: New York < / stateName >
    < statePop > State Population: 8 244 910 < / statePop >
    < / state >
    < / CountryInfo >
    < / country >
    +++++++++++++++++++++++++++++++++++++++++

    Expected result:
    < country >
    < CountryInfo >
    < name > country: United States of America < / name >
    < > 50 districts < / districts >
    < State >
    < stateName > name of the State: New York < / stateName >
    < statePop > State Population: 8 244 910 < / statePop >
    < / state >
    < State >
    < stateName > name of the State: Chicago < / stateName >
    < statePop > State Population: 2 707 120 < / statePop >
    < / state >
    < / CountryInfo >
    < CountryInfo >
    < name > country: Germany < / name >
    < > 16 districts < / districts >
    < State >
    < stateName > name of the State: Berlin < / stateName >
    < statePop > State Population: 3 469 910 < / statePop >
    < / state >
    < State >
    < stateName > name of the State: Brandenburg < / stateName >
    < statePop > State Population: 2 500 000 < / statePop >
    < / state >
    < / CountryInfo >
    < / country >

    If possible, how can I produce my desired given result XML entry code?
  • Problem with the library item

    I edited the library main menu item, remove a section dealing with the "Pub food", which is now obsolete and needs new data.

    When it I spotted in a browser, it seemed strange.  So I removed the <!---->, to return to the previous version.  When I clicked the "Update" option, it updated the site, and 'fact' was shown.

    But ONLY the Index and the pages accessed directly from the top menu page have been updated.

    The old version is shown on every other page is shown here:

    What corrective measures to take, please?

    I have not downloaded the new version, but you can see the original at www.portobelloroad.org.uk

    <!-#BeginLibraryItem "/ Library/new_menu.lbi"-->
    < div id = "p7PMM_1" class = "p7PMMh04" >
    < ul class = "p7PMM" >
    "< li > < a href ="... /... /.. / index.htm "> home < /a > < /li >"
    < li > < a href = "#" > sites < /a >
    < div >
    < ul >
    "< li > < a href ="... /... /.. / gallery/venues/Carneval_2010/carneval_2010_detail.html "> Carnival in Notting Hill < /a > < /li >"
    "< li > < a href ="... /... /.. / events/PFF_2010/PFF_2010_detail.html "> < /a > < /li > Film Festival"
    < li > < a href = "#" > stores < /a > < /li >
    < li > < a href = "pubs_summary.htm" > Pubs & amp; "" Bar < /a > < /li >
    <!-< li > < a href = "#" > in the < /a > road food
    < div >
    < ul >
    < li > < a href = "#" > Restaurants < /a > < /li >
    < li > < a href = "#" > cafes < /a > < /li >
    "< li > < a href ="... / venues/food/pub_food_detail.html "> Pub Food < /a > < /li >"
    < li > < a href = "#" >-> other < /a > < /li >
    < /ul >
    < / div >
    < /li >
    < li > < a href = "#" > < /a > stalls
    < div >
    < ul >
    "< li > < a href ="... /... / stalls_south/south_stalls_detail.html "> stands - South < /a > < /li >"
    "< li > < a href ="... /... / stalls_central/central_stalls_detail.html "> wedge - Center < /a > < /li >"
    "< li > < a href ="... /... / stalls_green/green_stalls_detail.html "> wedge - green < /a > < /li >"
    "< li > < a href ="... /... / stalls_north/north_stalls_detail.html "> stands - North < /a > < /li >"
    < /ul >
    < / div >
    < /li >
    "< li > < a href ="... /... / banks/banks_detail.html "> banks & amp;" ATMs < /a > < /li >
    "< li > < a href ="... /... /.. / gardens/gardens_summary.htm "> Public < /a > < /li > Garden"
    "< li > < a href ="... /... / electric_cinema/electric_cinema_detail.html "> movie < /a > < /li >"
    "<!-< li > < a href ="... / events/all_music_detail.html "> Live < /a > < /li > - > music"
    "< li > < a href ="... /... / hotels / accommodation_summary.htm "> accommodations < /a > < /li >"
    < /ul >
    < / div >
    < /li >
    < li > < a href = "#" > Gallery < /a >
    < div >
    < ul >
    "< li > < a href ="... /... /.. / gallery/old_gallery.html "> story < /a > < /li >"
    "< li > < a href ="... /... /.. / gallery/venues/Carneval_2010/carneval_2010_gallery.html "> Carnival in Notting Hill < /a > < /li >"
    "< li > < a href ="... /... /.. / gallery/stalls_gallery.html "> stalls < /a > < /li >"
    < li > < a href = "#" > Portobello Green < /a > < /li >
    "< li > < a href ="... /... /.. / gallery/pubs_gallery.html "> Pubs & amp;" Bar < /a > < /li >
    "< li > < a href ="... /... /.. / gallery/views_gallery.html "> views General < /a > < /li >"
    < li > < a href = "#" > < /a > gardens
    < div >
    < ul >
    "< li > < a href ="... /... /.. / gallery/local_gardens_gallery.html "> Local Public Gardens < /a > < /li >"
    "< li > < a href ="... /... /.. / gallery/japanese_garden_gallery.html "> < /a > < /li > Japanese garden"
    "< li > < a href ="... /... /.. / gallery/ken_palace_gallery.html "> Kensington Palace Garden < /a > < /li >"
    < /ul >
    < / div >
    < /li >
    < /ul >
    < / div >
    < /li >
    "< li > < a href ="... /... /.. / articles/articles_summary.htm "> items < /a > < /li >"

    < /li >
    < li > < a href = "#" > other < /a >
    < div >
    < ul >
    "< li > < a href ="... /... /.. / about.htm "> on < /a > < /li >"
    "< li > < a href ="... /... /.. / books/books_summary.html "> books of interest < /a > < /li >"
    "< li > < a href ="... /... /.. / credits.htm "> credits < /a > < /li >"
    "< li > < a href ="... /... /.. / campaign/campaign_summary.htm "> save us campaign < /a > < /li >"
    "< li > < a href ="http://www.youtube.com/watch?v=4wvkEPmfJMU "> visitor videos on Youtube < /a > < /li >"
    "< li > < a href ="... /... /.. / terms.htm "> terms < /a > < /li >"
    < /ul >
    < / div >
    < /li >
    "< li > < a href ="... /... /.. / contact_us.htm "> Contact < /a > < /li >"
    < /ul >
    < div class = "p7pmmclearfloat" > < / div >
    <!-[if lte IE 6] >
    < style > .p7PMMh04 ul ul li {float: left; clear: both; width: 100%;}. p7PMMh04 {text-align: left;}. p7PMMh04, .p7PMMh04 ul ul a {zoom: 1 ;} < / style >}
    <! [endif]-->
    <!-[if IE 5] >
    < style > .p7PMMh04, .p7PMMh04 ul ul a {height: 1%; overflow: visible! important ;} .p7PMMh04 {width: 100% ;} < / style >}}
    <! [endif]-->
    <!-[if IE 7] >
    < style > .p7PMMh04, .p7PMMh04 a {zoom: 1;}. p7PMMh04 ul ul li {float: left; clear: both; width: 100% ;} < / style >}
    <! [endif]-->
    < script type = "text/javascript" >
    <!--
    P7_PMMop ('p7PMM_1', 1,2, - 5, - 5, 0, 1, 0, 1, 0, 3, 1, 1, 0, 0);
    ->
    < /script >
    < / div > <!-#EndLibraryItem--> < / div >

    You need to update pages that use the library item as per

    Then, you need to download all the relevant pages.

    GRAMPS

  • Problem with carousel and items below

    I created a carousel and added items below. Everything works fine until I have resize columns. If I ask a .col-sm-6 class, for example, when I run in the browser the articles that are resized in fact 'flash' each time that a change of images in the carousel.

    Unable to find the link between the parameters of the carousel and the flashing items below...

    Forget it. Fixed he put the articles in containers of fluid and Float in CSS option.

  • Problems with the library items and network drives

    I was wondering if there are solutions to the following problem:

    I have directories on my laptop that I share through my local network.

    On another computer that is connected to the network, I have sites defined in Dreamweaver that point to these shared directories. Elements of model and the library will not update these sites. All sites that are defined on my local drive to update fine.

    Any suggestions / solutions are welcome. Thanks in advance. .

    I'm afraid that there are no options.

    The models folder must be at the root of the local site level.

    You can share local sites between several computers the (I do it
    often), but the only files that will be modified are those on the
    * real * local site. Or am I wrong interpret your question?

    --
    Murray - ICQ 71997575
    Adobe Community Expert
    (If you * MUST * write me, don't don't LAUGH when you do!)
    ==================
    http://www.dreamweavermx-templates.com - template Triage!
    http://www.projectseven.com/go - DW FAQs, tutorials & resources
    http://www.dwfaq.com - DW FAQs, tutorials & resources
    http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
    ==================

    'Mile High Design' wrote in message
    News:eb56ps$40U$1@forums. Macromedia.com...
    > I was wondering if there are solutions to the following problem:
    >
    > I have directories on my laptop that I share through my local
    > network.
    >
    > On another computer that is connected to the network, I defined sites
    > in
    > Dreamweaver that point to these shared directories. Library and
    > Model
    > Articles will not update these sites. All sites that are defined on my
    > local
    > update from the drive fine.
    >
    > Suggestions / solutions are welcome. Thanks in advance. .
    >

  • Adobe Photoshop elements problem with 9.0.3 update

    Problem with updates of items 9.0.3

    Title of the message was edited by: Brett N

    Open the Windows Task Manager and on the tab 'Process' kill a process running of Adobe or PhotoshopElements before trying the update.

    Ken

  • I can't have the option in menu to 13 items to work.  Any ideas?  I have already downloaded all the Templates menu and updated the software.  I never had this problem with 7 elements.

    I can't have the option in menu to 13 items to work.  Any ideas?  I have already downloaded all the Templates menu and updated the software.  I never had this problem with 7 elements.  With the help of 13 elements, I can successfully burn my movie on a disc (DVD) without menu.  The burning process is interrupted after that I added a menu.

    Rick

    First of all, please remove the stopper at the end of the content of the timeline. It is not necessary it and burn the causes of the problems.

    The main Menu marker should be OK, no similar problems as the stopper a.

    RTA

  • Major problems with multiple items of page on the web viewer since the last update

    In the last days, we had problems with all our multiple page items that are newly updated or added on the web viewer.

    Scrolling of pages just to repeat content again and again and true articles page see first pages content overlaid on all subsequent pages. It seems that something important broke in the way that the dps push articles to the webviewer, as is happening through fact sheets and articles. This means that we cannot publish anything until it's resolved.

    Someone knows something similar? Any suggestions?

    Hi Lucie,.

    Please contact support for assistance with this enterprise. They can investigate and open a support issue with if necessary engineering team. Contact information is available by logging into http://digitalpublishing.acrobat.com/ and looking at the Middle bottom of the screen.

    Neil

  • Download problems with Facebook and Vimeo of first 10 items

    I created a project in HD and I try to download on Vimeo.  First Elements 10 doesn't have a "Preset" so I followed some instructions on the Vimeo site.  The project is "fuzzy" given.  I checked with Vimeo and they said that they converted corresponds to what I sent, so the problem must be in the export - bitrate may be incorrect.  Can someone give me the correct settings for Vimeo of first 10 items.  I can see video of others in HD, and they look good so I don't think it's my computer screen.   I'm sure that you'll need more information on my project so please give me a list of specific things you need to know.  Thank you.

    My problem with Facebook is as follows.  If I use the first Elements 10 preset for download on Facebook, it sounds great, HD quality as expected.  Problem is, I want to download on my business page.  Given that the personal page and the page of the company (managed by my personal account) share a connection, the preset still load to my personal page.  Does anyone know the preset values so I can download video to my company page.  My business is event and wedding videography so I want messages to be as clear as possible.

    If the problem with the additions of Vimeo is resolved then I guess I can share the Vimeo Facebook file.  Thank you.

    VDRAVES

    I think you overlook what you already have regarding a Vimeo HD preset for export to files for download of the file saved on the Vimeo site.

    Please see

    Share/computer/AVCHD with Presets = Vimeo HD

    On the Advanced Settings button and video tab, you can customize the preset more away from 1280 x 720 to 1920 x 1080 and increase the speed of transmission, if necessary, to a level that does not give you a prohibitive file size. With profile = hand and Level = 3.1, the range of bitrate is 0.19 to 14 Mbit/s (megabits per second).

    I'd start by default rates of the target = Mã¡XIMUM = 9 Mbps and 8 Mbps and to explore and experiment from there.

    If you customize the preset 1920 x 1080 in the customization of the export settings area, and then change the high profile and level in 5.1

    When you do this the flow range will be 0.19 to 300 Mbps instead of 0.19 to 14 Mbit/s.

    In all cases, check the file size versus bitrate compared to the quality of the final product.

    Please give a look and then let us know if the above solves your question Vimeo and Facebook.

    Please see the newsletter and let us know the result.

    Thank you.

    RTA

  • Problems with render (Prem 11 items)

    When I first import a clip in my project, the video quality is very good, but after I have make, he out craps, gets all grainy (the irony). How can I solve this problem?

    Sophie

    Part 1.

    Your Untitled.mp4 (turned)

    = AVCHD video compression

    Compression audio = AAC stereo

    Frame rate = 60 progressive frames per second

    File extension = .mp4

    Nominal value, it would seem that the project preset should be

    NTSC

    AVCHD

    AVCHD Lite 720 p 60

    In the first 11 elements, the program takes control over predefined setting the project given of some composite properties from the first video file dragged to the timeline. Sometimes it does, sometimes it doesn't. In no situation, it doesn't give you the project closet preset for you, but rather by default, its default value

    NTSC

    AVCHD

    Full HD 1080i30

    that does not correspond to properties of your video, including an interlaced 30 rate per second of the image instead of a 60 progressive frames per second an and including the size of the image of 1920 x 1080 instead of the size of your video 1280 x 720.  Why? It seems to be failing because it is having a problem with the frame rate. He is looking for a 59.94 to profile it and find 60 frames per second for your video.

    When boil us all this down to a few words. In this case, you must assign the project preset manually.

    First Elements ATR troubleshooting: PE11: accuracy of the project auto Preset setting (new project dialog box)

    When you do, you should be able to import your video into the project NTSC/AVCHD/AVCHD LITE 720 p 60 without the orange line on the content of the timeline despite this company of 59.94/60.

    Part 2

    When I import your Untitled.mp4 in a first elements 11 on Windows 7 64-bit project manually the value

    NTSC

    AVCHD

    AVCHD LITE 720 p 60

    the video quality seems good reading in the monitor of the area to change. And it doesn't have the ability to make this specific because the program its color line on the line of the capacity indicator tells me that I have the best possible overview of content (to get a better view). And, I found good quality reading display full screen also.

    Your Untitled.mp4 has a video bit rate (variable bitrate) of 5973 Kbps (kilobits per second in 5.973 Mbps. The size of the file is 41.0 MB).

    If you export your video Untitled.mp4

    Publish + share

    Computer

    AVCHD

    with Presets = MP4 HD720p60

    You should have a file whose properties are comparable to the source. The reading of this export of AVCHD.mp4 in the drive on your computer should be good.

    If for export file size considerations are not a problem here, you can increase the export export video bitrate settings tab button/video forward of the preset looking for a superior quality export.

    But, when all was said and done, I couldn't see not "grainy" before or after the reading of the Untitled.mp4 in the monitor area Edit. Export of this H.264.mp4 at no time looked grainy on playback in QuickTime player.

    Please review and consider. The double project preset controls, in particular the "Force selected setting on this project' checkbox in the dialog box new project when you perform the manual setting of the preset project. Please let me know what additional tests you need for your samples.

    Looking forward to your results.

    Thank you.

    RTA

  • problems with items 12 how re install?

    How can problems with 12 elements, I reinstall.  Downloaded online

    Hi Scott,.

    Backward license policy is only if you buy volume licenses, but does not apply for the license for sale at retail.

    Please see the policy back to the: https://blogs.adobe.com/ukchannelnews/2011/06/16/licensing-downgrade-rights/

    http://www.Adobe.com/volume-licensing/policies.html

  • I have adobe first 10 items and I'm having some problems with it please help

    Here are the problems I am having with Adobe Premiere Elements 10:

    1 transitions won't load. The word loading will appear and it will not come to the top.

    2. the videos will not play smoothly. When I press on play skipps in a way he will not play smooth, making it very difficult to change.

    3 keeps closing on me. It will be something that comes up that says "Adobe premiere elements has stopped working and closes in the program. He does constantly.

    Please help me I don't know what's the problem with him.

    The first two numbers sound like a video driver issue.

    What is the make and model of your video/chip card?

    What is the installed video driver number and date?

    For the last number, it could be many things, including the video driver. I look over this ARTICLEand if there is nothing in the first part, then proceed to set up a computer in the second part of the OS. It would probably be a good time to publish the complete specifications. your computer and the images of your project and Source. Finally, the third part covers many of the troubleshooting tips and provides many links.

    Good luck

    Hunt

  • Problem with startAsyncTask to fill value in elements of popup_menu

    Hello world

    I met a problem to populate the items with a function startAsyncTask popup_menu.

    It is my function:

    function getLabelColor(propertyTable)
              local catalog = LrApplication:activeCatalog()
              local labelColor = catalog:getLabelMapToColorName()
    
              propertyTable.label_red = getKeyForValue(labelColor, "red") -- getKeyForValue return the key for the value
              propertyTable.label_green = getKeyForValue(labelColor, "green")
              propertyTable.label_yellow = getKeyForValue(labelColor, "yellow")
              propertyTable.label_blue = getKeyForValue(labelColor, "blue")
              propertyTable.label_purple = getKeyForValue(labelColor, "purple")
    end
    

    I have run the asynchronous task on sectionsForTopOfDialog:

    function exportServiceProvider.sectionsForTopOfDialog(f, propertyTable)
    
              LrTasks.startAsyncTask(function ()
                        getLabelColor(propertyTable)
              end)
    
              return MLDialogs.settings(f, propertyTable)
    
    end
    

    On my MLDialogs.settings function, I have this:

    f:popup_menu {
         title = LOC "$$$/ML/ExportManager/ASLabel=Color label for Dual ISO file :",
         items = {
               { title = "", value = "" },
               { title = propertyTable.label_red, value = "red" }
                 { title = propertyTable.label_yellow, value = "yellow" },
              { title = propertyTable.label_green, value = "green" },
              { title = propertyTable.label_blue, value = "blue" },
              { title = propertyTable.label_purple, value = "purple" },
         },
         value = bind "label",
         size = 'small'
    },
    

    When I run the plugin, it displays the value of the color label, but if I change the color values, when I run the plugin, the display values correspond to the former (but on the newspaper, I have the new, so the title is not updated).

    I found that the asynchronous function after sectionsForTopOfDialog return value is displayed.

    I try to change title = propertyTable.label_red title = bind "label_red" but I have an error:

    Parameter not valid not satisfactory: aString! = nil

    You can find the source here https://bitbucket.org/kichetof/lr_cr2hdr/src

    I hope you can help me!

    See you soon

    TOF

    Note: get-label-color runs * after * the dialog box is displayed.

    In addition, the properties table may change - for example if you select another plugin, then return, in plugin Manager.

    My apologies in advance if this is irrelevant - I na not scrutinize...

    UPDATE:

    ------------

    I looked a little closer - it might be better to link elements of the popup to a property, for example

    initialize:

    propertyTable.myItems = {{title = 'None, yet..', value = nil}}

    from the point of view of popup_menu:

    Items = LrView.bind ("myItems")

    then you can fill in the items in an asynchronous way with impunity, for example:

    propertyTable.myItems = computeItems()

    ------------

    Rob

  • MacBook Pro 17 "middle 2010 2, 66 GHz Core i7. Problems with CPU and memory.

    EtreCheck version: 3.0.5 (309)

    Report generated 2016-09-26 08:52:41

    Download EtreCheck from https://etrecheck.com

    Time 02:19

    Performance: Excellent

    Click the [Support] links to help with non-Apple products.

    Click [details] for more information on this line.

    Problem: No problem - just check

    Hardware Information:

    MacBook Pro (17-inch, mid 2010)

    [Data sheet] - [User Guide] - [warranty & Service]

    MacBook Pro - model: MacBookPro6, 1

    1 2.66 GHz Intel Core i7 CPU: 2 strands

    8 GB of RAM expandable - [Instructions]

    BANK 0/DIMM0

    OK 4 GB DDR3 1067 MHz

    BANK 1/DIMM0

    OK 4 GB DDR3 1067 MHz

    Bluetooth: Old - transfer/Airdrop2 not supported

    Wireless: en1: 802.11 a/b/g/n

    Battery: Health = Normal - Cycle count = 167

    Video information:

    Intel HD Graphics

    NVIDIA GeForce GT 330M - VRAM: 512 MB

    Color LCD 1920 x 1200

    Software:

    OS X El Capitan 10.11.6 (15-1004) - since startup time: less than an hour

    Disc information:

    SAMSUNG SSD 840 EVO 1 to disk0: (1 TB) (Solid State - TRIM: No.)

    EFI (disk0s1) < not mounted >: 210 MB

    Recovery HD (disk0s3) < not mounted > [recovery]: 650 MB

    SSD of Macintosh (disk2) /: 998,97 (Go 117,08 free)

    Storage of carrots: disk0s2 999.35 GB Online

    SAMSUNG SSD 850 EVO 500 GB disk1: (500,11 GB) (Solid State - TRIM: No.)

    EFI (disk1s1) < not mounted >: 210 MB

    SSD500GB (disk1s2) / Volumes/SSD500GB: 499,76 GB (260 MB free)

    USB information:

    Apple Inc. BRCM2070 hub.

    Apple Inc. Bluetooth USB host controller.

    Apple Inc. Apple keyboard / Trackpad

    Computer, Inc. Apple IR receiver.

    Built-in ISight from Apple Inc..

    Guardian:

    Mac App Store and identified developers

    Unknown files:

    ~/Library/LaunchAgents/com. AppBox.AppBox.plist

    ~/Library/application support/AppPolicy/AppBox - i-c 748931 - isn 6A4BB6B7-28E4-416D-BE5C-0AE3D10382ED

    ~/Library/Safari/extensions/SlickSavings.safariextz

    2 unknown files found. [Check files]

    Kernel extensions:

    / Library/Application Support/VirtualBox

    [loading] org.virtualbox.kext.VBoxDrv (5.1.6 - 2016-09-19) [Support]

    [loading] org.virtualbox.kext.VBoxNetAdp (5.1.6 - 2016-09-19) [Support]

    [loading] org.virtualbox.kext.VBoxNetFlt (5.1.6 - 2016-09-19) [Support]

    [loading] org.virtualbox.kext.VBoxUSB (5.1.6 - 2016-09-19) [Support]

    / System/Library/Extensions

    com.olympus.DSSBlockCommandsDevice [no charge] (2.0.0 - 2016-09-13) [Support]

    Launch system officers:

    [no charge] 8 tasks of Apple

    tasks of Apple 155 [loading]

    [running] Apple 76 jobs

    Launch system demons:

    [no charge] 45 Apple jobs

    [loading] 158 jobs Apple

    Apple tasks 87 [performance]

    Launch demons:

    [loading] com.adobe.fpsaud.plist (2016-08-30) [Support]

    [loaded] org.virtualbox.startup.plist (2016-09-19) [Support]

    User launch officers:

    com.appbox.AppBox.plist [running] (2016-09-11) [Support]

    [loading] com.google.keystone.agent.plist (2016-07-12) [Support]

    com.spotify.webhelper.plist [running] (2016-09-18) [Support]

    [loaded] org.virtualbox.vboxwebsrv.plist (2016-09-19) [Support]

    Items in user login:

    Mac Fan Control application (/ Applications/Mac Fan Control.app)

    iTunesHelper application (/ Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)

    Dropbox application (/ Applications/Dropbox.app)

    Plug-ins Internet:

    Silverlight: 5.1.50709.0 - SDK 10.6 (2016-09-22) [Support]

    FlashPlayer - 10.6: 23.0.0.162 - SDK 10.9 (2016-09-13) [Support]

    QuickTime Plugin: 7.7.3 (2016-08-12)

    Flash Player: 23.0.0.162 - SDK 10.9 (2016-09-13) [Support]

    Default browser: 601 - SDK 10.11 (2016-08-12)

    Safari extensions:

    AdBlock - BetaFish, Inc. - https://getadblock.com (2016-05-22)

    QuickBrowse - Catalin Andrei Vasiliu - http://www.unionsoftwareonline.com (2016-04-06)

    Slick savings (2015-10-03)

    EverNote Web Clipper - Evernote Corp. - http://evernote.com (2016-07-23)

    3rd party preference panes:

    Flash Player (2016-08-30) [Support]

    Time Machine:

    Automatic backup: YES

    Volumes to back up:

    Macintosh SSD: Disc size: 998,97 GB disc used: 881,89 GB

    Destinations:

    LaCie 2 TB TC [Local]

    Total size: 2.00 TB

    Total number of backups: 69

    An older backup: 02/09/16 10:58

    Last backup: 22/09/16 21:02

    Backup disk size: too small

    Backup TB 2.00 size < (disc 881,89 GB X 3)

    Top of page process CPU:

    70% callservicesd

    57% findNames

    20% com.apple.WebKit.WebContent (26)

    accountsd 18%

    com.apple.AddressBook.ContactsAccountsService 17%

    Top of page process of memory:

    2.41 GB com.apple.WebKit.WebContent (26)

    649 MB kernel_task

    Safari of 549 MB

    Mdworker (15) 238 MB

    Dropbox 156MO

    Virtual memory information:

    1.62 Go free RAM

    6.37 GB used RAM (2.63 GB being cached)

    Used Swap 0 B

    Diagnostic information:

    26 September 2016, 08:49:12 self test - passed

    September 2, 2016, 20:53:40 /Library/Logs/DiagnosticReports/Kernel_2016-09-02-205340_[redacted].panic [details]

    Files deleted by EtreCheck:

    On 26 September 2016, 08:39:25 - ~/Library/LaunchAgents/com. LiveShoppers.agent.plist

    On 26 September 2016, 08:39:25 - ~/Library/LaunchAgents/com. Software - Updater.agent.plist

    On 26 September 2016, 08:39:25 - ~/Library/LaunchAgents/com.unionsoftwareonline.AppMonitor.plist

    On 26 September 2016, 08:39:42 - / Library/LaunchAgents / com LiveShoppers.agent.plist

    On 26 September 2016, 08:39:42 - Library/LaunchAgents/com. Software - Updater.agent.plist

    26 September 2016, 08:39:42 - ~/Library/Safari/Extensions/Ebay Shopping Assistant.safariextz

    On 26 September 2016, 08:39:42 - ~/Library/Safari/Extensions/Searchme.safariextz

    What are the symptoms you experience that lead you to believe that there are problems with the CPU and the RAM (or is it storage?)?

    Ciao.

Maybe you are looking for

  • password verification failed fatal error... system stopped

    I started my mini hp computer and I had a message saying password verification failed fatal error... system halted CNU84938ZV and I did not no how to fix it please help

  • I can't open a pdf file

    I used to be able to download a file and read it, but now I've missed misserable

  • CD drive cannot read media.

    Okay so basically when I insert a cd or dvd, it is trying to read but may not back drive on my computer or whatever it is. I looked for versions updated but found nothing, I have tried to re - install, but it still doesn't work. My drive is LG-CD-RW

  • Merge two videos

    I would like to create a short video, 4-5 seconds, which shows a delicious meal on a table with a bottle of beer that has bubbles rising. The meal would be a static picture, so the only movement in the video is the bubbles. I would use the same video

  • Dblink problem

    HelloWe were more then 20 databases, and I want to follow up on a database. I select a database as main and create db links to other databases and create a simple view.example ofCREATE or replace VIEW V_BACKUP as-instance AName of HOST of SELECT (sel