Setting sequence for inspectable component paramters?

I have been searching everywhere to try to figure this out, maybe someone can help me. I have a swc component with a parameter and I can't figure out when the parameter is actually getting set. I read somewhere that it doesn't get called as part of the constructor but when the component gets added to the stage so I tried to listen for "ADDED_TO_STAGE" before doing anything (call 'init') with the parameter, but it still isn't there. I created a small test case and got the following output and you can see that the setter was called after the 'init'. Would appreciate help in figuring how I call my 'init' function after any setting has been done. Thanks!
Output from hotspot component with no change to property/parameter myColor:
##Hotspot
##init: Event=[Event type="addedToStage" bubbles=false cancelable=false eventPhase=2] target=[object Hotspot]My color = yellow
Output when the myColor was changed to "red" with the component inspector:
##Hotspot
##init: Event=[Event type="addedToStage" bubbles=false cancelable=false eventPhase=2] target=[object Hotspot]My color = yellow
##set myColor(red)
If it helps here is my class code, Hotspot.as:
package {
    import flash.display.Sprite;
    import flash.display.DisplayObject;
    import flash.events.Event;
    public class Hotspot extends Sprite    {
        private var _hotspot:DisplayObject;
        public var _myColor:String = "yellow";
        [Inspectable(name="myColor", type="String", defaultValue="yellow", enumeration="yellow,red")]
        public function get myColor():String {
            trace("##get myColor()");
            return _myColor;
        public function set myColor(val:String):void{
            trace("##set myColor("+val+")");
            _myColor = val;
        public function Hotspot() {
            trace("##Hotspot");
            this.addEventListener(Event.ADDED_TO_STAGE, init);
        private function init(e:Event):void {
            trace("##init: Event="+e+" target="+e.target+"My color = "+_myColor);

Hi,
You may check the client BIOS time and date.
http://777notes.wordpress.com/2012/10/09/sccm-2012-failed-to-get-client-identity-80004005/
(Note: Microsoft provides third-party contact information to help you find technical support. This contact
information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.)
Best Regards,
Joyce
We
are trying to better understand customer views on social support experience, so your participation in this
interview project would be greatly appreciated if you have time.
Thanks for helping make community forums a great place.

Similar Messages

  • How to set Focus for one component on Dialog

    Hi all.
    I have a problem and need a help
    I have a JDialog
    I add some components on it. Includes button, textfield...
    after i set
         _textField.requestFocus()When Dialog show, it always focus at first component, not at the component i set.
    Please help me.
    Thanks in advance
    Diego

    Perhaps Swings threading ruins your focus request, and trying invokeLater may be worthwhile...
    Note that [requestFocusInwindow()|http://java.sun.com/javase/6/docs/api/javax/swing/JComponent.html#requestFocusInWindow()] is to be preferred over requestFocus according to the API docs.
    Edited by: isocdev_mb on Mar 4, 2010 6:05 AM

  • How  to attach more than one department (operation sequence) for an component

    Routing For Assembly-A
    Opeartion Seq Dept ...
    10 DEPT-1
    20 DEPT-2
    30 DEPT-3 AND THE ASSEMBLY-B GOES THROUGH ALL DEPARTMENTS
    For example the BOM is like this
    Assembly-A
    10 Assembly-B
    WHEN ROUTING IS ATTACHED TO BOM IS IT CORRECT TO DO LIKE THIS.
    ITEM SEQ OPER.SEQ
    10 10
    10 20
    10 30. IF THIS IS CORRECT THEN INDENTED BILL WE DIFFERENT ALSO SAME ITEM WILL REPEAT. CLARIFY

    Could you pls. put your question in detail?

  • Loading the different result sets in the same sequence for the target table

    Dear all,
    I have 5 tables say A,B,C,D as my source and i made 3 joins P,Q,R .the result sets of these 3 joins are loading into a target table X but with 3 different targets with same table name.
    I created one sequence say Y as my target table has primary key and mapped to three different targets for the same target table which i need to load.
    But after deployed and executed successfully ,i am able to load the data from three join result sets with differeent sequence numbers.
    I am looking to load data like this.
    If First Result set P has 10 Records,SEcond Result Set Q Has 20 and the third result set has 30 records then while loading data into first target it creates the seq for the 10 records from 1..10 and while loading the data for second result set ,it creates the sequence from 11 ...20 and while loading the third target with the third result set it creates the sequence from 21 ----30.
    But i am looking to load the three result sets in the sequence 1to 10 but not like creating fresh sequence for each result set.
    how can we achieve this in owb?
    any solution for this will be appreciated.
    thank you
    kumar

    My design is like following
    SRC1
    ---->Join1--------------------------->Target1( Table X)<-----Seq1
    SRC2
    SRC3
    ----> Join2----------->Target2(Table X)<----Seq1
    SRC4
    -----> Join3 -------> Target3(Table X)<-----Seq1
    SRC5
    Here the three 3 targets are for the same Table X as well sequence is same i.e seq1
    If the First Join has 10 rows ,Seq1 generates sequence in 1 to 10 while loading target1
    But while loading second target,Same Seq1 is generating new sequence from 11 but i am looking to load target2 and target 3 starting from sequence 1 but not from 11 or so.
    As per your comments :
    you want to load 3 sources to one target with same sequence numbers?
    yes
    Are you doing match from the other two sources on first source by id provided by sequence (since this is the primary key of the table)?
    No
    can you please tell me how to approach for this?
    Thank You
    Kumar

  • How to set up an inspection lot for new movement type

    Hi All,
             I would like to know, how to trigger / set up an inspection lot for a new movement type (ex,Z11) ?
    Regards,
    PSS

    Navigation path:
    SPRO --> Quality Management --> Quality Inspection --> Inspection Lot Creation --> Inspection for Goods Movements
    For more information refer following link:
    [How to create new movement type which move matieral into QI stock?]
    Hope this helps.
    Thanks!!!

  • Unable to set import lock for software component version

    Hi team,
    While importing object (.tpz) file into integration repository we are getting error message as below.
    ======
    Unable to set import lock for software component version <XXXX>-COMMON,1.0 of <XXX>.com because user <userid> is currently importing data to this component
    try again once user <userid> has finished importing data
    =======
    We checked with the user and found he is not doing any activity in fact he logged off. the developer wants to import and how do we terminate this import attement and proceed with new importing of the  same object
    We wan't to avoid cache refresh as this is production environment
    We already performed clear SLD data cache with in the IR not for whole.
    Thanks
    Vijay

    Hi Vijay,
        Thefollowing threads speak about the locking issues with the IR objects .Hope this will help you out in resolving the issue.
    http://help.sap.com/saphelp_erp2005/helpdata/EN/93/a3a74046033913e10000000a155106/content.htm
    Internal lock version management : Unable to copy objects
    Thanks,
    Ram.

  • Setting up scrolling for a component which has g2d features...

    Hi, everyone, Im working on adding scrolling capablitlity to a component, as it currently exceeds the room I have given it. The problem is....
    1) My scrollbar is always hidden under my g2d images... If I click on top of where the scroll bar should be, like crazy it appears piece by piece.
    2) The scrollbar doesn't seem to be scrolling. BTW its on a regular panel (getContentPane()), is this a problem??
    Well....here's the relevant code (the code for the component)
    static class MyComponent extends JComponent {
    JScrollBar scroll;
    //~~~~~~~~~~~~~~Component Stuff~~~~~~~~~~~~~~~
              MyComponent() {
                        setBackground(Color.pink);
                        setBounds(0,0,500,500);
                        setBorder(BorderFactory.createLineBorder(Color.pink,10));
                        scroll = new JScrollBar(JScrollBar.VERTICAL,0,20,0,100);
                        scroll.setBounds(484,0,16,500);
                        scroll.setVisible(true);
                        add(scroll);
                        System.out.println(scroll.isEnabled() + "" + scroll.isVisible() + scroll.getBounds());
                        setVisible(true);
    Then in the main() function, I add it to the panel like so...
    MyComponent mc = new MyComponent();
    joe.getContentPane().add(mc);
    Thanks a lot,
    Mark

    Ok, I tried making the panel....but this has led to some strange(er) problems...
    Here's some info on my panels
    JPanel something....is the panel holding buttons, and under a flowlayout i think
    ContentPane, i dont know what it holds...
    JScrollPane pane...this is hidden from view, unless I set the something JPanel to be hidden.
    Why cant i just see them all at the same time? I made sure the JPanel something had opque set to false, and now i can see the contentPane....but where are my g2d objects (located on "something")
    thanks...

  • More than one custom Component for a Component Set

    Hi All,
    I developed a GenIL object from the scratch and created a component that it has it as reference. Now, I am intending to add this new component into an existing (standard) Component Set (CRM_CMG).
    This component set already has a custom component and it is working fine but, after adding the second component, when trying to enter into the BSP_WD_CMPWB for the corresponding component, I am getting the following error: "BOL component set CRM_CMG does not exist; check runtime repository".
    The place were I created the component and added it into the Component Set is: SPRO->Customer Relationship Management->CRM Cross-Application Components->Generic Interaction Layer/Object Layer->Basic Settings.
    Does anyone know why this is happening and/or how to solve it?
    Regards and Thanks in advance.
    Alejandro.

    Hi,
    If you need to perform the checks while using a maintenance view, you can do this with modification events. e.g. just implement a form that triggers your custom checks in a "before save" event... (SE55->Environment->Event)
    Kr,
    Manu.

  • Error 1648-No valid sequence for the set of patches

    Reader XI in up to date Windows 7 Ultimate 64 bit. Auto and manual update returns: Error 1648-No valid sequence for the set of patches
    Try to uninstall returns: Error 1648-No valid sequence for the set of patches
    Uninstalled using cleaner tool, reinstalled Reader XI, same update and uninstall error.
    Ran Microsoft Fix-it uninstall tool. It claimed to have found and fixed corrupt registry entries.
    Tried to install Reader XI...again, Installer said application already installed.
    Removed reader with cleaner tool again.
    Installed Reader XI
    Update and Uninstall errors persist.
    Reader works fine.
    Suggestions?

    Reader tried to update this morning, error 1648....again.
    In case it can help troubleshooting here is the log file generated from the last failed Adobe Reader auto update.
    === Verbose logging started: 12/8/2013  9:27:51  Build type: SHIP UNICODE 5.00.7601.00  Calling process: C:\Program Files (x86)\Common Files\Adobe\ARM\1.0\AdobeARM.exe ===
    MSI (c) (F8:F4) [09:27:51:051]: Resetting cached policy values
    MSI (c) (F8:F4) [09:27:51:051]: Machine policy value 'Debug' is 0
    MSI (c) (F8:F4) [09:27:51:051]: ******* RunEngine:
               ******* Product: {AC76BA86-7AD7-1033-7B44-AB0000000001}
               ******* Action:
               ******* CommandLine: **********
    MSI (c) (F8:F4) [09:27:51:051]: Client-side and UI is none or basic: Running entire install on the server.
    MSI (c) (F8:F4) [09:27:51:051]: Grabbed execution mutex.
    MSI (c) (F8:F4) [09:27:51:061]: Cloaking enabled.
    MSI (c) (F8:F4) [09:27:51:061]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (F8:F4) [09:27:51:061]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (9C:E0) [09:27:51:071]: Running installation inside multi-package transaction {AC76BA86-7AD7-1033-7B44-AB0000000001}
    MSI (s) (9C:E0) [09:27:51:071]: Grabbed execution mutex.
    MSI (s) (9C:CC) [09:27:51:071]: Resetting cached policy values
    MSI (s) (9C:CC) [09:27:51:071]: Machine policy value 'Debug' is 0
    MSI (s) (9C:CC) [09:27:51:071]: ******* RunEngine:
               ******* Product: {AC76BA86-7AD7-1033-7B44-AB0000000001}
               ******* Action:
               ******* CommandLine: **********
    MSI (s) (9C:CC) [09:27:51:071]: Machine policy value 'DisableUserInstalls' is 0
    MSI (s) (9C:CC) [09:27:51:071]: Setting cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:071]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:071]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:071]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:071]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:071]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:071]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:071]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:071]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:071]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:071]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:071]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:071]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:071]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:071]: SRSetRestorePoint skipped for this transaction.
    MSI (s) (9C:CC) [09:27:51:081]: End dialog not enabled
    MSI (s) (9C:CC) [09:27:51:082]: Original package ==> C:\Windows\Installer\79e19.msi
    MSI (s) (9C:CC) [09:27:51:082]: Package we're running from ==> C:\Windows\Installer\79e19.msi
    MSI (s) (9C:CC) [09:27:51:087]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:087]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:087]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:087]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:087]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:087]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:087]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:087]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:087]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:087]: APPCOMPAT: Uninstall Flags override found.
    MSI (s) (9C:CC) [09:27:51:087]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:087]: APPCOMPAT: Uninstall VersionNT override found.
    MSI (s) (9C:CC) [09:27:51:087]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:087]: APPCOMPAT: Uninstall ServicePackLevel override found.
    MSI (s) (9C:CC) [09:27:51:088]: APPCOMPAT: looking for appcompat database entry with ProductCode '{AC76BA86-7AD7-1033-7B44-AB0000000001}'.
    MSI (s) (9C:CC) [09:27:51:088]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (9C:CC) [09:27:51:088]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:088]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:088]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:088]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:088]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:094]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:094]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:094]: Opening existing patch 'C:\Windows\Installer\75c76.msp'.
    MSI (s) (9C:CC) [09:27:51:095]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:095]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744BA0000000010
    MSI (s) (9C:CC) [09:27:51:096]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer 3: 2
    MSI (c) (F8:44) [09:27:51:071]: Creating MSIHANDLE (43) of type 790531 for thread 11332
    MSI (c) (F8:44) [09:27:51:071]: Closing MSIHANDLE (43) of type 790531 for thread 11332
    MSI (s) (9C:CC) [09:27:51:098]: File will have security applied from OpCode.
    MSI (c) (F8:44) [09:27:51:097]: Creating MSIHANDLE (44) of type 790531 for thread 11332
    MSI (c) (F8:44) [09:27:51:097]: Closing MSIHANDLE (44) of type 790531 for thread 11332
    MSI (s) (9C:CC) [09:27:51:103]: Original patch ==> C:\ProgramData\Adobe\ARM\Reader_11.0.04\AdbeRdrSecUpd11005.msp
    MSI (s) (9C:CC) [09:27:51:103]: Patch we're running from ==> C:\Windows\Installer\10e2413d.msp
    MSI (s) (9C:CC) [09:27:51:103]: SOFTWARE RESTRICTION POLICY: Verifying patch --> 'C:\ProgramData\Adobe\ARM\Reader_11.0.04\AdbeRdrSecUpd11005.msp' against software restriction policy
    MSI (s) (9C:CC) [09:27:51:103]: SOFTWARE RESTRICTION POLICY: C:\ProgramData\Adobe\ARM\Reader_11.0.04\AdbeRdrSecUpd11005.msp has a digital signature
    MSI (s) (9C:CC) [09:27:51:153]: SOFTWARE RESTRICTION POLICY: C:\ProgramData\Adobe\ARM\Reader_11.0.04\AdbeRdrSecUpd11005.msp is permitted to run at the 'unrestricted' authorization level.
    MSI (s) (9C:CC) [09:27:51:153]: SequencePatches starts. Product code: {AC76BA86-7AD7-1033-7B44-AB0000000001}, Product version: 11.0.00, Upgrade code: {A6EADE66-0000-0000-484E-7E8A45000000}, Product language 1033
    MSI (s) (9C:CC) [09:27:51:153]: Note: 1: 2219
    MSI (s) (9C:CC) [09:27:51:153]: PATCH SEQUENCER ERROR: failed to open summary info from storage for TGT_14ToUPG_14 transform in {AC76BA86-7AD7-0000-2550-7A8C40011004} patch! (1: 2219 )
    MSI (s) (9C:CC) [09:27:51:153]: SequencePatches returns error 1648.
    MSI (c) (F8:44) [09:27:51:103]: Creating MSIHANDLE (45) of type 790531 for thread 11332
    MSI (c) (F8:44) [09:27:51:103]: Closing MSIHANDLE (45) of type 790531 for thread 11332
    MSI (s) (9C:CC) [09:27:51:153]: Product: Adobe Reader XI - Update '{AC76BA86-7AD7-0000-2550-7A8C40011005}' could not be installed. Error code 1648. Additional information is available in the log file C:\Users\Bill\AppData\Local\Temp\MSI23ad7.LOG.
    MSI (s) (9C:CC) [09:27:51:153]: Windows Installer installed an update. Product Name: Adobe Reader XI. Product Version: 11.0.00. Product Language: 1033. Manufacturer: Adobe Systems Incorporated. Update Name: {AC76BA86-7AD7-0000-2550-7A8C40011005}. Installation success or error status: 1648.
    MSI (s) (9C:CC) [09:27:51:153]: Note: 1: 1708
    MSI (s) (9C:CC) [09:27:51:153]: Product: Adobe Reader XI -- Installation failed.
    MSI (s) (9C:CC) [09:27:51:153]: Windows Installer installed the product. Product Name: Adobe Reader XI. Product Version: 11.0.00. Product Language: 1033. Manufacturer: Adobe Systems Incorporated. Installation success or error status: 1648.
    MSI (s) (9C:CC) [09:27:51:153]: Attempting to delete file C:\Windows\Installer\10e2413d.msp
    MSI (s) (9C:CC) [09:27:51:153]: MainEngineThread is returning 1648
    MSI (s) (9C:E0) [09:27:51:153]: No System Restore sequence number for this installation.
    No valid sequence could be found for the set of updates.
    C:\Windows\Installer\79e19.msi
    MSI (c) (F8:44) [09:27:51:153]: Creating MSIHANDLE (46) of type 790531 for thread 11332
    MSI (c) (F8:44) [09:27:51:153]: Closing MSIHANDLE (46) of type 790531 for thread 11332
    MSI (c) (F8:44) [09:27:51:163]: Creating MSIHANDLE (47) of type 790531 for thread 11332
    MSI (c) (F8:44) [09:27:51:163]: Closing MSIHANDLE (47) of type 790531 for thread 11332
    MSI (s) (9C:E0) [09:27:51:153]: User policy value 'DisableRollback' is 0
    MSI (s) (9C:E0) [09:27:51:163]: Machine policy value 'DisableRollback' is 0
    MSI (s) (9C:E0) [09:27:51:163]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (9C:E0) [09:27:51:163]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (9C:E0) [09:27:51:163]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (9C:E0) [09:27:51:163]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3: 2
    MSI (s) (9C:E0) [09:27:51:163]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3: 2
    MSI (s) (9C:E0) [09:27:51:163]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (s) (9C:E0) [09:27:51:163]: Restoring environment variables
    MSI (c) (F8:44) [09:27:51:163]: Creating MSIHANDLE (48) of type 790531 for thread 11332
    MSI (c) (F8:44) [09:27:51:163]: Closing MSIHANDLE (48) of type 790531 for thread 11332
    MSI (c) (F8:F4) [09:27:51:163]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (F8:F4) [09:27:51:163]: MainEngineThread is returning 1648
    === Verbose logging stopped: 12/8/2013  9:27:51 ===

  • Is there a way to set up browse sequences for project with multiple TOCs and conditionalized modules

    I'm using RoboHelp 9 with WebHelp output.
    I've got five outputs, one of which contains Help for common functions, while the other four contain Help for licensed modules. When a user opens the Help for a licensed module, the user sees the core Help and the licensed Help. In addition, files are conditionalized so that searching for unlicensed content from a licensed Help module brings up nothing.
    I've been troubleshooting problems with the Previous Topic and Next Topic which, thanks to William, I learned are related to browse sequences. After trying assorted configurations, I've got a couple of questions:
    Does RH support only a single browse sequence in a project, even when the project has multiple outputs & TOCs?
    If RH supports only a single browse sequence, does that mean there is no way to create a unique browse sequence for each separate output?
    If RH supports multiple browse sequences, what is the workflow?
    I also maintain a 'master' TOC that contains all the modules, both common and unlicensed. What I've done for now is to autocreate a browse sequence based on the 'master TOC'. When I generate output for a licensed module, which is conditionalized, I only see the TOC for that module and, therefore, can only browse between books and subbooks in that module. I've also verified that topics that do not appear in the conditionalized module, such as for another licensed module, do not appear in the Search results list either.
    Carol

    Me again, Carol
    You also asked about the functional differences between WebHelp and WebHelp Pro, so let me elaborate.
    I'm aware of only two major differences (other than the extra benefits of feedback analytics reports and management of "Areas" with authentication in RoboHelp Server).
    The behavior of Browse Sequences as explained above
    The fact that Content Categories are not supported in WebHelp Pro for this latest version 9.
    As for the Browse Sequences you are trying to provide for different modules (licensed, etc.): Multiple Browse Sequences are included in a single .BRS file. The sequences are defined in the XML within the single file.
    As a workaround (for either WebHelp or WebHelp Pro) you could create a NGP Help.brs. which you have already created for one module; then backup and archive it. Then, create a modification for the different module before you generate again. The NGP Help.brs. will need to have the same name as your project so you will have to manage the desired .brs file into the project folder when you generate that version. All of your other choices (TOC, Index, Conditional Tags, etc.) would remain the same for the respective modules.
    Finally, I note that you are apparently generating WebHelp Pro right now even though you are not publishing it to the RH Server? This is really not the best practice. You should generate plain WebHelp for a web server that does not have RH Server on it (even though you may be getting away with it). As for your concern about "breaking" something; each output is placed in a different !SSL! folder automatically when you generate, so you should be able to generate WebHelp without interferring with the WebHelp Pro output. Then, you can re-publish to the RH Server using WebHelp Pro whenever the server is ready.
    John Daigle
    Adobe Certified RoboHelp and Captivate Instructor
    Evergreen, Colorado
    www.showmethedemo.com

  • Can we change the enhancement set for a component

    Dear All
    I have a situation where in we need to change assign a different enhancement set to all our components which got enhanced.
    We can only have 1 enhancement set active for a client.
    Now in our case
    Say for client 300 we were using Enhancement Set E1.
    Our requirement is to create one more enhancment set E2 and assign it to client C1. We can do that.
    Do we we have a mechanism to move all development already done using E1 to E2?
    Please Help.
    Thanks
    Gaurav Sahai

    Hi Gaurav,
                   We create enhancement set in SM30, then assign it to client also there.
    After that, when we go to BSP_WD_CMPWB - by default we see the enhancement set assigned to the client. Now there are 2 things:
    1. to use different enhancement set for different users - you can implement badi component_loading to load different enhancement set depending on business requirement by writing code:
    RV_RESULT = <name of ENHANCEMENT_SET. >
      there is a default implementation in the system for reference.
    2. all enhanced views can be seen in transaction SM34, give name of view cluster as  BSPWDVC_CMP_EXT
       Select your enhancement set -> go to Enhancement Definitions (here you see components enhanced) -> select any -> go to Controller Subsitutes (here you see all view enhanced).
      You can try copying all these entries into another enhancement set. I am not sure if it will allow same entries in two different sets (if it doesn't you will have to delete from the other).
    I hope that resolves your query.
    Thanks,
    Rohit

  • Found initalFocusId setting for a component in Taskflow region .jsff

    Hello All,
    I found a way to set initialFocus on a component that is in a .jsff page fragment and which is used in a .jspx page as a Taskflow based region
    To implement the initialfocus
    <li>need to run the page</li>
    <li>view the page source and get the component id after it loads which looks like r1:0:it1 this helps in identifying the path of the component from inside the taskflow region</li>
    <li>now set the id r1:0:it1 in the jspx af:document initialFocusId="r1:0:it1"</li>
    <li>set the property of the component in .jsff as clientComponent="true"</li>
    voila!!! this works great
    let me know if anyone needs more info or a sample workspace .. happy to share :)
    Thanks,
    Tej

    Hi,
    the command button is in the page fragment, so you can perform a relative search. In your actionListener you receive the actionEvent object to start from
    RichCommandButton button = (RichCommandButton) actionEvent.getUIComponent();
    RichPopup popup = button.getParent();
    RichTable table = (RichTable) popup.findComponent("tb1");
    ...You would only use absolute searches when the search is initiated from the parent page. Otherwise you search relative
    Frank

  • WADK components & setting used for power management with answer file for windows 8.1 ent

    hello,
    I have to deploy windows 8.1 ent device with MDT answer file related to power management  with customized  following settings:
    High performances
    sleep timeout settings
    standby or sleep and hibernate setting
    Enable critical battery task.
    But don't know 
    1. how to manage power settings using answer file (WADK) for win8.1.
    2. which OS Windows image component and setting used for power management in WADK.
    Thanks
    Richa Km

    The way I do it with my task sequences (this works with MDT as well as SCCM) is to have an exported power plan using the POWERCFG -EXPORT command.  I create a software package around the resulting *.POW file with a command do do an POWERCFG -IMPORT.
     I then issue a POWERCFG -SETACTIVE command to the GUID of the *.POW file to enable that power scheme.
    More information on the POWERCFG command can be found here:
    https://technet.microsoft.com/en-us/library/cc748940%28v=ws.10%29.aspx
    Hope that helps,
    Darth.Mongo

  • Help with enabling TPM in Task Sequence for Dell Laptops

    Hi there,
    I would appreciate some advice on creating a task sequence for Win8.1 with TPM enabling for Dell laptops; I have BitLocker set up manually with a Group policy, but want to have TPM enabled in the task sequence. I have read older posts on sites such as windows
    noob, but can't see how to reference the CCTK and get TPM going for win8.1 in a SCCM2012 environment. 
    Obviously I haven't created this before so any help would be appreciated; I have noticed when I try to import my CCTK configurations into SCCM as it isn't a zip file I cannot do it.

    Luckily Dell wrote a whitepaper about that subject, see:
    http://en.community.dell.com/techcenter/extras/m/white_papers/20209083
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Transfer structure sequence for Flat File

    I am wondering is it realy important to maintain particular sequence in DS/TR str. for InfoObjects which are set up for getting constant value in TR rules. I am having trouble loading flat file. TR str. has some compounded characteristics like 0Fisvar for 0Fiscper and 0Co_area for 0profit_ctr both getting fix value in transfer rules. how to maintain flat file and TR str. sequence?

    Hi Vishan,
    This is what I used to do.
    If there is a compounded InfoObject or Key Figure that requires a unit (even though in your case, the compounded InfoCObject & the unita are always the same), You "need" add them in TS.
    After adding them, this is what I will do:
    Move them around to match the Flat File structure.
    Now, the fields that are always constants & not coming from Flat Files, move them to the end.
    They will be ignored. Your TR will populate them.
    If you get an error now, that means your Flat File is not formatted correctly, apart from that, you are fine.
    Ram Chamarthy
    Message was edited by: Ram Chamarthy

