creating a container

Hello Hello,

I've been playing with muse, I hope someone can help me with this very frustrating problem. I've seen videos on how to create content that adapts dynamically on the page but I can't find the way.

I am creating a container and putting inside the content that will expand this container. I tried with accordions, panels with tabs, slideshows, and nothing works well.

Besides, after you download the other examples on the web of adobe, examples of containers have been lock and there is no way to unlock them (even with the command "unlock all on the Page").

Help, please!

Thank you very much

Victor

Yes Victor. It's exactly what I mean.

Attach a screenshot below for your reference:

See you soon,.

Vikas

Tags: Adobe Muse

Similar Questions

  • The Cloud Storage Rest API - creating a container problem

    I am creating a container, by following the steps - following

    (1) authenticate and obtain a token-

    curl - v s x GET h "X-storage-User: storage - < MY_IDENTITY_DOMAIN >: < MY_EMAIL_ADDRESS > ' h ' X-storage-Pass: MY_PASSWORD > ' https://storage.US2.oraclecloud.com/auth/v1.0

    It works and gives a "HTTP/1.1 200 OK" response code, as well as X-Auth-Token, X-storage-Token and response of X-storage-Url (as planned by the documentation) headers.

    (2) If, now, I try and create a container using the following command (plug in the authentication token).

    curl - v s PUT h x ' X-Auth-Token: AUTH_TOKEN > ' https://storage.us2.oraclecloud.com/v1/Storage-< MY_IDENTITY_DOMAIN >/myContainer

    (Note the URL that I use is that the value of the X-storage-Url returned by the authentication API)

    This operation fails with a ' HTTP/1.1 403 Forbidden' response code

    (3) strangely if I try containers with - list

    curl - v s x GET h ' X-Auth-Token: < AUTH_TOKEN >" https://storage.us2.oraclecloud.com/v1/Storage-<MY_IDENTITY_DOMAIN >?"» format = json

    I have a second account of DBaaS where this workflow works perfectly, so I'm very confused why it does not work.

    Ideas?

    Thank you

    John

    Then get the authentication token, also authenticate

    https://IDENTITY_DOMAIN.storage.oraclecloud.com/auth/v1.0

    in the REST call

  • Creating a container of the package fails on the last stage by renaming the .exe in .dat

    I tried several times to create a package without success. All files seem to have downloaded when I look in C:\Users\MichaelK\AppData\Local\Adobe. There is data here 14.5Gig.

    I get the following.

    25/11/2015 15:20:04 [INFO] AdobePackageBuilder - Build Version - 1.9.2.53

    25/11/2015 15:20:04 [INFO] AdobePackageBuilder - verbosity Logging Level Set of 4

    25/11/2015 15:20:10 [INFO] AdobePackageBuilder - Sucessfully extracted products at D:\Temp\{5B1E86DF-7A0C-4934-89B3-5EBADC1096D9}\ACCCx3_4_0_180

    25/11/2015 15:20:10 [INFO] AdobePackageBuilder - Extraction completed with return code = 0

    25/11/2015 15:20:16 [WARN] AdobePackageBuilder - no file exist at the (D:\Downloads\Adobe CC\CC Install\Build\ASU\Tools\CCC\Uninstall\deploy\remove.xml)

    25/11/2015 15:20:18 [INFO] AdobePackageBuilder - copied the file/folder Installer (packages)

    25/11/2015 15:20:19 [INFO] AdobePackageBuilder - Setup copy file/folder (resources)

    25/11/2015 15:20:19 [INFO] AdobePackageBuilder - copied the file (Set - up.exe)

    25/11/2015 15:20:19 [INFO] AdobePackageBuilder - copied file (payloads\Media_db.db)

    25/11/2015 15:20:19 [INFO] AdobePackageBuilder - copied file (payloads\Media_db.sig)

    25/11/2015 15:20:19 [INFO] AdobePackageBuilder - copied file (payloads\Setup.xml)

    25/11/2015 15:20:22 [INFO] AdobePackageBuilder - copied the file/folder Installer (packages)

    25/11/2015 15:20:23 [INFO] AdobePackageBuilder - Setup copy file/folder (resources)

    25/11/2015 15:20:23 [INFO] AdobePackageBuilder - copied the file (Set - up.exe)

    25/11/2015 15:20:23 [INFO] AdobePackageBuilder - copied file (payloads\Media_db.db)

    25/11/2015 15:20:23 [INFO] AdobePackageBuilder - copied file (payloads\Media_db.sig)

    25/11/2015 15:20:23 [INFO] AdobePackageBuilder - copied file (payloads\Setup.xml)

    25/11/2015 15:20:23 [ERROR] AdobePackageBuilder - cannot rename the path (D:\Downloads\Adobe CC\CC Install\Build\Setup\AME9.0en_GB\Set-up.exe) to the path (D:\Downloads\Adobe CC\CC Install\Build\Setup\AME9.0en_GB\Set-up.dat)

    How can I successfully create a container to the package.

    Have you tried to clear the cache of CCP and try again? Damaged in the cache files can cause errors when building your package.

    Go to the 'Welcome' on the menu drop-down menu > Preferences, then choose "click here to purge the cache folder.

  • Problem with creating a container with the single line of text

    Hi ~
    I'm overwhelmed with a following problem.
    Problem: I need to create a container with a single line of text. As I learn from the TLF API, there is no way to do that so he left only in a way that looks like this:

    Assuming that textFlow object is to create
    var container: Sprite = new Sprite();
    var width: Number = 500; It has specified the value
    var height: Number = 300; just estimate is sufficient for a normal line height
    var controller: DisplayObjectContainerController = new DisplayObjectContainerController (container, width, height);
    controller.verticalScrollPolicy = ScrollPolicy.OFF;

    textFlow.flowComposer.addController (controller); textFlow.flowComposer.composeContainer (textFlow.flowComposer.getControllerIndex (controlled r));

    find the first line of the top in the created container
    var textFlowLine:TextFlowLine = textFlow.flowComposer.findLineAtPosition (controller.absoluteStart, false);
    var calLineHeight:Number = textFlowLine.textHeight + 8; 8 this is just a test value
    controller.setCompositionSize (width, calLineHeight);
    textFlow.flowComposer.updateContainer (_textFlow.flowComposer.getControllerIndex (Controller));


    In this way, she first calculate first line height giving enough space for the controller
    and cope, after that there adjust the height of the container again and then updates.
    It's so fresh generals I guess

    If anyone has more simple or just how?

    In regards to a single line. I think you can set the lineBreak on the TextFlow to "explicit". In this case lines only break to return to the line and the point ends.

    If you want to be changed, take a look at the TextLineFactory APIs. NaN set in the width/height of the limit and it gets filled. It is a more lightweight way to create TextLines.

    Take a look at the properties DisplayObjectContainerControllers compositionWidth and compositionHeight full TextFlows as in your code using. You still want to use explicit line breaks.

    Hope that helps!
    Richard

  • How to create the container element using Vi types in teststand

    Hello

    I want to create containers in the Array element in teststand, which different downhill element. for example I like, .txt file

    Name height, age, color

    A, 20, 186, black

    B, 30 170, white

    first line should be elements of the container, and the second line should be the value of the element. Raising must be string, number or boolean.

    Then, in the second container to new element in the first row and value in the third row.

    And all this container must be below the table of the fileglobals element or people of the country.

    Is there any suggestions how?

    Thank you much in advance.

    Kind regards

    Ankit.

    Hi Pierre,.

    I edited your VI test and successfully wrote the table of container to a variable existing non "Locals.dummy99" (see screenshot).

    Best regards

    Christoph

  • Cannot create a container div in WP

    I've added a WordPress blog on my website in dreamweaver. I want my blog to look as smoothly as possible with my Web site. Page background is a deep grey. The content body is white. I'm new to PHP and have hit a wall of bricks here. (Although impressed with what I've done so far!)

    My challenge is that I can't seem to encompass the header, side bars, the contents of the body and the footer in a div of unique work which would have a white background. I created a div called 'container' in the CSS but can't seem to make it apply to the WP model correctly. For me I have will screw up the coding PHP as I do not know if the div can come before or after, etc.. However, I tried bravely to... without any result.

    Here is the link to the website: http://kaufmanphotography.com/blog/

    Thank you!

    Samantha

    You can include php code like below?


       
           


           
           

               

    " rel="bookmark" title="Permanent Link to ">


               
               
               
               
           

           
           
       

       

  • Renderer AE CS4 / Adobe Media Encoder will not create a container for h.264 blu - ray

    That is the problem.

    First of all, I tried to make a model using the inside the AE render engine using the blu - ray h.264 preset.

    It was supposed to create 1 file, but I found myself with 3: track audio, video and a file with the extension .xmpses.

    I then decided to make in .mov lossless, which works fine, but 03:40 minutes occupies more than 8 GB, which is obviously unacceptable.

    After that, I put the .mov file in Media Encoder to try h.264 blu - ray there.

    Absolutely the same *.

    I use the Mac in AE CS4 version.

    Here is the screenshot of the original .mov file and the result. As you can see, he refuses to make a container. This is absolutely unacceptable

    Screen shot 2009-09-22 at 10.53.13 PM.png

    It raises another question: what settings should I encode the layout in 720 p resolution without taking up a lot of space?

    Well, it depends on if you need a master of production (something for broadcasting, for example, or to use as a source for the other tasks of coding), or if you want a version for distribution. If this is the first, there is nothing wrong with "plenty of room" - A Quicktime file with a PNG or Animation codec is a good idea, but it will take a lot of space. If it is the latter, H264 is perfect, but there is no built-in preset to take 720 material on the web.

    You could do this:

    * Choose the generic H264. You will see that it will give an error if you try to make, since the default setting uses a H264/level profile allowing you to use HD resolutions.

    * In the H264 video options, set the menu 'Profile' to 'Hand' and 'Level' 4.0. That will keep compatible for Quicktime and Flash player, while allowing larger heights and higher rates.

    * If you Webcast addressing the value flow target to 5-8 Mbps and Maximum flow at 9-10 Mbps. It's a little more that Apple uses to 720 p on the Apple TV content, for example.

    The screening of origin H264 will tell you in the comment field to expand to 640 x 480 output Module. It is useless, since you are using a profile/level combination that allows higher heights.

  • How to create table containe blob column view?

    Hi, I would like to aske any type of blob data
    I have data containe blob clolumn type table

    I want to create view this table how do?
    and


    If I created the table view blob column data will be responsible for memory or what because that will cause some performance issues because the table contains enormous data?


    Thank you

    You must create the view as

      CREATE OR REPLACE VIEW 
      AS
         SELECT col1, col2, col3.....
         FROM    
         WHERE   
         ...etc...
    

    The Act of creating the view will not otherwise the data in the table underlying, all it will do is create a view definition.
    Select only the view will select data.

    If you don't need to select the BLOB column in the view, then you would not include it in the list of the columns in the view definition.
    If your LOB data are stored online, then it may be a significant selection of the view, even if the BLOB column is not indicated in the list of the columns in the view.

    Published by: dombrooks on June 1, 2009 10:12

  • AppleScript - ID - CS3 or CS4 - create array containing the order sides of objects?

    Hi all

    I'm looking for ideas of how to do: create a layer for each object in the document, and then move each object on its own layer - and preserve arrangment duplex. In other words, 10 items = 10 layers, without changing the stacking order.

    So far, I have had creating unique layers and moving objects on each... ut I'm looking for in the way the more effective for it to manipulate the original stacking order.

    I guess I can begin to learn how to build a table, then re-order-the index (I understand indicates duplex) and then create layers in this order? If this is the best way, I would LIKE some guidance on how to code that. Or, is it is a more elegant solution?

    Thanks for any help!

    CS3 is ideal but can use if necessary CS4 (or CS5 if there is a deadly function)

    When you ask for a broadcast/page/document page items, the list back in the stacking order.

  • create containers in the table of the container in the locals or file globals in teststand through Labview

    Hello

    I'm trying create table containers and in different containers, which contains items with different values.

    For that I use for example Excel file and in it, I create a single table, first line is the element name and second row is the value of the element and even to the third row is also different values.

    I want to create under container in the tables of the container as first line must be the element and the second row's value and after reading the second row his creates the new container because again first row must be the element and third row should be the value of the elements and even for the next row.

    here as an attachment, I tried to do, but how I am not able to create one any container according to the line changes. Please guide me how to solve this problem

    Thank you much in advance.

    Kind regards

    Ankit.

    No, I have not found the right solution for it.

    I posted this in wrong thred, I wanted to just delet this post. but in some way, I have not found where delet.

    That's why I just mark it as resolved, if it is no more worth.

    But in any case here as an attachment it is vi, which is at least capable of create table containers in teststand.

    what I want is to create the table container, and teststand with subcontainers.

    Agin thanks for any help.

  • How to move a container created with QML to a C++ method

    I defined a QML container:

    attachedObjects: [
            ComponentDefinition {
                id: entryContainerDefinition
                Container {
                    ...
                }
            }
    ]
    

    Then, I create the container in QML and call a utility C++ method, which should add the context menu actions based on other parameters dynamically:

    var entryContainer = entryContainerDefinition.createObject(this);
    dsUtil.addActionsToContainer(entryContainer, [other params...]);
    

    But when I run it, I get only the following error message:

    "BoxContainer.qml:45: Error: unknown method parameter type: container."

    Is it not possible to create a container in QML and pass then in C++ to dynamically change code?

    I found a working solution myself. I am now passing QObject * instead of container *:

    void dsUtil::addActionsToContainer(QObject* containerObject, [...]) {
        // Cast QObject to Button
        Container* container = dynamic_cast(containerObject);
    
        if (container) {
            ...
        }
    }
    
  • I can't delete a duplicate named folders created in error by Thunderbird while moving messages with drag and drop

    I had created a folder with a long as name "Deborah Brown - HP laptop acting, very slow, etc." this file was created to contain messages that have been received in a top-level folder, and then moved to this to the appropriate ranking related emails many. I had done many times before without a problem. But this time, when I slipped and fell on a message in the folder a double was created, but accompanied by an annex of '2547417' at the end of the name. IIRC, the message was in the records at the time of the original and a copy. IIRC, I did not notice this at first and when I dragged/left down another message he created another folder in double, but this time with the suffix "211613d". At any given time more far in the process (I don't remember quite well how) both of these files got duplicated again but this time were with the same name with added suffixes as noted... something I wouldn't have imagined. Given that the messages I was moving were safely (?) stored in the original folder, I deleted the message content duplicated records duplicated without any problem and without any effect on the content of the original file.

    Then I tried to delete the duplicate folders... not allowed. Then I noticed that if I tried to remove the second instance of each duplicate name, which was a success... at least as much as to move it to the trash. If I then returned and tried to delete the first instance it is, once again, not the law. I then tried to rename the files by adding a prefix a single character. Once more, if I worked on the second instance of the name I could rename it but would be foiled again if the first instance. Then, * I think * (extra large grains of salt here) is that I renamed the second instance and removed from the trash that I could then work on the others and rename and empty the trash.

    But everything for nothing. If I closed Thunderbird and restarted the duplicate folder names reappearing. Then I tried the fix given for not being able to delete messages because of a corrupt trash folder. That did not help either. Even if I use a POP account and could remove the files from the two basket my account information, whenever I would restart Thunderbird trash will reappear by himself and the so-called deleted duplicate files right with her and in the hierarchy of their original folder.

    I'm mystified and have given up trying to remove these things. Fortunately, the removal of messages from other folders and empty the trash of these messages seem to work normally. I have not yet tried to delete another folder and hesitate to do.

    Thank you
    Chuck Norcutt
    Murrells Inlet, SC

    Thank you very much. Exactly, that solved the problem. There was almost no delay in starting. I'm still very curious as to how it happened, but it may never be known.

  • Get the container element

    I created a container that contains numbers and strings of elements. I would like to pass the one element to a vi. But I don't know how to extract the element respectively.

    Is there a way to get the items in the container one by one? Something like: Array [1], Array [i + 1] will simply work for table, but that any container? I can't do [i] container. It will return the error.

    Thank you very much in advance!

    Once you get container.element_name in a variable example: locals.tempstr = "cont.str1".

    Use the below function to get the value.

    Locals.Str = RunState.main.locals.GetValVariant (locals. TempStr, 0)

    It works for the number, and string - chosen variant to this end.

    For numeric values, you can use val (locals.str) to convert the numeric type.

    There should be a way to get the type of variable. Will explore further and let you know.

    I hope this helps.

  • filling of container verticalaligment

    Im trying to create a container with this

    import bb.cascades 1.3
    
    NavigationPane {
    
        Page {
            Container {
    
                Container {
                    horizontalAlignment: HorizontalAlignment.Fill
                    minHeight: 200
                    background: Color.Red
                    topPadding: 80
                    Label {
                        text: "Container 1"
                    }
                }
    
                Container {
                    horizontalAlignment: HorizontalAlignment.Fill
                    minHeight: 200
                    background: Color.Blue
                    topPadding: 80
                    Label {
                        text: "container 2"
                    }
                }
    
                Container {
                    horizontalAlignment: HorizontalAlignment.Fill
                    verticalAlignment: VerticalAlignment.Fill
                    background: Color.Yellow
                    topPadding: 80
                    Label {
                        text: "container 3"
                    }
                }
            }
        }
    }
    

    How can I make the tank 3 is to fill the space of a white?

    I'm using verticalaligment.fill and its does not work

    Try this on the last container:

                Container {
                    layoutProperties: StackLayoutProperties {
                        spaceQuota: 1
                    }
                    horizontalAlignment: HorizontalAlignment.Fill
                    verticalAlignment: VerticalAlignment.Fill
                    background: Color.Yellow
                    topPadding: 80
                    Label {
                        text: "container 3"
                    }
                }
    
  • BB10: How to create multiple lists (one next to the other)

    Hello world

    I need to create a menu similar to the following image:

    In this menu list:

    1. The user could drag vertically and navigate between ELEMENTS (ITEM1, ITEM2, ITEM3,...). In addition, headers of title (like tete2) would remain on the top, I mean, they hide when sliding down.
    2. The user can drag as horizontally. And a new list of ITEMS will be displayed. And the header titles will be moved as well.

    So, in a nutshell, what I need is something like several vertical inside a horizontal list lists.

    Any ideas?

    Thanks in advance.

    Hi guys,.

    I finally understood how do.

    Here's how I did it:

    1. I created several containers, one for each vertical list. The 1st container is visible to the user. The 2nd is hidden just then (right) at the 1st. the 3rd one is hidden just then (right) on the 2nd. And so on.
    2. I used getures to catch any user to slide. Whenever the user calls, either to the left or to the right, I use animations to hide the visible screen and make it visible, the following. You should also block the selection of list items any time you catch the user, cause you don't want the user to swipe and select both Sam.
    3. The headers have been the biggest problem. I created a container of the stack layout page-fromLeftToRight for the headers. This container has a very large "minWidth", and in it I put a label for each header. In order to locate each header in the Middle, no matter how long the text it contains, I used 'LayoutUpdateHandler' Manager for each label. This handler gives the current width of the label you and from there, you can calculate and set the position of the label he.
    4. I used gestures and animations to move headers. Just as I did with the lists.

    The good things is that it works, and it does so very smoothly.

    I know the tabs would be a much easier solution, but my client wanted something more will you allow. Thank you very much for your good help.

    Hope this helps someone.

    Thanks again guys.

Maybe you are looking for