modifying and extending the Whiteboard

Hello. I played with the whiteboard to create a pretty basic application.

But I wanted to distable/edit some of the features that come with the native sharedWhiteboard component.

Excerpt from the API, but could not find something... at this stage I should modify the source code?

Thought to develop my own shared "table" and using the stratus service but wasn't sure if I could transfer data P2P that is not video or audio.

See you soon.

Hello

You certainly wouldn't build a whiteboard w / P2P - conflict resolution becomes a huge problem (there is no guarantee that everyone would see the same thing).

What features you want to change? You are welcome to the subclass of the sharedWhiteboard - everything is protected, so its extension should not be too hard.

Nigel

Tags: Adobe LiveCycle

Similar Questions

  • What is the difference in the alta application and extend the alta?

    Mr President.

    What is the difference in the alta application and extend the alta?

    Concerning

    Alta application means - you change your application to alta and using only Alta Skin default skin

    While Extending means that you use your own skin (custom CSS file) that extends alta means you use alta, but you changed it for some components

    Ashish

  • ESX3.5U4/VC2.5 - move vmdk to adequate data store and extend the drive on the virtual machine

    ESX3.5U4/VC2.5 - move vmdk to adequate data store and extend the drive on the virtual machine

    Objective: move vmdk to store data with adequate storage and then increase storage D: 20G to 100G

    Converter is not available on this architecture. Can I migrate cold vm to the different data store, no prob.

    Question: Without use of the converter, method 3 can be used without a secondary vm? In other words, just by using target vm offline, online, offline? Or is it a problem of signing/OS disk on the Windows Virtual PC?

    I need to move vmdk in different LUN and extend drive vm windows on D: (non-OS drive). Is this possible via the single procedure? Options?

    To use method 3 to http://communities.vmware.com/thread/81121 requires available vm 'secondary', I did not.

    Method 3? Using of vmkfstools and another VM of Windows to extend a drive

    o stop the VM to resize

    o log in the console ESX Server via Putty

    o Type? vmkfstools? X & lt; new size of drive & gt; vmfs/volumes / & lt; storage volume name & gt;. / & lt; virtual server name & gt;. / & lt; the virtual disk name & gt;? That is to say. /vmfs/volumes/Storage1/my_vm.VMDK new disk size can be specified in kilo, mega, or gigabytes and will be the total size of the new disk. So if you want to increase a virtual disk of 20 GB of 24GO you would put 24000 m or 24g

    o the second virtual machine to help stop

    o change the second virtual machine settings and add the first virtual machine hard drive

    o power on the second VM and load the disk management snap-in and verify that the first virtual machine disk has unallocated on it space

    o select Start, run and enter diskpart.exe

    o the command? the list of volume? This will show you all the volumes.

    o select your volume based on the results of the list volume command, IE. ? Select volume 1?

    o type the command? extend? to extend the volume

    o check again the disk management snap-in and the volume is expected to be expanded with a greater ability

    o stop the second VM and remove (do not remove) the record of it

    o turn your first VM and the new space should be there and ready to use.

    Also, I'm already aware of Dell extpar:

    http://www.RTFM-ed.co.UK/?p=1310

    http://support.Dell.com/support/downloads/download.aspx?c=us & CS = 19 & l = in & s = DHS & ReleaseID = R64398 & formatcnt = 2 & starts = 83929

    for VI3, vmoiton of storage is made by RCLI plugin or a 3rd party

    I prefer the plugin

    http://www.virtualizationadmin.com/articles-tutorials/VMware-ESX-articles/VMotion-DRS-high-availability/storage-VMotion-SVMotion-VI-plugin.html

    In addition, if the option to increase the size of the disk in the VIC is grayed out, it sounds like a permissions issue.  Finally, you can not extend the disc using the VIC, if the customer in question has a snapshot.

  • I got an attachment, I have modified and saved the modified version, but without specifying the folder. How to recover this modified version?

    I received an attachment. I opened, modified and saved, but without specifying the folder, thinking it was the version that I already had in my computer. I can't find this version changed in my computer. I can get it back or it is lost...
    Thank you

    Nobody here knows where you specified to save the file on YOUR computer. Thunderbird does not control that.
    You can open the file again, and then select Save. It will more than likely try to save in the same place. Pay attention to the place this time to see where it was saved. If this location is not to your taste, specify a different location, and then delete the first record attempt.

  • How can I delete a partition and extend the other partition space?

    I have four partitions on my Windows 7 computer. And now, I find that the partition partition F has about 45 GB of free space. But the D partition is almost full and gives always notice the disk space is low. So, is that I can delete this partition F and extend my D partition with free space? Please, give me a solution. Thank you!

    Don Glen

    There is a 3rd party good master tool called easus partition 9.3 (free to try).  It changes the childs play.  BTW, 4 partitions are the maximum by HD

    http://www.partition-tool.com/?ad&gclid=COP4qK-ivL8CFWMQ7Aod2mgAHg

  • Resizing disk and extend the volume

    Hello

    We receive many questions with drives running out of space. So I want to automatically resize these discs and trigger the server assigned to run diskpart to extend the drive. otherwise, there has no presence for the task of resizing automatically.

    My problem is: is he a psossibity to trigger this disk extend with powershell plugin vco, without installation on each server certificate and by adding it as a powershellhost to vco.

    My workflow resizing works and the powershell script is also no problem. But how to group them?

    My idea was to run the script to a central powershellhost. Unfortunately PS plug-ins use ps-remote access and remote in a remote session access is not possible: S

    That's why I'm looking for any other in comments operations to handle this.

    Do you have any other idea or a good indication.

    Thanks in advance

    Hello!

    I see two ways:

    1 use my Plugin PowerSSHell for vCO, he called Powershell via SSH, so you might be able to use ps-distance communication.

    Download and info here: http://www.vcoportal.de/powersshell-plugin/

    To download powershell ssh server: http://www.powershellinside.com/powershell/ssh/Default.aspx (a free license is available as far as I KNOW)

    (A central script host script was exactly the use case, I created the plugin for)

    2. you use VIX-plugin (if you're on vSphere 4), or the API vSphere comments 5 to call the script inside the VM guest.

    See the discussion here: http://communities.vmware.com/message/2006040

    Kind regards

    Joerg

  • Modify and update the same effect?

    Let's say I create a table and write update trigger that I modify this table will trigger trigger? If yes why? Because I thought that the update and change is different things, aren't they?
    crate table my_tab 
    (
    val number
    );
    
    insert into my_tab values(5);
    commit;
    
    CREATE OR REPLACE TRIGGER my_trig
      AFTER UPDATE ON my_tab
      FOR EACH ROW
    BEGIN
    
            :new.val := 100;
    
    END my_trig;
    /
    
    alter table my_tab add (bonus number default 100);
    Thanks for your help.

    Welcome to the forum!

    Whenever you post it please your Oracle version 4-digit (SELECT * FROM V$ VERSION)
    >
    Let's say I create a table and write update trigger that I modify this table will trigger trigger? If yes why? Because I thought that the update and change is different things, aren't they?
    >
    Sounds like it could be from an interview question.

    For your specific example only a trigger on the table update when you modify this table that update the trigger will NOT fire.

    You are correct that the updates and the ALTERs are two different things. An UPDATE is a DML statement and ALTER is a DDL statement.
    But you can create triggers for both types of training.

    That's why it sounded like an interview question.

    Relax in your example is a DML trigger on the table. But you can also create a DDL trigger on the table that COULD be triggered if an ALTER statement has been executed.

    create or replace trigger prevent_alter_on_my_stab
      before alter on schema
    begin
      if (ora_dict_obj_name = 'MY_TAB') THEN
        raise_application_error(-20001,'ALTER on table MY_TAB not permitted');
      END IF;
    end;
    

    If you try now to alter table my_tab the DDL trigger is triggered and you will get the specified error message.

    See EVENTS CUSTOMER of Chapter 9 using triggers in the SQL reference doc
    http://docs.Oracle.com/CD/B28359_01/AppDev.111/b28370/triggers.htm#i1007895

  • How to modify and reuse the information on a CD

    I burned a photo on a CD powerpoint presentation and discovered that some text information was incorrect after

    View the presentation in the powerpoint viewer.

    Can I change the text on the presentation and it reburn on the same CD?

    Hello

    Only if the CD was a type RW. If the CD and R, then you can not change.

    If a RW, you can even delete the old information on the CD and re - burn the CD.

    I hope this helps.

  • After the publication of video in Movie Maker, it has a large green block down and extends the video

    I used a video camera to make a video and down it loaded on my computer.  Director of Windows wouldn't let me not download it from there, I guess that he could not read, so I converted it on AVS video converter 7.1 for mp4, which was unreadable on windows movie maker.  I then converted it to an avi and easily, he was transferred.  My problem is now, after the publication of the final draft of the film, he shows a huge green block at the bottom of the video and stretches horizontally on video.  This is not displayed when you edit the movie in windows movie maker, please help.

    Hello

    Since you used the 3 part video conversion software, we have no way of knowing what has occurred with the video. The only thing we can suggest is to follow the instructions in the following articles using the original video recorded and imported into Movie Maker:

    http://Windows.Microsoft.com/en-us/Windows7/make-a-movie-in-four-simple-steps

    http://support.Microsoft.com/kb/930435

  • Loop slider does not appear when you move to the right of the loop; may not extend the duration of the loop; aaarrrgh.

    Have checked tutorials and help , but doesn't understand why hovering over the right angle, at the top of the track loop not give me the slider that allows me to draw on the track and extend the playback loop.

    Long kickflip is the one that gives me a problem right now, but Latin Bembe Cowbell does not work for me either!

    It is my first try at GarageBand, and maybe my last very soon.  Thanks for easy to understand help you send.

    The two loops work very well for me in GarageBand 10.1.1. Skip on the upper right corner of the audio region to display the cursor of the loop, if it is not, save your project and the test in a different project.   Restart your Mac, if you don't have already done.

  • where can I find and delete the LowerFilters entry

    I have instructions to remove the upper filters registry entry that I did. Step 2 is to remove the registry entry filters low but which shows not under expansion control and extend the class.

    Is there another way to remove the lower registry filters?

    If it isn't there, you don't have to remove it.  But make sure that you are looking in the appropriate device class.

    See http://pcsupport.about.com/od/driverssupport/ht/upperfilters-lowerfilters.htm

  • expand the Image and set the substitution effect

    Hi all

    I have a couple of images which should do something about the rollOver event

    So, I thought I created my own class and extend the Image, here's what I can think

    package eu.mysite.utils

    {

    Import mx.controls.Image;

    Import mx.controls.Alert;

    public class RollOverImage extends Image

    {

    public Reversal of the var : String = "this._rollOver ()" ;

    public function RollOverImage()

    {

              super () ;

    }

    public function _rollOver():void {}

    mx.controls.Alert.show ("ROLLOVER");

    }

    }

    }

    And the mxml

    < utils:RollOverImage id = "img1" source = «...» » / >

    My RollOverImage does nothing (I want to see the alert) when the mouse passes over the image.

    Any suggestions?

    see you soon

    Hello

    Replace your code file with the below a then it will work fine...

    package eu.mysite.utils
    {
    import flash.events.MouseEvent;
      
    Import mx.controls.Alert;
    Import mx.controls.Image;
    SerializableAttribute public class RollOverImage extends Image
    {
    public void RollOverImage()
    {
    Super();
    this.addEventListener (MouseEvent.ROLL_OVER, onMouseRollOver);
    }
        
    public void onMouseRollOver(event:MouseEvent):void
    {
    mx.controls.Alert.show ("ROLLOVER");
    }

    }

    }

    Thank you

    Jean Claude

  • When going through the process of downloading with social monkee and reach the point add it to firefox, I get the following message: "social Monkee cannot be installed because firefox is unable to modify the required." How can this be repaired?

    When going through the process of downloading with social monkee and reach the point add it to firefox, I get the following message: "social Monkee cannot be installed because firefox is unable to modify the required." How can this be repaired?

    Which is usually caused by a lack of unpacking the directive (< em: unzip > true < / em: unzip >) in the file install.rdf to this extension.

    See https://developer.mozilla.org/En/Updating_extensions_for_Firefox_4.0#XPI_unpacking

  • How to extend the day after midnight to complete activities and close the rings

    If you wish to extend your day past midnight to close the activity temporarily put rings the time zone to time zone more West.  Change the time zone by midnight. Now, you can use the overtime that the timezone is offset from your usual time zone to complement the missing activities.

    I tested again on a long distance flight, where the time zone to destination is shifted 8 hours than my home timezone.

    As you can see, watch OS 2.1 may give credit for activities for more than 24 hours if change you the time zone.

    At 17:00, the watch already showed that 25 hours of 'Beneficiary', more than a day.

    And with the 8hrs offset in my regular zone I could have accumulated 30 stand hours in work a day of:

    If you wish to extend your day to complete the activities in this way, do not forget to set the time zone before going to sleep, or you may forget the next day that the watch is a few hours off the coast. I'd wait to set the zone time back until after receiving the message that all tasks have been completed for the day and set the timezone to the correct time after the next hour.

    Thank you

    What is a body to do if she lives in Hawaii?

  • Extend the reach of the WiFi with airport Time Capsule and Airport Express

    I want to extend the range of my WiFi network running on a Time Capsule with an Airport Extreme airport. The Internet, ADSL, signal goes from the cable box in a closet and has two Ethernet cables connecting the box. I installed a simple Ethernet switch and ran inside, with both Internet cables Ethernet Miss and in two rooms in my apartment. I created the Capsule of time like the WiFi router, then the Express in the other room in Bridge Mode to extend the range of the WiFi network and enable AirPlay. This configuration works well for a while, but after a certain time has problems. The Express seems to go back to the creation of the WiFi network on its own and I saw the problem of the conflict addreses DCHP.

    What seemed to work correctly using the Express as the "pivot" and I fell straight Internet on it and an Ethernet cable to connect the Time Capsule in Bridge Mode. It's far from ideal for me, however, because I like the Express to be in another room to extend the range of the WiFi network in this part of my apartment and be able to use it for AirPlay.

    Help, please.

    If you could let us know what operating system you use on your Mac or PC, we'll give you a configuration suggested for the AirPort Express, which will allow the Express and the Time Capsule to connect to the Ethernet switch and perform correctly.

    We assume that the switch and the wiring will function properly in your current configuration, as well as the time Capsule, is that correct?

Maybe you are looking for

  • I just got a popup warning me that my computer is now infected with a virus.

    Here's what just appeared on my iMac computer screen. Is it this? I thought that this could not happen to Apple. I have an iMac 21.5 with the last update of El Capitan 10.11.6. Any ideas.

  • The service of audo no is esta ejecutando en sonidos del sistema

    El icono of audio Quebec sale the computadora en sell me esta palabra, el servicio audio don't be esta ejecutando, donde dice del sistema applications, there are that of is

  • HP Deskjet 3510: Cannot connect wireless with new router

    I got a new modem with router wireless integrated into my cable company.  Now, I am unable to connect wirelessly to my printer. He seems incapable of finding new wireless information.  The closest I could get the printer screen advised to 'hold the W

  • Feature: Net-new vs report maintained?

    This topic has just been raised in discussion and I recalled how I used to do to Eloqua 3-4 years ago and I was wondering if it has changed...I used to buy lists of suppliers and Uploader in Eloqua. Eloqua would then send me an automatic e-mail with

  • Text to Speech Agents

    I downloaded the text available to the word of the Agents for my 9 Captivate; However, I feel again they sounds like a robot. Can someone direct me to the agents that sound much more natural?