Maybe you are looking for

  • Too much info to fit on DVD?

    Probably a stupid question, but when creating a project in FCE and then exporting to iDVD, how can I know when I am close to having too much "project" to fit on a DVD? In other words, I don't want to keep creating projects on my timeline if I have al

  • GL Journal approval- Send notification to multiple approver

    Hello I want to send GL journal approval notification to multiple approver, once any of the approver approves the journal it should be removed from worklist of all approver. How can we acheive this? Pls help Thanks Avalon

  • What should I get, HDV or AVCHD camera.

    I'm looking to get a new camera and I'm looking at most likely getting a Sony camera. I'm wondering which will work better and easier with Final Cut. I'm just stuck in deciding between a Hard disk drive camera that will record in AVCHD or one that re

  • Procedure to call an RFC from another R/3 system

    Hi , I am new to RFC, how can we do the following steps: 1.      Run a routine in Dev environment which calls an RFC which is in testing 2.      The RFC performs the task as written  in it 3.      RFC passes the result to routine in Dev and 4.      W

  • Third party RAM for my Mac Pro

    I have a 1st generation Dual-Core 2.66GHz/4GB Mac Pro desktop. I want to install 16 GB total, from a third party. I'm not very computer savvy... and I'm not sure which third party offers the ram most suitable for my particular machine, or which pairs