Read the result of a SystemDialog in QML

I have a SystemDialog as an object attached in QML:

attachedObjects: [
  SystemDialog {
   id: dialog
  }
}

I want to read the result (ok or cancel pressed):

dialog.title = "some text"
dialog.body = "more text"
var result = dialog.exec();console.log("dialog result: " + result);

In my main application, I included the types:

qmlRegisterType("bb.system", 1, 0, "SystemDialog");
qmlRegisterUncreatableType("bb.system",1,0,"SystemUiResult", "");

Console.log gives me still undefined as a result. What Miss me?

I've found a workaround:
If (dialog.buttonSelection () == dialog.confirmButton) {}
...

Tags: BlackBerry Developers

Similar Questions

  • Don't know how to read the results of netstat EI s list? If I received 860592506 bytes sent from 43421482 how to convert MB? And does this mean byte received?

    Don't know how to read the results of netstat EI s list? If I received 860592506 bytes sent from 43421482 how to convert MB? And does this mean byte received?

    Hello

    This shows the total number of bytes transmitted and received via the Ethernet card. This is the total of the amount of use up to this day.

    This includes all the Web sites you have visited and emails you sent, etc..

    You can calculate using one of the following methods:

    Method 1:

    860592506 / 1048576 = 820,72 MB

    Method 2:

    Multiply 860592506 with 9.53674316 * 10 ^-7 that will give us the result in mega bytes.

    860592506 bytes = 820 MB 9MB not, accept my apology for the miscalculation.
    Similarly 43421482 acroos = 40MB

  • can not read the result for PAY_VALUE_ENTRY_VALUE

    Hi all
    I have two elements, the first is base salary, the input base salary - 5 return value, ex: if salary for employee's 10000 then the value of the compensation formula is 9995, and I have another allownce House is 20% of the basic salary paid for example 9995 * 0.2,.
    --------------
    base salary ff
    item name: seraj_basic_salary
    --------------
    DEFAULT FOR INPUT_VALUE IS 0
    DEFAULT FOR PV IS 0
    THE ENTRIES ARE INPUT_VALUE
    PV = INPUT_VALUE-5
    RETURN THE PV
    -------------------------------------------------------------------------------------------
    -------------------------------------------------------------------------------------------
    House allownce ff
    item name: SERAJ_HOME_ALLOWNCE
    --------------------
    ALIAS SERAJ_BASIC_SALARY_PAY_VALUE_ENTRY_VALUE AS BSV
    ALIAS SERAJ_BASIC_SALARY_INPUT_VALUE_ENTRY_VALUE AS BSV1
    ALIAS SERAJ_BASIC_SALARY_PAY_VALUE_OVERRIDE_ENTRY_VALUE AS BSV2
    DEFAULT VALUE FOR HA IS 0
    BSV FOR DEFAULT IS 0
    DEFAULT FOR BSV1 IS 0
    DEFAULT FOR BSV2 IS 0
    HA = BSV * 0.2
    RETURN HA
    ---------------------
    The problem is when pay quickly the result is 0 when I use DBI (SERAJ_BASIC_SALARY_PAY_VALUE_ENTRY_VALUE), HA = BSV * 0.2, the result 0
    but they its fine when I try ti use DBI (ALIAS SERAJ_BASIC_SALARY_INPUT_VALUE_ENTRY_VALUE), HA = BSV1 * 0.2, the result is 10000 * 0.2 = 2000,.
    so I need to calculate on vale of compensation of (DBI (SERAJ_BASIC_SALARY_PAY_VALUE_ENTRY_VALUE)),
    the priority for the seraj_basic_salary element is 2500 and 3000 SERAJ_HOME_ALLOWNCE, please help why the result is o for DBI (SERAJ_BASIC_SALARY_PAY_VALUE_ENTRY_VALUE)?

    Published by: Atawneh on August 25, 2012 17:56

    Published by: Atawneh on August 25, 2012 17:58

    Hi Atawneh,

    The SERAJ_BASIC_SALARY_PAY_VALUE_ENTRY_VALUE value will always be 0, because he is interested in the input value and not the execution result value populated.
    All ENTRYValues DBIs watch table entry elements and not the results of execution.
    If SERAJ_BASIC_SALARY_INPUT_VALUE_ENTRY_VALUE has a value that the user enters the value in it.

    For your case, why do you want 2 formulas?
    Simply calculate everything in the first formula and return the result in the Pay_Value of the element of the home allowance.

    Hope that helps,

    See you soon,.
    Vignesh

  • How to remove the button cancel in SystemDialog in QML?

    I have this in QML to display dialog system.

    {SystemDialog}
    ID: myQmlDialog
    Title: 'title '.
    body: "Hello."
    }

    and I call it with myQmlDialog.show)

    everything works except that I have buttons OK and cancel both.  He tried to add

    myQmlDialog.cancelButton.setLabel (null) before calling show() and it does not work.

    In C++, I have no problem.  What is the trick?

    It worked for me:

    // Default empty project template
    import bb.cascades 1.0
    import bb.system 1.0
    
    // creates one page with one button and a SystemDialog
    
    Page {
        Container {
            layout: DockLayout {
            }
            Button {
                text: "Push"
    
                attachedObjects: [
                    SystemDialog {
                        id: myQmlDialog
                        title: "My Title"
                        body: "Message Body"
                        cancelButton.label: undefined
                    }
                ]
                onClicked: {
                    myQmlDialog.show()
                }
            } // button
        }
    }
    

    In your .cpp file, be sure to add:

    #include 
    

    And in main():

    qmlRegisterType("bb.system", 1, 0, "SystemDialog");
    

    Also add in your .pro file:

    LIBS += -lbbsystem
    
  • Can not read the results of the report

    Hi all

    I just configured the Scheduler to process and report on the windows platform nodes.

    I tried to run the report sysaudit.
    Run Status: success
    Delivery status: posted

    But when I tried to click on the View Log/Trace, I got the following error: + "Site name is not valid. Check your syntax of the url and try again. » +

    Honestly I really don't know what needs to be configured in the report nodes.
    For HTTP, I have only configured the URL, the login ID and password and confirm the password.
    Then I tried to use XCOPY where I configured the URL, the base directory (C:/psreports), ID, password and confirm the password.

    I think that the home directory of C:\psreports could be the problem but I don't know what value to put in more of my real psreports file which is created on the C drive. Then I left the empty network path since I do not know what to put.

    all the advice of the experts here?

    Thank you
    aLuNa

    For HTTP transfer, fill user/pwd. What is the url?
    Learn more (3rd screenshot):
    http://Gasparotto.blogspot.nl/2010/02/PeopleSoft-process-scheduler-PT850.html

    Nicolas.

  • How to read the additional results of each step of the sequence of my main in LabVIEW?

    I'm working on the creation of stylesheets for TestStand reports. I do this by allowing the user to select additional results in every step she wants to see in the report in a LabVIEW edit stage. I can read the names of each stage, like in the picture as an attachment, but I can't access their (children?), additional results.

    I think that I thought about it, I guess that I had tried everything. The solution is something like the joint. Thanks for the suggestion!

  • Reading number of XML nodes in a document & amp; return the result in the text member

    Hi all

    I wonder if you can help me with the following:

    I want to read the number of nodes in an XML document and return the result in a text cast member. That's what I do so far, but he refuses to work

    Yes, my mistake. That should have been:
    --
    tList =
    nNodes = count(tList[1])
    sText = «»
    Repeat with i = 2 to nNodes
    tText = tList [1] .getPropAt (i)
    sText = sText & tText & RETURN
    end repeat
    -Remove rear BACK tank
    remove the last tank of sText
    -Place ALL the text in a text member
    Member ("test1"). Text = sText
    -- ...

  • When I search on Ebay, the results appear too small to read.

    I have no problem with any other web site except eBay. My home page appears fine, but when I go to the search, the results appear in very small print. It's a browser problem, because when I use Microsoft internet explore my search results appear very well.

    Maybe you zoom out on this page?

    {Ctrl + 0} it's a zero - to reset the zoom level of the page

    https://support.Mozilla.org/en-us/KB/font-size-and-zoom-increase-size-of-Web-pages

  • How to restore the size of the screen of search results? The place of departure of research is fine, but the results are so tiny that I can't read. Thank you.

    After the firefox search page appears and I launched a search, the results are back in very small print. If I have something to randomly select the page that opens is fine. The problem is only with the search results page.

    See this:
    https://support.Mozilla.com/en-us/KB/page+zoom

  • How can I fix an error message saying "could not read the manifesto of chrome?

    Unable to read the chrome manifest ' queue: / / / C:/Program % program % 20Thunderbird 20(x86) /Mozilla % 20Files / chrome.manifest'.

    All of a sudden, I can't connect to the server '? ' and I get some error messages. The above more "the RETR command failed" and "sending the password has failed, #AUTH701 Service unavailable."
    I tried to remove my password of memory and he asked me again but no joy. I checked and my webmail - Yahoo - works fine. TB won't just go get him. Can I get help from anyone please?

    The problem is that the ATT / Yahoo email service is apparently run by kindergarten children and no client att is getting what they pay for. They give a list of messages to thunderbird, it can recover, then say gotcha I can't get back them. ATT it works not. You use their mail add in a browser.
    I speak of this here http://thunderbirdtweaks.blogspot.com.au/2013/04/the-retr-command-did-not-succeed-thank.html

    However, if you dig into your Thunderbird profile, locate the popstate.dat file and delete it.

    Menu (alt + H) help > troubleshooting information

    Click the display folder

    Close Thunderbird

    Navigate to the mail folder in the Explorer window that opened.

    Now the att.yahoo or any name server they use this week.

    popstate.dat will be in this folder.

    Delete this file makes Thunderbird forget where it is up to download mail from Yahoo, apparently changing id numbers at random intervals or something. The result is that you have left on the server is downloaded again.

    So, you can this add-on to clear the mess. https://addons.Mozilla.org/en-us/Thunderbird/addon/remove-duplicate-messages-Alte/?src=search

    I blame ATT / Yahoo also are about 99% of the people who come on these forums about this ATT/Yahoo customers. But it could be the continuation of security they provide as well. McAfee caused problems with Thunderbird for over a year and my best recommendation is to not let anywhere near your mail. It is, however, something quite unique to Att / Yahoo that does not exist until they became involved with the yahoo service.

  • 25 Firefox is unable to read the configuration file on new install

    I try to install Firefox 25.0 on a XP - SP3 machine and receive the error "failed to read the Configuration file. Please contact your system administrator. I use a file to mozilla.cfg that I created and that you have applied to previous versions. The mozillia.cfg file has entries Pref lock, which are formatted as follows:

    lockPref ("Network.protocol - handler.external.shell", false);

    I have read discussions on various forums and the recommended fix seems to be a "clean reinstall. This machine has never installed Firefox, so a clean reinstall is not an option.

    As noted by one side this version of Firefox will be not to read the config on any OS file I tried Win7 or XP, I did a clean reinstall on both of these machines with the same results.

    I appreciate your help with this.

    If it helps, here is the content of my mozilla.cfg and local - settings.js.

    C:\Program Files\Mozilla Firefox\mozilla.cfg

    //
    
    lockPref("security.enable_ssl3", true);
    lockPref("security.default_personal_cert", "Ask Every Time");
    lockPref("network.protocol-handler.external.shell", false);
    lockPref("plugin.disable_full_page_plugin_for_types", "PDF, FDF, XFDF, LSL, LSO, LSS, IQY, RQY, XLK, XLS, XLT, POT PPS, PPT, DOS, DOT, WKS, BAT, PS, EPS, WCH, WCM, WBI, WB3, RTF");
    lockPref("browser.formfill.enable", false);
    lockPref("signon.autofillForms", false);
    lockPref("signon.rememberSignons", false);
    lockPref("dom.disable_window_open_feature.status", true);
    lockPref("dom.disable_window_move_resize", true);
    lockPref("security.enable_tls", true);
    lockPref("dom.disable_window_flip", true);
    lockPref("dom.event.contextmenu.enabled", false);
    lockPref("dom.disable_window_status_change", true);
    lockPref("dom.disable_window_open_feature.status", true);
    lockPref("browser.startup.homepage", "http://intentionally removed");
    lockPref("app.update.enable", false);
    lockPref("extensions.update.enabled", false);
    lockPref("browser.search.update", false);

    C:\Program Files\Mozilla Firefox\defaults\pref\local-settings.js

    pref("general.config.obscure_value", 0);
    pref("general.config.filename", "mozilla.cfg");
    
  • How to remove adds that cover the text making it impossible to read the text

    When an item is open, run to the bottom of the article an add is superimposed on the text makes it impossible to read the details of the new. Any attempt to remove fail it and the result of the opening to add it. How can I block the inclusion of these adds?

    This happens on all websites or only on certain sites?

    These messages may be generated by an add-on. Could disable you all THE modules critical or unknown here:

    • Firefox orange (or the Tools menu) button > addons > Plugins - particularly PriceGong «»
    • Firefox orange (or the Tools menu) button > addons > Extensions

    Then restart Firefox and revisit the problem pages in order to see if you turn it off.

  • iMac is slow and I would like to improve his speed/performance.  Ran ETREcheck - here are the results:

    EtreCheck version: 2.9.12 (265)

    Report generated 2016-05-01 17:52:49

    Download EtreCheck from https://etrecheck.com

    Time 08:31

    Performance: Below average

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

    Click [details] for more information on this line.

    Problem: Computer is too slow

    Hardware Information:

    iMac (21.5 inch, mid 2011)

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

    iMac - model: iMac12, 1

    1 2.5 GHz Intel Core i5 CPU: 4 strands

    12 GB of RAM expandable - [Instructions]

    BANK 0/DIMM0

    OK 2 GB DDR3 1333 MHz

    BANK 1/DIMM0

    OK 2 GB DDR3 1333 MHz

    0/DIMM1 BANK

    OK 4 GB DDR3 1333 MHz

    BANK 1/DIMM1

    OK 4 GB DDR3 1333 MHz

    Bluetooth: Old - transfer/Airdrop2 not supported

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

    Video information:

    AMD Radeon HD 6750M - VRAM: 512 MB

    iMac, 1920 x 1080

    Software:

    OS X El Capitan 10.11.4 (15E65) - since the start time: about 6 days

    Disc information:

    WDC WD5000AAKS-402AA0 disk0: (500,11 GB) (rotation)

    EFI (disk0s1) < not mounted >: 210 MB

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

    Macintosh HD (disk 1) /: 498,91 go-go (375,32 free)

    Encrypted AES - XTS unlocked

    Storage of carrots: disk0s2 499.25 GB Online

    OPTIARC DVD RW AD - 5690H)

    USB information:

    AudioEngine Audioengine D1

    Computer, Inc. Apple IR receiver.

    Card reader Apple

    Apple Inc. FaceTime HD camera (built-in)

    Apple Inc. BRCM2046 hub.

    Apple Inc. Bluetooth USB host controller.

    Lightning information:

    Apple Inc. Thunderbolt_bus.

    Guardian:

    Mac App Store and identified developers

    Kernel extensions:

    / Library/Application Support/LogMeIn/drivers

    com.logmein.driver.LogMeInSoundDriver [no charge] (1.0.0 - 2012-07-19) [Support]

    / Library/Extensions

    [loading] com.sophos.kext.sav (9.4.52 - SDK 10.9 - 2016-04-05) [Support]

    [no charge] com.sophos.nke.swi (9.4.52 - SDK 10.9 - 2016-04-05) [Support]

    / System/Library/Extensions

    [loading] com.rim.driver.BlackBerryUSBDriverInt (0.0.74 - 2016-04-05) [Support]

    [no charge] com.rim.driver.BlackBerryUSBDriverVSP (0.0.74 - 2016-04-05) [Support]

    Launch system officers:

    [loaded] 8 tasks Apple

    [loading] 153 tasks Apple

    [operation] 73 tasks Apple

    [killed] 4 tasks Apple

    4 processes killed due to lack of RAM

    Launch system demons:

    [loaded] 43 tasks Apple

    [loading] 143 tasks Apple

    [operation] 93 tasks Apple

    [killed] 10 tasks Apple

    10 killed process lack of RAM

    Launch officers:

    [failure] com.adobe.ARMDCHelper.cc24aef4a1b90ed56a... plist (2015-11-07) [Support]

    [operation] com.logmein.logmeingui.plist (02 / 02/2013) [Support]

    com.LogMeIn.logmeinguiagent.plist [no charge] (2013-04-08) [Support]

    com.LogMeIn.logmeinguiagentatlogin.plist [no charge] (2013-04-08) [Support]

    [operation] com.rim.BBAlbumArtCacher.plist (2012-04-19) [Support]

    [operation] com.rim.BBLaunchAgent.plist (2012-04-19) [Support]

    [operation] com.sophos.uiserver.plist (2015-09-26) [Support]

    [operation] net.culater.SIMBL.Agent.plist (2013-04-03) [Support]

    Launch demons:

    [loading] com.adobe.ARMDC.Communicator.plist (2015-11-07) [Support]

    [loading] com.adobe.ARMDC.SMJobBlessHelper.plist (2015-11-07) [Support]

    [loading] com.adobe.fpsaud.plist (2016-04-15) [Support]

    com.LogMeIn.logmeinserver.plist [no charge] (2012-07-19) [Support]

    [operation] com.memeo.Memeod.plist (2009-09-30) [Support]

    [operation] com.rim.BBDaemon.plist (2012-04-19) [Support]

    [operation] com.sophos.common.servicemanager.plist (2016-02-11) [Support]

    User launch officers:

    [failure] com.adobe.ARM. [...]. plist (2013-02-18) [Support]

    [market] com.akamai.single - user - client.plist (2015-09-23) [Support]

    [operation] com.amazon.music.plist (2015-03-07) [Support]

    com.apple.AddressBook.ScheduledSync.PHXC... plist [loading]

    [operation] ws.agile.1PasswordAgent.plist (2014-09-18) [Support]

    Items in user login:

    Hidden OpenDNS Updater Application (/ Applications/OpenDNS Updater.app)

    Nikon Message Center 2 launch application (/ Applications/Nikon/Nikon Message Center 2 software / Nikon Message Center 2.app/Contents/SharedSupport/Launch Nikon Message Center 2.app)

    Eye - Fi Helper Application (/ Applications/Eye-Fi/Eye-Fi Helper.app)

    MemeoAgent Application (/ Library/Application Support/Memeo/Memeo Backup/Agents/MemeoAgent.app)

    Other applications:

    [ongoing] 2BUA8C4S2C.com.agilebits.onepassword4 - helper

    [performance]    P72E3GC48.com.Dashlane.DashlaneAgent

    com [running]. Growl.GrowlHelperApp.96032

    com [running]. Memeo.MemeoAgent.92832

    [ongoing] com.opendns.OpenDNS_Updater.72352

    [ongoing] com.Sophos.AutoUpdate

    [ongoing] com.Sophos.Configuration

    [ongoing] com.Sophos.InterCheck

    [ongoing] com.Sophos.notification

    [ongoing] com.Sophos.scan

    [ongoing] com.Sophos.sxld

    [ongoing] fi.eye.helper.98912

    [loading] 383 tasks Apple

    [operation] 223 tasks Apple

    [killed] 11 tasks Apple

    Plug-ins Internet:

    JavaAppletPlugin: 15.0.1 - 10.11 (2012-08-14) check the version of the SDK

    FlashPlayer - 10.6: 21.0.0.226 - SDK 10.6 (2016-04-25) [Support]

    QuickTime Plugin: 7.7.3 (2016-03-25)

    AdobePDFViewerNPAPI: 15.009.20069 - SDK 10.8 (2015-09-30) [Support]

    Flash Player: 21.0.0.226 - SDK 10.6 (2016-04-25) [Support]

    AdobePDFViewer: 15.009.20069 - SDK 10.8 (2015-09-30) [Support]

    CANONiMAGEGATEWAYDL: 3.1.0.2 (2009-09-08) [Support]

    EPPEX plugin: 3.0.5.0 (2009-07-29) [Support]

    Default browser: 601 - SDK 10.11 (2016-03-25)

    GarminGpsControl: 4.0.2.6 Beta - SDK 10.6 (2012-11-16) [Support]

    iPhotoPhotocast: 7.0 - 10.8 SDK (2013-04-19)

    User Plug-ins internet:

    CitrixOnlineWebDeploymentPlugin: 1.0.104 (2013-04-11) [Support]

    Dashlane: Dashlane 1.0.0 - SDK 10.7 (2014-04-11) [Support]

    Safari extensions:

    Ka-block! -David Graham & Josh Peek - http://kablock.com (2016-04-22)

    AdBlock Ultimate - Secure Download - https://adblockultimate.net/ (2016-02-07)

    Ghostery - GHOSTERY, Inc. - https://www.ghostery.com/ (2016-03-11)

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

    Keeper® Password Manager & Digital Vault - Keeper Security, Inc. - https://keepersecurity.com (2016-03-11)

    DuckDuckGo - DuckDuckGo - http://duckduckgo.com (2015-07-13)

    1Password - AgileBits - https://agilebits.com/onepassword (2016-03-29)

    AdBlock - BetaFish, Inc. - https://getadblock.com (2016-04-29)

    Adblock more - Eyeo GmbH - https://adblockplus.org/ (2016-03-26)

    WOT - WOT Services Ltd. - http://www.mywot.com/ (2016-04-22)

    YoutubeWide - Pedrocc - http://www.pedrocc.com/safari (2014-10-22)

    Dashlane - Dashlane Inc. - http://www.dashlane.com (2016-02-07)

    Save on Pocket - Read It Later, Inc. - http://getpocket.com/ (2015-11-07)

    Blur - Abine, the society for the protection of personal information online. - https://www.abine.com (2016-05-01)

    TrafficLight - Bitdefender SRL - http://trafficlight.bitdefender.com/ (2016-02-07)

    3rd party preference panes:

    Akamai NetSession preferences (2015-09-23) [Support]

    Flash Player (2016-04-15) [Support]

    Growl (2006-12-30) [Support]

    Time Machine:

    Time Machine not configured!

    Top of page process CPU:

    13% WindowServer

    Dock of 10%

    7% launchd

    6% kernel_task

    1% Memeod

    Top of page process of memory:

    2.83 GB com.apple.WebKit.WebContent (8)

    2.08 GB Safari

    917 MB kernel_task

    467 MB softwareupdated

    406 MB iTunes

    Virtual memory information:

    310 MB free RAM

    12,00 GB used RAM (2.47 GB being cached)

    134 MB used Swap

    When you see a beachball cursor or the slowness is particularly bad, note the exact time: hour, minute, second.

    These must be run as administrator. If you have only one user account, you are the administrator.

    Run the Console application in one of the following ways:

    ☞ Enter the first letters of his name in a Spotlight search. Select from the results (it should be at the top).

    ☞ In the Finder, select go utilities ▹ of menu bar or press the combination of keys shift-command-U. The application is in the folder that opens.

    ☞ Open LaunchPad and start typing the name.

    The title of the Console window should be all Messages. If it isn't, select

    SYSTEM LOG QUERIES ▹ all Messages

    in the list of logs on the left. If you don't see this list, select

    List of newspapers seen ▹ display

    in the menu at the top of the screen bar.

    Each message in the journal begins with the date and time when it was entered. Highlight date back to the time you noted above.

    Select the messages entered since then until the end of the episode, or until they begin to repeat, whichever comes first.

    Copy messages to the Clipboard by pressing Control-C key combination. Paste into a reply to this message by pressing command + V.

    The journal contains a large amount of information, almost all this is useless to solve any particular problem. When you post a journal excerpt, be selective. A few dozen lines are almost always more than enough.

    Please don't dump blindly thousands of lines in the journal in this discussion.

    Please do not post screenshots of log messages - text poster.

    Some private information, such as your name, may appear in the log. Anonymize before posting.

    When you post the journal excerpt, an error message may appear on the web page: "you include content in your post that is not allowed", or "the message contains invalid characters." It's a bug in the forum software. Thanks for posting the text on Pastebin, then post here a link to the page you created.

    If you have an account on Pastebin, please do not select private in exposure menu to paste on the page, because no one else that you will be able to see it.

  • How get (generator) TC to read the TC source not protrude TC?

    I do a series of window dubs. (Multiple clips on a unique timeline with time code displayed in a third window below).

    I can use the timecode generator to make the said window.  And, of course, when you drag the timecode on the timeline generator, it reads TC according to chronology (which of course can be adjusted, offset, etc.)

    However, I want to TC to read what generated the source. (Time of day) I have several clips to add window TC, and I want to put on a single export schedule.

    So, I opened each clip inside of the timeline (from Explorer) and added the TC generator. This works. The window, in fact, read the source (time-of-day) TC. All good except that...

    When I start to drag my clips to a new timeline (to put in a continuous sequence), the TC generator GOES to the project TC (starting with zero). I even tried to compound each clip inside the timeline... same result.

    How can Q: I ask various clips in a timeline, with EACH clip display the timecode according to its source? (NOTE: the TC compensation project does not work, because each clip on the timeline has a new beginning TC, depending on the time of day.)

    IM sure I saw a plugin for this. Try fcpxfree.com.

  • I would like to read the reliability monitor for the period of October

    I would read the reliability monitor on my laptop for the period of October.
    When I go to him, it shows me the results of the period between 6. in August, when I bought the laptop and 25 August.

    I'm not able to find the results for September and October.
    Where can I change the date of the controlled period?

    Thank you very much for your help!
    Daniel

    Hello

    See this Microsoft page.

    How to use reliability monitor
    http://Windows.Microsoft.com/en-us/Windows7/how-to-use-reliability-monitor

    Here you can find info how to use reliability monitor

    -Open the Panel of control-> system and security-> review your computer state.
    -Click Maintenance-> verification of the solutions to the problems reported-> view reliability history.

Maybe you are looking for