SharedWhiteBoard properties toolbar initialisation problem

hey guys
ive got me a whiteboard here that i need to scale so one of the things i'm doing with it is adding the various toolbars to extenal canvases once they get added to the whiteboard so they aren't scaled with the whiteboard, in the way documented here:
http://forums.adobe.com/thread/429196
which, as you'll see, is the technique nigel himself recommends.
so in order to remove the properties toolbars from the whiteboard i've got this listener & method:
_whiteBoard.addEventListener(
    WBCanvasEvent.PROPERTIES_TOOLBAR_ADD,
    _onWhiteBoardPropertiesToolBarAdded
private function _onWhiteBoardPropertiesToolBarAdded (event:WBCanvasEvent):void
    _currentPropertiesPopUp = _whiteBoard.currentPropertiesToolBar as UIComponent;
    meetingRoom.whiteBoardContainer.addChild(_currentPropertiesPopUp);
the problem IS that the props toolbars in question aren't properly initialised before this listener method is called. have a look at the tow attached images. the first is the visual result the first time the above method is called on the 'highlight recttangle tool', the second the second time it is called. as you can see, the second time is much the better result.
incidentally, i was listening to this whilst making this forum post:
http://www.youtube.com/watch?v=B3HujB4E2GA

Hi Dubya,
Can you add _currentPropertiesPopUp.validateNow(); in your _onWhiteBoardPropertiesToolBarAdded method.
private function _onWhiteBoardPropertiesToolBarAdded (event:WBCanvasEvent):void
    _currentPropertiesPopUp = _whiteBoard.currentPropertiesToolBar as UIComponent;
    _currentPropertiesPopUp.validateNow();
    meetingRoom.whiteBoardContainer.addChild(_currentPropertiesPopUp);
Hopefully this should resolve your issue ( Idea ofcourse stolen from the existing code base ).
Also seems like the property bar is overlapping the toolbar. You can save the X & Y co-ordinates of the ToolBar and move ur properties bar (ex. _currentPropertiesPopUp.move(_toolBar.x+_toolBar.width+2, _toolBar.y) )
Thanks

Similar Messages

  • No v9 properties toolbar access except in last document opened

    Has anyone else noticed this in v9.0 or 9.1 of acrobat?
    You want to change the properties of an object such as the text format in a comment/markup text box and, even though you can select the text, "No current selection" is reported where the properties would normally appear.
    This seems to only happen when the document being edited is not the last one opened by acrobat. It seems to hold true for shapes and other items that could otherwise be modified using the properties toolbar. Disabling and re-enabling the toolbar does not help. Closing the document and then re-opening it does fix the problem for the one document because now the document is the last document opened, but now the prior "last document opened" no longer works in this respect, even if it had been working.

    Still not fixed!
    Assumptions for this test:
    1. Acrobat has been configured so that the "Text Box Tool" (part of the "Comment & Markup Toolbar") is visible on the toolbar.
       (Tools --> Customize Toolbars... may need to be used to se this up)
    2. The "Properties Bar" is visible (a Ctrl-E should bring it up if it is not already so)
    If you had to make changes to get this configuration set, close all Acrobat windows before proceeding so that the settings will be remembered and used when new windows are open.
    ******BUG******
    Text box TEXT PROPERTIES only accessible in most recent file opened.
    Steps to reproduce bug:
    1. Open a 1st PDF
    2. Open a 2nd different PDF
    3. Arrange so both are visible.
    4. in the 1st PDF create a text box and notice how the window for the 2nd PDF gets the TEXT BOX PROPERTIES BAR
    5. notice how there is no way to change the text box properties in the first window.
    Results: Text box properties can only be changed in the most recently opened window.
    Expected results: Text box properties should work for all windows!
    Note that no properties (color, fill, font, ...) of any object (line, rectangle, callout, ...) can be changed using the Properties Bar if the properties bar is not part of the last window opened.
    The only kludgy workaround I've found is that if I need a working properties bar in a particular window I can:
    1) save the file to capture any outstanding changes that might not have been captured (this is an optional step)
    2) make a throw-away minor change to the file (I usually draw a short line segment)
    3) Go to File --> Revert (& Confirm)
    The file will close and reopen without the throw-away change and it will now be the last file opened so it will now have a working properties bar.

  • Properties Toolbar not displaying in Acrobat Standard 9.0

    In editing an Adobe document the Properties Toolbar does not display even though the Toolbar is checked.     The Toolbar will not display unless the document is exited and all Adobe documents are closed and Adobe is opened again.    Is this a known bug or has anyone else run into this?

    We have definitely ran into this.  Not a clue as to how to fix it, other than close and re-open Acrobat, as you are doing, which creates new issues.

  • Properties toolbar not responding

    I am running Windows 7. I have a copy of Acrobat Pro 9 on my machine, as well as Reader X, with the latest updates.
    I only noticed this recently, but in Reader X, the Properties Toolbar isn't responding to anything...like if I select a highlight (text that has already be highlighted), the Properties toolbar doesn't respond or change...it's like it is unlinked from whatever actions I am performing. The Properties Bar in Acrobat Pro 9 works fine.
    Any ideas?
    Ian

    We have definitely ran into this.  Not a clue as to how to fix it, other than close and re-open Acrobat, as you are doing, which creates new issues.

  • Testo 176 - Serial initialisation problem

    I am trying to get the Testo 176P1 talking with labview 2011.
    I have downloaded the TestoToolbox and also got an update from the German support with a Toolbox2.exe installer.
    Anyhow I am unable to get through the initialisation process with the tcddka.dll from Testo (V1.2).
    I do have a simple question: What device name do you feed to the Init procedure?
    1) the name you can see in devicemanager?  in my case "testo 175-176-2010" --> Exception occured in tcddka: Invalid DeviceName in testo serial init.vi
    2) but "testo175-176-2010" gives me --> "Exception occured in tcddka: The instrument is not responding in testo serial init.vi"
    3) or the general "testo175-177" results in  "Exception occured in tcddka: The instrument is not responding in testo serial init.vi"
    Seems I did set the COM-port correctly!
    + the testo software is able to connect with the device without a problem.
    in earliers posts about a Testo Gas detector, I saw characters being added and modifications being made in comsoft.cat file... ?
    Any suggestions are welcome!
    Solved!
    Go to Solution.
    Attachments:
    testo_init.GIF ‏9 KB

    These are most likely the possible devicenames which can be connected:
    Type
    Communication library
    testo174
    ftd2xx
    testo174-2010
    ftd2xx
    testo175-176-2010
    ftd2xx
    testo175-177
    usbser
    testo435-635-735
    ftd2xx
    My initialisation problem was resolved after unplugging & reconnecting the device!
    Attached Vi works without error reporting but I still do not get the pressure value displayed on the screen of the Testo 176...
    Attachments:
    testo test.vi ‏38 KB

  • Servlet initialisation problem

    Hi! I am very new to servlet and would appreciate your assistance in this problem.
    I am using j2sdk1.3.1_08, Tomcat 4.1.27, Log4j 1.2.28
    I would like to initialise log4j using servlet. Following are the codes I used. Somehow, this servlet does not get initialised as there are no logs generated. But if I run runLog.jsp following by test.jsp, it works. Do you know why?
    ------ runLog.jsp ---
    <%@ page import="org.apache.log4j.*"%>
    <%
    Logger logger = Logger.getLogger(getClass());
    String LogConfigFilePath = getServletContext().getRealPath("/")+"WEB-INF/classes/config/log4j.properties";
    BasicConfigurator.resetConfiguration();
    PropertyConfigurator.configure(LogConfigFilePath);
    logger.info("runLog successful");
    %>
    ------ WEB-INF/class/com/log/Log4jInit.java ----
    package com.log;
    import org.apache.log4j.*;
    import javax.servlet.http.*;
    public class Log4jInit extends HttpServlet {
    public void init() {
    String LogConfigFilePath = getServletContext().getRealPath("/") + "config//log4j.properties";
    BasicConfigurator.resetConfiguration();
    PropertyConfigurator.configure(LogConfigFilePath);
    public void doGet(HttpServletRequest req, HttpServletResponse res) {}
    --- web.xml ---
    <servlet>
    <servlet-name>log4j-init</servlet-name>
    <servlet-class>com.log.Log4jInit</servlet-class>
    <init-param>
    <param-name>log4j</param-name>
    <param-value>WEB-INF/classes/config/log4j.properties</param-value>
    </init-param>
    <load-on-startup>1</load-on-startup>
    </servlet>
    --- test.jsp ---
    <%@ page import="org.apache.log4j.*" %>
    <% Logger logger = Logger.getLogger("test.jsp");
    logger.info("befor say hi");
    %>
    <h3> Hi</h3>
    <% logger.info("after say hi");%>

    Thank you. I have found the problem. It's the extra info in the path which is not required.

  • Illustrator CS 4 Tryout toolbar/tools problem

    Hello,
    My first post since...ever. And first problem...yeah right
    But lets cut to the chase:
    I CANNOT ACCESS TOOLS NOR TOOL PROPERTIES IN THE TOOLBAR(left side on the screen/default)...and sorry for yelling.
    e.g. changing Rectangular tool to Ellipse tool etc. is impossible
    Last night I made a "double click" mouse right and left click and vóilá I could choose between Rectangular tool, ellipse tool etc.
    But that does not work anymore. What shall I do?
    Illustrator CS 4 Tryout
    Windows 7 64-bit Pro
    Br,
    Jasu

    Hi again,
    Alt + left-click seems to be working now
    but still it is quite unpractical way instead of just right-click.
    And no solution found
    Thanks for the reply and the "knowledge base", I need to check it out later...
    Br,
    Jasu

  • Multiple serial port initialisation problem

    Good Morning All
    I have attached a vi which is giving me a problem that I can't solve, and would appreciate any help.
    The vi is supposed to intialise up to 7 serial ports (only using 5 at the moment), and I'm assuming this is a plausible way to do the initialisation (could be wrong). The serial ports are connected to a pc via a usb hub. The windows XP o/s does recognise the ports according to the device manager.
    The problem is that when the vi is run the following error is reported as shown in the attached word document.
    I have compared the port settings in the device manager properties for each port to the vi settings and they match. What more can I do?
    If somebody has a setup with mutliple serial ports could they try the vi and see if it works for them?
    Thanks and best regards
    Ray
    Solved!
    Go to Solution.
    Attachments:
    ax500 serial port init.vi ‏37 KB
    init error.docx ‏518 KB

    It has nothing to do with multiple serial ports.  It has to do with an invalid setting you are trying to use to configure any one of the serial ports.
    Look at the information in the error message.  Argument 4 of the property node in Configure Serial Port VI is the Stop Bits setting.  I see a coercion dot going into that VI, so that tells me the datatype you are wiring in doesn't quite match.
    You have an array of I32 values, and your values consist of 1's.  Disconnect that array and right click on the terminal of Configure Serial Port VI and pick Create Constant.  You'll see you get a ring data type.  It is a U16.  But if you look at the items in there, you'll see that stop bits 1.0 has a value of 10.  1.5 has a value of 15, 2.0 has a value of 20.  So the value of 1 has no meaning to that property node and you get an error.  You should be wiring in a value of 10.
    Delete that array.  Create an array of the ring constants.  Turn it into a control, and choose the correct ring value for each element of your array.
    You have several other coercion dots.  They may not be causing you problems, but I would consider disconnecting them, creating a constant of the correct datatype, and using that in the array you wire to the Configure subVI.
    I modified your VI and attached it.  See if it works for you.
    Attachments:
    ax500SerialPortInitMOD.vi ‏37 KB

  • JControl.exe does not start...Database Initialisation Problem...MS SQL

    Hi,
    I was wondering if anyone has any idea on why JCONTROL.exe does not start. I am currently installing NW04s EP7. The DB is on another host and te SCS and CI are on a different host. I am going throught the installation when I get the following error fro the Bootstrap file.
    I have already done the following steps:
    1. entered the SAP<SID>DB password
    2. SQL is started and running on the second host.
    3. The bootstrap.propeties files look the same as any other file EP system on our network
    [Mar 7, 2007 5:32:35 PM  ] [Bootstrap module]> Problem occurred while performing synchronization.
    [Mar 7, 2007 5:35:45 PM  ] -
    [Mar 7, 2007 5:35:45 PM  ] Bootstrap MODE:
    [Mar 7, 2007 5:35:45 PM  ] <INSTANCE GLOBALS>
    [Mar 7, 2007 5:35:45 PM  ]  determined by parameter [ID0117060].
    [Mar 7, 2007 5:35:45 PM  ] -
    [Mar 7, 2007 5:35:46 PM  ] Exception occurred:
    com.sap.engine.bootstrap.SynchronizationException: Database initialization failed! Check database properties!
         at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:422)
         at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
         at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    ==[ Caused by: ]==----
    com.sap.engine.frame.core.configuration.ConfigurationException: Error occurred: Secure Store lib Dir does not exist
    PC04315\sapmnt\ET1\SYS\global\security\lib\tools
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:212)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:49)
         at com.sap.engine.bootstrap.Synchronizer.<init>(Synchronizer.java:60)
         at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:419)
         at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
         at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    [Mar 7, 2007 5:35:46 PM  ] [Bootstrap module]> Problem occurred while performing synchronization.
    Many thanks,
    Adil Zafar

    ==[ Caused by: ]==----
    com.sap.engine.frame.core.configuration.ConfigurationException: Error occurred: Secure Store lib Dir does not exist
    PC04315\sapmnt\ET1\SYS\global\security\lib\tools
    Do you have strong encryption on your current system?

  • PXI MXI-3 Initialisation problem on Win2k

    I'm using an 8 card PXI chassis, which is connected to a Win2k PC by a MXI-3 bridge. I have found that adding one particular card to the rack (a value motion card) causes system initialisation to fail - Windows boots OK, but even MAX can't see any cards. The problem occurs on the two target machines intended to run the rig, but not on my development machine. Any ideas how to diagnose/fix this?

    Thanks for your comments. The PXI-7314 is the card in question - My first thought is that we could have been sent one of the pre-update cards. however, presumably this would cause the problem on all Win2000 machines, whereas we only see it on the target machines. The machines we see the problem on are 1 GHz Intel Pentium 3's which our client purchased from an extremely small low cost manufacturer in the UK - so I'm wondering if the problem may lie there.
    What we see when the card is installed (including when only the MXI-3 and the 7314 are in the in the rack) is that the MXI-3 optimisation runs, detects the PXI rack OK, but fails to detect any cards. Trying to access the cards from Visual Basic via ComponentWorks custom controls obviously fails, and MAX d
    oesn't report any cards.

  • CSS properties panel - odd problem

    Recently the CSS properties panel has suddenly changed and
    won't operate or display the way it's supposed to. The CSS Styles
    panel is open. I've got the layout set to "Show only set
    properties". When I choose a selector the properties show up below
    it, however the "Add property" link is gone and there are no labels
    for each property.
    I've never seen this before and I can't find any option to
    switch it back, in case I changed the layout by accident. Has
    anyone any knowledge of this? Did I do something to change the
    layout?
    Thanks for any assistance.
    Jeff

    I am having the same problem. I even reinstalled Dreamweaver
    but it didn't help. Any ideas?
    Thank you.
    Donna

  • Firefox 5 - odd bookmarks toolbar intermittent problem

    Since upgrading to Firefox 5, I've run into an intermittent problem with the bookmarks toolbar. I have a fairly wide/deep bookmarks structure. Intermittently, when I click on an item in the toolbar, nothing happens. No dropdown list of sub-bookmarks occurs. Sometimes, if I move the cursor back & forth along the toolbar, then go back to the item I want, it will work.
    Usually, when this happens, none of the entries on the toolbar will "work" but sometimes, the only one that won't work is the >> for the bookmarks that can't fit on the toolbar.
    Eventually, all the items on the toolbar become active again - either because I've repeatedly moved the cursor along the toolbar or have opened a new firefox window or some other random event happens.
    I can't test this in safe mode because it is an intermittent problem - happens at least once a day but depends on how many hours I'm online - and when I'm on the web, I'm working - so I need all the addons I have installed. In other words, I can't do my job if I use safemode w/ just the bookmarks toolbar & no addons.
    Nor can I enable/disable addons to see if one of them is responsible because the problem doesn't occur on any schedule & I only have addons that I use daily.
    I'm posting this question primarily to alert others in the event that somebody else has noticed the same problem. It is an extremely irritating but not fatal problem.

    *Multirow Bookmarks Toolbar Plus: https://addons.mozilla.org/firefox/addon/multirow-bookmarks-toolbarplus/

  • Toolbar Selection Problem

    I have a problem with Photoshop that when I click on a tool on the toolbar all of the selections show up for each toobar location. This isn't a problem when the tool I want to select is at the top of the list, such as the clone tool. But if I want to selct a tool that is at the bottom, I have to move the cursor down and click on it every time I click on that tool option. This problem may be related to my mouse driver and not a setting in Photoshop because it happens when I'm in both CS3 and Photoshop 7.

    I have a relatively new Cordless Microsoft Notebook Mouse that I'm
    using. I couldn't find any newer drivers than the ones I'm using so I disconnected the
    mouse and hooked up an old logitech. Upon reboot, the tool bar functioned fine. I then
    rebooted with the microsoft mouse reconnected and now PS works fine with the Microsoft mouse.
    Go figure...
    I don't use a keyboard with any extra features. I can't stand it when I accidentally bump the shortcut buttons. Call me old-fashioned I guess.
    Thanks for all the help.

  • Dreamweaver - Properties - Basic Design Problem

    I have been using Dreamweaver 8 for some time now with no
    problems but now when I opened a page in Dreamweaver last night it
    appears to have lost all of it's properties and gone back to basic
    design. When I try to change the properties like changing the font
    to bold or increasing the size of the font - It won't let me - It
    just says basic The links have also gone back to the basic blue
    rather then black which is the colour i set them to.
    I have obviously changed some kind of setting but don't know
    which one.
    I tried downlaoding my site from the server to the
    dreamweaver root folder to see if this would solve the problem but
    again it looks very basic.. When I preview the site in internet
    exploer it looks how it was originally designed.
    Help!!!

    Please keep this on the DW forum.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    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
    ==================
    "mickeyboi79" <[email protected]> wrote in
    message
    news:em1av3$qev$[email protected]..
    >I have been using Dreamweaver 8 for some time now with no
    problems but now
    >when
    > I opened a page in Dreamweaver last night it appears to
    have lost all of
    > it's
    > properties and gone back to basic design. When I try to
    change the
    > properties
    > like changing the font to bold or increasing the size of
    the font - It
    > won't
    > let me - It just says basic The links have also gone
    back to the basic
    > blue
    > rather then black which is the colour i set them to.
    >
    > I have obviously changed some kind of setting but don't
    know which one.
    >
    > I tried downlaoding my site from the server to the
    dreamweaver root folder
    > to
    > see if this would solve the problem but again it looks
    very basic.. When I
    > preview the site in internet exploer it looks how it was
    originally
    > designed.
    >
    > Help!!!
    >

  • JRE deployment.properties set value problem

    hi,
    I'd like to set the deployment.javapi.jre.1.5.0_08.args listed in deployment.properties with another two values
    -Xmx256m
    -Xms128m
    These are my existing lines in deployment.properties:
    deployment.javapi.jre.1.5.0_08.osname=Windows
    deployment.javapi.jre.1.5.0_08.args=-Djavaplugin.classloader.cache.enabled\=false
    deployment.javapi.jre.1.5.0_08.osarch=x86
    deployment.javapi.jre.1.5.0_08.path=C\:\\Programme\\Sun\\Java\\jre1.5.0_08
    The Sun deployment guide is not any help, because there's no ducumentation about multiple value settings.
    I already tested unsuccessfully
    blanks (deployment.javapi.jre.1.5.0_08.args=-Djavaplugin.classloader.cache.enabled\=false -Xmx256m -Xms128m),
    pipes (deployment.javapi.jre.1.5.0_08.args=-Djavaplugin.classloader.cache.enabled\=false|-Xmx256m|-Xms128m),
    plus (deployment.javapi.jre.1.5.0_08.args=-Djavaplugin.classloader.cache.enabled\=false+-Xmx256m+-Xms128m),
    masked blanks (deployment.javapi.jre.1.5.0_08.args=-Djavaplugin.classloader.cache.enabled\=false\ -Xmx256m\ -Xms128m),
    Any hints or help?
    Thank you very much for your help

    I'm having the same problem as well. Java 7u21 (32bit), win7 64bit. All i'm trying to do is set
    deployment.security.level=MEDIUM
    in my deployment.properties, but it won't work, i have exactly the same deployment.config as the OP.
    I have noticed, if i go into the user deployment.properties for the user (C:\Users\<name>\AppData\LocalLow\Sun\Java\Deployment\deployment.properties), and delete the file, nothing changes (a new one just gets created with the non system wide settings). HOWEVER, if you open that user deployment.properties file, and remove the entries that you are trying to configure via the system wide deployment.properties, then the system wide deployment.properties comes into play and works.
    But obviously this is not something I want to have to do on every work station.

Maybe you are looking for