Customized presentations

Hello

I'm trying to set up a presentation very customized using 5320 MCU which is managed remotely by the conductor.

Current configuration:

1.) create Conference in TMS

Available assigned custom number 2.) in the model of the Conference in the conductor.

3.) layout changes every time Conference is created in TMS and propagated in the MCU.

Is there, far from creating this type of disposal of the conference without creating a static Conference meeting in the microcontroller.

Conductor cannot use the default layouts on the MCU, necessary custom presentations have to be modified on a basis by the Conference on the MCU, or use a static conference where the layout is already customized.  Refer to the section 'Customize page layout views' in the MCU 5300 Help Guide online.

Tags: Cisco Support

Similar Questions

  • Tap 10 missing custom presentations

    My setup is as follows - SX20 of CUCM and 2 a SX80 also registered in CUCM. I use vTS and conductor for the Conference.

    My problem is that I have created templates customized for the SX80 using the Console of TC. When I place a call from one to one between 80 to 20, my custom layout appears fine on the touch device 10. However, when I have Conference in another participant (ad hoc), I only see default layouts on the touch 10.

    Just did some tests with a SX80 and C20 running TC7.3.6, point-to-point connection as well as via a controlled TelePresence Server driver.  It seems when it is connected to a server with ActiveControl TelePresense enabled, 10 touch you will present only with configurations that are available on the telepresence server and allows you to hide any custom provisions created using the Console of TC.  By default on what activecontrol is enabled on all the endpoints, as well as the telepresence server, if you disable ActiveControl on one of them, updates on custom page must appear and be selected

    • To disable ActiveControl endpoint, using the web interface, go to Configuration > System Configuration > Conference > ActiveControl Mode.
    • To disable ActiveControl on the telepresence server, this is done on the conductor in the advanced settings of the Conference model, this is the option 'enable the iX Protocol '.
  • Custom Presenter mobile URl patterns

    Hello

    I've developed e-learning, experiences in connect for some time and that the integration with my custom user expereince. I recently started using present 8 and mobile presenter. I need to know the URL scheme customized to call Adobe mobile Presenter since the iPad safari browser. (like I do with connect connectpro://myconnectserver/mycontent nuer pro). Does anyone have this information availabl

    If this is not possible, I have to know that as well, since it is a major obstacle for us. If we manage to do around him, then we will consider buy multiple licenses of presenter 8. Allow our library of in-depth presentation to be played on iOS devices is very important to us, but if the user must type 5 URL to display the entire contents of one program then this isn't a viable solution.

    Hello

    It seems that you are using an earlier version of connect.

    It's connect version C8.2.2 as I can see it on https://rti.connectsolutions.com/version.txt

    However the ability to call presenter mobile app to a course to connect on a browser in the ipad has been activated in Connect version 9.0.3

    You need to upgrade your server connection to take advantage of this feature.

    Thank you

    ALPI Agarwal

    Adobe Presenter Engineering Team

  • Background with custom layout error

    Hello

    I have a screen that I put to use a background image, and I created a custom presentation of HFM

    but when I use my layout on the screen I get an 104 error not caught illegal argument exception.

    When I delete the code for the background image, the screen will display properly with my custom layout,

    How can I use my custom with a background image layout.

    Thank you

    Hello

    I ran my application with debugging and here is a screenshot of the debug window when my application crashes.

    He seemed to have solved the problem now my custom layout and and background displays correctly, I changed my background don't not to scale, can someone help explain this that when wrong when using Background.REPEAT_SCALE_TO_FIT

    Bitmap VO = Bitmap.getBitmapResource ("splashscreen.png");
    Background _bg = BackgroundFactory.createBitmapBackground (VO,
    Background.POSITION_X_LEFT, Background.POSITION_Y_TOP,
    ( Background.REPEAT_SCALE_TO_FIT) ;
    VerticalFieldManager _scrMngr = (VerticalFieldManager) getMainManager();
    _scrMngr.setbackground (_bg);

    Bitmap VO = Bitmap.getBitmapResource ("splashscreen.png");
    Background _bg = BackgroundFactory.createBitmapBackground (VO,
    Background.POSITION_X_LEFT, Background.POSITION_Y_TOP,
    ( Background.REPEAT_NONE) ;
    VerticalFieldManager _scrMngr = (VerticalFieldManager) getMainManager();
    _scrMngr.setbackground (_bg);

  • Creation of models custom TelePresence server on the virtual machine

    Hello

    1. can we develop custom presentations (especially a small picture of a speaker in the corner of a screen presentation of content) in Server TP Cisco on VM?

    2. it is possible to switch between patterns existing and created manually during a live teleconference?

    Thank you, Nick.

    Custom presentations are not supported on server of telepresence, the only currently available layouts are:

    • EQUAL
    • Eminent
    • Overlay
    • Unique

    You can switch between layouts by using DTMF, keys 2 and 8, or ActiveControl if one button 8 or 10 is connected to the endpoint.

  • Custom layout manager

    Hi all

    I can't create a custom presentation Manager. I extended the class Manager and set the getPreferredWidth() implement, the getPreferredHeight() and methods sublayout (int width, int height) but I have two LabelFields are not displayed.

    I would like to first of all fields of both label as shown in the image below, but I do not understand creation of custom models. I understand getPreferredWidth() and getPreferredHeight() sets the width and height of the Manager, but I'm confused with the method sublauout (int width, int height) and layoutChild and setPositionchild (field, int, int).

    I'd appreciate it if someone could point out tutorials, examples and notes for custom understanding models.

    Thank you

    Praveen Singh

    Hi arkadyz

    Thank you very much for the help.  I solved the problem I had, I tried to extend the class Manager and setPreferredWidth() to Display.getWidth () and setPreferredHeight() to return the height of the first field.  My problem is that I have added two LabelFields at my personal Manager and tried to keep them on the same line, which meant my int y variable has been created under the zero and my int variable x changed but these two variables x and is also used in setExtent(x,y); If I was getting setExtent (x, 0); which caused my labelfields does not show.

    protected void sublayout (int width, int height) {}
    int x = 0;
    int y = 0;

    for (int i = 0; i)< getfieldcount();="" i++)="">
    Field field = getField (i);
    layoutChild (field, width, height);
    setPositionChild (field, x, y);
    x += field.getWidth () + 90;
    y += 0;
    }
    setExtent (x, y + getField (0) .getHeight ());
    }

  • Custom layout of JavaFX nodes

    I'm developing an application for which it is necessary to nodes available in addition to the other (or on top of the other etc..). However, this provision is only an IPO and the user is able to move these nodes arbitrarily. How does correctly in JavaFX? I'll explain my problem with a simplified example:

    Guess I have 2 rectangles and want to place rect2 right of rect1.

    // create first rectangle at position x= 5, y=5 
    rect1
    = rectangle(5,5);
    // create second rectangle to the right of rect1
    rect2
    = rectangle(5+rect1.width(), 5);

    In this scenario JavaFX has not yet determined the width of rect1, and there will be zero. Intuitively, I would make a call that allows JavaFX rect1 and thus determine its width and then add rect2. See the following example:

    // create first rectangle at position x= 5, y=5 
    rect1
    = rectangle(5,5);
    // let JavaFX draw rect1 (width will be calculated and set)
    draw
    ();
    // create second rectangle to the right of rect1
    rect2
    = rectangle(5+rect1.width(), 5);

    Unfortunately, I have not found a method that does what I want. My current solution appealed to the Platform.runLater (), but this does not work properly all the time. If my interpretation of the links is correct, the links also are not appropriate for this problem. I want only to provision initially nodes, so I have to remove the link after the initial layout (or do rect2 would move if rect1 is moved).

    Thanks in advance for any help.

    Custom presentations are generally made subclassing region, the substitution of layoutChildren() and calculations of page layout based on the prefWidth and the prefHeight of the child nodes.  Best place to understand this for example is by examining the source code of JavaFX , as I've never seen a tutorial on the subject.

    A round, you can use that may or may not be suitable for you, is to use the layout panels for the default page layout, then use translate the properties to allow the user to the default layout components, the translation in this way you can avoid the creation of a custom layout component.

    Another way to do is to use a base pane as the layout container that is not automatic on her children, add children to the pane in the constructor of the component.  Layout() and applyCss() use children to measure children if necessary in order to determine the appropriate size.

  • Customizations of trust details doing not customer portal

    I developed about six to eight screens review custom approval, but also screens for the approval tasks task details.

    But I don't see a way to apply these customizations to the screen a customer presented with when they click on an exceptional approval - all customer portal approvals appear to be the generic system failure, which only shows the description of the task and ask fields.

    I defined a set screen application, task screen together, and a defined approval form but don't seem to be able to manipulate these relationships somehow made my custom "approval examination" tie to the customer saw "approve the details."

    Can someone point me in a direction until I could be missing?

    Once you have associated the screens on the workflow template, you archive requests that were created after the changes or that were created before the changes?

    If you look at applications that were made prior to the changes, you must update the tables cr_request and cr_task entity_type column so that the changes are visible. You can do this via a query in the database or open the request/task and change the screen as you did on the workflow model. If the requests were made after the changes to the workflow then you shouldn't have to do.

  • Custom auto layout predefined question...

    I am in the book module and try to use "layout auto preset editor'... when I go to save all the special pre-defined it does not save the predefined area remains empty. I have only four presets comes with lightroom and impossible to create my own.

    I use LR 4.1 on Mac OS 10.8 mountain lion... Is this a bug?

    This is FIXED now, but here's what I had to do...

    I tried to repair permissions before all this, but it did not work... I even tried to use 'get info' and change the permissions & sharing settings... it does not either.

    1. COMPLETELY uninstalled LR doing the following:

    -Drag the icon of the Lightroom application in the trash...

    -in the user account, drag the following to the trash...

    ~/Library/application support/Adobe/Lightroom

    ~/Library/preferences/com.Adobe.Lightroom3.plist

    ~/Library/preferences/com.Adobe.Lightroom3.LSSharedFileList.plist

    ~/Library/caches/Adobe camera Raw

    ~/Library/Caches/com.Adobe.Lightroom3

    -in the library folder - the system level, drag the following in the trash...

    / Library/Application Support/Adobe/Lightroom

    2 empty the Recycle Bin and Rebooted the computer

    3 repair permissions

    4. download and install 4.1 LR

    5 fix the permissions

    6 launched LR with a new empty catalog

    7 went to the book module and created a custom presentation

    8. open my catalog back and found the new layout and could also create new ones.

    I don't know if I do step 6, but I've been talikng no chance at that time!

  • AZERTY keyboard works with livedock

    Hello

    I bought a livedock station and I use an AZERTY keyboard, unfortunately, it works as if it were a QWERTY keyboard.

    Do you know if there is a way to force the AZERTYmode or if an update is planned?

    Thank you

    I use "using keyboard external pro" with my bth keyboard. It should also work with usb keyboards. It allows you to reassign the keys and make custom presentations. Find it on google game and good luck! There are probably free options that have the same functionality.

    Gunnar

  • Setting width of objectchoicefield

    Hello

    I want to ObjectChoiceField without tag and set its width on screen width in my project. Suggest me the way to do this

    Thanks in advance

    Check this box to learn how to make a custom presentation:
    http://supportforums.BlackBerry.com/T5/Java-development/how-to-extend-Manager/Ta-p/446749

    in your case, you can also try to crush getPreferredWidth, but do not know if it works on a choicefield

  • EditField + BitmapField in a horizontalfield Manager

    Hello

    I use code below to show a field of editing and Bitmap in a horizontal field Manager, but I'm getting illegal state exception...

    If I first add BitmapField and then change the field it works fine but I need Editifield first and then BitmapField

    Below is my code...

      Bitmap bg = Bitmap.getBitmapResource("twenty.png");
      locations = new BitmapField(bg,bg,"Locations");
      EditField table=new EditField("Ticket No : ","",5,EditField.FILTER_NUMERIC)
             {
                    private int iRectX = getFont().getAdvance(getLabel());
                    private int iRectWidth = Display.getWidth() - iRectX - 4;
                    public void paint(Graphics g)
                     {
                                g.setColor(0x000000);
                                g.drawRect(iRectX, 0, 170, 18);
                                super.paint(g);
                    }
             };
    
      HorizontalFieldManager hfm=new HorizontalFieldManager(HorizontalFieldManager.USE_ALL_WIDTH);
      hfm.add(locations);
      hfm.add(table);
      add(hfm);
    

    I already tried taking two horizontal field to add the edit field in the image in another Manager and added these two leaders in vertical field but no luck...

    I also tried traced table...

    EditFields use the full available width.
    You can crush getPreferredWidth or use a custom presentation:
    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800505/800508/...

  • EditField with button on a single line

    Hello

    How can I put a text field and a button on the same line field?

    Is there a way to recover the image of contacts to use as a bitmap on the button field?

    How is it possible that it is not a component already built for an edit field phone number with key contacts on the side?

    Another question: is it possible, on the same line, add a horizontally centered label, and a button left-aligned?

    Thank you

    an editfield uses the width full-screen by default. You can change this by substituting getPreferredWidth or by using a custom layout.

    Yes. I use this code:

    if (blackberryContact.countValues(BlackBerryContact.PHOTO) > 0) {
      byte[] photoEncoded = blackberryContact.getBinary(BlackBerryContact.PHOTO, 0);
      byte[] decodedPicture = Base64InputStream.decode(photoEncoded, 0, photoEncoded.length)
    }
    

    I guess that the field is not commonly used and can be developed easily.

    Yes, with a custom presentation: http://supportforums.blackberry.com/t5/Java-Development/Create-a-custom-layout-manager-for-a-screen/...

  • Field separator height

    Hello

    I have a manager that contains the field separator between fields.

    I have an extra space between the separator and the next field, I don't want to.

    How can I get rid of that extra space?

    Overridden functions of my Manager:

    read this for a customized presentation, getPreferredX does not always help:

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800505/800508/...

    If you don't like the behavior of SeparatorField you can use paint or paintbackground to draw a line yourself, the Manager or a field.

  • Layer to a bitmap on another bitmap field field

    Is it possible to layer an image bitmap bitmap field control?

    Attached image shows what im trying to achieve, image number 2 is superimposed on the picture number 1. Also image number 2 appears higher than the number of image 1. I use JDE 5.0

    Thank you

    As usual, for a custom navigation you will override some methods of the API. Check

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800505/800508/...

    I never specifically rode two BitmapFields, but to accomplish what you're trying to do, I think you must first create a custom presentation Manager. Override the navigationMovement() method to handle changes in focus with trackpad events. Look at the setChildPosition() of the method in the handler class that handles how the fields are positioned in the layout. I don't know what happens when you ride the x coordinates of two fields with setChildPosition().

    If the overlap BitmapFields does not work, you can always implement style bitmap buttons that overlap by substituting object and methods of navigation of your custom layout manager.

    Scott

Maybe you are looking for